@be-logixpair/api 0.1.1-alpha.26 → 0.1.1-alpha.28

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.
Files changed (2) hide show
  1. package/dist/index.d.ts +1007 -758
  2. package/package.json +1 -1
package/dist/index.d.ts CHANGED
@@ -1182010,6 +1182010,58 @@ declare const consolidationsRouter: BuiltRouter<{
1182010
1182010
  updated_at: Date | null;
1182011
1182011
  updated_by: string | null;
1182012
1182012
  } | null;
1182013
+ forwarding_shipment_billing_detail_copy: {
1182014
+ is_active: boolean | null;
1182015
+ id: string;
1182016
+ logic_code: string | null;
1182017
+ name: string | null;
1182018
+ code: string | null;
1182019
+ created_at: Date | null;
1182020
+ created_by: string | null;
1182021
+ updated_at: Date | null;
1182022
+ updated_by: string | null;
1182023
+ id_billing_ap_transaction: string | null;
1182024
+ id_billing_ap_advance_payment_request: string | null;
1182025
+ id_charge_code: string | null;
1182026
+ id_cost_currency: string | null;
1182027
+ id_cost_local_currency: string | null;
1182028
+ id_cost_latest_system_rate: string | null;
1182029
+ id_cost_creditor: string | null;
1182030
+ id_cost_tax_rate: string | null;
1182031
+ cost_base_rate: Decimal | null;
1182032
+ cost_currency_amount: Decimal | null;
1182033
+ cost_currency_estimated_amount: Decimal | null;
1182034
+ cost_local_currency_amount: Decimal | null;
1182035
+ cost_tax_amount: Decimal | null;
1182036
+ cost_local_tax_amount: Decimal | null;
1182037
+ cost_total_amount: Decimal | null;
1182038
+ cost_local_total_amount: Decimal | null;
1182039
+ cost_invoice_number: string | null;
1182040
+ cost_invoice_date: Date | null;
1182041
+ cost_supplier_reference: string | null;
1182042
+ is_cost_posted: boolean | null;
1182043
+ is_cost_advance_payment_requested: boolean | null;
1182044
+ id_sell_currency: string | null;
1182045
+ id_sell_local_currency: string | null;
1182046
+ id_sell_latest_system_rate: string | null;
1182047
+ sell_base_rate: Decimal | null;
1182048
+ sell_currency_amount: Decimal | null;
1182049
+ sell_currency_estimated_amount: Decimal | null;
1182050
+ sell_local_currency_amount: Decimal | null;
1182051
+ id_forwarding_shipment_billing: string | null;
1182052
+ id_billing_ar_transaction: string | null;
1182053
+ id_forwarding_consol_billing_detail_cost: string | null;
1182054
+ id_forwarding_consol_billing_detail_sell: string | null;
1182055
+ id_sell_debtor: string | null;
1182056
+ id_sell_invoice_type: string | null;
1182057
+ id_sell_tax_rate: string | null;
1182058
+ sell_tax_amount: Decimal | null;
1182059
+ sell_local_tax_amount: Decimal | null;
1182060
+ sell_total_amount: Decimal | null;
1182061
+ sell_local_total_amount: Decimal | null;
1182062
+ sell_invoice_number: string | null;
1182063
+ is_sell_posted: boolean | null;
1182064
+ } | null;
1182013
1182065
  forwarding_consol_billing_detail_cost_copy: {
1182014
1182066
  is_active: boolean | null;
1182015
1182067
  id: string;
@@ -1204419,6 +1204471,58 @@ declare const shipmentsRouter: BuiltRouter<{
1204419
1204471
  updated_at: Date | null;
1204420
1204472
  updated_by: string | null;
1204421
1204473
  } | null;
1204474
+ forwarding_shipment_billing_detail_copy: {
1204475
+ is_active: boolean | null;
1204476
+ id: string;
1204477
+ logic_code: string | null;
1204478
+ name: string | null;
1204479
+ code: string | null;
1204480
+ created_at: Date | null;
1204481
+ created_by: string | null;
1204482
+ updated_at: Date | null;
1204483
+ updated_by: string | null;
1204484
+ id_billing_ap_transaction: string | null;
1204485
+ id_billing_ap_advance_payment_request: string | null;
1204486
+ id_charge_code: string | null;
1204487
+ id_cost_currency: string | null;
1204488
+ id_cost_local_currency: string | null;
1204489
+ id_cost_latest_system_rate: string | null;
1204490
+ id_cost_creditor: string | null;
1204491
+ id_cost_tax_rate: string | null;
1204492
+ cost_base_rate: Decimal | null;
1204493
+ cost_currency_amount: Decimal | null;
1204494
+ cost_currency_estimated_amount: Decimal | null;
1204495
+ cost_local_currency_amount: Decimal | null;
1204496
+ cost_tax_amount: Decimal | null;
1204497
+ cost_local_tax_amount: Decimal | null;
1204498
+ cost_total_amount: Decimal | null;
1204499
+ cost_local_total_amount: Decimal | null;
1204500
+ cost_invoice_number: string | null;
1204501
+ cost_invoice_date: Date | null;
1204502
+ cost_supplier_reference: string | null;
1204503
+ is_cost_posted: boolean | null;
1204504
+ is_cost_advance_payment_requested: boolean | null;
1204505
+ id_sell_currency: string | null;
1204506
+ id_sell_local_currency: string | null;
1204507
+ id_sell_latest_system_rate: string | null;
1204508
+ sell_base_rate: Decimal | null;
1204509
+ sell_currency_amount: Decimal | null;
1204510
+ sell_currency_estimated_amount: Decimal | null;
1204511
+ sell_local_currency_amount: Decimal | null;
1204512
+ id_forwarding_shipment_billing: string | null;
1204513
+ id_billing_ar_transaction: string | null;
1204514
+ id_forwarding_consol_billing_detail_cost: string | null;
1204515
+ id_forwarding_consol_billing_detail_sell: string | null;
1204516
+ id_sell_debtor: string | null;
1204517
+ id_sell_invoice_type: string | null;
1204518
+ id_sell_tax_rate: string | null;
1204519
+ sell_tax_amount: Decimal | null;
1204520
+ sell_local_tax_amount: Decimal | null;
1204521
+ sell_total_amount: Decimal | null;
1204522
+ sell_local_total_amount: Decimal | null;
1204523
+ sell_invoice_number: string | null;
1204524
+ is_sell_posted: boolean | null;
1204525
+ } | null;
1204422
1204526
  forwarding_consol_billing_detail_cost_copy: {
1204423
1204527
  is_active: boolean | null;
1204424
1204528
  id: string;
@@ -1214413,6 +1214517,58 @@ declare const shipmentsRouter: BuiltRouter<{
1214413
1214517
  id_exchange_rate_type: string | null;
1214414
1214518
  rate: Decimal | null;
1214415
1214519
  } | null;
1214520
+ forwarding_shipment_billing_detail_copy: {
1214521
+ is_active: boolean | null;
1214522
+ id: string;
1214523
+ logic_code: string | null;
1214524
+ name: string | null;
1214525
+ code: string | null;
1214526
+ created_at: Date | null;
1214527
+ created_by: string | null;
1214528
+ updated_at: Date | null;
1214529
+ updated_by: string | null;
1214530
+ id_billing_ap_transaction: string | null;
1214531
+ id_billing_ap_advance_payment_request: string | null;
1214532
+ id_charge_code: string | null;
1214533
+ id_cost_currency: string | null;
1214534
+ id_cost_local_currency: string | null;
1214535
+ id_cost_latest_system_rate: string | null;
1214536
+ id_cost_creditor: string | null;
1214537
+ id_cost_tax_rate: string | null;
1214538
+ cost_base_rate: Decimal | null;
1214539
+ cost_currency_amount: Decimal | null;
1214540
+ cost_currency_estimated_amount: Decimal | null;
1214541
+ cost_local_currency_amount: Decimal | null;
1214542
+ cost_tax_amount: Decimal | null;
1214543
+ cost_local_tax_amount: Decimal | null;
1214544
+ cost_total_amount: Decimal | null;
1214545
+ cost_local_total_amount: Decimal | null;
1214546
+ cost_invoice_number: string | null;
1214547
+ cost_invoice_date: Date | null;
1214548
+ cost_supplier_reference: string | null;
1214549
+ is_cost_posted: boolean | null;
1214550
+ is_cost_advance_payment_requested: boolean | null;
1214551
+ id_sell_currency: string | null;
1214552
+ id_sell_local_currency: string | null;
1214553
+ id_sell_latest_system_rate: string | null;
1214554
+ sell_base_rate: Decimal | null;
1214555
+ sell_currency_amount: Decimal | null;
1214556
+ sell_currency_estimated_amount: Decimal | null;
1214557
+ sell_local_currency_amount: Decimal | null;
1214558
+ id_forwarding_shipment_billing: string | null;
1214559
+ id_billing_ar_transaction: string | null;
1214560
+ id_forwarding_consol_billing_detail_cost: string | null;
1214561
+ id_forwarding_consol_billing_detail_sell: string | null;
1214562
+ id_sell_debtor: string | null;
1214563
+ id_sell_invoice_type: string | null;
1214564
+ id_sell_tax_rate: string | null;
1214565
+ sell_tax_amount: Decimal | null;
1214566
+ sell_local_tax_amount: Decimal | null;
1214567
+ sell_total_amount: Decimal | null;
1214568
+ sell_local_total_amount: Decimal | null;
1214569
+ sell_invoice_number: string | null;
1214570
+ is_sell_posted: boolean | null;
1214571
+ } | null;
1214416
1214572
  forwarding_consol_billing_detail_sell: {
1214417
1214573
  is_active: boolean | null;
1214418
1214574
  id: string;
@@ -1214504,58 +1214660,6 @@ declare const shipmentsRouter: BuiltRouter<{
1214504
1214660
  id_exchange_rate_type: string | null;
1214505
1214661
  rate: Decimal | null;
1214506
1214662
  }[];
1214507
- forwarding_shipment_billing_detail_copy: {
1214508
- is_active: boolean | null;
1214509
- id: string;
1214510
- logic_code: string | null;
1214511
- name: string | null;
1214512
- code: string | null;
1214513
- created_at: Date | null;
1214514
- created_by: string | null;
1214515
- updated_at: Date | null;
1214516
- updated_by: string | null;
1214517
- id_billing_ap_transaction: string | null;
1214518
- id_billing_ap_advance_payment_request: string | null;
1214519
- id_charge_code: string | null;
1214520
- id_cost_currency: string | null;
1214521
- id_cost_local_currency: string | null;
1214522
- id_cost_latest_system_rate: string | null;
1214523
- id_cost_creditor: string | null;
1214524
- id_cost_tax_rate: string | null;
1214525
- cost_base_rate: Decimal | null;
1214526
- cost_currency_amount: Decimal | null;
1214527
- cost_currency_estimated_amount: Decimal | null;
1214528
- cost_local_currency_amount: Decimal | null;
1214529
- cost_tax_amount: Decimal | null;
1214530
- cost_local_tax_amount: Decimal | null;
1214531
- cost_total_amount: Decimal | null;
1214532
- cost_local_total_amount: Decimal | null;
1214533
- cost_invoice_number: string | null;
1214534
- cost_invoice_date: Date | null;
1214535
- cost_supplier_reference: string | null;
1214536
- is_cost_posted: boolean | null;
1214537
- is_cost_advance_payment_requested: boolean | null;
1214538
- id_sell_currency: string | null;
1214539
- id_sell_local_currency: string | null;
1214540
- id_sell_latest_system_rate: string | null;
1214541
- sell_base_rate: Decimal | null;
1214542
- sell_currency_amount: Decimal | null;
1214543
- sell_currency_estimated_amount: Decimal | null;
1214544
- sell_local_currency_amount: Decimal | null;
1214545
- id_forwarding_shipment_billing: string | null;
1214546
- id_billing_ar_transaction: string | null;
1214547
- id_forwarding_consol_billing_detail_cost: string | null;
1214548
- id_forwarding_consol_billing_detail_sell: string | null;
1214549
- id_sell_debtor: string | null;
1214550
- id_sell_invoice_type: string | null;
1214551
- id_sell_tax_rate: string | null;
1214552
- sell_tax_amount: Decimal | null;
1214553
- sell_local_tax_amount: Decimal | null;
1214554
- sell_total_amount: Decimal | null;
1214555
- sell_local_total_amount: Decimal | null;
1214556
- sell_invoice_number: string | null;
1214557
- is_sell_posted: boolean | null;
1214558
- } | null;
1214559
1214663
  is_active: boolean | null;
1214560
1214664
  id: string;
1214561
1214665
  logic_code: string | null;
@@ -1226957,6 +1227061,58 @@ declare const inflowRouter: BuiltRouter<{
1226957
1227061
  id_exchange_rate_type: string | null;
1226958
1227062
  rate: Decimal | null;
1226959
1227063
  } | null;
1227064
+ forwarding_shipment_billing_detail_copy: {
1227065
+ is_active: boolean | null;
1227066
+ id: string;
1227067
+ logic_code: string | null;
1227068
+ name: string | null;
1227069
+ code: string | null;
1227070
+ created_at: Date | null;
1227071
+ created_by: string | null;
1227072
+ updated_at: Date | null;
1227073
+ updated_by: string | null;
1227074
+ id_billing_ap_transaction: string | null;
1227075
+ id_billing_ap_advance_payment_request: string | null;
1227076
+ id_charge_code: string | null;
1227077
+ id_cost_currency: string | null;
1227078
+ id_cost_local_currency: string | null;
1227079
+ id_cost_latest_system_rate: string | null;
1227080
+ id_cost_creditor: string | null;
1227081
+ id_cost_tax_rate: string | null;
1227082
+ cost_base_rate: Decimal | null;
1227083
+ cost_currency_amount: Decimal | null;
1227084
+ cost_currency_estimated_amount: Decimal | null;
1227085
+ cost_local_currency_amount: Decimal | null;
1227086
+ cost_tax_amount: Decimal | null;
1227087
+ cost_local_tax_amount: Decimal | null;
1227088
+ cost_total_amount: Decimal | null;
1227089
+ cost_local_total_amount: Decimal | null;
1227090
+ cost_invoice_number: string | null;
1227091
+ cost_invoice_date: Date | null;
1227092
+ cost_supplier_reference: string | null;
1227093
+ is_cost_posted: boolean | null;
1227094
+ is_cost_advance_payment_requested: boolean | null;
1227095
+ id_sell_currency: string | null;
1227096
+ id_sell_local_currency: string | null;
1227097
+ id_sell_latest_system_rate: string | null;
1227098
+ sell_base_rate: Decimal | null;
1227099
+ sell_currency_amount: Decimal | null;
1227100
+ sell_currency_estimated_amount: Decimal | null;
1227101
+ sell_local_currency_amount: Decimal | null;
1227102
+ id_forwarding_shipment_billing: string | null;
1227103
+ id_billing_ar_transaction: string | null;
1227104
+ id_forwarding_consol_billing_detail_cost: string | null;
1227105
+ id_forwarding_consol_billing_detail_sell: string | null;
1227106
+ id_sell_debtor: string | null;
1227107
+ id_sell_invoice_type: string | null;
1227108
+ id_sell_tax_rate: string | null;
1227109
+ sell_tax_amount: Decimal | null;
1227110
+ sell_local_tax_amount: Decimal | null;
1227111
+ sell_total_amount: Decimal | null;
1227112
+ sell_local_total_amount: Decimal | null;
1227113
+ sell_invoice_number: string | null;
1227114
+ is_sell_posted: boolean | null;
1227115
+ } | null;
1226960
1227116
  forwarding_consol_billing_detail_sell: {
1226961
1227117
  is_active: boolean | null;
1226962
1227118
  id: string;
@@ -1227095,58 +1227251,6 @@ declare const inflowRouter: BuiltRouter<{
1227095
1227251
  id_exchange_rate_type: string | null;
1227096
1227252
  rate: Decimal | null;
1227097
1227253
  }[];
1227098
- forwarding_shipment_billing_detail_copy: {
1227099
- is_active: boolean | null;
1227100
- id: string;
1227101
- logic_code: string | null;
1227102
- name: string | null;
1227103
- code: string | null;
1227104
- created_at: Date | null;
1227105
- created_by: string | null;
1227106
- updated_at: Date | null;
1227107
- updated_by: string | null;
1227108
- id_billing_ap_transaction: string | null;
1227109
- id_billing_ap_advance_payment_request: string | null;
1227110
- id_charge_code: string | null;
1227111
- id_cost_currency: string | null;
1227112
- id_cost_local_currency: string | null;
1227113
- id_cost_latest_system_rate: string | null;
1227114
- id_cost_creditor: string | null;
1227115
- id_cost_tax_rate: string | null;
1227116
- cost_base_rate: Decimal | null;
1227117
- cost_currency_amount: Decimal | null;
1227118
- cost_currency_estimated_amount: Decimal | null;
1227119
- cost_local_currency_amount: Decimal | null;
1227120
- cost_tax_amount: Decimal | null;
1227121
- cost_local_tax_amount: Decimal | null;
1227122
- cost_total_amount: Decimal | null;
1227123
- cost_local_total_amount: Decimal | null;
1227124
- cost_invoice_number: string | null;
1227125
- cost_invoice_date: Date | null;
1227126
- cost_supplier_reference: string | null;
1227127
- is_cost_posted: boolean | null;
1227128
- is_cost_advance_payment_requested: boolean | null;
1227129
- id_sell_currency: string | null;
1227130
- id_sell_local_currency: string | null;
1227131
- id_sell_latest_system_rate: string | null;
1227132
- sell_base_rate: Decimal | null;
1227133
- sell_currency_amount: Decimal | null;
1227134
- sell_currency_estimated_amount: Decimal | null;
1227135
- sell_local_currency_amount: Decimal | null;
1227136
- id_forwarding_shipment_billing: string | null;
1227137
- id_billing_ar_transaction: string | null;
1227138
- id_forwarding_consol_billing_detail_cost: string | null;
1227139
- id_forwarding_consol_billing_detail_sell: string | null;
1227140
- id_sell_debtor: string | null;
1227141
- id_sell_invoice_type: string | null;
1227142
- id_sell_tax_rate: string | null;
1227143
- sell_tax_amount: Decimal | null;
1227144
- sell_local_tax_amount: Decimal | null;
1227145
- sell_total_amount: Decimal | null;
1227146
- sell_local_total_amount: Decimal | null;
1227147
- sell_invoice_number: string | null;
1227148
- is_sell_posted: boolean | null;
1227149
- } | null;
1227150
1227254
  gl_account: {
1227151
1227255
  is_active: boolean | null;
1227152
1227256
  id: string;
@@ -1229405,6 +1229509,58 @@ declare const inflowRouter: BuiltRouter<{
1229405
1229509
  id_exchange_rate_type: string | null;
1229406
1229510
  rate: Decimal | null;
1229407
1229511
  } | null;
1229512
+ forwarding_shipment_billing_detail_copy: {
1229513
+ is_active: boolean | null;
1229514
+ id: string;
1229515
+ logic_code: string | null;
1229516
+ name: string | null;
1229517
+ code: string | null;
1229518
+ created_at: Date | null;
1229519
+ created_by: string | null;
1229520
+ updated_at: Date | null;
1229521
+ updated_by: string | null;
1229522
+ id_billing_ap_transaction: string | null;
1229523
+ id_billing_ap_advance_payment_request: string | null;
1229524
+ id_charge_code: string | null;
1229525
+ id_cost_currency: string | null;
1229526
+ id_cost_local_currency: string | null;
1229527
+ id_cost_latest_system_rate: string | null;
1229528
+ id_cost_creditor: string | null;
1229529
+ id_cost_tax_rate: string | null;
1229530
+ cost_base_rate: Decimal | null;
1229531
+ cost_currency_amount: Decimal | null;
1229532
+ cost_currency_estimated_amount: Decimal | null;
1229533
+ cost_local_currency_amount: Decimal | null;
1229534
+ cost_tax_amount: Decimal | null;
1229535
+ cost_local_tax_amount: Decimal | null;
1229536
+ cost_total_amount: Decimal | null;
1229537
+ cost_local_total_amount: Decimal | null;
1229538
+ cost_invoice_number: string | null;
1229539
+ cost_invoice_date: Date | null;
1229540
+ cost_supplier_reference: string | null;
1229541
+ is_cost_posted: boolean | null;
1229542
+ is_cost_advance_payment_requested: boolean | null;
1229543
+ id_sell_currency: string | null;
1229544
+ id_sell_local_currency: string | null;
1229545
+ id_sell_latest_system_rate: string | null;
1229546
+ sell_base_rate: Decimal | null;
1229547
+ sell_currency_amount: Decimal | null;
1229548
+ sell_currency_estimated_amount: Decimal | null;
1229549
+ sell_local_currency_amount: Decimal | null;
1229550
+ id_forwarding_shipment_billing: string | null;
1229551
+ id_billing_ar_transaction: string | null;
1229552
+ id_forwarding_consol_billing_detail_cost: string | null;
1229553
+ id_forwarding_consol_billing_detail_sell: string | null;
1229554
+ id_sell_debtor: string | null;
1229555
+ id_sell_invoice_type: string | null;
1229556
+ id_sell_tax_rate: string | null;
1229557
+ sell_tax_amount: Decimal | null;
1229558
+ sell_local_tax_amount: Decimal | null;
1229559
+ sell_total_amount: Decimal | null;
1229560
+ sell_local_total_amount: Decimal | null;
1229561
+ sell_invoice_number: string | null;
1229562
+ is_sell_posted: boolean | null;
1229563
+ } | null;
1229408
1229564
  billing_ar_transaction: {
1229409
1229565
  is_active: boolean | null;
1229410
1229566
  id: string;
@@ -1229595,58 +1229751,6 @@ declare const inflowRouter: BuiltRouter<{
1229595
1229751
  id_exchange_rate_type: string | null;
1229596
1229752
  rate: Decimal | null;
1229597
1229753
  }[];
1229598
- forwarding_shipment_billing_detail_copy: {
1229599
- is_active: boolean | null;
1229600
- id: string;
1229601
- logic_code: string | null;
1229602
- name: string | null;
1229603
- code: string | null;
1229604
- created_at: Date | null;
1229605
- created_by: string | null;
1229606
- updated_at: Date | null;
1229607
- updated_by: string | null;
1229608
- id_billing_ap_transaction: string | null;
1229609
- id_billing_ap_advance_payment_request: string | null;
1229610
- id_charge_code: string | null;
1229611
- id_cost_currency: string | null;
1229612
- id_cost_local_currency: string | null;
1229613
- id_cost_latest_system_rate: string | null;
1229614
- id_cost_creditor: string | null;
1229615
- id_cost_tax_rate: string | null;
1229616
- cost_base_rate: Decimal | null;
1229617
- cost_currency_amount: Decimal | null;
1229618
- cost_currency_estimated_amount: Decimal | null;
1229619
- cost_local_currency_amount: Decimal | null;
1229620
- cost_tax_amount: Decimal | null;
1229621
- cost_local_tax_amount: Decimal | null;
1229622
- cost_total_amount: Decimal | null;
1229623
- cost_local_total_amount: Decimal | null;
1229624
- cost_invoice_number: string | null;
1229625
- cost_invoice_date: Date | null;
1229626
- cost_supplier_reference: string | null;
1229627
- is_cost_posted: boolean | null;
1229628
- is_cost_advance_payment_requested: boolean | null;
1229629
- id_sell_currency: string | null;
1229630
- id_sell_local_currency: string | null;
1229631
- id_sell_latest_system_rate: string | null;
1229632
- sell_base_rate: Decimal | null;
1229633
- sell_currency_amount: Decimal | null;
1229634
- sell_currency_estimated_amount: Decimal | null;
1229635
- sell_local_currency_amount: Decimal | null;
1229636
- id_forwarding_shipment_billing: string | null;
1229637
- id_billing_ar_transaction: string | null;
1229638
- id_forwarding_consol_billing_detail_cost: string | null;
1229639
- id_forwarding_consol_billing_detail_sell: string | null;
1229640
- id_sell_debtor: string | null;
1229641
- id_sell_invoice_type: string | null;
1229642
- id_sell_tax_rate: string | null;
1229643
- sell_tax_amount: Decimal | null;
1229644
- sell_local_tax_amount: Decimal | null;
1229645
- sell_total_amount: Decimal | null;
1229646
- sell_local_total_amount: Decimal | null;
1229647
- sell_invoice_number: string | null;
1229648
- is_sell_posted: boolean | null;
1229649
- } | null;
1229650
1229754
  gl_account: {
1229651
1229755
  is_active: boolean | null;
1229652
1229756
  id: string;
@@ -1229901,6 +1230005,58 @@ declare const inflowRouter: BuiltRouter<{
1229901
1230005
  id_exchange_rate_type: string | null;
1229902
1230006
  rate: Decimal | null;
1229903
1230007
  } | null;
1230008
+ forwarding_shipment_billing_detail_copy: {
1230009
+ is_active: boolean | null;
1230010
+ id: string;
1230011
+ logic_code: string | null;
1230012
+ name: string | null;
1230013
+ code: string | null;
1230014
+ created_at: Date | null;
1230015
+ created_by: string | null;
1230016
+ updated_at: Date | null;
1230017
+ updated_by: string | null;
1230018
+ id_billing_ap_transaction: string | null;
1230019
+ id_billing_ap_advance_payment_request: string | null;
1230020
+ id_charge_code: string | null;
1230021
+ id_cost_currency: string | null;
1230022
+ id_cost_local_currency: string | null;
1230023
+ id_cost_latest_system_rate: string | null;
1230024
+ id_cost_creditor: string | null;
1230025
+ id_cost_tax_rate: string | null;
1230026
+ cost_base_rate: Decimal | null;
1230027
+ cost_currency_amount: Decimal | null;
1230028
+ cost_currency_estimated_amount: Decimal | null;
1230029
+ cost_local_currency_amount: Decimal | null;
1230030
+ cost_tax_amount: Decimal | null;
1230031
+ cost_local_tax_amount: Decimal | null;
1230032
+ cost_total_amount: Decimal | null;
1230033
+ cost_local_total_amount: Decimal | null;
1230034
+ cost_invoice_number: string | null;
1230035
+ cost_invoice_date: Date | null;
1230036
+ cost_supplier_reference: string | null;
1230037
+ is_cost_posted: boolean | null;
1230038
+ is_cost_advance_payment_requested: boolean | null;
1230039
+ id_sell_currency: string | null;
1230040
+ id_sell_local_currency: string | null;
1230041
+ id_sell_latest_system_rate: string | null;
1230042
+ sell_base_rate: Decimal | null;
1230043
+ sell_currency_amount: Decimal | null;
1230044
+ sell_currency_estimated_amount: Decimal | null;
1230045
+ sell_local_currency_amount: Decimal | null;
1230046
+ id_forwarding_shipment_billing: string | null;
1230047
+ id_billing_ar_transaction: string | null;
1230048
+ id_forwarding_consol_billing_detail_cost: string | null;
1230049
+ id_forwarding_consol_billing_detail_sell: string | null;
1230050
+ id_sell_debtor: string | null;
1230051
+ id_sell_invoice_type: string | null;
1230052
+ id_sell_tax_rate: string | null;
1230053
+ sell_tax_amount: Decimal | null;
1230054
+ sell_local_tax_amount: Decimal | null;
1230055
+ sell_total_amount: Decimal | null;
1230056
+ sell_local_total_amount: Decimal | null;
1230057
+ sell_invoice_number: string | null;
1230058
+ is_sell_posted: boolean | null;
1230059
+ } | null;
1229904
1230060
  billing_ar_transaction: {
1229905
1230061
  is_active: boolean | null;
1229906
1230062
  id: string;
@@ -1230091,58 +1230247,6 @@ declare const inflowRouter: BuiltRouter<{
1230091
1230247
  id_exchange_rate_type: string | null;
1230092
1230248
  rate: Decimal | null;
1230093
1230249
  }[];
1230094
- forwarding_shipment_billing_detail_copy: {
1230095
- is_active: boolean | null;
1230096
- id: string;
1230097
- logic_code: string | null;
1230098
- name: string | null;
1230099
- code: string | null;
1230100
- created_at: Date | null;
1230101
- created_by: string | null;
1230102
- updated_at: Date | null;
1230103
- updated_by: string | null;
1230104
- id_billing_ap_transaction: string | null;
1230105
- id_billing_ap_advance_payment_request: string | null;
1230106
- id_charge_code: string | null;
1230107
- id_cost_currency: string | null;
1230108
- id_cost_local_currency: string | null;
1230109
- id_cost_latest_system_rate: string | null;
1230110
- id_cost_creditor: string | null;
1230111
- id_cost_tax_rate: string | null;
1230112
- cost_base_rate: Decimal | null;
1230113
- cost_currency_amount: Decimal | null;
1230114
- cost_currency_estimated_amount: Decimal | null;
1230115
- cost_local_currency_amount: Decimal | null;
1230116
- cost_tax_amount: Decimal | null;
1230117
- cost_local_tax_amount: Decimal | null;
1230118
- cost_total_amount: Decimal | null;
1230119
- cost_local_total_amount: Decimal | null;
1230120
- cost_invoice_number: string | null;
1230121
- cost_invoice_date: Date | null;
1230122
- cost_supplier_reference: string | null;
1230123
- is_cost_posted: boolean | null;
1230124
- is_cost_advance_payment_requested: boolean | null;
1230125
- id_sell_currency: string | null;
1230126
- id_sell_local_currency: string | null;
1230127
- id_sell_latest_system_rate: string | null;
1230128
- sell_base_rate: Decimal | null;
1230129
- sell_currency_amount: Decimal | null;
1230130
- sell_currency_estimated_amount: Decimal | null;
1230131
- sell_local_currency_amount: Decimal | null;
1230132
- id_forwarding_shipment_billing: string | null;
1230133
- id_billing_ar_transaction: string | null;
1230134
- id_forwarding_consol_billing_detail_cost: string | null;
1230135
- id_forwarding_consol_billing_detail_sell: string | null;
1230136
- id_sell_debtor: string | null;
1230137
- id_sell_invoice_type: string | null;
1230138
- id_sell_tax_rate: string | null;
1230139
- sell_tax_amount: Decimal | null;
1230140
- sell_local_tax_amount: Decimal | null;
1230141
- sell_total_amount: Decimal | null;
1230142
- sell_local_total_amount: Decimal | null;
1230143
- sell_invoice_number: string | null;
1230144
- is_sell_posted: boolean | null;
1230145
- } | null;
1230146
1230250
  gl_account: {
1230147
1230251
  is_active: boolean | null;
1230148
1230252
  id: string;
@@ -1239347,7 +1239451,7 @@ declare const outflowRouter: BuiltRouter<{
1239347
1239451
  updated_at: Date | null;
1239348
1239452
  updated_by: string | null;
1239349
1239453
  } | null;
1239350
- forwarding_consol_billing_detail_cost_copy: {
1239454
+ forwarding_shipment_billing_detail_copy: {
1239351
1239455
  is_active: boolean | null;
1239352
1239456
  id: string;
1239353
1239457
  logic_code: string | null;
@@ -1239357,7 +1239461,6 @@ declare const outflowRouter: BuiltRouter<{
1239357
1239461
  created_by: string | null;
1239358
1239462
  updated_at: Date | null;
1239359
1239463
  updated_by: string | null;
1239360
- id_forwarding_consol: string | null;
1239361
1239464
  id_billing_ap_transaction: string | null;
1239362
1239465
  id_billing_ap_advance_payment_request: string | null;
1239363
1239466
  id_charge_code: string | null;
@@ -1239366,7 +1239469,6 @@ declare const outflowRouter: BuiltRouter<{
1239366
1239469
  id_cost_latest_system_rate: string | null;
1239367
1239470
  id_cost_creditor: string | null;
1239368
1239471
  id_cost_tax_rate: string | null;
1239369
- id_cost_apportion_method: string | null;
1239370
1239472
  cost_base_rate: Decimal | null;
1239371
1239473
  cost_currency_amount: Decimal | null;
1239372
1239474
  cost_currency_estimated_amount: Decimal | null;
@@ -1239380,8 +1239482,28 @@ declare const outflowRouter: BuiltRouter<{
1239380
1239482
  cost_supplier_reference: string | null;
1239381
1239483
  is_cost_posted: boolean | null;
1239382
1239484
  is_cost_advance_payment_requested: boolean | null;
1239485
+ id_sell_currency: string | null;
1239486
+ id_sell_local_currency: string | null;
1239487
+ id_sell_latest_system_rate: string | null;
1239488
+ sell_base_rate: Decimal | null;
1239489
+ sell_currency_amount: Decimal | null;
1239490
+ sell_currency_estimated_amount: Decimal | null;
1239491
+ sell_local_currency_amount: Decimal | null;
1239492
+ id_forwarding_shipment_billing: string | null;
1239493
+ id_billing_ar_transaction: string | null;
1239494
+ id_forwarding_consol_billing_detail_cost: string | null;
1239495
+ id_forwarding_consol_billing_detail_sell: string | null;
1239496
+ id_sell_debtor: string | null;
1239497
+ id_sell_invoice_type: string | null;
1239498
+ id_sell_tax_rate: string | null;
1239499
+ sell_tax_amount: Decimal | null;
1239500
+ sell_local_tax_amount: Decimal | null;
1239501
+ sell_total_amount: Decimal | null;
1239502
+ sell_local_total_amount: Decimal | null;
1239503
+ sell_invoice_number: string | null;
1239504
+ is_sell_posted: boolean | null;
1239383
1239505
  } | null;
1239384
- forwarding_consol_billing_detail_cost: {
1239506
+ forwarding_consol_billing_detail_cost_copy: {
1239385
1239507
  is_active: boolean | null;
1239386
1239508
  id: string;
1239387
1239509
  logic_code: string | null;
@@ -1239415,22 +1239537,7 @@ declare const outflowRouter: BuiltRouter<{
1239415
1239537
  is_cost_posted: boolean | null;
1239416
1239538
  is_cost_advance_payment_requested: boolean | null;
1239417
1239539
  } | null;
1239418
- cost_system_rates: {
1239419
- is_active: boolean | null;
1239420
- id: string;
1239421
- logic_code: string | null;
1239422
- created_at: Date | null;
1239423
- created_by: string | null;
1239424
- updated_at: Date | null;
1239425
- updated_by: string | null;
1239426
- start_date: Date | null;
1239427
- end_date: Date | null;
1239428
- id_currency_from: string | null;
1239429
- id_currency_to: string | null;
1239430
- id_exchange_rate_type: string | null;
1239431
- rate: Decimal | null;
1239432
- }[];
1239433
- forwarding_shipment_billing_detail_copy: {
1239540
+ forwarding_consol_billing_detail_cost: {
1239434
1239541
  is_active: boolean | null;
1239435
1239542
  id: string;
1239436
1239543
  logic_code: string | null;
@@ -1239440,6 +1239547,7 @@ declare const outflowRouter: BuiltRouter<{
1239440
1239547
  created_by: string | null;
1239441
1239548
  updated_at: Date | null;
1239442
1239549
  updated_by: string | null;
1239550
+ id_forwarding_consol: string | null;
1239443
1239551
  id_billing_ap_transaction: string | null;
1239444
1239552
  id_billing_ap_advance_payment_request: string | null;
1239445
1239553
  id_charge_code: string | null;
@@ -1239448,6 +1239556,7 @@ declare const outflowRouter: BuiltRouter<{
1239448
1239556
  id_cost_latest_system_rate: string | null;
1239449
1239557
  id_cost_creditor: string | null;
1239450
1239558
  id_cost_tax_rate: string | null;
1239559
+ id_cost_apportion_method: string | null;
1239451
1239560
  cost_base_rate: Decimal | null;
1239452
1239561
  cost_currency_amount: Decimal | null;
1239453
1239562
  cost_currency_estimated_amount: Decimal | null;
@@ -1239461,27 +1239570,22 @@ declare const outflowRouter: BuiltRouter<{
1239461
1239570
  cost_supplier_reference: string | null;
1239462
1239571
  is_cost_posted: boolean | null;
1239463
1239572
  is_cost_advance_payment_requested: boolean | null;
1239464
- id_sell_currency: string | null;
1239465
- id_sell_local_currency: string | null;
1239466
- id_sell_latest_system_rate: string | null;
1239467
- sell_base_rate: Decimal | null;
1239468
- sell_currency_amount: Decimal | null;
1239469
- sell_currency_estimated_amount: Decimal | null;
1239470
- sell_local_currency_amount: Decimal | null;
1239471
- id_forwarding_shipment_billing: string | null;
1239472
- id_billing_ar_transaction: string | null;
1239473
- id_forwarding_consol_billing_detail_cost: string | null;
1239474
- id_forwarding_consol_billing_detail_sell: string | null;
1239475
- id_sell_debtor: string | null;
1239476
- id_sell_invoice_type: string | null;
1239477
- id_sell_tax_rate: string | null;
1239478
- sell_tax_amount: Decimal | null;
1239479
- sell_local_tax_amount: Decimal | null;
1239480
- sell_total_amount: Decimal | null;
1239481
- sell_local_total_amount: Decimal | null;
1239482
- sell_invoice_number: string | null;
1239483
- is_sell_posted: boolean | null;
1239484
1239573
  } | null;
1239574
+ cost_system_rates: {
1239575
+ is_active: boolean | null;
1239576
+ id: string;
1239577
+ logic_code: string | null;
1239578
+ created_at: Date | null;
1239579
+ created_by: string | null;
1239580
+ updated_at: Date | null;
1239581
+ updated_by: string | null;
1239582
+ start_date: Date | null;
1239583
+ end_date: Date | null;
1239584
+ id_currency_from: string | null;
1239585
+ id_currency_to: string | null;
1239586
+ id_exchange_rate_type: string | null;
1239587
+ rate: Decimal | null;
1239588
+ }[];
1239485
1239589
  is_active: boolean | null;
1239486
1239590
  id: string;
1239487
1239591
  logic_code: string | null;
@@ -1241823,6 +1241927,58 @@ declare const outflowRouter: BuiltRouter<{
1241823
1241927
  updated_at: Date | null;
1241824
1241928
  updated_by: string | null;
1241825
1241929
  } | null;
1241930
+ forwarding_shipment_billing_detail_copy: {
1241931
+ is_active: boolean | null;
1241932
+ id: string;
1241933
+ logic_code: string | null;
1241934
+ name: string | null;
1241935
+ code: string | null;
1241936
+ created_at: Date | null;
1241937
+ created_by: string | null;
1241938
+ updated_at: Date | null;
1241939
+ updated_by: string | null;
1241940
+ id_billing_ap_transaction: string | null;
1241941
+ id_billing_ap_advance_payment_request: string | null;
1241942
+ id_charge_code: string | null;
1241943
+ id_cost_currency: string | null;
1241944
+ id_cost_local_currency: string | null;
1241945
+ id_cost_latest_system_rate: string | null;
1241946
+ id_cost_creditor: string | null;
1241947
+ id_cost_tax_rate: string | null;
1241948
+ cost_base_rate: Decimal | null;
1241949
+ cost_currency_amount: Decimal | null;
1241950
+ cost_currency_estimated_amount: Decimal | null;
1241951
+ cost_local_currency_amount: Decimal | null;
1241952
+ cost_tax_amount: Decimal | null;
1241953
+ cost_local_tax_amount: Decimal | null;
1241954
+ cost_total_amount: Decimal | null;
1241955
+ cost_local_total_amount: Decimal | null;
1241956
+ cost_invoice_number: string | null;
1241957
+ cost_invoice_date: Date | null;
1241958
+ cost_supplier_reference: string | null;
1241959
+ is_cost_posted: boolean | null;
1241960
+ is_cost_advance_payment_requested: boolean | null;
1241961
+ id_sell_currency: string | null;
1241962
+ id_sell_local_currency: string | null;
1241963
+ id_sell_latest_system_rate: string | null;
1241964
+ sell_base_rate: Decimal | null;
1241965
+ sell_currency_amount: Decimal | null;
1241966
+ sell_currency_estimated_amount: Decimal | null;
1241967
+ sell_local_currency_amount: Decimal | null;
1241968
+ id_forwarding_shipment_billing: string | null;
1241969
+ id_billing_ar_transaction: string | null;
1241970
+ id_forwarding_consol_billing_detail_cost: string | null;
1241971
+ id_forwarding_consol_billing_detail_sell: string | null;
1241972
+ id_sell_debtor: string | null;
1241973
+ id_sell_invoice_type: string | null;
1241974
+ id_sell_tax_rate: string | null;
1241975
+ sell_tax_amount: Decimal | null;
1241976
+ sell_local_tax_amount: Decimal | null;
1241977
+ sell_total_amount: Decimal | null;
1241978
+ sell_local_total_amount: Decimal | null;
1241979
+ sell_invoice_number: string | null;
1241980
+ is_sell_posted: boolean | null;
1241981
+ } | null;
1241826
1241982
  forwarding_consol_billing_detail_cost_copy: {
1241827
1241983
  is_active: boolean | null;
1241828
1241984
  id: string;
@@ -1241953,58 +1242109,6 @@ declare const outflowRouter: BuiltRouter<{
1241953
1242109
  id_exchange_rate_type: string | null;
1241954
1242110
  rate: Decimal | null;
1241955
1242111
  }[];
1241956
- forwarding_shipment_billing_detail_copy: {
1241957
- is_active: boolean | null;
1241958
- id: string;
1241959
- logic_code: string | null;
1241960
- name: string | null;
1241961
- code: string | null;
1241962
- created_at: Date | null;
1241963
- created_by: string | null;
1241964
- updated_at: Date | null;
1241965
- updated_by: string | null;
1241966
- id_billing_ap_transaction: string | null;
1241967
- id_billing_ap_advance_payment_request: string | null;
1241968
- id_charge_code: string | null;
1241969
- id_cost_currency: string | null;
1241970
- id_cost_local_currency: string | null;
1241971
- id_cost_latest_system_rate: string | null;
1241972
- id_cost_creditor: string | null;
1241973
- id_cost_tax_rate: string | null;
1241974
- cost_base_rate: Decimal | null;
1241975
- cost_currency_amount: Decimal | null;
1241976
- cost_currency_estimated_amount: Decimal | null;
1241977
- cost_local_currency_amount: Decimal | null;
1241978
- cost_tax_amount: Decimal | null;
1241979
- cost_local_tax_amount: Decimal | null;
1241980
- cost_total_amount: Decimal | null;
1241981
- cost_local_total_amount: Decimal | null;
1241982
- cost_invoice_number: string | null;
1241983
- cost_invoice_date: Date | null;
1241984
- cost_supplier_reference: string | null;
1241985
- is_cost_posted: boolean | null;
1241986
- is_cost_advance_payment_requested: boolean | null;
1241987
- id_sell_currency: string | null;
1241988
- id_sell_local_currency: string | null;
1241989
- id_sell_latest_system_rate: string | null;
1241990
- sell_base_rate: Decimal | null;
1241991
- sell_currency_amount: Decimal | null;
1241992
- sell_currency_estimated_amount: Decimal | null;
1241993
- sell_local_currency_amount: Decimal | null;
1241994
- id_forwarding_shipment_billing: string | null;
1241995
- id_billing_ar_transaction: string | null;
1241996
- id_forwarding_consol_billing_detail_cost: string | null;
1241997
- id_forwarding_consol_billing_detail_sell: string | null;
1241998
- id_sell_debtor: string | null;
1241999
- id_sell_invoice_type: string | null;
1242000
- id_sell_tax_rate: string | null;
1242001
- sell_tax_amount: Decimal | null;
1242002
- sell_local_tax_amount: Decimal | null;
1242003
- sell_total_amount: Decimal | null;
1242004
- sell_local_total_amount: Decimal | null;
1242005
- sell_invoice_number: string | null;
1242006
- is_sell_posted: boolean | null;
1242007
- } | null;
1242008
1242112
  gl_account: {
1242009
1242113
  is_active: boolean | null;
1242010
1242114
  id: string;
@@ -1242370,6 +1242474,58 @@ declare const outflowRouter: BuiltRouter<{
1242370
1242474
  updated_at: Date | null;
1242371
1242475
  updated_by: string | null;
1242372
1242476
  } | null;
1242477
+ forwarding_shipment_billing_detail_copy: {
1242478
+ is_active: boolean | null;
1242479
+ id: string;
1242480
+ logic_code: string | null;
1242481
+ name: string | null;
1242482
+ code: string | null;
1242483
+ created_at: Date | null;
1242484
+ created_by: string | null;
1242485
+ updated_at: Date | null;
1242486
+ updated_by: string | null;
1242487
+ id_billing_ap_transaction: string | null;
1242488
+ id_billing_ap_advance_payment_request: string | null;
1242489
+ id_charge_code: string | null;
1242490
+ id_cost_currency: string | null;
1242491
+ id_cost_local_currency: string | null;
1242492
+ id_cost_latest_system_rate: string | null;
1242493
+ id_cost_creditor: string | null;
1242494
+ id_cost_tax_rate: string | null;
1242495
+ cost_base_rate: Decimal | null;
1242496
+ cost_currency_amount: Decimal | null;
1242497
+ cost_currency_estimated_amount: Decimal | null;
1242498
+ cost_local_currency_amount: Decimal | null;
1242499
+ cost_tax_amount: Decimal | null;
1242500
+ cost_local_tax_amount: Decimal | null;
1242501
+ cost_total_amount: Decimal | null;
1242502
+ cost_local_total_amount: Decimal | null;
1242503
+ cost_invoice_number: string | null;
1242504
+ cost_invoice_date: Date | null;
1242505
+ cost_supplier_reference: string | null;
1242506
+ is_cost_posted: boolean | null;
1242507
+ is_cost_advance_payment_requested: boolean | null;
1242508
+ id_sell_currency: string | null;
1242509
+ id_sell_local_currency: string | null;
1242510
+ id_sell_latest_system_rate: string | null;
1242511
+ sell_base_rate: Decimal | null;
1242512
+ sell_currency_amount: Decimal | null;
1242513
+ sell_currency_estimated_amount: Decimal | null;
1242514
+ sell_local_currency_amount: Decimal | null;
1242515
+ id_forwarding_shipment_billing: string | null;
1242516
+ id_billing_ar_transaction: string | null;
1242517
+ id_forwarding_consol_billing_detail_cost: string | null;
1242518
+ id_forwarding_consol_billing_detail_sell: string | null;
1242519
+ id_sell_debtor: string | null;
1242520
+ id_sell_invoice_type: string | null;
1242521
+ id_sell_tax_rate: string | null;
1242522
+ sell_tax_amount: Decimal | null;
1242523
+ sell_local_tax_amount: Decimal | null;
1242524
+ sell_total_amount: Decimal | null;
1242525
+ sell_local_total_amount: Decimal | null;
1242526
+ sell_invoice_number: string | null;
1242527
+ is_sell_posted: boolean | null;
1242528
+ } | null;
1242373
1242529
  forwarding_consol_billing_detail_cost_copy: {
1242374
1242530
  is_active: boolean | null;
1242375
1242531
  id: string;
@@ -1242500,58 +1242656,6 @@ declare const outflowRouter: BuiltRouter<{
1242500
1242656
  id_exchange_rate_type: string | null;
1242501
1242657
  rate: Decimal | null;
1242502
1242658
  }[];
1242503
- forwarding_shipment_billing_detail_copy: {
1242504
- is_active: boolean | null;
1242505
- id: string;
1242506
- logic_code: string | null;
1242507
- name: string | null;
1242508
- code: string | null;
1242509
- created_at: Date | null;
1242510
- created_by: string | null;
1242511
- updated_at: Date | null;
1242512
- updated_by: string | null;
1242513
- id_billing_ap_transaction: string | null;
1242514
- id_billing_ap_advance_payment_request: string | null;
1242515
- id_charge_code: string | null;
1242516
- id_cost_currency: string | null;
1242517
- id_cost_local_currency: string | null;
1242518
- id_cost_latest_system_rate: string | null;
1242519
- id_cost_creditor: string | null;
1242520
- id_cost_tax_rate: string | null;
1242521
- cost_base_rate: Decimal | null;
1242522
- cost_currency_amount: Decimal | null;
1242523
- cost_currency_estimated_amount: Decimal | null;
1242524
- cost_local_currency_amount: Decimal | null;
1242525
- cost_tax_amount: Decimal | null;
1242526
- cost_local_tax_amount: Decimal | null;
1242527
- cost_total_amount: Decimal | null;
1242528
- cost_local_total_amount: Decimal | null;
1242529
- cost_invoice_number: string | null;
1242530
- cost_invoice_date: Date | null;
1242531
- cost_supplier_reference: string | null;
1242532
- is_cost_posted: boolean | null;
1242533
- is_cost_advance_payment_requested: boolean | null;
1242534
- id_sell_currency: string | null;
1242535
- id_sell_local_currency: string | null;
1242536
- id_sell_latest_system_rate: string | null;
1242537
- sell_base_rate: Decimal | null;
1242538
- sell_currency_amount: Decimal | null;
1242539
- sell_currency_estimated_amount: Decimal | null;
1242540
- sell_local_currency_amount: Decimal | null;
1242541
- id_forwarding_shipment_billing: string | null;
1242542
- id_billing_ar_transaction: string | null;
1242543
- id_forwarding_consol_billing_detail_cost: string | null;
1242544
- id_forwarding_consol_billing_detail_sell: string | null;
1242545
- id_sell_debtor: string | null;
1242546
- id_sell_invoice_type: string | null;
1242547
- id_sell_tax_rate: string | null;
1242548
- sell_tax_amount: Decimal | null;
1242549
- sell_local_tax_amount: Decimal | null;
1242550
- sell_total_amount: Decimal | null;
1242551
- sell_local_total_amount: Decimal | null;
1242552
- sell_invoice_number: string | null;
1242553
- is_sell_posted: boolean | null;
1242554
- } | null;
1242555
1242659
  gl_account: {
1242556
1242660
  is_active: boolean | null;
1242557
1242661
  id: string;
@@ -1243872,7 +1243976,7 @@ declare const outflowRouter: BuiltRouter<{
1243872
1243976
  updated_at: Date | null;
1243873
1243977
  updated_by: string | null;
1243874
1243978
  } | null;
1243875
- forwarding_consol_billing_detail_cost_copy: {
1243979
+ forwarding_shipment_billing_detail_copy: {
1243876
1243980
  is_active: boolean | null;
1243877
1243981
  id: string;
1243878
1243982
  logic_code: string | null;
@@ -1243882,7 +1243986,6 @@ declare const outflowRouter: BuiltRouter<{
1243882
1243986
  created_by: string | null;
1243883
1243987
  updated_at: Date | null;
1243884
1243988
  updated_by: string | null;
1243885
- id_forwarding_consol: string | null;
1243886
1243989
  id_billing_ap_transaction: string | null;
1243887
1243990
  id_billing_ap_advance_payment_request: string | null;
1243888
1243991
  id_charge_code: string | null;
@@ -1243891,7 +1243994,6 @@ declare const outflowRouter: BuiltRouter<{
1243891
1243994
  id_cost_latest_system_rate: string | null;
1243892
1243995
  id_cost_creditor: string | null;
1243893
1243996
  id_cost_tax_rate: string | null;
1243894
- id_cost_apportion_method: string | null;
1243895
1243997
  cost_base_rate: Decimal | null;
1243896
1243998
  cost_currency_amount: Decimal | null;
1243897
1243999
  cost_currency_estimated_amount: Decimal | null;
@@ -1243905,8 +1244007,28 @@ declare const outflowRouter: BuiltRouter<{
1243905
1244007
  cost_supplier_reference: string | null;
1243906
1244008
  is_cost_posted: boolean | null;
1243907
1244009
  is_cost_advance_payment_requested: boolean | null;
1244010
+ id_sell_currency: string | null;
1244011
+ id_sell_local_currency: string | null;
1244012
+ id_sell_latest_system_rate: string | null;
1244013
+ sell_base_rate: Decimal | null;
1244014
+ sell_currency_amount: Decimal | null;
1244015
+ sell_currency_estimated_amount: Decimal | null;
1244016
+ sell_local_currency_amount: Decimal | null;
1244017
+ id_forwarding_shipment_billing: string | null;
1244018
+ id_billing_ar_transaction: string | null;
1244019
+ id_forwarding_consol_billing_detail_cost: string | null;
1244020
+ id_forwarding_consol_billing_detail_sell: string | null;
1244021
+ id_sell_debtor: string | null;
1244022
+ id_sell_invoice_type: string | null;
1244023
+ id_sell_tax_rate: string | null;
1244024
+ sell_tax_amount: Decimal | null;
1244025
+ sell_local_tax_amount: Decimal | null;
1244026
+ sell_total_amount: Decimal | null;
1244027
+ sell_local_total_amount: Decimal | null;
1244028
+ sell_invoice_number: string | null;
1244029
+ is_sell_posted: boolean | null;
1243908
1244030
  } | null;
1243909
- forwarding_consol_billing_detail_cost: {
1244031
+ forwarding_consol_billing_detail_cost_copy: {
1243910
1244032
  is_active: boolean | null;
1243911
1244033
  id: string;
1243912
1244034
  logic_code: string | null;
@@ -1243940,22 +1244062,7 @@ declare const outflowRouter: BuiltRouter<{
1243940
1244062
  is_cost_posted: boolean | null;
1243941
1244063
  is_cost_advance_payment_requested: boolean | null;
1243942
1244064
  } | null;
1243943
- cost_system_rates: {
1243944
- is_active: boolean | null;
1243945
- id: string;
1243946
- logic_code: string | null;
1243947
- created_at: Date | null;
1243948
- created_by: string | null;
1243949
- updated_at: Date | null;
1243950
- updated_by: string | null;
1243951
- start_date: Date | null;
1243952
- end_date: Date | null;
1243953
- id_currency_from: string | null;
1243954
- id_currency_to: string | null;
1243955
- id_exchange_rate_type: string | null;
1243956
- rate: Decimal | null;
1243957
- }[];
1243958
- forwarding_shipment_billing_detail_copy: {
1244065
+ forwarding_consol_billing_detail_cost: {
1243959
1244066
  is_active: boolean | null;
1243960
1244067
  id: string;
1243961
1244068
  logic_code: string | null;
@@ -1243965,6 +1244072,7 @@ declare const outflowRouter: BuiltRouter<{
1243965
1244072
  created_by: string | null;
1243966
1244073
  updated_at: Date | null;
1243967
1244074
  updated_by: string | null;
1244075
+ id_forwarding_consol: string | null;
1243968
1244076
  id_billing_ap_transaction: string | null;
1243969
1244077
  id_billing_ap_advance_payment_request: string | null;
1243970
1244078
  id_charge_code: string | null;
@@ -1243973,6 +1244081,7 @@ declare const outflowRouter: BuiltRouter<{
1243973
1244081
  id_cost_latest_system_rate: string | null;
1243974
1244082
  id_cost_creditor: string | null;
1243975
1244083
  id_cost_tax_rate: string | null;
1244084
+ id_cost_apportion_method: string | null;
1243976
1244085
  cost_base_rate: Decimal | null;
1243977
1244086
  cost_currency_amount: Decimal | null;
1243978
1244087
  cost_currency_estimated_amount: Decimal | null;
@@ -1243986,27 +1244095,22 @@ declare const outflowRouter: BuiltRouter<{
1243986
1244095
  cost_supplier_reference: string | null;
1243987
1244096
  is_cost_posted: boolean | null;
1243988
1244097
  is_cost_advance_payment_requested: boolean | null;
1243989
- id_sell_currency: string | null;
1243990
- id_sell_local_currency: string | null;
1243991
- id_sell_latest_system_rate: string | null;
1243992
- sell_base_rate: Decimal | null;
1243993
- sell_currency_amount: Decimal | null;
1243994
- sell_currency_estimated_amount: Decimal | null;
1243995
- sell_local_currency_amount: Decimal | null;
1243996
- id_forwarding_shipment_billing: string | null;
1243997
- id_billing_ar_transaction: string | null;
1243998
- id_forwarding_consol_billing_detail_cost: string | null;
1243999
- id_forwarding_consol_billing_detail_sell: string | null;
1244000
- id_sell_debtor: string | null;
1244001
- id_sell_invoice_type: string | null;
1244002
- id_sell_tax_rate: string | null;
1244003
- sell_tax_amount: Decimal | null;
1244004
- sell_local_tax_amount: Decimal | null;
1244005
- sell_total_amount: Decimal | null;
1244006
- sell_local_total_amount: Decimal | null;
1244007
- sell_invoice_number: string | null;
1244008
- is_sell_posted: boolean | null;
1244009
1244098
  } | null;
1244099
+ cost_system_rates: {
1244100
+ is_active: boolean | null;
1244101
+ id: string;
1244102
+ logic_code: string | null;
1244103
+ created_at: Date | null;
1244104
+ created_by: string | null;
1244105
+ updated_at: Date | null;
1244106
+ updated_by: string | null;
1244107
+ start_date: Date | null;
1244108
+ end_date: Date | null;
1244109
+ id_currency_from: string | null;
1244110
+ id_currency_to: string | null;
1244111
+ id_exchange_rate_type: string | null;
1244112
+ rate: Decimal | null;
1244113
+ }[];
1244010
1244114
  is_active: boolean | null;
1244011
1244115
  id: string;
1244012
1244116
  logic_code: string | null;
@@ -1244939,6 +1245043,58 @@ declare const outflowRouter: BuiltRouter<{
1244939
1245043
  updated_at: Date | null;
1244940
1245044
  updated_by: string | null;
1244941
1245045
  } | null;
1245046
+ forwarding_shipment_billing_detail_copy: {
1245047
+ is_active: boolean | null;
1245048
+ id: string;
1245049
+ logic_code: string | null;
1245050
+ name: string | null;
1245051
+ code: string | null;
1245052
+ created_at: Date | null;
1245053
+ created_by: string | null;
1245054
+ updated_at: Date | null;
1245055
+ updated_by: string | null;
1245056
+ id_billing_ap_transaction: string | null;
1245057
+ id_billing_ap_advance_payment_request: string | null;
1245058
+ id_charge_code: string | null;
1245059
+ id_cost_currency: string | null;
1245060
+ id_cost_local_currency: string | null;
1245061
+ id_cost_latest_system_rate: string | null;
1245062
+ id_cost_creditor: string | null;
1245063
+ id_cost_tax_rate: string | null;
1245064
+ cost_base_rate: Decimal | null;
1245065
+ cost_currency_amount: Decimal | null;
1245066
+ cost_currency_estimated_amount: Decimal | null;
1245067
+ cost_local_currency_amount: Decimal | null;
1245068
+ cost_tax_amount: Decimal | null;
1245069
+ cost_local_tax_amount: Decimal | null;
1245070
+ cost_total_amount: Decimal | null;
1245071
+ cost_local_total_amount: Decimal | null;
1245072
+ cost_invoice_number: string | null;
1245073
+ cost_invoice_date: Date | null;
1245074
+ cost_supplier_reference: string | null;
1245075
+ is_cost_posted: boolean | null;
1245076
+ is_cost_advance_payment_requested: boolean | null;
1245077
+ id_sell_currency: string | null;
1245078
+ id_sell_local_currency: string | null;
1245079
+ id_sell_latest_system_rate: string | null;
1245080
+ sell_base_rate: Decimal | null;
1245081
+ sell_currency_amount: Decimal | null;
1245082
+ sell_currency_estimated_amount: Decimal | null;
1245083
+ sell_local_currency_amount: Decimal | null;
1245084
+ id_forwarding_shipment_billing: string | null;
1245085
+ id_billing_ar_transaction: string | null;
1245086
+ id_forwarding_consol_billing_detail_cost: string | null;
1245087
+ id_forwarding_consol_billing_detail_sell: string | null;
1245088
+ id_sell_debtor: string | null;
1245089
+ id_sell_invoice_type: string | null;
1245090
+ id_sell_tax_rate: string | null;
1245091
+ sell_tax_amount: Decimal | null;
1245092
+ sell_local_tax_amount: Decimal | null;
1245093
+ sell_total_amount: Decimal | null;
1245094
+ sell_local_total_amount: Decimal | null;
1245095
+ sell_invoice_number: string | null;
1245096
+ is_sell_posted: boolean | null;
1245097
+ } | null;
1244942
1245098
  forwarding_consol_billing_detail_cost_copy: {
1244943
1245099
  is_active: boolean | null;
1244944
1245100
  id: string;
@@ -1245022,58 +1245178,6 @@ declare const outflowRouter: BuiltRouter<{
1245022
1245178
  id_exchange_rate_type: string | null;
1245023
1245179
  rate: Decimal | null;
1245024
1245180
  }[];
1245025
- forwarding_shipment_billing_detail_copy: {
1245026
- is_active: boolean | null;
1245027
- id: string;
1245028
- logic_code: string | null;
1245029
- name: string | null;
1245030
- code: string | null;
1245031
- created_at: Date | null;
1245032
- created_by: string | null;
1245033
- updated_at: Date | null;
1245034
- updated_by: string | null;
1245035
- id_billing_ap_transaction: string | null;
1245036
- id_billing_ap_advance_payment_request: string | null;
1245037
- id_charge_code: string | null;
1245038
- id_cost_currency: string | null;
1245039
- id_cost_local_currency: string | null;
1245040
- id_cost_latest_system_rate: string | null;
1245041
- id_cost_creditor: string | null;
1245042
- id_cost_tax_rate: string | null;
1245043
- cost_base_rate: Decimal | null;
1245044
- cost_currency_amount: Decimal | null;
1245045
- cost_currency_estimated_amount: Decimal | null;
1245046
- cost_local_currency_amount: Decimal | null;
1245047
- cost_tax_amount: Decimal | null;
1245048
- cost_local_tax_amount: Decimal | null;
1245049
- cost_total_amount: Decimal | null;
1245050
- cost_local_total_amount: Decimal | null;
1245051
- cost_invoice_number: string | null;
1245052
- cost_invoice_date: Date | null;
1245053
- cost_supplier_reference: string | null;
1245054
- is_cost_posted: boolean | null;
1245055
- is_cost_advance_payment_requested: boolean | null;
1245056
- id_sell_currency: string | null;
1245057
- id_sell_local_currency: string | null;
1245058
- id_sell_latest_system_rate: string | null;
1245059
- sell_base_rate: Decimal | null;
1245060
- sell_currency_amount: Decimal | null;
1245061
- sell_currency_estimated_amount: Decimal | null;
1245062
- sell_local_currency_amount: Decimal | null;
1245063
- id_forwarding_shipment_billing: string | null;
1245064
- id_billing_ar_transaction: string | null;
1245065
- id_forwarding_consol_billing_detail_cost: string | null;
1245066
- id_forwarding_consol_billing_detail_sell: string | null;
1245067
- id_sell_debtor: string | null;
1245068
- id_sell_invoice_type: string | null;
1245069
- id_sell_tax_rate: string | null;
1245070
- sell_tax_amount: Decimal | null;
1245071
- sell_local_tax_amount: Decimal | null;
1245072
- sell_total_amount: Decimal | null;
1245073
- sell_local_total_amount: Decimal | null;
1245074
- sell_invoice_number: string | null;
1245075
- is_sell_posted: boolean | null;
1245076
- } | null;
1245077
1245181
  is_active: boolean | null;
1245078
1245182
  id: string;
1245079
1245183
  logic_code: string | null;
@@ -1245972,7 +1246076,7 @@ declare const outflowRouter: BuiltRouter<{
1245972
1246076
  updated_at: Date | null;
1245973
1246077
  updated_by: string | null;
1245974
1246078
  } | null;
1245975
- forwarding_consol_billing_detail_cost_copy: {
1246079
+ forwarding_shipment_billing_detail_copy: {
1245976
1246080
  is_active: boolean | null;
1245977
1246081
  id: string;
1245978
1246082
  logic_code: string | null;
@@ -1245982,7 +1246086,6 @@ declare const outflowRouter: BuiltRouter<{
1245982
1246086
  created_by: string | null;
1245983
1246087
  updated_at: Date | null;
1245984
1246088
  updated_by: string | null;
1245985
- id_forwarding_consol: string | null;
1245986
1246089
  id_billing_ap_transaction: string | null;
1245987
1246090
  id_billing_ap_advance_payment_request: string | null;
1245988
1246091
  id_charge_code: string | null;
@@ -1245991,7 +1246094,6 @@ declare const outflowRouter: BuiltRouter<{
1245991
1246094
  id_cost_latest_system_rate: string | null;
1245992
1246095
  id_cost_creditor: string | null;
1245993
1246096
  id_cost_tax_rate: string | null;
1245994
- id_cost_apportion_method: string | null;
1245995
1246097
  cost_base_rate: Decimal | null;
1245996
1246098
  cost_currency_amount: Decimal | null;
1245997
1246099
  cost_currency_estimated_amount: Decimal | null;
@@ -1246005,8 +1246107,28 @@ declare const outflowRouter: BuiltRouter<{
1246005
1246107
  cost_supplier_reference: string | null;
1246006
1246108
  is_cost_posted: boolean | null;
1246007
1246109
  is_cost_advance_payment_requested: boolean | null;
1246110
+ id_sell_currency: string | null;
1246111
+ id_sell_local_currency: string | null;
1246112
+ id_sell_latest_system_rate: string | null;
1246113
+ sell_base_rate: Decimal | null;
1246114
+ sell_currency_amount: Decimal | null;
1246115
+ sell_currency_estimated_amount: Decimal | null;
1246116
+ sell_local_currency_amount: Decimal | null;
1246117
+ id_forwarding_shipment_billing: string | null;
1246118
+ id_billing_ar_transaction: string | null;
1246119
+ id_forwarding_consol_billing_detail_cost: string | null;
1246120
+ id_forwarding_consol_billing_detail_sell: string | null;
1246121
+ id_sell_debtor: string | null;
1246122
+ id_sell_invoice_type: string | null;
1246123
+ id_sell_tax_rate: string | null;
1246124
+ sell_tax_amount: Decimal | null;
1246125
+ sell_local_tax_amount: Decimal | null;
1246126
+ sell_total_amount: Decimal | null;
1246127
+ sell_local_total_amount: Decimal | null;
1246128
+ sell_invoice_number: string | null;
1246129
+ is_sell_posted: boolean | null;
1246008
1246130
  } | null;
1246009
- forwarding_consol_billing_detail_cost: {
1246131
+ forwarding_consol_billing_detail_cost_copy: {
1246010
1246132
  is_active: boolean | null;
1246011
1246133
  id: string;
1246012
1246134
  logic_code: string | null;
@@ -1246040,22 +1246162,7 @@ declare const outflowRouter: BuiltRouter<{
1246040
1246162
  is_cost_posted: boolean | null;
1246041
1246163
  is_cost_advance_payment_requested: boolean | null;
1246042
1246164
  } | null;
1246043
- cost_system_rates: {
1246044
- is_active: boolean | null;
1246045
- id: string;
1246046
- logic_code: string | null;
1246047
- created_at: Date | null;
1246048
- created_by: string | null;
1246049
- updated_at: Date | null;
1246050
- updated_by: string | null;
1246051
- start_date: Date | null;
1246052
- end_date: Date | null;
1246053
- id_currency_from: string | null;
1246054
- id_currency_to: string | null;
1246055
- id_exchange_rate_type: string | null;
1246056
- rate: Decimal | null;
1246057
- }[];
1246058
- forwarding_shipment_billing_detail_copy: {
1246165
+ forwarding_consol_billing_detail_cost: {
1246059
1246166
  is_active: boolean | null;
1246060
1246167
  id: string;
1246061
1246168
  logic_code: string | null;
@@ -1246065,6 +1246172,7 @@ declare const outflowRouter: BuiltRouter<{
1246065
1246172
  created_by: string | null;
1246066
1246173
  updated_at: Date | null;
1246067
1246174
  updated_by: string | null;
1246175
+ id_forwarding_consol: string | null;
1246068
1246176
  id_billing_ap_transaction: string | null;
1246069
1246177
  id_billing_ap_advance_payment_request: string | null;
1246070
1246178
  id_charge_code: string | null;
@@ -1246073,6 +1246181,7 @@ declare const outflowRouter: BuiltRouter<{
1246073
1246181
  id_cost_latest_system_rate: string | null;
1246074
1246182
  id_cost_creditor: string | null;
1246075
1246183
  id_cost_tax_rate: string | null;
1246184
+ id_cost_apportion_method: string | null;
1246076
1246185
  cost_base_rate: Decimal | null;
1246077
1246186
  cost_currency_amount: Decimal | null;
1246078
1246187
  cost_currency_estimated_amount: Decimal | null;
@@ -1246086,27 +1246195,22 @@ declare const outflowRouter: BuiltRouter<{
1246086
1246195
  cost_supplier_reference: string | null;
1246087
1246196
  is_cost_posted: boolean | null;
1246088
1246197
  is_cost_advance_payment_requested: boolean | null;
1246089
- id_sell_currency: string | null;
1246090
- id_sell_local_currency: string | null;
1246091
- id_sell_latest_system_rate: string | null;
1246092
- sell_base_rate: Decimal | null;
1246093
- sell_currency_amount: Decimal | null;
1246094
- sell_currency_estimated_amount: Decimal | null;
1246095
- sell_local_currency_amount: Decimal | null;
1246096
- id_forwarding_shipment_billing: string | null;
1246097
- id_billing_ar_transaction: string | null;
1246098
- id_forwarding_consol_billing_detail_cost: string | null;
1246099
- id_forwarding_consol_billing_detail_sell: string | null;
1246100
- id_sell_debtor: string | null;
1246101
- id_sell_invoice_type: string | null;
1246102
- id_sell_tax_rate: string | null;
1246103
- sell_tax_amount: Decimal | null;
1246104
- sell_local_tax_amount: Decimal | null;
1246105
- sell_total_amount: Decimal | null;
1246106
- sell_local_total_amount: Decimal | null;
1246107
- sell_invoice_number: string | null;
1246108
- is_sell_posted: boolean | null;
1246109
1246198
  } | null;
1246199
+ cost_system_rates: {
1246200
+ is_active: boolean | null;
1246201
+ id: string;
1246202
+ logic_code: string | null;
1246203
+ created_at: Date | null;
1246204
+ created_by: string | null;
1246205
+ updated_at: Date | null;
1246206
+ updated_by: string | null;
1246207
+ start_date: Date | null;
1246208
+ end_date: Date | null;
1246209
+ id_currency_from: string | null;
1246210
+ id_currency_to: string | null;
1246211
+ id_exchange_rate_type: string | null;
1246212
+ rate: Decimal | null;
1246213
+ }[];
1246110
1246214
  is_active: boolean | null;
1246111
1246215
  id: string;
1246112
1246216
  logic_code: string | null;
@@ -1246992,136 +1247096,6 @@ declare const outflowRouter: BuiltRouter<{
1246992
1247096
  updated_at: Date | null;
1246993
1247097
  updated_by: string | null;
1246994
1247098
  } | null;
1246995
- forwarding_consol_billing_detail_cost_copy: {
1246996
- is_active: boolean | null;
1246997
- id: string;
1246998
- logic_code: string | null;
1246999
- name: string | null;
1247000
- code: string | null;
1247001
- created_at: Date | null;
1247002
- created_by: string | null;
1247003
- updated_at: Date | null;
1247004
- updated_by: string | null;
1247005
- id_forwarding_consol: string | null;
1247006
- id_billing_ap_transaction: string | null;
1247007
- id_billing_ap_advance_payment_request: string | null;
1247008
- id_charge_code: string | null;
1247009
- id_cost_currency: string | null;
1247010
- id_cost_local_currency: string | null;
1247011
- id_cost_latest_system_rate: string | null;
1247012
- id_cost_creditor: string | null;
1247013
- id_cost_tax_rate: string | null;
1247014
- id_cost_apportion_method: string | null;
1247015
- cost_base_rate: Decimal | null;
1247016
- cost_currency_amount: Decimal | null;
1247017
- cost_currency_estimated_amount: Decimal | null;
1247018
- cost_local_currency_amount: Decimal | null;
1247019
- cost_tax_amount: Decimal | null;
1247020
- cost_local_tax_amount: Decimal | null;
1247021
- cost_total_amount: Decimal | null;
1247022
- cost_local_total_amount: Decimal | null;
1247023
- cost_invoice_number: string | null;
1247024
- cost_invoice_date: Date | null;
1247025
- cost_supplier_reference: string | null;
1247026
- is_cost_posted: boolean | null;
1247027
- is_cost_advance_payment_requested: boolean | null;
1247028
- } | null;
1247029
- forwarding_consol_billing_detail_cost: {
1247030
- is_active: boolean | null;
1247031
- id: string;
1247032
- logic_code: string | null;
1247033
- name: string | null;
1247034
- code: string | null;
1247035
- created_at: Date | null;
1247036
- created_by: string | null;
1247037
- updated_at: Date | null;
1247038
- updated_by: string | null;
1247039
- id_forwarding_consol: string | null;
1247040
- id_billing_ap_transaction: string | null;
1247041
- id_billing_ap_advance_payment_request: string | null;
1247042
- id_charge_code: string | null;
1247043
- id_cost_currency: string | null;
1247044
- id_cost_local_currency: string | null;
1247045
- id_cost_latest_system_rate: string | null;
1247046
- id_cost_creditor: string | null;
1247047
- id_cost_tax_rate: string | null;
1247048
- id_cost_apportion_method: string | null;
1247049
- cost_base_rate: Decimal | null;
1247050
- cost_currency_amount: Decimal | null;
1247051
- cost_currency_estimated_amount: Decimal | null;
1247052
- cost_local_currency_amount: Decimal | null;
1247053
- cost_tax_amount: Decimal | null;
1247054
- cost_local_tax_amount: Decimal | null;
1247055
- cost_total_amount: Decimal | null;
1247056
- cost_local_total_amount: Decimal | null;
1247057
- cost_invoice_number: string | null;
1247058
- cost_invoice_date: Date | null;
1247059
- cost_supplier_reference: string | null;
1247060
- is_cost_posted: boolean | null;
1247061
- is_cost_advance_payment_requested: boolean | null;
1247062
- } | null;
1247063
- cost_system_rates: {
1247064
- exchange_rate_types: {
1247065
- is_active: boolean | null;
1247066
- id: string;
1247067
- logic_code: string | null;
1247068
- name: string | null;
1247069
- code: string | null;
1247070
- created_at: Date | null;
1247071
- created_by: string | null;
1247072
- updated_at: Date | null;
1247073
- updated_by: string | null;
1247074
- } | null;
1247075
- currency_from: {
1247076
- symbol: string | null;
1247077
- is_active: boolean | null;
1247078
- id: string;
1247079
- logic_code: string | null;
1247080
- created_at: Date | null;
1247081
- created_by: string | null;
1247082
- updated_at: Date | null;
1247083
- updated_by: string | null;
1247084
- currency_code: string | null;
1247085
- currency_name: string | null;
1247086
- major_unit: string | null;
1247087
- minor_unit: string | null;
1247088
- iso_decimal: number | null;
1247089
- fractional_unit: number | null;
1247090
- presentational_decimal: number | null;
1247091
- presentational_fractional_unit: number | null;
1247092
- } | null;
1247093
- currency_to: {
1247094
- symbol: string | null;
1247095
- is_active: boolean | null;
1247096
- id: string;
1247097
- logic_code: string | null;
1247098
- created_at: Date | null;
1247099
- created_by: string | null;
1247100
- updated_at: Date | null;
1247101
- updated_by: string | null;
1247102
- currency_code: string | null;
1247103
- currency_name: string | null;
1247104
- major_unit: string | null;
1247105
- minor_unit: string | null;
1247106
- iso_decimal: number | null;
1247107
- fractional_unit: number | null;
1247108
- presentational_decimal: number | null;
1247109
- presentational_fractional_unit: number | null;
1247110
- } | null;
1247111
- is_active: boolean | null;
1247112
- id: string;
1247113
- logic_code: string | null;
1247114
- created_at: Date | null;
1247115
- created_by: string | null;
1247116
- updated_at: Date | null;
1247117
- updated_by: string | null;
1247118
- start_date: Date | null;
1247119
- end_date: Date | null;
1247120
- id_currency_from: string | null;
1247121
- id_currency_to: string | null;
1247122
- id_exchange_rate_type: string | null;
1247123
- rate: Decimal | null;
1247124
- }[];
1247125
1247099
  forwarding_shipment_billing_detail_copy: {
1247126
1247100
  is_active: boolean | null;
1247127
1247101
  id: string;
@@ -1247174,6 +1247148,136 @@ declare const outflowRouter: BuiltRouter<{
1247174
1247148
  sell_invoice_number: string | null;
1247175
1247149
  is_sell_posted: boolean | null;
1247176
1247150
  } | null;
1247151
+ forwarding_consol_billing_detail_cost_copy: {
1247152
+ is_active: boolean | null;
1247153
+ id: string;
1247154
+ logic_code: string | null;
1247155
+ name: string | null;
1247156
+ code: string | null;
1247157
+ created_at: Date | null;
1247158
+ created_by: string | null;
1247159
+ updated_at: Date | null;
1247160
+ updated_by: string | null;
1247161
+ id_forwarding_consol: string | null;
1247162
+ id_billing_ap_transaction: string | null;
1247163
+ id_billing_ap_advance_payment_request: string | null;
1247164
+ id_charge_code: string | null;
1247165
+ id_cost_currency: string | null;
1247166
+ id_cost_local_currency: string | null;
1247167
+ id_cost_latest_system_rate: string | null;
1247168
+ id_cost_creditor: string | null;
1247169
+ id_cost_tax_rate: string | null;
1247170
+ id_cost_apportion_method: string | null;
1247171
+ cost_base_rate: Decimal | null;
1247172
+ cost_currency_amount: Decimal | null;
1247173
+ cost_currency_estimated_amount: Decimal | null;
1247174
+ cost_local_currency_amount: Decimal | null;
1247175
+ cost_tax_amount: Decimal | null;
1247176
+ cost_local_tax_amount: Decimal | null;
1247177
+ cost_total_amount: Decimal | null;
1247178
+ cost_local_total_amount: Decimal | null;
1247179
+ cost_invoice_number: string | null;
1247180
+ cost_invoice_date: Date | null;
1247181
+ cost_supplier_reference: string | null;
1247182
+ is_cost_posted: boolean | null;
1247183
+ is_cost_advance_payment_requested: boolean | null;
1247184
+ } | null;
1247185
+ forwarding_consol_billing_detail_cost: {
1247186
+ is_active: boolean | null;
1247187
+ id: string;
1247188
+ logic_code: string | null;
1247189
+ name: string | null;
1247190
+ code: string | null;
1247191
+ created_at: Date | null;
1247192
+ created_by: string | null;
1247193
+ updated_at: Date | null;
1247194
+ updated_by: string | null;
1247195
+ id_forwarding_consol: string | null;
1247196
+ id_billing_ap_transaction: string | null;
1247197
+ id_billing_ap_advance_payment_request: string | null;
1247198
+ id_charge_code: string | null;
1247199
+ id_cost_currency: string | null;
1247200
+ id_cost_local_currency: string | null;
1247201
+ id_cost_latest_system_rate: string | null;
1247202
+ id_cost_creditor: string | null;
1247203
+ id_cost_tax_rate: string | null;
1247204
+ id_cost_apportion_method: string | null;
1247205
+ cost_base_rate: Decimal | null;
1247206
+ cost_currency_amount: Decimal | null;
1247207
+ cost_currency_estimated_amount: Decimal | null;
1247208
+ cost_local_currency_amount: Decimal | null;
1247209
+ cost_tax_amount: Decimal | null;
1247210
+ cost_local_tax_amount: Decimal | null;
1247211
+ cost_total_amount: Decimal | null;
1247212
+ cost_local_total_amount: Decimal | null;
1247213
+ cost_invoice_number: string | null;
1247214
+ cost_invoice_date: Date | null;
1247215
+ cost_supplier_reference: string | null;
1247216
+ is_cost_posted: boolean | null;
1247217
+ is_cost_advance_payment_requested: boolean | null;
1247218
+ } | null;
1247219
+ cost_system_rates: {
1247220
+ exchange_rate_types: {
1247221
+ is_active: boolean | null;
1247222
+ id: string;
1247223
+ logic_code: string | null;
1247224
+ name: string | null;
1247225
+ code: string | null;
1247226
+ created_at: Date | null;
1247227
+ created_by: string | null;
1247228
+ updated_at: Date | null;
1247229
+ updated_by: string | null;
1247230
+ } | null;
1247231
+ currency_from: {
1247232
+ symbol: string | null;
1247233
+ is_active: boolean | null;
1247234
+ id: string;
1247235
+ logic_code: string | null;
1247236
+ created_at: Date | null;
1247237
+ created_by: string | null;
1247238
+ updated_at: Date | null;
1247239
+ updated_by: string | null;
1247240
+ currency_code: string | null;
1247241
+ currency_name: string | null;
1247242
+ major_unit: string | null;
1247243
+ minor_unit: string | null;
1247244
+ iso_decimal: number | null;
1247245
+ fractional_unit: number | null;
1247246
+ presentational_decimal: number | null;
1247247
+ presentational_fractional_unit: number | null;
1247248
+ } | null;
1247249
+ currency_to: {
1247250
+ symbol: string | null;
1247251
+ is_active: boolean | null;
1247252
+ id: string;
1247253
+ logic_code: string | null;
1247254
+ created_at: Date | null;
1247255
+ created_by: string | null;
1247256
+ updated_at: Date | null;
1247257
+ updated_by: string | null;
1247258
+ currency_code: string | null;
1247259
+ currency_name: string | null;
1247260
+ major_unit: string | null;
1247261
+ minor_unit: string | null;
1247262
+ iso_decimal: number | null;
1247263
+ fractional_unit: number | null;
1247264
+ presentational_decimal: number | null;
1247265
+ presentational_fractional_unit: number | null;
1247266
+ } | null;
1247267
+ is_active: boolean | null;
1247268
+ id: string;
1247269
+ logic_code: string | null;
1247270
+ created_at: Date | null;
1247271
+ created_by: string | null;
1247272
+ updated_at: Date | null;
1247273
+ updated_by: string | null;
1247274
+ start_date: Date | null;
1247275
+ end_date: Date | null;
1247276
+ id_currency_from: string | null;
1247277
+ id_currency_to: string | null;
1247278
+ id_exchange_rate_type: string | null;
1247279
+ rate: Decimal | null;
1247280
+ }[];
1247177
1247281
  gl_account: {
1247178
1247282
  is_active: boolean | null;
1247179
1247283
  id: string;
@@ -1247531,6 +1247635,58 @@ declare const outflowRouter: BuiltRouter<{
1247531
1247635
  updated_at: Date | null;
1247532
1247636
  updated_by: string | null;
1247533
1247637
  } | null;
1247638
+ forwarding_shipment_billing_detail_copy: {
1247639
+ is_active: boolean | null;
1247640
+ id: string;
1247641
+ logic_code: string | null;
1247642
+ name: string | null;
1247643
+ code: string | null;
1247644
+ created_at: Date | null;
1247645
+ created_by: string | null;
1247646
+ updated_at: Date | null;
1247647
+ updated_by: string | null;
1247648
+ id_billing_ap_transaction: string | null;
1247649
+ id_billing_ap_advance_payment_request: string | null;
1247650
+ id_charge_code: string | null;
1247651
+ id_cost_currency: string | null;
1247652
+ id_cost_local_currency: string | null;
1247653
+ id_cost_latest_system_rate: string | null;
1247654
+ id_cost_creditor: string | null;
1247655
+ id_cost_tax_rate: string | null;
1247656
+ cost_base_rate: Decimal | null;
1247657
+ cost_currency_amount: Decimal | null;
1247658
+ cost_currency_estimated_amount: Decimal | null;
1247659
+ cost_local_currency_amount: Decimal | null;
1247660
+ cost_tax_amount: Decimal | null;
1247661
+ cost_local_tax_amount: Decimal | null;
1247662
+ cost_total_amount: Decimal | null;
1247663
+ cost_local_total_amount: Decimal | null;
1247664
+ cost_invoice_number: string | null;
1247665
+ cost_invoice_date: Date | null;
1247666
+ cost_supplier_reference: string | null;
1247667
+ is_cost_posted: boolean | null;
1247668
+ is_cost_advance_payment_requested: boolean | null;
1247669
+ id_sell_currency: string | null;
1247670
+ id_sell_local_currency: string | null;
1247671
+ id_sell_latest_system_rate: string | null;
1247672
+ sell_base_rate: Decimal | null;
1247673
+ sell_currency_amount: Decimal | null;
1247674
+ sell_currency_estimated_amount: Decimal | null;
1247675
+ sell_local_currency_amount: Decimal | null;
1247676
+ id_forwarding_shipment_billing: string | null;
1247677
+ id_billing_ar_transaction: string | null;
1247678
+ id_forwarding_consol_billing_detail_cost: string | null;
1247679
+ id_forwarding_consol_billing_detail_sell: string | null;
1247680
+ id_sell_debtor: string | null;
1247681
+ id_sell_invoice_type: string | null;
1247682
+ id_sell_tax_rate: string | null;
1247683
+ sell_tax_amount: Decimal | null;
1247684
+ sell_local_tax_amount: Decimal | null;
1247685
+ sell_total_amount: Decimal | null;
1247686
+ sell_local_total_amount: Decimal | null;
1247687
+ sell_invoice_number: string | null;
1247688
+ is_sell_posted: boolean | null;
1247689
+ } | null;
1247534
1247690
  forwarding_consol_billing_detail_cost_copy: {
1247535
1247691
  is_active: boolean | null;
1247536
1247692
  id: string;
@@ -1247661,58 +1247817,6 @@ declare const outflowRouter: BuiltRouter<{
1247661
1247817
  id_exchange_rate_type: string | null;
1247662
1247818
  rate: Decimal | null;
1247663
1247819
  }[];
1247664
- forwarding_shipment_billing_detail_copy: {
1247665
- is_active: boolean | null;
1247666
- id: string;
1247667
- logic_code: string | null;
1247668
- name: string | null;
1247669
- code: string | null;
1247670
- created_at: Date | null;
1247671
- created_by: string | null;
1247672
- updated_at: Date | null;
1247673
- updated_by: string | null;
1247674
- id_billing_ap_transaction: string | null;
1247675
- id_billing_ap_advance_payment_request: string | null;
1247676
- id_charge_code: string | null;
1247677
- id_cost_currency: string | null;
1247678
- id_cost_local_currency: string | null;
1247679
- id_cost_latest_system_rate: string | null;
1247680
- id_cost_creditor: string | null;
1247681
- id_cost_tax_rate: string | null;
1247682
- cost_base_rate: Decimal | null;
1247683
- cost_currency_amount: Decimal | null;
1247684
- cost_currency_estimated_amount: Decimal | null;
1247685
- cost_local_currency_amount: Decimal | null;
1247686
- cost_tax_amount: Decimal | null;
1247687
- cost_local_tax_amount: Decimal | null;
1247688
- cost_total_amount: Decimal | null;
1247689
- cost_local_total_amount: Decimal | null;
1247690
- cost_invoice_number: string | null;
1247691
- cost_invoice_date: Date | null;
1247692
- cost_supplier_reference: string | null;
1247693
- is_cost_posted: boolean | null;
1247694
- is_cost_advance_payment_requested: boolean | null;
1247695
- id_sell_currency: string | null;
1247696
- id_sell_local_currency: string | null;
1247697
- id_sell_latest_system_rate: string | null;
1247698
- sell_base_rate: Decimal | null;
1247699
- sell_currency_amount: Decimal | null;
1247700
- sell_currency_estimated_amount: Decimal | null;
1247701
- sell_local_currency_amount: Decimal | null;
1247702
- id_forwarding_shipment_billing: string | null;
1247703
- id_billing_ar_transaction: string | null;
1247704
- id_forwarding_consol_billing_detail_cost: string | null;
1247705
- id_forwarding_consol_billing_detail_sell: string | null;
1247706
- id_sell_debtor: string | null;
1247707
- id_sell_invoice_type: string | null;
1247708
- id_sell_tax_rate: string | null;
1247709
- sell_tax_amount: Decimal | null;
1247710
- sell_local_tax_amount: Decimal | null;
1247711
- sell_total_amount: Decimal | null;
1247712
- sell_local_total_amount: Decimal | null;
1247713
- sell_invoice_number: string | null;
1247714
- is_sell_posted: boolean | null;
1247715
- } | null;
1247716
1247820
  gl_account: {
1247717
1247821
  is_active: boolean | null;
1247718
1247822
  id: string;
@@ -1253523,6 +1253627,8 @@ declare const outflowRouter: BuiltRouter<{
1253523
1253627
  ids_approval_status?: (string | number | boolean)[] | null | undefined;
1253524
1253628
  id_ledger?: string | number | boolean | null | undefined;
1253525
1253629
  ids_ledger?: (string | number | boolean)[] | null | undefined;
1253630
+ id_ap_advance_payment_request?: string | number | boolean | null | undefined;
1253631
+ ids_ap_advance_payment_request?: (string | number | boolean)[] | null | undefined;
1253526
1253632
  is_posted?: (string | number | boolean)[] | null | undefined;
1253527
1253633
  };
1253528
1253634
  output: {
@@ -1254195,6 +1254301,51 @@ declare const outflowRouter: BuiltRouter<{
1254195
1254301
  id_un_locode: string | null;
1254196
1254302
  id_organization_self: string | null;
1254197
1254303
  } | null;
1254304
+ ap_advance_payment_request: {
1254305
+ is_active: boolean | null;
1254306
+ id: string;
1254307
+ logic_code: string | null;
1254308
+ created_at: Date | null;
1254309
+ created_by: string | null;
1254310
+ updated_at: Date | null;
1254311
+ updated_by: string | null;
1254312
+ id_currency: string | null;
1254313
+ id_forwarding_consol: string | null;
1254314
+ id_local_currency: string | null;
1254315
+ id_ap_advance_payment_request_branch: string | null;
1254316
+ id_account_organization: string | null;
1254317
+ id_account_organization_address: string | null;
1254318
+ id_post_date_system_rate: string | null;
1254319
+ id_payment_method: string | null;
1254320
+ id_bank_account: string | null;
1254321
+ id_approval_status: string | null;
1254322
+ id_payment_status: string | null;
1254323
+ advance_payment_request_number: string | null;
1254324
+ advance_payment_request_base_rate: Decimal | null;
1254325
+ sub_advance_payment_request_amount: Decimal | null;
1254326
+ sub_advance_payment_request_local_amount: Decimal | null;
1254327
+ tax_amount: Decimal | null;
1254328
+ tax_local_amount: Decimal | null;
1254329
+ advance_payment_request_amount: Decimal | null;
1254330
+ advance_payment_request_local_amount: Decimal | null;
1254331
+ advance_payment_request_outstanding_amount: Decimal | null;
1254332
+ advance_payment_request_local_outstanding_amount: Decimal | null;
1254333
+ advance_payment_request_date: Date | null;
1254334
+ post_date: Date | null;
1254335
+ due_date: Date | null;
1254336
+ advance_payment_request_descriptions: string | null;
1254337
+ advance_payment_request_bank_ref_no: string | null;
1254338
+ cheque_number: string | null;
1254339
+ cheque_drawer: string | null;
1254340
+ cheque_bank: string | null;
1254341
+ cheque_branch: string | null;
1254342
+ is_posted: boolean | null;
1254343
+ id_cancelled_reason: string | null;
1254344
+ cancelled_reason_description: string | null;
1254345
+ cancelled_at: Date | null;
1254346
+ cancelled_by: string | null;
1254347
+ is_cancelled: boolean | null;
1254348
+ } | null;
1254198
1254349
  is_active: boolean | null;
1254199
1254350
  id: string;
1254200
1254351
  created_at: Date | null;
@@ -1254926,6 +1255077,51 @@ declare const outflowRouter: BuiltRouter<{
1254926
1255077
  id_un_locode: string | null;
1254927
1255078
  id_organization_self: string | null;
1254928
1255079
  } | null;
1255080
+ ap_advance_payment_request: {
1255081
+ is_active: boolean | null;
1255082
+ id: string;
1255083
+ logic_code: string | null;
1255084
+ created_at: Date | null;
1255085
+ created_by: string | null;
1255086
+ updated_at: Date | null;
1255087
+ updated_by: string | null;
1255088
+ id_currency: string | null;
1255089
+ id_forwarding_consol: string | null;
1255090
+ id_local_currency: string | null;
1255091
+ id_ap_advance_payment_request_branch: string | null;
1255092
+ id_account_organization: string | null;
1255093
+ id_account_organization_address: string | null;
1255094
+ id_post_date_system_rate: string | null;
1255095
+ id_payment_method: string | null;
1255096
+ id_bank_account: string | null;
1255097
+ id_approval_status: string | null;
1255098
+ id_payment_status: string | null;
1255099
+ advance_payment_request_number: string | null;
1255100
+ advance_payment_request_base_rate: Decimal | null;
1255101
+ sub_advance_payment_request_amount: Decimal | null;
1255102
+ sub_advance_payment_request_local_amount: Decimal | null;
1255103
+ tax_amount: Decimal | null;
1255104
+ tax_local_amount: Decimal | null;
1255105
+ advance_payment_request_amount: Decimal | null;
1255106
+ advance_payment_request_local_amount: Decimal | null;
1255107
+ advance_payment_request_outstanding_amount: Decimal | null;
1255108
+ advance_payment_request_local_outstanding_amount: Decimal | null;
1255109
+ advance_payment_request_date: Date | null;
1255110
+ post_date: Date | null;
1255111
+ due_date: Date | null;
1255112
+ advance_payment_request_descriptions: string | null;
1255113
+ advance_payment_request_bank_ref_no: string | null;
1255114
+ cheque_number: string | null;
1255115
+ cheque_drawer: string | null;
1255116
+ cheque_bank: string | null;
1255117
+ cheque_branch: string | null;
1255118
+ is_posted: boolean | null;
1255119
+ id_cancelled_reason: string | null;
1255120
+ cancelled_reason_description: string | null;
1255121
+ cancelled_at: Date | null;
1255122
+ cancelled_by: string | null;
1255123
+ is_cancelled: boolean | null;
1255124
+ } | null;
1254929
1255125
  is_active: boolean | null;
1254930
1255126
  id: string;
1254931
1255127
  created_at: Date | null;
@@ -1255074,6 +1255270,7 @@ declare const outflowRouter: BuiltRouter<{
1255074
1255270
  id_payment_method?: string | number | boolean | null | undefined;
1255075
1255271
  id_bank_account?: string | number | boolean | null | undefined;
1255076
1255272
  id_approval_status?: string | number | boolean | null | undefined;
1255273
+ id_ap_advance_payment_request?: string | number | boolean | null | undefined;
1255077
1255274
  payment_base_rate?: string | number | boolean | null | undefined;
1255078
1255275
  payment_amount?: string | number | boolean | null | undefined;
1255079
1255276
  payment_local_amount?: string | number | boolean | null | undefined;
@@ -1255153,6 +1255350,7 @@ declare const outflowRouter: BuiltRouter<{
1255153
1255350
  id_payment_method?: string | number | boolean | null | undefined;
1255154
1255351
  id_bank_account?: string | number | boolean | null | undefined;
1255155
1255352
  id_approval_status?: string | number | boolean | null | undefined;
1255353
+ id_ap_advance_payment_request?: string | number | boolean | null | undefined;
1255156
1255354
  payment_base_rate?: string | number | boolean | null | undefined;
1255157
1255355
  payment_amount?: string | number | boolean | null | undefined;
1255158
1255356
  payment_local_amount?: string | number | boolean | null | undefined;
@@ -1255274,6 +1255472,7 @@ declare const outflowRouter: BuiltRouter<{
1255274
1255472
  id_payment_method?: string | number | boolean | null | undefined;
1255275
1255473
  id_bank_account?: string | number | boolean | null | undefined;
1255276
1255474
  id_approval_status?: string | number | boolean | null | undefined;
1255475
+ id_ap_advance_payment_request?: string | number | boolean | null | undefined;
1255277
1255476
  payment_base_rate?: string | number | boolean | null | undefined;
1255278
1255477
  payment_amount?: string | number | boolean | null | undefined;
1255279
1255478
  payment_local_amount?: string | number | boolean | null | undefined;
@@ -1255302,6 +1255501,7 @@ declare const outflowRouter: BuiltRouter<{
1255302
1255501
  id_payment_method?: string | number | boolean | null | undefined;
1255303
1255502
  id_bank_account?: string | number | boolean | null | undefined;
1255304
1255503
  id_approval_status?: string | number | boolean | null | undefined;
1255504
+ id_ap_advance_payment_request?: string | number | boolean | null | undefined;
1255305
1255505
  payment_base_rate?: string | number | boolean | null | undefined;
1255306
1255506
  payment_amount?: string | number | boolean | null | undefined;
1255307
1255507
  payment_local_amount?: string | number | boolean | null | undefined;
@@ -1255865,7 +1256065,7 @@ declare const transactionsRouter: BuiltRouter<{
1255865
1256065
  updated_at: Date | null;
1255866
1256066
  updated_by: string | null;
1255867
1256067
  } | null;
1255868
- forwarding_consol_billing_detail_cost_copy: {
1256068
+ forwarding_shipment_billing_detail_copy: {
1255869
1256069
  is_active: boolean | null;
1255870
1256070
  id: string;
1255871
1256071
  logic_code: string | null;
@@ -1255875,7 +1256075,6 @@ declare const transactionsRouter: BuiltRouter<{
1255875
1256075
  created_by: string | null;
1255876
1256076
  updated_at: Date | null;
1255877
1256077
  updated_by: string | null;
1255878
- id_forwarding_consol: string | null;
1255879
1256078
  id_billing_ap_transaction: string | null;
1255880
1256079
  id_billing_ap_advance_payment_request: string | null;
1255881
1256080
  id_charge_code: string | null;
@@ -1255884,7 +1256083,6 @@ declare const transactionsRouter: BuiltRouter<{
1255884
1256083
  id_cost_latest_system_rate: string | null;
1255885
1256084
  id_cost_creditor: string | null;
1255886
1256085
  id_cost_tax_rate: string | null;
1255887
- id_cost_apportion_method: string | null;
1255888
1256086
  cost_base_rate: Decimal | null;
1255889
1256087
  cost_currency_amount: Decimal | null;
1255890
1256088
  cost_currency_estimated_amount: Decimal | null;
@@ -1255898,8 +1256096,28 @@ declare const transactionsRouter: BuiltRouter<{
1255898
1256096
  cost_supplier_reference: string | null;
1255899
1256097
  is_cost_posted: boolean | null;
1255900
1256098
  is_cost_advance_payment_requested: boolean | null;
1256099
+ id_sell_currency: string | null;
1256100
+ id_sell_local_currency: string | null;
1256101
+ id_sell_latest_system_rate: string | null;
1256102
+ sell_base_rate: Decimal | null;
1256103
+ sell_currency_amount: Decimal | null;
1256104
+ sell_currency_estimated_amount: Decimal | null;
1256105
+ sell_local_currency_amount: Decimal | null;
1256106
+ id_forwarding_shipment_billing: string | null;
1256107
+ id_billing_ar_transaction: string | null;
1256108
+ id_forwarding_consol_billing_detail_cost: string | null;
1256109
+ id_forwarding_consol_billing_detail_sell: string | null;
1256110
+ id_sell_debtor: string | null;
1256111
+ id_sell_invoice_type: string | null;
1256112
+ id_sell_tax_rate: string | null;
1256113
+ sell_tax_amount: Decimal | null;
1256114
+ sell_local_tax_amount: Decimal | null;
1256115
+ sell_total_amount: Decimal | null;
1256116
+ sell_local_total_amount: Decimal | null;
1256117
+ sell_invoice_number: string | null;
1256118
+ is_sell_posted: boolean | null;
1255901
1256119
  } | null;
1255902
- forwarding_consol_billing_detail_cost: {
1256120
+ forwarding_consol_billing_detail_cost_copy: {
1255903
1256121
  is_active: boolean | null;
1255904
1256122
  id: string;
1255905
1256123
  logic_code: string | null;
@@ -1255933,22 +1256151,7 @@ declare const transactionsRouter: BuiltRouter<{
1255933
1256151
  is_cost_posted: boolean | null;
1255934
1256152
  is_cost_advance_payment_requested: boolean | null;
1255935
1256153
  } | null;
1255936
- cost_system_rates: {
1255937
- is_active: boolean | null;
1255938
- id: string;
1255939
- logic_code: string | null;
1255940
- created_at: Date | null;
1255941
- created_by: string | null;
1255942
- updated_at: Date | null;
1255943
- updated_by: string | null;
1255944
- start_date: Date | null;
1255945
- end_date: Date | null;
1255946
- id_currency_from: string | null;
1255947
- id_currency_to: string | null;
1255948
- id_exchange_rate_type: string | null;
1255949
- rate: Decimal | null;
1255950
- }[];
1255951
- forwarding_shipment_billing_detail_copy: {
1256154
+ forwarding_consol_billing_detail_cost: {
1255952
1256155
  is_active: boolean | null;
1255953
1256156
  id: string;
1255954
1256157
  logic_code: string | null;
@@ -1255958,6 +1256161,7 @@ declare const transactionsRouter: BuiltRouter<{
1255958
1256161
  created_by: string | null;
1255959
1256162
  updated_at: Date | null;
1255960
1256163
  updated_by: string | null;
1256164
+ id_forwarding_consol: string | null;
1255961
1256165
  id_billing_ap_transaction: string | null;
1255962
1256166
  id_billing_ap_advance_payment_request: string | null;
1255963
1256167
  id_charge_code: string | null;
@@ -1255966,6 +1256170,7 @@ declare const transactionsRouter: BuiltRouter<{
1255966
1256170
  id_cost_latest_system_rate: string | null;
1255967
1256171
  id_cost_creditor: string | null;
1255968
1256172
  id_cost_tax_rate: string | null;
1256173
+ id_cost_apportion_method: string | null;
1255969
1256174
  cost_base_rate: Decimal | null;
1255970
1256175
  cost_currency_amount: Decimal | null;
1255971
1256176
  cost_currency_estimated_amount: Decimal | null;
@@ -1255979,27 +1256184,22 @@ declare const transactionsRouter: BuiltRouter<{
1255979
1256184
  cost_supplier_reference: string | null;
1255980
1256185
  is_cost_posted: boolean | null;
1255981
1256186
  is_cost_advance_payment_requested: boolean | null;
1255982
- id_sell_currency: string | null;
1255983
- id_sell_local_currency: string | null;
1255984
- id_sell_latest_system_rate: string | null;
1255985
- sell_base_rate: Decimal | null;
1255986
- sell_currency_amount: Decimal | null;
1255987
- sell_currency_estimated_amount: Decimal | null;
1255988
- sell_local_currency_amount: Decimal | null;
1255989
- id_forwarding_shipment_billing: string | null;
1255990
- id_billing_ar_transaction: string | null;
1255991
- id_forwarding_consol_billing_detail_cost: string | null;
1255992
- id_forwarding_consol_billing_detail_sell: string | null;
1255993
- id_sell_debtor: string | null;
1255994
- id_sell_invoice_type: string | null;
1255995
- id_sell_tax_rate: string | null;
1255996
- sell_tax_amount: Decimal | null;
1255997
- sell_local_tax_amount: Decimal | null;
1255998
- sell_total_amount: Decimal | null;
1255999
- sell_local_total_amount: Decimal | null;
1256000
- sell_invoice_number: string | null;
1256001
- is_sell_posted: boolean | null;
1256002
1256187
  } | null;
1256188
+ cost_system_rates: {
1256189
+ is_active: boolean | null;
1256190
+ id: string;
1256191
+ logic_code: string | null;
1256192
+ created_at: Date | null;
1256193
+ created_by: string | null;
1256194
+ updated_at: Date | null;
1256195
+ updated_by: string | null;
1256196
+ start_date: Date | null;
1256197
+ end_date: Date | null;
1256198
+ id_currency_from: string | null;
1256199
+ id_currency_to: string | null;
1256200
+ id_exchange_rate_type: string | null;
1256201
+ rate: Decimal | null;
1256202
+ }[];
1256003
1256203
  is_active: boolean | null;
1256004
1256204
  id: string;
1256005
1256205
  logic_code: string | null;
@@ -1257252,6 +1257452,58 @@ declare const transactionsRouter: BuiltRouter<{
1257252
1257452
  id_exchange_rate_type: string | null;
1257253
1257453
  rate: Decimal | null;
1257254
1257454
  } | null;
1257455
+ forwarding_shipment_billing_detail_copy: {
1257456
+ is_active: boolean | null;
1257457
+ id: string;
1257458
+ logic_code: string | null;
1257459
+ name: string | null;
1257460
+ code: string | null;
1257461
+ created_at: Date | null;
1257462
+ created_by: string | null;
1257463
+ updated_at: Date | null;
1257464
+ updated_by: string | null;
1257465
+ id_billing_ap_transaction: string | null;
1257466
+ id_billing_ap_advance_payment_request: string | null;
1257467
+ id_charge_code: string | null;
1257468
+ id_cost_currency: string | null;
1257469
+ id_cost_local_currency: string | null;
1257470
+ id_cost_latest_system_rate: string | null;
1257471
+ id_cost_creditor: string | null;
1257472
+ id_cost_tax_rate: string | null;
1257473
+ cost_base_rate: Decimal | null;
1257474
+ cost_currency_amount: Decimal | null;
1257475
+ cost_currency_estimated_amount: Decimal | null;
1257476
+ cost_local_currency_amount: Decimal | null;
1257477
+ cost_tax_amount: Decimal | null;
1257478
+ cost_local_tax_amount: Decimal | null;
1257479
+ cost_total_amount: Decimal | null;
1257480
+ cost_local_total_amount: Decimal | null;
1257481
+ cost_invoice_number: string | null;
1257482
+ cost_invoice_date: Date | null;
1257483
+ cost_supplier_reference: string | null;
1257484
+ is_cost_posted: boolean | null;
1257485
+ is_cost_advance_payment_requested: boolean | null;
1257486
+ id_sell_currency: string | null;
1257487
+ id_sell_local_currency: string | null;
1257488
+ id_sell_latest_system_rate: string | null;
1257489
+ sell_base_rate: Decimal | null;
1257490
+ sell_currency_amount: Decimal | null;
1257491
+ sell_currency_estimated_amount: Decimal | null;
1257492
+ sell_local_currency_amount: Decimal | null;
1257493
+ id_forwarding_shipment_billing: string | null;
1257494
+ id_billing_ar_transaction: string | null;
1257495
+ id_forwarding_consol_billing_detail_cost: string | null;
1257496
+ id_forwarding_consol_billing_detail_sell: string | null;
1257497
+ id_sell_debtor: string | null;
1257498
+ id_sell_invoice_type: string | null;
1257499
+ id_sell_tax_rate: string | null;
1257500
+ sell_tax_amount: Decimal | null;
1257501
+ sell_local_tax_amount: Decimal | null;
1257502
+ sell_total_amount: Decimal | null;
1257503
+ sell_local_total_amount: Decimal | null;
1257504
+ sell_invoice_number: string | null;
1257505
+ is_sell_posted: boolean | null;
1257506
+ } | null;
1257255
1257507
  forwarding_consol_billing_detail_sell: {
1257256
1257508
  is_active: boolean | null;
1257257
1257509
  id: string;
@@ -1257390,58 +1257642,6 @@ declare const transactionsRouter: BuiltRouter<{
1257390
1257642
  id_exchange_rate_type: string | null;
1257391
1257643
  rate: Decimal | null;
1257392
1257644
  }[];
1257393
- forwarding_shipment_billing_detail_copy: {
1257394
- is_active: boolean | null;
1257395
- id: string;
1257396
- logic_code: string | null;
1257397
- name: string | null;
1257398
- code: string | null;
1257399
- created_at: Date | null;
1257400
- created_by: string | null;
1257401
- updated_at: Date | null;
1257402
- updated_by: string | null;
1257403
- id_billing_ap_transaction: string | null;
1257404
- id_billing_ap_advance_payment_request: string | null;
1257405
- id_charge_code: string | null;
1257406
- id_cost_currency: string | null;
1257407
- id_cost_local_currency: string | null;
1257408
- id_cost_latest_system_rate: string | null;
1257409
- id_cost_creditor: string | null;
1257410
- id_cost_tax_rate: string | null;
1257411
- cost_base_rate: Decimal | null;
1257412
- cost_currency_amount: Decimal | null;
1257413
- cost_currency_estimated_amount: Decimal | null;
1257414
- cost_local_currency_amount: Decimal | null;
1257415
- cost_tax_amount: Decimal | null;
1257416
- cost_local_tax_amount: Decimal | null;
1257417
- cost_total_amount: Decimal | null;
1257418
- cost_local_total_amount: Decimal | null;
1257419
- cost_invoice_number: string | null;
1257420
- cost_invoice_date: Date | null;
1257421
- cost_supplier_reference: string | null;
1257422
- is_cost_posted: boolean | null;
1257423
- is_cost_advance_payment_requested: boolean | null;
1257424
- id_sell_currency: string | null;
1257425
- id_sell_local_currency: string | null;
1257426
- id_sell_latest_system_rate: string | null;
1257427
- sell_base_rate: Decimal | null;
1257428
- sell_currency_amount: Decimal | null;
1257429
- sell_currency_estimated_amount: Decimal | null;
1257430
- sell_local_currency_amount: Decimal | null;
1257431
- id_forwarding_shipment_billing: string | null;
1257432
- id_billing_ar_transaction: string | null;
1257433
- id_forwarding_consol_billing_detail_cost: string | null;
1257434
- id_forwarding_consol_billing_detail_sell: string | null;
1257435
- id_sell_debtor: string | null;
1257436
- id_sell_invoice_type: string | null;
1257437
- id_sell_tax_rate: string | null;
1257438
- sell_tax_amount: Decimal | null;
1257439
- sell_local_tax_amount: Decimal | null;
1257440
- sell_total_amount: Decimal | null;
1257441
- sell_local_total_amount: Decimal | null;
1257442
- sell_invoice_number: string | null;
1257443
- is_sell_posted: boolean | null;
1257444
- } | null;
1257445
1257645
  gl_account: {
1257446
1257646
  is_active: boolean | null;
1257447
1257647
  id: string;
@@ -1262016,6 +1262216,51 @@ declare const transactionsRouter: BuiltRouter<{
1262016
1262216
  id_un_locode: string | null;
1262017
1262217
  id_organization_self: string | null;
1262018
1262218
  } | null;
1262219
+ ap_advance_payment_request: {
1262220
+ is_active: boolean | null;
1262221
+ id: string;
1262222
+ logic_code: string | null;
1262223
+ created_at: Date | null;
1262224
+ created_by: string | null;
1262225
+ updated_at: Date | null;
1262226
+ updated_by: string | null;
1262227
+ id_currency: string | null;
1262228
+ id_forwarding_consol: string | null;
1262229
+ id_local_currency: string | null;
1262230
+ id_ap_advance_payment_request_branch: string | null;
1262231
+ id_account_organization: string | null;
1262232
+ id_account_organization_address: string | null;
1262233
+ id_post_date_system_rate: string | null;
1262234
+ id_payment_method: string | null;
1262235
+ id_bank_account: string | null;
1262236
+ id_approval_status: string | null;
1262237
+ id_payment_status: string | null;
1262238
+ advance_payment_request_number: string | null;
1262239
+ advance_payment_request_base_rate: Decimal | null;
1262240
+ sub_advance_payment_request_amount: Decimal | null;
1262241
+ sub_advance_payment_request_local_amount: Decimal | null;
1262242
+ tax_amount: Decimal | null;
1262243
+ tax_local_amount: Decimal | null;
1262244
+ advance_payment_request_amount: Decimal | null;
1262245
+ advance_payment_request_local_amount: Decimal | null;
1262246
+ advance_payment_request_outstanding_amount: Decimal | null;
1262247
+ advance_payment_request_local_outstanding_amount: Decimal | null;
1262248
+ advance_payment_request_date: Date | null;
1262249
+ post_date: Date | null;
1262250
+ due_date: Date | null;
1262251
+ advance_payment_request_descriptions: string | null;
1262252
+ advance_payment_request_bank_ref_no: string | null;
1262253
+ cheque_number: string | null;
1262254
+ cheque_drawer: string | null;
1262255
+ cheque_bank: string | null;
1262256
+ cheque_branch: string | null;
1262257
+ is_posted: boolean | null;
1262258
+ id_cancelled_reason: string | null;
1262259
+ cancelled_reason_description: string | null;
1262260
+ cancelled_at: Date | null;
1262261
+ cancelled_by: string | null;
1262262
+ is_cancelled: boolean | null;
1262263
+ } | null;
1262019
1262264
  is_active: boolean | null;
1262020
1262265
  id: string;
1262021
1262266
  created_at: Date | null;
@@ -1267183,6 +1267428,7 @@ declare const transactionsRouter: BuiltRouter<{
1267183
1267428
  id_payment_method?: string | number | boolean | null | undefined;
1267184
1267429
  id_bank_account?: string | number | boolean | null | undefined;
1267185
1267430
  id_approval_status?: string | number | boolean | null | undefined;
1267431
+ id_ap_advance_payment_request?: string | number | boolean | null | undefined;
1267186
1267432
  payment_base_rate?: string | number | boolean | null | undefined;
1267187
1267433
  payment_amount?: string | number | boolean | null | undefined;
1267188
1267434
  payment_local_amount?: string | number | boolean | null | undefined;
@@ -1267493,6 +1267739,7 @@ declare const transactionsRouter: BuiltRouter<{
1267493
1267739
  id_payment_method?: string | number | boolean | null | undefined;
1267494
1267740
  id_bank_account?: string | number | boolean | null | undefined;
1267495
1267741
  id_approval_status?: string | number | boolean | null | undefined;
1267742
+ id_ap_advance_payment_request?: string | number | boolean | null | undefined;
1267496
1267743
  payment_base_rate?: string | number | boolean | null | undefined;
1267497
1267744
  payment_amount?: string | number | boolean | null | undefined;
1267498
1267745
  payment_local_amount?: string | number | boolean | null | undefined;
@@ -1267730,6 +1267977,7 @@ declare const transactionsRouter: BuiltRouter<{
1267730
1267977
  id_payment_method?: string | number | boolean | null | undefined;
1267731
1267978
  id_bank_account?: string | number | boolean | null | undefined;
1267732
1267979
  id_approval_status?: string | number | boolean | null | undefined;
1267980
+ id_ap_advance_payment_request?: string | number | boolean | null | undefined;
1267733
1267981
  payment_base_rate?: string | number | boolean | null | undefined;
1267734
1267982
  payment_amount?: string | number | boolean | null | undefined;
1267735
1267983
  payment_local_amount?: string | number | boolean | null | undefined;
@@ -1268003,6 +1268251,7 @@ declare const transactionsRouter: BuiltRouter<{
1268003
1268251
  id_payment_method?: string | number | boolean | null | undefined;
1268004
1268252
  id_bank_account?: string | number | boolean | null | undefined;
1268005
1268253
  id_approval_status?: string | number | boolean | null | undefined;
1268254
+ id_ap_advance_payment_request?: string | number | boolean | null | undefined;
1268006
1268255
  payment_base_rate?: string | number | boolean | null | undefined;
1268007
1268256
  payment_amount?: string | number | boolean | null | undefined;
1268008
1268257
  payment_local_amount?: string | number | boolean | null | undefined;