erpnext-queue-client 2.2.3 → 2.3.2
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/dist/erpnext/doctypes/consolidatedCustomsInvoice.d.ts +497 -0
- package/dist/erpnext/doctypes/consolidatedCustomsInvoice.js +42 -0
- package/dist/erpnext/doctypes/deliveryNote.d.ts +468 -468
- package/dist/erpnext/doctypes/item.d.ts +31 -31
- package/dist/erpnext/doctypes/paymentEntry.d.ts +4 -4
- package/dist/erpnext/doctypes/productBundle.d.ts +3 -3
- package/dist/erpnext/doctypes/purchaseInvoice.d.ts +407 -407
- package/dist/erpnext/doctypes/purchaseReceipt.d.ts +184 -184
- package/dist/erpnext/doctypes/salesInvoice.d.ts +476 -476
- package/dist/erpnext/doctypes/shipment.d.ts +10 -10
- package/dist/erpnext/model/ConsolidatedCustomsInvoice.d.ts +70 -64
- package/dist/erpnext/model/ConsolidatedCustomsInvoice.js +8 -6
- package/dist/erpnext/model/DeliveryNote.d.ts +145 -145
- package/dist/erpnext/model/DispatchRun.d.ts +2 -2
- package/dist/erpnext/model/DocTypeHelpers.d.ts +19 -1
- package/dist/erpnext/model/DocTypeHelpers.js +8 -3
- package/dist/erpnext/model/Item.d.ts +16 -16
- package/dist/erpnext/model/PaymentEntry.d.ts +2 -2
- package/dist/erpnext/model/ProductBundle.d.ts +6 -6
- package/dist/erpnext/model/PurchaseInvoice.d.ts +214 -214
- package/dist/erpnext/model/PurchaseOrder.d.ts +84 -84
- package/dist/erpnext/model/Receipt.d.ts +64 -64
- package/dist/erpnext/model/ReceiptDraft.d.ts +62 -62
- package/dist/erpnext/model/SalesInvoice.d.ts +274 -274
- package/dist/erpnext/model/SalesOrder.d.ts +123 -123
- package/dist/erpnext/model/SalesTaxesAndCharges.d.ts +4 -4
- package/dist/erpnext/model/Shipment.d.ts +12 -12
- package/dist/erpnext/model/ShippingLabel.d.ts +5 -5
- package/dist/erpnext/model/Stock.d.ts +6 -6
- package/dist/erpnext/model/StockEntry.d.ts +2 -2
- package/dist/erpnext/model/StockReconciliation.d.ts +1 -1
- package/dist/index.d.ts +2 -2
- package/dist/index.js +3 -3
- package/package.json +1 -1
|
@@ -8,7 +8,7 @@ export declare class ERPNextItem {
|
|
|
8
8
|
protected temporalClient: TemporalClient;
|
|
9
9
|
protected baseRequest: ERPNextDoctypeResourceRequest<typeof Item>;
|
|
10
10
|
protected methodRequest: ERPNextMethodRequest;
|
|
11
|
-
getList: <TFieldOptions extends ("description" | "docstatus" | "name" | "owner" | "creation" | "modified" | "modified_by" | "idx" | "disabled" | "naming_series" | "item_code" | "
|
|
11
|
+
getList: <TFieldOptions extends ("description" | "docstatus" | "name" | "owner" | "creation" | "modified" | "modified_by" | "idx" | "disabled" | "naming_series" | "item_code" | "delivered_by_supplier" | "weight_uom" | "item_name" | "item_group" | "stock_uom" | "grant_commission" | "override_base_name" | "sync_from_warehouse" | "allow_alternative_item" | "is_stock_item" | "custom_is_digital" | "include_item_in_manufacturing" | "opening_stock" | "valuation_rate" | "standard_rate" | "is_fixed_asset" | "auto_create_assets" | "over_delivery_receipt_allowance" | "over_billing_allowance" | "custom_is_shipping_enabled" | "dimensions_unit" | "custom_dimension_format" | "shipping_dimensions_unit" | "packaging_weight_unit_cardboard" | "packaging_weight_unit_plastic" | "shelf_life_in_days" | "end_of_life" | "default_material_request_type" | "valuation_method" | "product_weight_unit" | "has_batch_no" | "create_new_batch" | "has_expiry_date" | "retain_sample" | "sample_quantity" | "has_serial_no" | "has_variants" | "variant_based_on" | "min_order_qty" | "safety_stock" | "is_purchase_item" | "custom_include_in_purchase_planning" | "lead_time_days" | "last_purchase_rate" | "is_customer_provided_item" | "fsc_percentage" | "sales_uom" | "is_sales_item" | "custom_is_selling_enabled" | "max_discount" | "enable_deferred_revenue" | "no_of_months" | "enable_deferred_expense" | "no_of_months_exp" | "inspection_required_before_purchase" | "inspection_required_before_delivery" | "is_sub_contracted_item" | "customer_code" | "total_projected_qty" | "custom_oversell_amount") | ("length" | "_user_tags" | "image" | "weight_per_unit" | "customs_tariff_number" | "country_of_origin" | "warehouse_category" | "ean" | "shipping_template" | "width" | "height" | "shipping_length" | "shipping_width" | "shipping_height" | "packaging_weight_cardboard" | "packaging_weight_plastic" | "product_weight" | "fsc_status" | "custom_fsc_type_of_wood" | "custom_fsc_product_group" | "custom_product_version" | "custom_supplier" | "purchase_description" | "custom_stock_reserve" | "custom_sales_category" | "custom_shopify_content_configuration" | "custom_compliance" | "custom_serviceportal_configuration"), TSelectedFields extends readonly ["*"] | TFieldOptions[] | undefined = undefined, TAsDict extends boolean | undefined = undefined>({ fields, filters, skip, limit, priority, asDict, params, }?: {
|
|
12
12
|
fields?: TSelectedFields;
|
|
13
13
|
filters?: (string | string[])[][];
|
|
14
14
|
skip?: number;
|
|
@@ -30,11 +30,12 @@ export declare class ERPNextItem {
|
|
|
30
30
|
disabled: 0 | 1;
|
|
31
31
|
naming_series: string;
|
|
32
32
|
item_code: string;
|
|
33
|
+
delivered_by_supplier: number;
|
|
34
|
+
weight_uom: "kg" | "g" | "mg";
|
|
33
35
|
item_name: string;
|
|
34
36
|
item_group: string;
|
|
35
37
|
stock_uom: string;
|
|
36
38
|
grant_commission: number;
|
|
37
|
-
weight_uom: "kg" | "g" | "mg";
|
|
38
39
|
override_base_name: number;
|
|
39
40
|
sync_from_warehouse: number;
|
|
40
41
|
allow_alternative_item: 0 | 1;
|
|
@@ -74,7 +75,6 @@ export declare class ERPNextItem {
|
|
|
74
75
|
lead_time_days: number;
|
|
75
76
|
last_purchase_rate: number;
|
|
76
77
|
is_customer_provided_item: number;
|
|
77
|
-
delivered_by_supplier: number;
|
|
78
78
|
fsc_percentage: number;
|
|
79
79
|
sales_uom: string;
|
|
80
80
|
is_sales_item: number;
|
|
@@ -94,6 +94,8 @@ export declare class ERPNextItem {
|
|
|
94
94
|
_user_tags?: string | null | undefined;
|
|
95
95
|
image?: string | null | undefined;
|
|
96
96
|
weight_per_unit?: number | null | undefined;
|
|
97
|
+
customs_tariff_number?: string | null | undefined;
|
|
98
|
+
country_of_origin?: string | null | undefined;
|
|
97
99
|
warehouse_category?: string | null | undefined;
|
|
98
100
|
ean?: string | null | undefined;
|
|
99
101
|
shipping_template?: string | null | undefined;
|
|
@@ -108,8 +110,6 @@ export declare class ERPNextItem {
|
|
|
108
110
|
fsc_status?: string | null | undefined;
|
|
109
111
|
custom_fsc_type_of_wood?: string | null | undefined;
|
|
110
112
|
custom_fsc_product_group?: string | null | undefined;
|
|
111
|
-
customs_tariff_number?: string | null | undefined;
|
|
112
|
-
country_of_origin?: string | null | undefined;
|
|
113
113
|
custom_product_version?: string | null | undefined;
|
|
114
114
|
custom_supplier?: string | null | undefined;
|
|
115
115
|
purchase_description?: string | null | undefined;
|
|
@@ -118,7 +118,7 @@ export declare class ERPNextItem {
|
|
|
118
118
|
custom_shopify_content_configuration?: string | null | undefined;
|
|
119
119
|
custom_compliance?: string | null | undefined;
|
|
120
120
|
custom_serviceportal_configuration?: string | null | undefined;
|
|
121
|
-
}[] : TSelectedFields extends TFieldOptions[] ? { [K_1 in TSelectedFields[number] as K_1 extends `${infer _Before} as ${infer Alias}` ? Alias : K_1]: (K_1 extends `${infer _Before} as ${infer Alias}` ? Alias : K_1) extends ("description" | "docstatus" | "name" | "owner" | "creation" | "modified" | "modified_by" | "idx" | "disabled" | "naming_series" | "item_code" | "
|
|
121
|
+
}[] : TSelectedFields extends TFieldOptions[] ? { [K_1 in TSelectedFields[number] as K_1 extends `${infer _Before} as ${infer Alias}` ? Alias : K_1]: (K_1 extends `${infer _Before} as ${infer Alias}` ? Alias : K_1) extends ("description" | "docstatus" | "name" | "owner" | "creation" | "modified" | "modified_by" | "idx" | "disabled" | "naming_series" | "item_code" | "delivered_by_supplier" | "weight_uom" | "item_name" | "item_group" | "stock_uom" | "grant_commission" | "override_base_name" | "sync_from_warehouse" | "allow_alternative_item" | "is_stock_item" | "custom_is_digital" | "include_item_in_manufacturing" | "opening_stock" | "valuation_rate" | "standard_rate" | "is_fixed_asset" | "auto_create_assets" | "over_delivery_receipt_allowance" | "over_billing_allowance" | "custom_is_shipping_enabled" | "dimensions_unit" | "custom_dimension_format" | "shipping_dimensions_unit" | "packaging_weight_unit_cardboard" | "packaging_weight_unit_plastic" | "shelf_life_in_days" | "end_of_life" | "default_material_request_type" | "valuation_method" | "product_weight_unit" | "has_batch_no" | "create_new_batch" | "has_expiry_date" | "retain_sample" | "sample_quantity" | "has_serial_no" | "has_variants" | "variant_based_on" | "min_order_qty" | "safety_stock" | "is_purchase_item" | "custom_include_in_purchase_planning" | "lead_time_days" | "last_purchase_rate" | "is_customer_provided_item" | "fsc_percentage" | "sales_uom" | "is_sales_item" | "custom_is_selling_enabled" | "max_discount" | "enable_deferred_revenue" | "no_of_months" | "enable_deferred_expense" | "no_of_months_exp" | "inspection_required_before_purchase" | "inspection_required_before_delivery" | "is_sub_contracted_item" | "customer_code" | "total_projected_qty" | "custom_oversell_amount") | ("length" | "_user_tags" | "image" | "weight_per_unit" | "customs_tariff_number" | "country_of_origin" | "warehouse_category" | "ean" | "shipping_template" | "width" | "height" | "shipping_length" | "shipping_width" | "shipping_height" | "packaging_weight_cardboard" | "packaging_weight_plastic" | "product_weight" | "fsc_status" | "custom_fsc_type_of_wood" | "custom_fsc_product_group" | "custom_product_version" | "custom_supplier" | "purchase_description" | "custom_stock_reserve" | "custom_sales_category" | "custom_shopify_content_configuration" | "custom_compliance" | "custom_serviceportal_configuration") ? {
|
|
122
122
|
description: string;
|
|
123
123
|
docstatus: number;
|
|
124
124
|
name: string;
|
|
@@ -130,11 +130,12 @@ export declare class ERPNextItem {
|
|
|
130
130
|
disabled: 0 | 1;
|
|
131
131
|
naming_series: string;
|
|
132
132
|
item_code: string;
|
|
133
|
+
delivered_by_supplier: number;
|
|
134
|
+
weight_uom: "kg" | "g" | "mg";
|
|
133
135
|
item_name: string;
|
|
134
136
|
item_group: string;
|
|
135
137
|
stock_uom: string;
|
|
136
138
|
grant_commission: number;
|
|
137
|
-
weight_uom: "kg" | "g" | "mg";
|
|
138
139
|
override_base_name: number;
|
|
139
140
|
sync_from_warehouse: number;
|
|
140
141
|
allow_alternative_item: 0 | 1;
|
|
@@ -174,7 +175,6 @@ export declare class ERPNextItem {
|
|
|
174
175
|
lead_time_days: number;
|
|
175
176
|
last_purchase_rate: number;
|
|
176
177
|
is_customer_provided_item: number;
|
|
177
|
-
delivered_by_supplier: number;
|
|
178
178
|
fsc_percentage: number;
|
|
179
179
|
sales_uom: string;
|
|
180
180
|
is_sales_item: number;
|
|
@@ -194,6 +194,8 @@ export declare class ERPNextItem {
|
|
|
194
194
|
_user_tags?: string | null | undefined;
|
|
195
195
|
image?: string | null | undefined;
|
|
196
196
|
weight_per_unit?: number | null | undefined;
|
|
197
|
+
customs_tariff_number?: string | null | undefined;
|
|
198
|
+
country_of_origin?: string | null | undefined;
|
|
197
199
|
warehouse_category?: string | null | undefined;
|
|
198
200
|
ean?: string | null | undefined;
|
|
199
201
|
shipping_template?: string | null | undefined;
|
|
@@ -208,8 +210,6 @@ export declare class ERPNextItem {
|
|
|
208
210
|
fsc_status?: string | null | undefined;
|
|
209
211
|
custom_fsc_type_of_wood?: string | null | undefined;
|
|
210
212
|
custom_fsc_product_group?: string | null | undefined;
|
|
211
|
-
customs_tariff_number?: string | null | undefined;
|
|
212
|
-
country_of_origin?: string | null | undefined;
|
|
213
213
|
custom_product_version?: string | null | undefined;
|
|
214
214
|
custom_supplier?: string | null | undefined;
|
|
215
215
|
purchase_description?: string | null | undefined;
|
|
@@ -218,7 +218,7 @@ export declare class ERPNextItem {
|
|
|
218
218
|
custom_shopify_content_configuration?: string | null | undefined;
|
|
219
219
|
custom_compliance?: string | null | undefined;
|
|
220
220
|
custom_serviceportal_configuration?: string | null | undefined;
|
|
221
|
-
}[(("description" | "docstatus" | "name" | "owner" | "creation" | "modified" | "modified_by" | "idx" | "disabled" | "naming_series" | "item_code" | "
|
|
221
|
+
}[(("description" | "docstatus" | "name" | "owner" | "creation" | "modified" | "modified_by" | "idx" | "disabled" | "naming_series" | "item_code" | "delivered_by_supplier" | "weight_uom" | "item_name" | "item_group" | "stock_uom" | "grant_commission" | "override_base_name" | "sync_from_warehouse" | "allow_alternative_item" | "is_stock_item" | "custom_is_digital" | "include_item_in_manufacturing" | "opening_stock" | "valuation_rate" | "standard_rate" | "is_fixed_asset" | "auto_create_assets" | "over_delivery_receipt_allowance" | "over_billing_allowance" | "custom_is_shipping_enabled" | "dimensions_unit" | "custom_dimension_format" | "shipping_dimensions_unit" | "packaging_weight_unit_cardboard" | "packaging_weight_unit_plastic" | "shelf_life_in_days" | "end_of_life" | "default_material_request_type" | "valuation_method" | "product_weight_unit" | "has_batch_no" | "create_new_batch" | "has_expiry_date" | "retain_sample" | "sample_quantity" | "has_serial_no" | "has_variants" | "variant_based_on" | "min_order_qty" | "safety_stock" | "is_purchase_item" | "custom_include_in_purchase_planning" | "lead_time_days" | "last_purchase_rate" | "is_customer_provided_item" | "fsc_percentage" | "sales_uom" | "is_sales_item" | "custom_is_selling_enabled" | "max_discount" | "enable_deferred_revenue" | "no_of_months" | "enable_deferred_expense" | "no_of_months_exp" | "inspection_required_before_purchase" | "inspection_required_before_delivery" | "is_sub_contracted_item" | "customer_code" | "total_projected_qty" | "custom_oversell_amount") | ("length" | "_user_tags" | "image" | "weight_per_unit" | "customs_tariff_number" | "country_of_origin" | "warehouse_category" | "ean" | "shipping_template" | "width" | "height" | "shipping_length" | "shipping_width" | "shipping_height" | "packaging_weight_cardboard" | "packaging_weight_plastic" | "product_weight" | "fsc_status" | "custom_fsc_type_of_wood" | "custom_fsc_product_group" | "custom_product_version" | "custom_supplier" | "purchase_description" | "custom_stock_reserve" | "custom_sales_category" | "custom_shopify_content_configuration" | "custom_compliance" | "custom_serviceportal_configuration")) & (K_1 extends `${infer _Before} as ${infer Alias}` ? Alias : K_1)] : never; }[] : any) extends infer T ? { [K in keyof T]: T[K]; } : never>;
|
|
222
222
|
getById: ({ resourceId, priority, }: {
|
|
223
223
|
resourceId: string;
|
|
224
224
|
priority?: number;
|
|
@@ -235,11 +235,12 @@ export declare class ERPNextItem {
|
|
|
235
235
|
disabled: 0 | 1;
|
|
236
236
|
naming_series: string;
|
|
237
237
|
item_code: string;
|
|
238
|
+
delivered_by_supplier: number;
|
|
239
|
+
weight_uom: "kg" | "g" | "mg";
|
|
238
240
|
item_name: string;
|
|
239
241
|
item_group: string;
|
|
240
242
|
stock_uom: string;
|
|
241
243
|
grant_commission: number;
|
|
242
|
-
weight_uom: "kg" | "g" | "mg";
|
|
243
244
|
taxes: any[];
|
|
244
245
|
override_base_name: number;
|
|
245
246
|
sync_from_warehouse: number;
|
|
@@ -280,7 +281,6 @@ export declare class ERPNextItem {
|
|
|
280
281
|
lead_time_days: number;
|
|
281
282
|
last_purchase_rate: number;
|
|
282
283
|
is_customer_provided_item: number;
|
|
283
|
-
delivered_by_supplier: number;
|
|
284
284
|
fsc_percentage: number;
|
|
285
285
|
sales_uom: string;
|
|
286
286
|
is_sales_item: number;
|
|
@@ -377,6 +377,8 @@ export declare class ERPNextItem {
|
|
|
377
377
|
_user_tags?: string | null | undefined;
|
|
378
378
|
image?: string | null | undefined;
|
|
379
379
|
weight_per_unit?: number | null | undefined;
|
|
380
|
+
customs_tariff_number?: string | null | undefined;
|
|
381
|
+
country_of_origin?: string | null | undefined;
|
|
380
382
|
warehouse_category?: string | null | undefined;
|
|
381
383
|
ean?: string | null | undefined;
|
|
382
384
|
shipping_template?: string | null | undefined;
|
|
@@ -391,8 +393,6 @@ export declare class ERPNextItem {
|
|
|
391
393
|
fsc_status?: string | null | undefined;
|
|
392
394
|
custom_fsc_type_of_wood?: string | null | undefined;
|
|
393
395
|
custom_fsc_product_group?: string | null | undefined;
|
|
394
|
-
customs_tariff_number?: string | null | undefined;
|
|
395
|
-
country_of_origin?: string | null | undefined;
|
|
396
396
|
custom_product_version?: string | null | undefined;
|
|
397
397
|
custom_supplier?: string | null | undefined;
|
|
398
398
|
purchase_description?: string | null | undefined;
|
|
@@ -406,11 +406,12 @@ export declare class ERPNextItem {
|
|
|
406
406
|
description: string;
|
|
407
407
|
naming_series: string;
|
|
408
408
|
item_code: string;
|
|
409
|
+
delivered_by_supplier: number;
|
|
410
|
+
weight_uom: "kg" | "g" | "mg";
|
|
409
411
|
item_name: string;
|
|
410
412
|
item_group: string;
|
|
411
413
|
stock_uom: string;
|
|
412
414
|
grant_commission: number;
|
|
413
|
-
weight_uom: "kg" | "g" | "mg";
|
|
414
415
|
taxes: any[];
|
|
415
416
|
override_base_name: number;
|
|
416
417
|
sync_from_warehouse: number;
|
|
@@ -448,7 +449,6 @@ export declare class ERPNextItem {
|
|
|
448
449
|
lead_time_days: number;
|
|
449
450
|
last_purchase_rate: number;
|
|
450
451
|
is_customer_provided_item: number;
|
|
451
|
-
delivered_by_supplier: number;
|
|
452
452
|
fsc_percentage: number;
|
|
453
453
|
sales_uom: string;
|
|
454
454
|
is_sales_item: number;
|
|
@@ -490,6 +490,8 @@ export declare class ERPNextItem {
|
|
|
490
490
|
disabled?: 0 | 1 | undefined;
|
|
491
491
|
image?: string | null | undefined;
|
|
492
492
|
weight_per_unit?: number | null | undefined;
|
|
493
|
+
customs_tariff_number?: string | null | undefined;
|
|
494
|
+
country_of_origin?: string | null | undefined;
|
|
493
495
|
warehouse_category?: string | null | undefined;
|
|
494
496
|
ean?: string | null | undefined;
|
|
495
497
|
allow_alternative_item?: 0 | 1 | undefined;
|
|
@@ -507,8 +509,6 @@ export declare class ERPNextItem {
|
|
|
507
509
|
fsc_status?: string | null | undefined;
|
|
508
510
|
custom_fsc_type_of_wood?: string | null | undefined;
|
|
509
511
|
custom_fsc_product_group?: string | null | undefined;
|
|
510
|
-
customs_tariff_number?: string | null | undefined;
|
|
511
|
-
country_of_origin?: string | null | undefined;
|
|
512
512
|
custom_product_version?: string | null | undefined;
|
|
513
513
|
custom_supplier?: string | null | undefined;
|
|
514
514
|
purchase_description?: string | null | undefined;
|
|
@@ -535,11 +535,12 @@ export declare class ERPNextItem {
|
|
|
535
535
|
disabled: 0 | 1;
|
|
536
536
|
naming_series: string;
|
|
537
537
|
item_code: string;
|
|
538
|
+
delivered_by_supplier: number;
|
|
539
|
+
weight_uom: "kg" | "g" | "mg";
|
|
538
540
|
item_name: string;
|
|
539
541
|
item_group: string;
|
|
540
542
|
stock_uom: string;
|
|
541
543
|
grant_commission: number;
|
|
542
|
-
weight_uom: "kg" | "g" | "mg";
|
|
543
544
|
taxes: any[];
|
|
544
545
|
override_base_name: number;
|
|
545
546
|
sync_from_warehouse: number;
|
|
@@ -580,7 +581,6 @@ export declare class ERPNextItem {
|
|
|
580
581
|
lead_time_days: number;
|
|
581
582
|
last_purchase_rate: number;
|
|
582
583
|
is_customer_provided_item: number;
|
|
583
|
-
delivered_by_supplier: number;
|
|
584
584
|
fsc_percentage: number;
|
|
585
585
|
sales_uom: string;
|
|
586
586
|
is_sales_item: number;
|
|
@@ -677,6 +677,8 @@ export declare class ERPNextItem {
|
|
|
677
677
|
_user_tags?: string | null | undefined;
|
|
678
678
|
image?: string | null | undefined;
|
|
679
679
|
weight_per_unit?: number | null | undefined;
|
|
680
|
+
customs_tariff_number?: string | null | undefined;
|
|
681
|
+
country_of_origin?: string | null | undefined;
|
|
680
682
|
warehouse_category?: string | null | undefined;
|
|
681
683
|
ean?: string | null | undefined;
|
|
682
684
|
shipping_template?: string | null | undefined;
|
|
@@ -691,8 +693,6 @@ export declare class ERPNextItem {
|
|
|
691
693
|
fsc_status?: string | null | undefined;
|
|
692
694
|
custom_fsc_type_of_wood?: string | null | undefined;
|
|
693
695
|
custom_fsc_product_group?: string | null | undefined;
|
|
694
|
-
customs_tariff_number?: string | null | undefined;
|
|
695
|
-
country_of_origin?: string | null | undefined;
|
|
696
696
|
custom_product_version?: string | null | undefined;
|
|
697
697
|
custom_supplier?: string | null | undefined;
|
|
698
698
|
purchase_description?: string | null | undefined;
|
|
@@ -710,11 +710,12 @@ export declare class ERPNextItem {
|
|
|
710
710
|
description: string;
|
|
711
711
|
naming_series: string;
|
|
712
712
|
item_code: string;
|
|
713
|
+
delivered_by_supplier: number;
|
|
714
|
+
weight_uom: "kg" | "g" | "mg";
|
|
713
715
|
item_name: string;
|
|
714
716
|
item_group: string;
|
|
715
717
|
stock_uom: string;
|
|
716
718
|
grant_commission: number;
|
|
717
|
-
weight_uom: "kg" | "g" | "mg";
|
|
718
719
|
taxes: any[];
|
|
719
720
|
override_base_name: number;
|
|
720
721
|
sync_from_warehouse: number;
|
|
@@ -752,7 +753,6 @@ export declare class ERPNextItem {
|
|
|
752
753
|
lead_time_days: number;
|
|
753
754
|
last_purchase_rate: number;
|
|
754
755
|
is_customer_provided_item: number;
|
|
755
|
-
delivered_by_supplier: number;
|
|
756
756
|
fsc_percentage: number;
|
|
757
757
|
sales_uom: string;
|
|
758
758
|
is_sales_item: number;
|
|
@@ -794,6 +794,8 @@ export declare class ERPNextItem {
|
|
|
794
794
|
disabled?: 0 | 1 | undefined;
|
|
795
795
|
image?: string | null | undefined;
|
|
796
796
|
weight_per_unit?: number | null | undefined;
|
|
797
|
+
customs_tariff_number?: string | null | undefined;
|
|
798
|
+
country_of_origin?: string | null | undefined;
|
|
797
799
|
warehouse_category?: string | null | undefined;
|
|
798
800
|
ean?: string | null | undefined;
|
|
799
801
|
allow_alternative_item?: 0 | 1 | undefined;
|
|
@@ -811,8 +813,6 @@ export declare class ERPNextItem {
|
|
|
811
813
|
fsc_status?: string | null | undefined;
|
|
812
814
|
custom_fsc_type_of_wood?: string | null | undefined;
|
|
813
815
|
custom_fsc_product_group?: string | null | undefined;
|
|
814
|
-
customs_tariff_number?: string | null | undefined;
|
|
815
|
-
country_of_origin?: string | null | undefined;
|
|
816
816
|
custom_product_version?: string | null | undefined;
|
|
817
817
|
custom_supplier?: string | null | undefined;
|
|
818
818
|
purchase_description?: string | null | undefined;
|
|
@@ -839,11 +839,12 @@ export declare class ERPNextItem {
|
|
|
839
839
|
disabled: 0 | 1;
|
|
840
840
|
naming_series: string;
|
|
841
841
|
item_code: string;
|
|
842
|
+
delivered_by_supplier: number;
|
|
843
|
+
weight_uom: "kg" | "g" | "mg";
|
|
842
844
|
item_name: string;
|
|
843
845
|
item_group: string;
|
|
844
846
|
stock_uom: string;
|
|
845
847
|
grant_commission: number;
|
|
846
|
-
weight_uom: "kg" | "g" | "mg";
|
|
847
848
|
taxes: any[];
|
|
848
849
|
override_base_name: number;
|
|
849
850
|
sync_from_warehouse: number;
|
|
@@ -884,7 +885,6 @@ export declare class ERPNextItem {
|
|
|
884
885
|
lead_time_days: number;
|
|
885
886
|
last_purchase_rate: number;
|
|
886
887
|
is_customer_provided_item: number;
|
|
887
|
-
delivered_by_supplier: number;
|
|
888
888
|
fsc_percentage: number;
|
|
889
889
|
sales_uom: string;
|
|
890
890
|
is_sales_item: number;
|
|
@@ -981,6 +981,8 @@ export declare class ERPNextItem {
|
|
|
981
981
|
_user_tags?: string | null | undefined;
|
|
982
982
|
image?: string | null | undefined;
|
|
983
983
|
weight_per_unit?: number | null | undefined;
|
|
984
|
+
customs_tariff_number?: string | null | undefined;
|
|
985
|
+
country_of_origin?: string | null | undefined;
|
|
984
986
|
warehouse_category?: string | null | undefined;
|
|
985
987
|
ean?: string | null | undefined;
|
|
986
988
|
shipping_template?: string | null | undefined;
|
|
@@ -995,8 +997,6 @@ export declare class ERPNextItem {
|
|
|
995
997
|
fsc_status?: string | null | undefined;
|
|
996
998
|
custom_fsc_type_of_wood?: string | null | undefined;
|
|
997
999
|
custom_fsc_product_group?: string | null | undefined;
|
|
998
|
-
customs_tariff_number?: string | null | undefined;
|
|
999
|
-
country_of_origin?: string | null | undefined;
|
|
1000
1000
|
custom_product_version?: string | null | undefined;
|
|
1001
1001
|
custom_supplier?: string | null | undefined;
|
|
1002
1002
|
purchase_description?: string | null | undefined;
|
|
@@ -239,8 +239,8 @@ export declare class ERPNextPaymentEntry {
|
|
|
239
239
|
amended_from?: string | null | undefined;
|
|
240
240
|
docstatus?: number | undefined;
|
|
241
241
|
company?: string | undefined;
|
|
242
|
-
title?: string | undefined;
|
|
243
242
|
posting_date?: string | undefined;
|
|
243
|
+
title?: string | undefined;
|
|
244
244
|
base_total_taxes_and_charges?: number | undefined;
|
|
245
245
|
total_taxes_and_charges?: number | undefined;
|
|
246
246
|
taxes?: unknown[] | undefined;
|
|
@@ -375,8 +375,8 @@ export declare class ERPNextPaymentEntry {
|
|
|
375
375
|
amended_from?: string | null | undefined;
|
|
376
376
|
docstatus?: number | undefined;
|
|
377
377
|
company?: string | undefined;
|
|
378
|
-
title?: string | undefined;
|
|
379
378
|
posting_date?: string | undefined;
|
|
379
|
+
title?: string | undefined;
|
|
380
380
|
base_total_taxes_and_charges?: number | undefined;
|
|
381
381
|
total_taxes_and_charges?: number | undefined;
|
|
382
382
|
taxes?: unknown[] | undefined;
|
|
@@ -657,8 +657,8 @@ export declare class ERPNextPaymentEntry {
|
|
|
657
657
|
reference_date: string;
|
|
658
658
|
status?: string | undefined;
|
|
659
659
|
company?: string | undefined;
|
|
660
|
-
title?: string | undefined;
|
|
661
660
|
posting_date?: string | undefined;
|
|
661
|
+
title?: string | undefined;
|
|
662
662
|
base_total_taxes_and_charges?: number | undefined;
|
|
663
663
|
total_taxes_and_charges?: number | undefined;
|
|
664
664
|
taxes?: unknown[] | undefined;
|
|
@@ -717,8 +717,8 @@ export declare class ERPNextPaymentEntry {
|
|
|
717
717
|
reference_date: string;
|
|
718
718
|
status?: string | undefined;
|
|
719
719
|
company?: string | undefined;
|
|
720
|
-
title?: string | undefined;
|
|
721
720
|
posting_date?: string | undefined;
|
|
721
|
+
title?: string | undefined;
|
|
722
722
|
base_total_taxes_and_charges?: number | undefined;
|
|
723
723
|
total_taxes_and_charges?: number | undefined;
|
|
724
724
|
taxes?: unknown[] | undefined;
|
|
@@ -73,8 +73,8 @@ export declare class ERPNextProductBundle {
|
|
|
73
73
|
qty: number;
|
|
74
74
|
description?: string | null | undefined;
|
|
75
75
|
_user_tags?: string | null | undefined;
|
|
76
|
-
uom?: string | null | undefined;
|
|
77
76
|
rate?: number | null | undefined;
|
|
77
|
+
uom?: string | null | undefined;
|
|
78
78
|
}[];
|
|
79
79
|
new_item_code: string;
|
|
80
80
|
description?: string | null | undefined;
|
|
@@ -89,8 +89,8 @@ export declare class ERPNextProductBundle {
|
|
|
89
89
|
item_code: string;
|
|
90
90
|
qty: number;
|
|
91
91
|
description?: string | null | undefined;
|
|
92
|
-
uom?: string | null | undefined;
|
|
93
92
|
rate?: number | null | undefined;
|
|
93
|
+
uom?: string | null | undefined;
|
|
94
94
|
}[];
|
|
95
95
|
new_item_code: string;
|
|
96
96
|
description?: string | null | undefined;
|
|
@@ -127,8 +127,8 @@ export declare class ERPNextProductBundle {
|
|
|
127
127
|
qty: number;
|
|
128
128
|
description?: string | null | undefined;
|
|
129
129
|
_user_tags?: string | null | undefined;
|
|
130
|
-
uom?: string | null | undefined;
|
|
131
130
|
rate?: number | null | undefined;
|
|
131
|
+
uom?: string | null | undefined;
|
|
132
132
|
}[];
|
|
133
133
|
new_item_code: string;
|
|
134
134
|
description?: string | null | undefined;
|