@erp-galoper/types 1.0.1009 → 1.0.1011
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 +5 -0
- package/package.json +1 -1
package/openapi.ts
CHANGED
|
@@ -25235,6 +25235,11 @@ export interface components {
|
|
|
25235
25235
|
endBusinessHour: string;
|
|
25236
25236
|
/** Allowratechange */
|
|
25237
25237
|
allowRateChange: boolean;
|
|
25238
|
+
/** @description
|
|
25239
|
+
* - when updating from goods_note to invoice,
|
|
25240
|
+
* user should be warned that tracking of inventory for all items will be considered as quantity
|
|
25241
|
+
* and goods notes will be auto generated from all new invoices
|
|
25242
|
+
* */
|
|
25238
25243
|
stockUpdateTrigger: components["schemas"]["StockUpdateTrigger"];
|
|
25239
25244
|
/**
|
|
25240
25245
|
* Usesecondarycurrency
|