erpnext-queue-client 2.2.2 → 2.3.1
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 +137 -56
- package/dist/erpnext/model/ConsolidatedCustomsInvoice.js +19 -1
- package/dist/erpnext/model/DeliveryNote.d.ts +145 -145
- package/dist/erpnext/model/DispatchRun.d.ts +2 -2
- 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
|
@@ -170,9 +170,20 @@ export declare const DeliveryNote: z.ZodObject<{
|
|
|
170
170
|
description: string;
|
|
171
171
|
image: string;
|
|
172
172
|
item_code: string;
|
|
173
|
+
qty: number;
|
|
174
|
+
rate: number;
|
|
175
|
+
amount: number;
|
|
176
|
+
base_rate: number;
|
|
177
|
+
base_amount: number;
|
|
178
|
+
net_rate: number;
|
|
179
|
+
net_amount: number;
|
|
180
|
+
base_net_rate: number;
|
|
181
|
+
base_net_amount: number;
|
|
182
|
+
weight_per_unit: number;
|
|
183
|
+
total_weight: number;
|
|
184
|
+
weight_uom: string;
|
|
173
185
|
item_name: string;
|
|
174
186
|
item_group: string;
|
|
175
|
-
qty: number;
|
|
176
187
|
stock_uom: string;
|
|
177
188
|
uom: string;
|
|
178
189
|
conversion_factor: number;
|
|
@@ -186,22 +197,11 @@ export declare const DeliveryNote: z.ZodObject<{
|
|
|
186
197
|
discount_percentage: number;
|
|
187
198
|
discount_amount: number;
|
|
188
199
|
base_rate_with_margin: number;
|
|
189
|
-
rate: number;
|
|
190
|
-
amount: number;
|
|
191
|
-
base_rate: number;
|
|
192
|
-
base_amount: number;
|
|
193
200
|
stock_uom_rate: number;
|
|
194
201
|
is_free_item: number;
|
|
195
202
|
grant_commission: number;
|
|
196
|
-
net_rate: number;
|
|
197
|
-
net_amount: number;
|
|
198
|
-
base_net_rate: number;
|
|
199
|
-
base_net_amount: number;
|
|
200
203
|
billed_amt: number;
|
|
201
204
|
incoming_rate: number;
|
|
202
|
-
weight_per_unit: number;
|
|
203
|
-
total_weight: number;
|
|
204
|
-
weight_uom: string;
|
|
205
205
|
warehouse: string;
|
|
206
206
|
actual_batch_qty: number;
|
|
207
207
|
actual_qty: number;
|
|
@@ -212,17 +212,17 @@ export declare const DeliveryNote: z.ZodObject<{
|
|
|
212
212
|
cost_center: string;
|
|
213
213
|
page_break: number;
|
|
214
214
|
brand?: string | null | undefined;
|
|
215
|
+
item_tax_template?: string | null | undefined;
|
|
216
|
+
so_detail?: string | null | undefined;
|
|
217
|
+
dn_detail?: string | null | undefined;
|
|
215
218
|
barcode?: string | null | undefined;
|
|
216
219
|
customer_item_code?: string | null | undefined;
|
|
217
220
|
pricing_rules?: string | null | undefined;
|
|
218
|
-
item_tax_template?: string | null | undefined;
|
|
219
221
|
target_warehouse?: string | null | undefined;
|
|
220
222
|
quality_inspection?: string | null | undefined;
|
|
221
223
|
against_sales_order?: string | null | undefined;
|
|
222
|
-
so_detail?: string | null | undefined;
|
|
223
224
|
against_sales_invoice?: string | null | undefined;
|
|
224
225
|
si_detail?: string | null | undefined;
|
|
225
|
-
dn_detail?: string | null | undefined;
|
|
226
226
|
pick_list_item?: string | null | undefined;
|
|
227
227
|
batch_no?: string | null | undefined;
|
|
228
228
|
serial_no?: string | null | undefined;
|
|
@@ -233,9 +233,20 @@ export declare const DeliveryNote: z.ZodObject<{
|
|
|
233
233
|
description: string;
|
|
234
234
|
image: string;
|
|
235
235
|
item_code: string;
|
|
236
|
+
qty: number;
|
|
237
|
+
rate: number;
|
|
238
|
+
amount: number;
|
|
239
|
+
base_rate: number;
|
|
240
|
+
base_amount: number;
|
|
241
|
+
net_rate: number;
|
|
242
|
+
net_amount: number;
|
|
243
|
+
base_net_rate: number;
|
|
244
|
+
base_net_amount: number;
|
|
245
|
+
weight_per_unit: number;
|
|
246
|
+
total_weight: number;
|
|
247
|
+
weight_uom: string;
|
|
236
248
|
item_name: string;
|
|
237
249
|
item_group: string;
|
|
238
|
-
qty: number;
|
|
239
250
|
stock_uom: string;
|
|
240
251
|
uom: string;
|
|
241
252
|
conversion_factor: number;
|
|
@@ -249,22 +260,11 @@ export declare const DeliveryNote: z.ZodObject<{
|
|
|
249
260
|
discount_percentage: number;
|
|
250
261
|
discount_amount: number;
|
|
251
262
|
base_rate_with_margin: number;
|
|
252
|
-
rate: number;
|
|
253
|
-
amount: number;
|
|
254
|
-
base_rate: number;
|
|
255
|
-
base_amount: number;
|
|
256
263
|
stock_uom_rate: number;
|
|
257
264
|
is_free_item: number;
|
|
258
265
|
grant_commission: number;
|
|
259
|
-
net_rate: number;
|
|
260
|
-
net_amount: number;
|
|
261
|
-
base_net_rate: number;
|
|
262
|
-
base_net_amount: number;
|
|
263
266
|
billed_amt: number;
|
|
264
267
|
incoming_rate: number;
|
|
265
|
-
weight_per_unit: number;
|
|
266
|
-
total_weight: number;
|
|
267
|
-
weight_uom: string;
|
|
268
268
|
warehouse: string;
|
|
269
269
|
actual_batch_qty: number;
|
|
270
270
|
actual_qty: number;
|
|
@@ -275,17 +275,17 @@ export declare const DeliveryNote: z.ZodObject<{
|
|
|
275
275
|
cost_center: string;
|
|
276
276
|
page_break: number;
|
|
277
277
|
brand?: string | null | undefined;
|
|
278
|
+
item_tax_template?: string | null | undefined;
|
|
279
|
+
so_detail?: string | null | undefined;
|
|
280
|
+
dn_detail?: string | null | undefined;
|
|
278
281
|
barcode?: string | null | undefined;
|
|
279
282
|
customer_item_code?: string | null | undefined;
|
|
280
283
|
pricing_rules?: string | null | undefined;
|
|
281
|
-
item_tax_template?: string | null | undefined;
|
|
282
284
|
target_warehouse?: string | null | undefined;
|
|
283
285
|
quality_inspection?: string | null | undefined;
|
|
284
286
|
against_sales_order?: string | null | undefined;
|
|
285
|
-
so_detail?: string | null | undefined;
|
|
286
287
|
against_sales_invoice?: string | null | undefined;
|
|
287
288
|
si_detail?: string | null | undefined;
|
|
288
|
-
dn_detail?: string | null | undefined;
|
|
289
289
|
pick_list_item?: string | null | undefined;
|
|
290
290
|
batch_no?: string | null | undefined;
|
|
291
291
|
serial_no?: string | null | undefined;
|
|
@@ -304,64 +304,36 @@ export declare const DeliveryNote: z.ZodObject<{
|
|
|
304
304
|
company: string;
|
|
305
305
|
naming_series: string;
|
|
306
306
|
language: string;
|
|
307
|
-
discount_amount: number;
|
|
308
|
-
pricing_rules: string[];
|
|
309
|
-
title: string;
|
|
310
|
-
order_number: string;
|
|
311
307
|
customer: string;
|
|
312
|
-
customer_name: string;
|
|
313
308
|
posting_date: string;
|
|
314
309
|
posting_time: string;
|
|
315
310
|
set_posting_time: number;
|
|
316
|
-
is_return: number;
|
|
317
|
-
issue_credit_note: number;
|
|
318
|
-
po_no: string;
|
|
319
311
|
currency: string;
|
|
320
312
|
conversion_rate: number;
|
|
321
|
-
selling_price_list: string;
|
|
322
|
-
price_list_currency: string;
|
|
323
|
-
plc_conversion_rate: number;
|
|
324
|
-
ignore_pricing_rule: number;
|
|
325
313
|
total_qty: number;
|
|
314
|
+
total_net_weight: number;
|
|
326
315
|
base_total: number;
|
|
327
316
|
base_net_total: number;
|
|
328
|
-
total_net_weight: number;
|
|
329
317
|
total: number;
|
|
330
318
|
net_total: number;
|
|
331
|
-
custom_tax_included_in_shipping_cost: 0 | 1;
|
|
332
|
-
base_total_taxes_and_charges: number;
|
|
333
|
-
total_taxes_and_charges: number;
|
|
334
|
-
apply_discount_on: string;
|
|
335
|
-
base_discount_amount: number;
|
|
336
|
-
additional_discount_percentage: number;
|
|
337
|
-
base_grand_total: number;
|
|
338
|
-
base_rounding_adjustment: number;
|
|
339
|
-
base_rounded_total: number;
|
|
340
|
-
base_in_words: string;
|
|
341
|
-
grand_total: number;
|
|
342
|
-
rounding_adjustment: number;
|
|
343
|
-
rounded_total: number;
|
|
344
|
-
in_words: string;
|
|
345
|
-
disable_rounded_total: number;
|
|
346
|
-
is_internal_customer: number;
|
|
347
|
-
per_billed: number;
|
|
348
|
-
customer_group: string;
|
|
349
|
-
territory: string;
|
|
350
|
-
print_without_amount: number;
|
|
351
|
-
group_same_items: number;
|
|
352
|
-
per_installed: number;
|
|
353
|
-
installation_status: string;
|
|
354
|
-
per_returned: number;
|
|
355
|
-
amount_eligible_for_commission: number;
|
|
356
|
-
commission_rate: number;
|
|
357
|
-
total_commission: number;
|
|
358
319
|
items: {
|
|
359
320
|
description: string;
|
|
360
321
|
image: string;
|
|
361
322
|
item_code: string;
|
|
323
|
+
qty: number;
|
|
324
|
+
rate: number;
|
|
325
|
+
amount: number;
|
|
326
|
+
base_rate: number;
|
|
327
|
+
base_amount: number;
|
|
328
|
+
net_rate: number;
|
|
329
|
+
net_amount: number;
|
|
330
|
+
base_net_rate: number;
|
|
331
|
+
base_net_amount: number;
|
|
332
|
+
weight_per_unit: number;
|
|
333
|
+
total_weight: number;
|
|
334
|
+
weight_uom: string;
|
|
362
335
|
item_name: string;
|
|
363
336
|
item_group: string;
|
|
364
|
-
qty: number;
|
|
365
337
|
stock_uom: string;
|
|
366
338
|
uom: string;
|
|
367
339
|
conversion_factor: number;
|
|
@@ -375,22 +347,11 @@ export declare const DeliveryNote: z.ZodObject<{
|
|
|
375
347
|
discount_percentage: number;
|
|
376
348
|
discount_amount: number;
|
|
377
349
|
base_rate_with_margin: number;
|
|
378
|
-
rate: number;
|
|
379
|
-
amount: number;
|
|
380
|
-
base_rate: number;
|
|
381
|
-
base_amount: number;
|
|
382
350
|
stock_uom_rate: number;
|
|
383
351
|
is_free_item: number;
|
|
384
352
|
grant_commission: number;
|
|
385
|
-
net_rate: number;
|
|
386
|
-
net_amount: number;
|
|
387
|
-
base_net_rate: number;
|
|
388
|
-
base_net_amount: number;
|
|
389
353
|
billed_amt: number;
|
|
390
354
|
incoming_rate: number;
|
|
391
|
-
weight_per_unit: number;
|
|
392
|
-
total_weight: number;
|
|
393
|
-
weight_uom: string;
|
|
394
355
|
warehouse: string;
|
|
395
356
|
actual_batch_qty: number;
|
|
396
357
|
actual_qty: number;
|
|
@@ -401,17 +362,17 @@ export declare const DeliveryNote: z.ZodObject<{
|
|
|
401
362
|
cost_center: string;
|
|
402
363
|
page_break: number;
|
|
403
364
|
brand?: string | null | undefined;
|
|
365
|
+
item_tax_template?: string | null | undefined;
|
|
366
|
+
so_detail?: string | null | undefined;
|
|
367
|
+
dn_detail?: string | null | undefined;
|
|
404
368
|
barcode?: string | null | undefined;
|
|
405
369
|
customer_item_code?: string | null | undefined;
|
|
406
370
|
pricing_rules?: string | null | undefined;
|
|
407
|
-
item_tax_template?: string | null | undefined;
|
|
408
371
|
target_warehouse?: string | null | undefined;
|
|
409
372
|
quality_inspection?: string | null | undefined;
|
|
410
373
|
against_sales_order?: string | null | undefined;
|
|
411
|
-
so_detail?: string | null | undefined;
|
|
412
374
|
against_sales_invoice?: string | null | undefined;
|
|
413
375
|
si_detail?: string | null | undefined;
|
|
414
|
-
dn_detail?: string | null | undefined;
|
|
415
376
|
pick_list_item?: string | null | undefined;
|
|
416
377
|
batch_no?: string | null | undefined;
|
|
417
378
|
serial_no?: string | null | undefined;
|
|
@@ -419,9 +380,51 @@ export declare const DeliveryNote: z.ZodObject<{
|
|
|
419
380
|
order_item_id?: string | null | undefined;
|
|
420
381
|
__unsaved?: number | null | undefined;
|
|
421
382
|
}[];
|
|
383
|
+
discount_amount: number;
|
|
384
|
+
pricing_rules: string[];
|
|
385
|
+
title: string;
|
|
386
|
+
order_number: string;
|
|
387
|
+
customer_name: string;
|
|
388
|
+
is_return: number;
|
|
389
|
+
issue_credit_note: number;
|
|
390
|
+
po_no: string;
|
|
391
|
+
selling_price_list: string;
|
|
392
|
+
price_list_currency: string;
|
|
393
|
+
plc_conversion_rate: number;
|
|
394
|
+
ignore_pricing_rule: number;
|
|
395
|
+
custom_tax_included_in_shipping_cost: 0 | 1;
|
|
396
|
+
base_total_taxes_and_charges: number;
|
|
397
|
+
total_taxes_and_charges: number;
|
|
398
|
+
apply_discount_on: string;
|
|
399
|
+
base_discount_amount: number;
|
|
400
|
+
additional_discount_percentage: number;
|
|
401
|
+
base_grand_total: number;
|
|
402
|
+
base_rounding_adjustment: number;
|
|
403
|
+
base_rounded_total: number;
|
|
404
|
+
base_in_words: string;
|
|
405
|
+
grand_total: number;
|
|
406
|
+
rounding_adjustment: number;
|
|
407
|
+
rounded_total: number;
|
|
408
|
+
in_words: string;
|
|
409
|
+
disable_rounded_total: number;
|
|
410
|
+
is_internal_customer: number;
|
|
411
|
+
per_billed: number;
|
|
412
|
+
customer_group: string;
|
|
413
|
+
territory: string;
|
|
414
|
+
print_without_amount: number;
|
|
415
|
+
group_same_items: number;
|
|
416
|
+
per_installed: number;
|
|
417
|
+
installation_status: string;
|
|
418
|
+
per_returned: number;
|
|
419
|
+
amount_eligible_for_commission: number;
|
|
420
|
+
commission_rate: number;
|
|
421
|
+
total_commission: number;
|
|
422
422
|
packed_items: string[];
|
|
423
423
|
taxes: string[];
|
|
424
424
|
sales_team: string[];
|
|
425
|
+
dispatch_address_name?: string | null | undefined;
|
|
426
|
+
dispatch_address?: string | null | undefined;
|
|
427
|
+
tax_id?: string | null | undefined;
|
|
425
428
|
cost_center?: string | null | undefined;
|
|
426
429
|
project?: string | null | undefined;
|
|
427
430
|
custom_order_number?: string | null | undefined;
|
|
@@ -430,14 +433,11 @@ export declare const DeliveryNote: z.ZodObject<{
|
|
|
430
433
|
pick_list?: string | null | undefined;
|
|
431
434
|
shipping_address_name?: string | null | undefined;
|
|
432
435
|
shipping_address?: string | null | undefined;
|
|
433
|
-
dispatch_address_name?: string | null | undefined;
|
|
434
|
-
dispatch_address?: string | null | undefined;
|
|
435
436
|
contact_person?: string | null | undefined;
|
|
436
437
|
contact_display?: string | null | undefined;
|
|
437
438
|
contact_mobile?: string | null | undefined;
|
|
438
439
|
contact_email?: string | null | undefined;
|
|
439
440
|
customer_address?: string | null | undefined;
|
|
440
|
-
tax_id?: string | null | undefined;
|
|
441
441
|
address_display?: string | null | undefined;
|
|
442
442
|
company_address?: string | null | undefined;
|
|
443
443
|
company_address_display?: string | null | undefined;
|
|
@@ -475,63 +475,36 @@ export declare const DeliveryNote: z.ZodObject<{
|
|
|
475
475
|
company: string;
|
|
476
476
|
naming_series: string;
|
|
477
477
|
language: string;
|
|
478
|
-
discount_amount: number;
|
|
479
|
-
pricing_rules: string[];
|
|
480
|
-
title: string;
|
|
481
|
-
order_number: string;
|
|
482
478
|
customer: string;
|
|
483
|
-
customer_name: string;
|
|
484
479
|
posting_date: string;
|
|
485
480
|
posting_time: string;
|
|
486
481
|
set_posting_time: number;
|
|
487
|
-
is_return: number;
|
|
488
|
-
issue_credit_note: number;
|
|
489
|
-
po_no: string;
|
|
490
482
|
currency: string;
|
|
491
483
|
conversion_rate: number;
|
|
492
|
-
selling_price_list: string;
|
|
493
|
-
price_list_currency: string;
|
|
494
|
-
plc_conversion_rate: number;
|
|
495
|
-
ignore_pricing_rule: number;
|
|
496
484
|
total_qty: number;
|
|
485
|
+
total_net_weight: number;
|
|
497
486
|
base_total: number;
|
|
498
487
|
base_net_total: number;
|
|
499
|
-
total_net_weight: number;
|
|
500
488
|
total: number;
|
|
501
489
|
net_total: number;
|
|
502
|
-
base_total_taxes_and_charges: number;
|
|
503
|
-
total_taxes_and_charges: number;
|
|
504
|
-
apply_discount_on: string;
|
|
505
|
-
base_discount_amount: number;
|
|
506
|
-
additional_discount_percentage: number;
|
|
507
|
-
base_grand_total: number;
|
|
508
|
-
base_rounding_adjustment: number;
|
|
509
|
-
base_rounded_total: number;
|
|
510
|
-
base_in_words: string;
|
|
511
|
-
grand_total: number;
|
|
512
|
-
rounding_adjustment: number;
|
|
513
|
-
rounded_total: number;
|
|
514
|
-
in_words: string;
|
|
515
|
-
disable_rounded_total: number;
|
|
516
|
-
is_internal_customer: number;
|
|
517
|
-
per_billed: number;
|
|
518
|
-
customer_group: string;
|
|
519
|
-
territory: string;
|
|
520
|
-
print_without_amount: number;
|
|
521
|
-
group_same_items: number;
|
|
522
|
-
per_installed: number;
|
|
523
|
-
installation_status: string;
|
|
524
|
-
per_returned: number;
|
|
525
|
-
amount_eligible_for_commission: number;
|
|
526
|
-
commission_rate: number;
|
|
527
|
-
total_commission: number;
|
|
528
490
|
items: {
|
|
529
491
|
description: string;
|
|
530
492
|
image: string;
|
|
531
493
|
item_code: string;
|
|
494
|
+
qty: number;
|
|
495
|
+
rate: number;
|
|
496
|
+
amount: number;
|
|
497
|
+
base_rate: number;
|
|
498
|
+
base_amount: number;
|
|
499
|
+
net_rate: number;
|
|
500
|
+
net_amount: number;
|
|
501
|
+
base_net_rate: number;
|
|
502
|
+
base_net_amount: number;
|
|
503
|
+
weight_per_unit: number;
|
|
504
|
+
total_weight: number;
|
|
505
|
+
weight_uom: string;
|
|
532
506
|
item_name: string;
|
|
533
507
|
item_group: string;
|
|
534
|
-
qty: number;
|
|
535
508
|
stock_uom: string;
|
|
536
509
|
uom: string;
|
|
537
510
|
conversion_factor: number;
|
|
@@ -545,22 +518,11 @@ export declare const DeliveryNote: z.ZodObject<{
|
|
|
545
518
|
discount_percentage: number;
|
|
546
519
|
discount_amount: number;
|
|
547
520
|
base_rate_with_margin: number;
|
|
548
|
-
rate: number;
|
|
549
|
-
amount: number;
|
|
550
|
-
base_rate: number;
|
|
551
|
-
base_amount: number;
|
|
552
521
|
stock_uom_rate: number;
|
|
553
522
|
is_free_item: number;
|
|
554
523
|
grant_commission: number;
|
|
555
|
-
net_rate: number;
|
|
556
|
-
net_amount: number;
|
|
557
|
-
base_net_rate: number;
|
|
558
|
-
base_net_amount: number;
|
|
559
524
|
billed_amt: number;
|
|
560
525
|
incoming_rate: number;
|
|
561
|
-
weight_per_unit: number;
|
|
562
|
-
total_weight: number;
|
|
563
|
-
weight_uom: string;
|
|
564
526
|
warehouse: string;
|
|
565
527
|
actual_batch_qty: number;
|
|
566
528
|
actual_qty: number;
|
|
@@ -571,17 +533,17 @@ export declare const DeliveryNote: z.ZodObject<{
|
|
|
571
533
|
cost_center: string;
|
|
572
534
|
page_break: number;
|
|
573
535
|
brand?: string | null | undefined;
|
|
536
|
+
item_tax_template?: string | null | undefined;
|
|
537
|
+
so_detail?: string | null | undefined;
|
|
538
|
+
dn_detail?: string | null | undefined;
|
|
574
539
|
barcode?: string | null | undefined;
|
|
575
540
|
customer_item_code?: string | null | undefined;
|
|
576
541
|
pricing_rules?: string | null | undefined;
|
|
577
|
-
item_tax_template?: string | null | undefined;
|
|
578
542
|
target_warehouse?: string | null | undefined;
|
|
579
543
|
quality_inspection?: string | null | undefined;
|
|
580
544
|
against_sales_order?: string | null | undefined;
|
|
581
|
-
so_detail?: string | null | undefined;
|
|
582
545
|
against_sales_invoice?: string | null | undefined;
|
|
583
546
|
si_detail?: string | null | undefined;
|
|
584
|
-
dn_detail?: string | null | undefined;
|
|
585
547
|
pick_list_item?: string | null | undefined;
|
|
586
548
|
batch_no?: string | null | undefined;
|
|
587
549
|
serial_no?: string | null | undefined;
|
|
@@ -589,9 +551,50 @@ export declare const DeliveryNote: z.ZodObject<{
|
|
|
589
551
|
order_item_id?: string | null | undefined;
|
|
590
552
|
__unsaved?: number | null | undefined;
|
|
591
553
|
}[];
|
|
554
|
+
discount_amount: number;
|
|
555
|
+
pricing_rules: string[];
|
|
556
|
+
title: string;
|
|
557
|
+
order_number: string;
|
|
558
|
+
customer_name: string;
|
|
559
|
+
is_return: number;
|
|
560
|
+
issue_credit_note: number;
|
|
561
|
+
po_no: string;
|
|
562
|
+
selling_price_list: string;
|
|
563
|
+
price_list_currency: string;
|
|
564
|
+
plc_conversion_rate: number;
|
|
565
|
+
ignore_pricing_rule: number;
|
|
566
|
+
base_total_taxes_and_charges: number;
|
|
567
|
+
total_taxes_and_charges: number;
|
|
568
|
+
apply_discount_on: string;
|
|
569
|
+
base_discount_amount: number;
|
|
570
|
+
additional_discount_percentage: number;
|
|
571
|
+
base_grand_total: number;
|
|
572
|
+
base_rounding_adjustment: number;
|
|
573
|
+
base_rounded_total: number;
|
|
574
|
+
base_in_words: string;
|
|
575
|
+
grand_total: number;
|
|
576
|
+
rounding_adjustment: number;
|
|
577
|
+
rounded_total: number;
|
|
578
|
+
in_words: string;
|
|
579
|
+
disable_rounded_total: number;
|
|
580
|
+
is_internal_customer: number;
|
|
581
|
+
per_billed: number;
|
|
582
|
+
customer_group: string;
|
|
583
|
+
territory: string;
|
|
584
|
+
print_without_amount: number;
|
|
585
|
+
group_same_items: number;
|
|
586
|
+
per_installed: number;
|
|
587
|
+
installation_status: string;
|
|
588
|
+
per_returned: number;
|
|
589
|
+
amount_eligible_for_commission: number;
|
|
590
|
+
commission_rate: number;
|
|
591
|
+
total_commission: number;
|
|
592
592
|
packed_items: string[];
|
|
593
593
|
taxes: string[];
|
|
594
594
|
sales_team: string[];
|
|
595
|
+
dispatch_address_name?: string | null | undefined;
|
|
596
|
+
dispatch_address?: string | null | undefined;
|
|
597
|
+
tax_id?: string | null | undefined;
|
|
595
598
|
cost_center?: string | null | undefined;
|
|
596
599
|
project?: string | null | undefined;
|
|
597
600
|
custom_order_number?: string | null | undefined;
|
|
@@ -600,14 +603,11 @@ export declare const DeliveryNote: z.ZodObject<{
|
|
|
600
603
|
pick_list?: string | null | undefined;
|
|
601
604
|
shipping_address_name?: string | null | undefined;
|
|
602
605
|
shipping_address?: string | null | undefined;
|
|
603
|
-
dispatch_address_name?: string | null | undefined;
|
|
604
|
-
dispatch_address?: string | null | undefined;
|
|
605
606
|
contact_person?: string | null | undefined;
|
|
606
607
|
contact_display?: string | null | undefined;
|
|
607
608
|
contact_mobile?: string | null | undefined;
|
|
608
609
|
contact_email?: string | null | undefined;
|
|
609
610
|
customer_address?: string | null | undefined;
|
|
610
|
-
tax_id?: string | null | undefined;
|
|
611
611
|
address_display?: string | null | undefined;
|
|
612
612
|
company_address?: string | null | undefined;
|
|
613
613
|
company_address_display?: string | null | undefined;
|
|
@@ -48,10 +48,10 @@ export declare const DispatchRun: z.ZodObject<{
|
|
|
48
48
|
dispatcher_preset: string;
|
|
49
49
|
trigger: "UI" | "API" | "API-TEST" | "REAL-DATA-TEST" | "SCHEDULE";
|
|
50
50
|
limit?: number | undefined;
|
|
51
|
-
order_number?: string | null | undefined;
|
|
52
51
|
items?: {
|
|
53
52
|
item: string;
|
|
54
53
|
}[] | undefined;
|
|
54
|
+
order_number?: string | null | undefined;
|
|
55
55
|
is_simulation_mode?: number | null | undefined;
|
|
56
56
|
warehouse_categories?: {
|
|
57
57
|
warehouse_category: string;
|
|
@@ -70,10 +70,10 @@ export declare const DispatchRun: z.ZodObject<{
|
|
|
70
70
|
trigger: "UI" | "API" | "API-TEST" | "REAL-DATA-TEST" | "SCHEDULE";
|
|
71
71
|
status?: "Completed" | "Processing" | "Failed" | undefined;
|
|
72
72
|
limit?: number | undefined;
|
|
73
|
-
order_number?: string | null | undefined;
|
|
74
73
|
items?: {
|
|
75
74
|
item: string;
|
|
76
75
|
}[] | undefined;
|
|
76
|
+
order_number?: string | null | undefined;
|
|
77
77
|
is_simulation_mode?: number | null | undefined;
|
|
78
78
|
warehouse_categories?: {
|
|
79
79
|
warehouse_category: string;
|
|
@@ -392,11 +392,12 @@ export declare const Item: z.ZodObject<{
|
|
|
392
392
|
disabled: 0 | 1;
|
|
393
393
|
naming_series: string;
|
|
394
394
|
item_code: string;
|
|
395
|
+
delivered_by_supplier: number;
|
|
396
|
+
weight_uom: "kg" | "g" | "mg";
|
|
395
397
|
item_name: string;
|
|
396
398
|
item_group: string;
|
|
397
399
|
stock_uom: string;
|
|
398
400
|
grant_commission: number;
|
|
399
|
-
weight_uom: "kg" | "g" | "mg";
|
|
400
401
|
taxes: any[];
|
|
401
402
|
override_base_name: number;
|
|
402
403
|
sync_from_warehouse: number;
|
|
@@ -437,7 +438,6 @@ export declare const Item: z.ZodObject<{
|
|
|
437
438
|
lead_time_days: number;
|
|
438
439
|
last_purchase_rate: number;
|
|
439
440
|
is_customer_provided_item: number;
|
|
440
|
-
delivered_by_supplier: number;
|
|
441
441
|
fsc_percentage: number;
|
|
442
442
|
sales_uom: string;
|
|
443
443
|
is_sales_item: number;
|
|
@@ -478,6 +478,8 @@ export declare const Item: z.ZodObject<{
|
|
|
478
478
|
length?: number | null | undefined;
|
|
479
479
|
image?: string | null | undefined;
|
|
480
480
|
weight_per_unit?: number | null | undefined;
|
|
481
|
+
customs_tariff_number?: string | null | undefined;
|
|
482
|
+
country_of_origin?: string | null | undefined;
|
|
481
483
|
warehouse_category?: string | null | undefined;
|
|
482
484
|
ean?: string | null | undefined;
|
|
483
485
|
shipping_template?: string | null | undefined;
|
|
@@ -492,8 +494,6 @@ export declare const Item: z.ZodObject<{
|
|
|
492
494
|
fsc_status?: string | null | undefined;
|
|
493
495
|
custom_fsc_type_of_wood?: string | null | undefined;
|
|
494
496
|
custom_fsc_product_group?: string | null | undefined;
|
|
495
|
-
customs_tariff_number?: string | null | undefined;
|
|
496
|
-
country_of_origin?: string | null | undefined;
|
|
497
497
|
custom_product_version?: string | null | undefined;
|
|
498
498
|
custom_supplier?: string | null | undefined;
|
|
499
499
|
purchase_description?: string | null | undefined;
|
|
@@ -506,11 +506,12 @@ export declare const Item: z.ZodObject<{
|
|
|
506
506
|
description: string;
|
|
507
507
|
naming_series: string;
|
|
508
508
|
item_code: string;
|
|
509
|
+
delivered_by_supplier: number;
|
|
510
|
+
weight_uom: "kg" | "g" | "mg";
|
|
509
511
|
item_name: string;
|
|
510
512
|
item_group: string;
|
|
511
513
|
stock_uom: string;
|
|
512
514
|
grant_commission: number;
|
|
513
|
-
weight_uom: "kg" | "g" | "mg";
|
|
514
515
|
taxes: any[];
|
|
515
516
|
override_base_name: number;
|
|
516
517
|
sync_from_warehouse: number;
|
|
@@ -547,7 +548,6 @@ export declare const Item: z.ZodObject<{
|
|
|
547
548
|
lead_time_days: number;
|
|
548
549
|
last_purchase_rate: number;
|
|
549
550
|
is_customer_provided_item: number;
|
|
550
|
-
delivered_by_supplier: number;
|
|
551
551
|
fsc_percentage: number;
|
|
552
552
|
sales_uom: string;
|
|
553
553
|
is_sales_item: number;
|
|
@@ -588,6 +588,8 @@ export declare const Item: z.ZodObject<{
|
|
|
588
588
|
disabled?: unknown;
|
|
589
589
|
image?: string | null | undefined;
|
|
590
590
|
weight_per_unit?: number | null | undefined;
|
|
591
|
+
customs_tariff_number?: string | null | undefined;
|
|
592
|
+
country_of_origin?: string | null | undefined;
|
|
591
593
|
warehouse_category?: string | null | undefined;
|
|
592
594
|
ean?: string | null | undefined;
|
|
593
595
|
allow_alternative_item?: unknown;
|
|
@@ -606,8 +608,6 @@ export declare const Item: z.ZodObject<{
|
|
|
606
608
|
fsc_status?: string | null | undefined;
|
|
607
609
|
custom_fsc_type_of_wood?: string | null | undefined;
|
|
608
610
|
custom_fsc_product_group?: string | null | undefined;
|
|
609
|
-
customs_tariff_number?: string | null | undefined;
|
|
610
|
-
country_of_origin?: string | null | undefined;
|
|
611
611
|
custom_product_version?: string | null | undefined;
|
|
612
612
|
custom_supplier?: string | null | undefined;
|
|
613
613
|
purchase_description?: string | null | undefined;
|
|
@@ -775,11 +775,12 @@ export declare const ItemDoc: import("./DocTypeHelpers").DocModelType<z.ZodObjec
|
|
|
775
775
|
disabled: 0 | 1;
|
|
776
776
|
naming_series: string;
|
|
777
777
|
item_code: string;
|
|
778
|
+
delivered_by_supplier: number;
|
|
779
|
+
weight_uom: "kg" | "g" | "mg";
|
|
778
780
|
item_name: string;
|
|
779
781
|
item_group: string;
|
|
780
782
|
stock_uom: string;
|
|
781
783
|
grant_commission: number;
|
|
782
|
-
weight_uom: "kg" | "g" | "mg";
|
|
783
784
|
taxes: any[];
|
|
784
785
|
override_base_name: number;
|
|
785
786
|
sync_from_warehouse: number;
|
|
@@ -820,7 +821,6 @@ export declare const ItemDoc: import("./DocTypeHelpers").DocModelType<z.ZodObjec
|
|
|
820
821
|
lead_time_days: number;
|
|
821
822
|
last_purchase_rate: number;
|
|
822
823
|
is_customer_provided_item: number;
|
|
823
|
-
delivered_by_supplier: number;
|
|
824
824
|
fsc_percentage: number;
|
|
825
825
|
sales_uom: string;
|
|
826
826
|
is_sales_item: number;
|
|
@@ -861,6 +861,8 @@ export declare const ItemDoc: import("./DocTypeHelpers").DocModelType<z.ZodObjec
|
|
|
861
861
|
length?: number | null | undefined;
|
|
862
862
|
image?: string | null | undefined;
|
|
863
863
|
weight_per_unit?: number | null | undefined;
|
|
864
|
+
customs_tariff_number?: string | null | undefined;
|
|
865
|
+
country_of_origin?: string | null | undefined;
|
|
864
866
|
warehouse_category?: string | null | undefined;
|
|
865
867
|
ean?: string | null | undefined;
|
|
866
868
|
shipping_template?: string | null | undefined;
|
|
@@ -875,8 +877,6 @@ export declare const ItemDoc: import("./DocTypeHelpers").DocModelType<z.ZodObjec
|
|
|
875
877
|
fsc_status?: string | null | undefined;
|
|
876
878
|
custom_fsc_type_of_wood?: string | null | undefined;
|
|
877
879
|
custom_fsc_product_group?: string | null | undefined;
|
|
878
|
-
customs_tariff_number?: string | null | undefined;
|
|
879
|
-
country_of_origin?: string | null | undefined;
|
|
880
880
|
custom_product_version?: string | null | undefined;
|
|
881
881
|
custom_supplier?: string | null | undefined;
|
|
882
882
|
purchase_description?: string | null | undefined;
|
|
@@ -889,11 +889,12 @@ export declare const ItemDoc: import("./DocTypeHelpers").DocModelType<z.ZodObjec
|
|
|
889
889
|
description: string;
|
|
890
890
|
naming_series: string;
|
|
891
891
|
item_code: string;
|
|
892
|
+
delivered_by_supplier: number;
|
|
893
|
+
weight_uom: "kg" | "g" | "mg";
|
|
892
894
|
item_name: string;
|
|
893
895
|
item_group: string;
|
|
894
896
|
stock_uom: string;
|
|
895
897
|
grant_commission: number;
|
|
896
|
-
weight_uom: "kg" | "g" | "mg";
|
|
897
898
|
taxes: any[];
|
|
898
899
|
override_base_name: number;
|
|
899
900
|
sync_from_warehouse: number;
|
|
@@ -930,7 +931,6 @@ export declare const ItemDoc: import("./DocTypeHelpers").DocModelType<z.ZodObjec
|
|
|
930
931
|
lead_time_days: number;
|
|
931
932
|
last_purchase_rate: number;
|
|
932
933
|
is_customer_provided_item: number;
|
|
933
|
-
delivered_by_supplier: number;
|
|
934
934
|
fsc_percentage: number;
|
|
935
935
|
sales_uom: string;
|
|
936
936
|
is_sales_item: number;
|
|
@@ -971,6 +971,8 @@ export declare const ItemDoc: import("./DocTypeHelpers").DocModelType<z.ZodObjec
|
|
|
971
971
|
disabled?: unknown;
|
|
972
972
|
image?: string | null | undefined;
|
|
973
973
|
weight_per_unit?: number | null | undefined;
|
|
974
|
+
customs_tariff_number?: string | null | undefined;
|
|
975
|
+
country_of_origin?: string | null | undefined;
|
|
974
976
|
warehouse_category?: string | null | undefined;
|
|
975
977
|
ean?: string | null | undefined;
|
|
976
978
|
allow_alternative_item?: unknown;
|
|
@@ -989,8 +991,6 @@ export declare const ItemDoc: import("./DocTypeHelpers").DocModelType<z.ZodObjec
|
|
|
989
991
|
fsc_status?: string | null | undefined;
|
|
990
992
|
custom_fsc_type_of_wood?: string | null | undefined;
|
|
991
993
|
custom_fsc_product_group?: string | null | undefined;
|
|
992
|
-
customs_tariff_number?: string | null | undefined;
|
|
993
|
-
country_of_origin?: string | null | undefined;
|
|
994
994
|
custom_product_version?: string | null | undefined;
|
|
995
995
|
custom_supplier?: string | null | undefined;
|
|
996
996
|
purchase_description?: string | null | undefined;
|
|
@@ -354,8 +354,8 @@ export declare const PaymentEntryDraft: z.ZodObject<{
|
|
|
354
354
|
reference_date: string;
|
|
355
355
|
status?: string | undefined;
|
|
356
356
|
company?: string | undefined;
|
|
357
|
-
title?: string | undefined;
|
|
358
357
|
posting_date?: string | undefined;
|
|
358
|
+
title?: string | undefined;
|
|
359
359
|
base_total_taxes_and_charges?: number | undefined;
|
|
360
360
|
total_taxes_and_charges?: number | undefined;
|
|
361
361
|
taxes?: unknown[] | undefined;
|
|
@@ -412,8 +412,8 @@ export declare const PaymentEntryDraft: z.ZodObject<{
|
|
|
412
412
|
status?: string | undefined;
|
|
413
413
|
company?: string | undefined;
|
|
414
414
|
naming_series?: "PAY-.#" | "CART-.#" | undefined;
|
|
415
|
-
title?: string | undefined;
|
|
416
415
|
posting_date?: string | undefined;
|
|
416
|
+
title?: string | undefined;
|
|
417
417
|
base_total_taxes_and_charges?: number | undefined;
|
|
418
418
|
total_taxes_and_charges?: number | undefined;
|
|
419
419
|
taxes?: unknown[] | undefined;
|