@erp-galoper/types 1.0.902 → 1.0.904
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 +2 -0
- package/package.json +1 -1
package/openapi.ts
CHANGED
|
@@ -39791,6 +39791,7 @@ export interface components {
|
|
|
39791
39791
|
allowSalesOrderForExpiredQuotation: boolean;
|
|
39792
39792
|
/** Reserveonorder */
|
|
39793
39793
|
reserveOnOrder: boolean;
|
|
39794
|
+
/** @description when stock update trigger in system settings is invoice, this field must be salesInvoice */
|
|
39794
39795
|
goodsDeliveryNoteSource: components["schemas"]["GoodsDeliveryNoteSourceChoices"];
|
|
39795
39796
|
/** @default perpetual */
|
|
39796
39797
|
invoicePostingMethod: components["schemas"]["InvoicePostingMethod"];
|
|
@@ -39805,6 +39806,7 @@ export interface components {
|
|
|
39805
39806
|
allowSalesOrderForExpiredQuotation?: boolean;
|
|
39806
39807
|
/** Reserveonorder */
|
|
39807
39808
|
reserveOnOrder?: boolean;
|
|
39809
|
+
/** @description when stock update trigger in system settings is invoice, this field must be salesInvoice */
|
|
39808
39810
|
goodsDeliveryNoteSource?: components["schemas"]["GoodsDeliveryNoteSourceChoices"];
|
|
39809
39811
|
invoicePostingMethod?: components["schemas"]["InvoicePostingMethod"];
|
|
39810
39812
|
};
|