@erp-galoper/types 1.0.948 → 1.0.950
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 +10 -1
- package/package.json +1 -1
package/openapi.ts
CHANGED
|
@@ -45431,7 +45431,16 @@ export interface components {
|
|
|
45431
45431
|
};
|
|
45432
45432
|
/** CalculateSalesReturnOrderItemsSchema */
|
|
45433
45433
|
CalculateSalesReturnOrderItemsSchema: {
|
|
45434
|
-
/** @description
|
|
45434
|
+
/** @description
|
|
45435
|
+
* - get sales invoices using /api/v1/sales/invoices/?type=default and filter by:
|
|
45436
|
+
* - customer equals to the {customer-id}
|
|
45437
|
+
* - branch equals to {current-branch-id}
|
|
45438
|
+
* - date less than or equal to {current-date}
|
|
45439
|
+
* - project equals to {project-id} if exist
|
|
45440
|
+
* - isDeferred equals to false
|
|
45441
|
+
* - status equals to posted or submitted
|
|
45442
|
+
* - approval status equals to approved or not_required
|
|
45443
|
+
* */
|
|
45435
45444
|
salesInvoice: components["schemas"]["SalesInvoiceForReturnOrderCreateSchema"];
|
|
45436
45445
|
/**
|
|
45437
45446
|
* Quantity
|