feat: enhance business activities and sale invoices handling with new query constants and pagination support
This commit is contained in:
@@ -23,12 +23,14 @@ export class GoodsService {
|
||||
select: {
|
||||
id: true,
|
||||
name: true,
|
||||
code: true,
|
||||
},
|
||||
},
|
||||
measure_unit: {
|
||||
select: {
|
||||
id: true,
|
||||
name: true,
|
||||
code: true,
|
||||
},
|
||||
},
|
||||
category: {
|
||||
|
||||
Reference in New Issue
Block a user