@erp-galoper/types 1.0.825 → 1.0.827
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/openapi.ts +8 -7
- package/package.json +1 -1
package/openapi.ts
CHANGED
|
@@ -34399,7 +34399,7 @@ export interface components {
|
|
|
34399
34399
|
* @description This field is required when updating an existing item
|
|
34400
34400
|
*/
|
|
34401
34401
|
id?: string | null;
|
|
34402
|
-
/** @description purchase invoices should be filtered by selected project, department, and supplier */
|
|
34402
|
+
/** @description purchase invoices should be filtered by selected project, department, and supplier, invoice approval status should be approved or not_required */
|
|
34403
34403
|
purchaseInvoice: components["schemas"]["PurchaseInvoiceForReturnOrderCreateSchema"];
|
|
34404
34404
|
/**
|
|
34405
34405
|
* Quantity
|
|
@@ -36101,7 +36101,7 @@ export interface components {
|
|
|
36101
36101
|
* @description This field is required when updating an existing item
|
|
36102
36102
|
*/
|
|
36103
36103
|
id?: string | null;
|
|
36104
|
-
/** @description purchase invoices should be filtered by selected project */
|
|
36104
|
+
/** @description purchase invoices should be filtered by selected project, invoice approval status should be approved or not_required */
|
|
36105
36105
|
purchaseInvoice: components["schemas"]["PurchaseInvoiceForReturnInvoiceCreateSchema"];
|
|
36106
36106
|
/**
|
|
36107
36107
|
* Quantity
|
|
@@ -39162,9 +39162,10 @@ export interface components {
|
|
|
39162
39162
|
* ID of the item to which the pricing is applied
|
|
39163
39163
|
* get items from /api/v1/inventory/items :
|
|
39164
39164
|
* filter by :
|
|
39165
|
-
*
|
|
39166
|
-
*
|
|
39167
|
-
*
|
|
39165
|
+
* - viewType equal to flat, role not equal to template, active = true
|
|
39166
|
+
* * if price list type not equal to retail:
|
|
39167
|
+
* - if pricing method is profit filter by costStrategy one of [fifo,lifo, wac, sac ]
|
|
39168
|
+
* - if pricing method is manual filter by costStrategy = marketCost
|
|
39168
39169
|
*
|
|
39169
39170
|
*/
|
|
39170
39171
|
item: number;
|
|
@@ -45062,7 +45063,7 @@ export interface components {
|
|
|
45062
45063
|
};
|
|
45063
45064
|
/** CalculateSalesReturnOrderItemsSchema */
|
|
45064
45065
|
CalculateSalesReturnOrderItemsSchema: {
|
|
45065
|
-
/** @description sales invoices should be filtered by selected project */
|
|
45066
|
+
/** @description sales invoices should be filtered by selected project, and invoice status should be posted or submitted, and approval status should be approved or not_required` */
|
|
45066
45067
|
salesInvoice: components["schemas"]["SalesInvoiceForReturnOrderCreateSchema"];
|
|
45067
45068
|
/**
|
|
45068
45069
|
* Quantity
|
|
@@ -45283,7 +45284,7 @@ export interface components {
|
|
|
45283
45284
|
* @description This field is required when updating an existing item.
|
|
45284
45285
|
*/
|
|
45285
45286
|
id?: string;
|
|
45286
|
-
/** @description sales invoices should be filtered by selected project */
|
|
45287
|
+
/** @description sales invoices should be filtered by selected project, and invoice status should be posted or submitted, and approval status should be approved or not_required` */
|
|
45287
45288
|
salesInvoice: components["schemas"]["SalesInvoiceForReturnInvoiceCreateSchema"];
|
|
45288
45289
|
/**
|
|
45289
45290
|
* Quantity
|