@be-logixpair/api 0.0.134-rc4 → 0.0.134-rc6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.d.ts +1646 -650
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -945559,6 +945559,56 @@ declare const shipmentsRouter: BuiltRouter<{
|
|
|
945559
945559
|
id_system: string | null;
|
|
945560
945560
|
tax_message: string | null;
|
|
945561
945561
|
} | null;
|
|
945562
|
+
forwarding_shipment_billing_ap_invoice: {
|
|
945563
|
+
is_active: boolean | null;
|
|
945564
|
+
id: string;
|
|
945565
|
+
logic_code: string | null;
|
|
945566
|
+
created_at: Date | null;
|
|
945567
|
+
created_by: string | null;
|
|
945568
|
+
updated_at: Date | null;
|
|
945569
|
+
updated_by: string | null;
|
|
945570
|
+
id_currency: string | null;
|
|
945571
|
+
id_forwarding_shipment_billing: string | null;
|
|
945572
|
+
id_ap_invoice_cancelled: string | null;
|
|
945573
|
+
id_account_organization: string | null;
|
|
945574
|
+
id_ar_ap_invoice_type: string | null;
|
|
945575
|
+
id_requisition_status: string | null;
|
|
945576
|
+
internal_invoice_number: string | null;
|
|
945577
|
+
invoice_number: string | null;
|
|
945578
|
+
outstanding_amount: Decimal$1 | null;
|
|
945579
|
+
invoice_amount: Decimal$1 | null;
|
|
945580
|
+
local_invoice_amount: Decimal$1 | null;
|
|
945581
|
+
post_date: Date | null;
|
|
945582
|
+
invoice_date: Date | null;
|
|
945583
|
+
due_date: Date | null;
|
|
945584
|
+
fully_paid_date: Date | null;
|
|
945585
|
+
requisition_date: Date | null;
|
|
945586
|
+
is_cancelled: boolean | null;
|
|
945587
|
+
} | null;
|
|
945588
|
+
forwarding_shipment_billing_ar_invoice: {
|
|
945589
|
+
is_active: boolean | null;
|
|
945590
|
+
id: string;
|
|
945591
|
+
logic_code: string | null;
|
|
945592
|
+
created_at: Date | null;
|
|
945593
|
+
created_by: string | null;
|
|
945594
|
+
updated_at: Date | null;
|
|
945595
|
+
updated_by: string | null;
|
|
945596
|
+
id_currency: string | null;
|
|
945597
|
+
id_agreed_payment_method: string | null;
|
|
945598
|
+
id_forwarding_shipment_billing: string | null;
|
|
945599
|
+
id_account_organization: string | null;
|
|
945600
|
+
id_ar_ap_invoice_type: string | null;
|
|
945601
|
+
internal_invoice_number: string | null;
|
|
945602
|
+
outstanding_amount: Decimal$1 | null;
|
|
945603
|
+
invoice_amount: Decimal$1 | null;
|
|
945604
|
+
local_invoice_amount: Decimal$1 | null;
|
|
945605
|
+
post_date: Date | null;
|
|
945606
|
+
invoice_date: Date | null;
|
|
945607
|
+
fully_paid_date: Date | null;
|
|
945608
|
+
is_cancelled: boolean | null;
|
|
945609
|
+
id_ar_invoice_cancelled: string | null;
|
|
945610
|
+
id_payment_status: string | null;
|
|
945611
|
+
} | null;
|
|
945562
945612
|
is_active: boolean | null;
|
|
945563
945613
|
id: string;
|
|
945564
945614
|
logic_code: string | null;
|
|
@@ -945600,168 +945650,405 @@ declare const shipmentsRouter: BuiltRouter<{
|
|
|
945600
945650
|
sell_invoice_number: string | null;
|
|
945601
945651
|
is_sell_posted: boolean | null;
|
|
945602
945652
|
}[];
|
|
945603
|
-
|
|
945604
|
-
|
|
945605
|
-
id: string;
|
|
945606
|
-
logic_code: string | null;
|
|
945607
|
-
name: string | null;
|
|
945608
|
-
id_country: string | null;
|
|
945609
|
-
id_state: string | null;
|
|
945610
|
-
id_city: string | null;
|
|
945611
|
-
id_postal_code: string | null;
|
|
945612
|
-
id_company: string | null;
|
|
945613
|
-
code: string | null;
|
|
945614
|
-
address: string | null;
|
|
945615
|
-
created_at: Date | null;
|
|
945616
|
-
created_by: string | null;
|
|
945617
|
-
updated_at: Date | null;
|
|
945618
|
-
updated_by: string | null;
|
|
945619
|
-
id_un_locode: string | null;
|
|
945620
|
-
} | null;
|
|
945621
|
-
department: {
|
|
945622
|
-
is_active: boolean | null;
|
|
945623
|
-
id: string;
|
|
945624
|
-
logic_code: string | null;
|
|
945625
|
-
name: string | null;
|
|
945626
|
-
id_company: string | null;
|
|
945627
|
-
code: string | null;
|
|
945628
|
-
created_at: Date | null;
|
|
945629
|
-
created_by: string | null;
|
|
945630
|
-
updated_at: Date | null;
|
|
945631
|
-
updated_by: string | null;
|
|
945632
|
-
} | null;
|
|
945633
|
-
organization_local_client: {
|
|
945634
|
-
is_active: boolean | null;
|
|
945635
|
-
id: string;
|
|
945636
|
-
logic_code: string | null;
|
|
945637
|
-
name: string | null;
|
|
945638
|
-
id_country: string | null;
|
|
945639
|
-
id_state: string | null;
|
|
945640
|
-
id_city: string | null;
|
|
945641
|
-
id_postal_code: string | null;
|
|
945642
|
-
id_company: string | null;
|
|
945643
|
-
id_branch: string | null;
|
|
945644
|
-
code: string | null;
|
|
945645
|
-
created_at: Date | null;
|
|
945646
|
-
created_by: string | null;
|
|
945647
|
-
updated_at: Date | null;
|
|
945648
|
-
updated_by: string | null;
|
|
945649
|
-
id_un_locode: string | null;
|
|
945650
|
-
email: string | null;
|
|
945651
|
-
id_business_category: string | null;
|
|
945652
|
-
id_controlling_branch: string | null;
|
|
945653
|
-
id_airline: string | null;
|
|
945654
|
-
id_shipping_line: string | null;
|
|
945655
|
-
phone: string | null;
|
|
945656
|
-
website_url: string | null;
|
|
945657
|
-
company_number: string | null;
|
|
945658
|
-
company_tax_number: string | null;
|
|
945659
|
-
} | null;
|
|
945660
|
-
organization_local_client_address: {
|
|
945661
|
-
country: {
|
|
945653
|
+
forwarding_shipment_billing_ap_invoices: {
|
|
945654
|
+
forwarding_shipment_billing_ap_details: {
|
|
945662
945655
|
is_active: boolean | null;
|
|
945663
945656
|
id: string;
|
|
945664
945657
|
logic_code: string | null;
|
|
945665
945658
|
name: string | null;
|
|
945659
|
+
code: string | null;
|
|
945666
945660
|
created_at: Date | null;
|
|
945667
945661
|
created_by: string | null;
|
|
945668
945662
|
updated_at: Date | null;
|
|
945669
945663
|
updated_by: string | null;
|
|
945670
|
-
|
|
945671
|
-
|
|
945672
|
-
|
|
945673
|
-
|
|
945674
|
-
|
|
945675
|
-
|
|
945664
|
+
id_charge_code: string | null;
|
|
945665
|
+
id_cost_currency: string | null;
|
|
945666
|
+
id_cost_latest_system_rate: string | null;
|
|
945667
|
+
id_cost_creditor: string | null;
|
|
945668
|
+
id_cost_tax_rate: string | null;
|
|
945669
|
+
cost_base_rate: Decimal$1 | null;
|
|
945670
|
+
cost_currency_amount: Decimal$1 | null;
|
|
945671
|
+
cost_currency_estimated_amount: Decimal$1 | null;
|
|
945672
|
+
cost_local_currency_amount: Decimal$1 | null;
|
|
945673
|
+
cost_invoice_number: string | null;
|
|
945674
|
+
cost_invoice_date: Date | null;
|
|
945675
|
+
cost_tax_amount: Decimal$1 | null;
|
|
945676
|
+
cost_supplier_reference: string | null;
|
|
945677
|
+
is_cost_posted: boolean | null;
|
|
945678
|
+
id_forwarding_consol_billing_detail_cost: string | null;
|
|
945679
|
+
id_billing_ap_invoice: string | null;
|
|
945680
|
+
id_forwarding_shipment_billing_detail: string | null;
|
|
945681
|
+
}[];
|
|
945682
|
+
currency: {
|
|
945683
|
+
symbol: string | null;
|
|
945684
|
+
is_active: boolean | null;
|
|
945685
|
+
id: string;
|
|
945686
|
+
logic_code: string | null;
|
|
945687
|
+
created_at: Date | null;
|
|
945688
|
+
created_by: string | null;
|
|
945689
|
+
updated_at: Date | null;
|
|
945690
|
+
updated_by: string | null;
|
|
945691
|
+
currency_code: string | null;
|
|
945692
|
+
currency_name: string | null;
|
|
945693
|
+
major_unit: string | null;
|
|
945694
|
+
minor_unit: string | null;
|
|
945695
|
+
decimal_unit: number | null;
|
|
945696
|
+
iso_decimal: number | null;
|
|
945676
945697
|
} | null;
|
|
945677
|
-
|
|
945698
|
+
invoice_type: {
|
|
945678
945699
|
is_active: boolean | null;
|
|
945679
945700
|
id: string;
|
|
945680
945701
|
logic_code: string | null;
|
|
945681
945702
|
name: string | null;
|
|
945682
|
-
id_country: string | null;
|
|
945683
945703
|
code: string | null;
|
|
945684
945704
|
created_at: Date | null;
|
|
945685
945705
|
created_by: string | null;
|
|
945686
945706
|
updated_at: Date | null;
|
|
945687
945707
|
updated_by: string | null;
|
|
945688
945708
|
} | null;
|
|
945689
|
-
|
|
945709
|
+
requisition_status: {
|
|
945690
945710
|
is_active: boolean | null;
|
|
945691
945711
|
id: string;
|
|
945692
945712
|
logic_code: string | null;
|
|
945693
945713
|
name: string | null;
|
|
945694
|
-
id_country: string | null;
|
|
945695
|
-
id_state: string | null;
|
|
945696
945714
|
code: string | null;
|
|
945697
945715
|
created_at: Date | null;
|
|
945698
945716
|
created_by: string | null;
|
|
945699
945717
|
updated_at: Date | null;
|
|
945700
945718
|
updated_by: string | null;
|
|
945701
945719
|
} | null;
|
|
945702
|
-
|
|
945720
|
+
cancelled_invoice: {
|
|
945703
945721
|
is_active: boolean | null;
|
|
945704
945722
|
id: string;
|
|
945705
945723
|
logic_code: string | null;
|
|
945706
|
-
id_country: string | null;
|
|
945707
|
-
code: string | null;
|
|
945708
945724
|
created_at: Date | null;
|
|
945709
945725
|
created_by: string | null;
|
|
945710
945726
|
updated_at: Date | null;
|
|
945711
945727
|
updated_by: string | null;
|
|
945728
|
+
id_currency: string | null;
|
|
945729
|
+
id_forwarding_shipment_billing: string | null;
|
|
945730
|
+
id_ap_invoice_cancelled: string | null;
|
|
945731
|
+
id_account_organization: string | null;
|
|
945732
|
+
id_ar_ap_invoice_type: string | null;
|
|
945733
|
+
id_requisition_status: string | null;
|
|
945734
|
+
internal_invoice_number: string | null;
|
|
945735
|
+
invoice_number: string | null;
|
|
945736
|
+
outstanding_amount: Decimal$1 | null;
|
|
945737
|
+
invoice_amount: Decimal$1 | null;
|
|
945738
|
+
local_invoice_amount: Decimal$1 | null;
|
|
945739
|
+
post_date: Date | null;
|
|
945740
|
+
invoice_date: Date | null;
|
|
945741
|
+
due_date: Date | null;
|
|
945742
|
+
fully_paid_date: Date | null;
|
|
945743
|
+
requisition_date: Date | null;
|
|
945744
|
+
is_cancelled: boolean | null;
|
|
945712
945745
|
} | null;
|
|
945713
|
-
|
|
945746
|
+
cancelling_invoice: {
|
|
945747
|
+
is_active: boolean | null;
|
|
945748
|
+
id: string;
|
|
945749
|
+
logic_code: string | null;
|
|
945750
|
+
created_at: Date | null;
|
|
945751
|
+
created_by: string | null;
|
|
945752
|
+
updated_at: Date | null;
|
|
945753
|
+
updated_by: string | null;
|
|
945754
|
+
id_currency: string | null;
|
|
945755
|
+
id_forwarding_shipment_billing: string | null;
|
|
945756
|
+
id_ap_invoice_cancelled: string | null;
|
|
945757
|
+
id_account_organization: string | null;
|
|
945758
|
+
id_ar_ap_invoice_type: string | null;
|
|
945759
|
+
id_requisition_status: string | null;
|
|
945760
|
+
internal_invoice_number: string | null;
|
|
945761
|
+
invoice_number: string | null;
|
|
945762
|
+
outstanding_amount: Decimal$1 | null;
|
|
945763
|
+
invoice_amount: Decimal$1 | null;
|
|
945764
|
+
local_invoice_amount: Decimal$1 | null;
|
|
945765
|
+
post_date: Date | null;
|
|
945766
|
+
invoice_date: Date | null;
|
|
945767
|
+
due_date: Date | null;
|
|
945768
|
+
fully_paid_date: Date | null;
|
|
945769
|
+
requisition_date: Date | null;
|
|
945770
|
+
is_cancelled: boolean | null;
|
|
945771
|
+
} | null;
|
|
945772
|
+
account_organization: {
|
|
945714
945773
|
is_active: boolean | null;
|
|
945715
945774
|
id: string;
|
|
945716
945775
|
logic_code: string | null;
|
|
945776
|
+
name: string | null;
|
|
945717
945777
|
id_country: string | null;
|
|
945718
945778
|
id_state: string | null;
|
|
945719
945779
|
id_city: string | null;
|
|
945780
|
+
id_postal_code: string | null;
|
|
945781
|
+
id_company: string | null;
|
|
945782
|
+
id_branch: string | null;
|
|
945783
|
+
code: string | null;
|
|
945720
945784
|
created_at: Date | null;
|
|
945721
945785
|
created_by: string | null;
|
|
945722
945786
|
updated_at: Date | null;
|
|
945723
945787
|
updated_by: string | null;
|
|
945724
|
-
|
|
945725
|
-
|
|
945726
|
-
|
|
945727
|
-
|
|
945728
|
-
|
|
945729
|
-
|
|
945730
|
-
|
|
945731
|
-
|
|
945732
|
-
|
|
945733
|
-
|
|
945734
|
-
|
|
945735
|
-
|
|
945736
|
-
|
|
945737
|
-
|
|
945738
|
-
|
|
945739
|
-
|
|
945740
|
-
|
|
945741
|
-
|
|
945742
|
-
|
|
945788
|
+
id_un_locode: string | null;
|
|
945789
|
+
email: string | null;
|
|
945790
|
+
id_business_category: string | null;
|
|
945791
|
+
id_controlling_branch: string | null;
|
|
945792
|
+
id_airline: string | null;
|
|
945793
|
+
id_shipping_line: string | null;
|
|
945794
|
+
phone: string | null;
|
|
945795
|
+
website_url: string | null;
|
|
945796
|
+
company_number: string | null;
|
|
945797
|
+
company_tax_number: string | null;
|
|
945798
|
+
} | null;
|
|
945799
|
+
forwarding_shipment_edoc: {
|
|
945800
|
+
is_active: boolean | null;
|
|
945801
|
+
id: string;
|
|
945802
|
+
id_company: string | null;
|
|
945803
|
+
id_branch: string | null;
|
|
945804
|
+
id_department: string | null;
|
|
945805
|
+
created_at: Date | null;
|
|
945806
|
+
created_by: string | null;
|
|
945807
|
+
updated_at: Date | null;
|
|
945808
|
+
updated_by: string | null;
|
|
945809
|
+
id_edoc_type: string | null;
|
|
945810
|
+
id_edoc_source: string | null;
|
|
945811
|
+
id_storage_provider: string | null;
|
|
945812
|
+
label: string | null;
|
|
945813
|
+
file_name: string | null;
|
|
945814
|
+
file_path: string | null;
|
|
945815
|
+
file_size: string | null;
|
|
945816
|
+
file_extension: string | null;
|
|
945817
|
+
is_visibility_specific: boolean | null;
|
|
945818
|
+
id_forwarding_shipment: string | null;
|
|
945819
|
+
id_billing_ap_invoice: string | null;
|
|
945743
945820
|
} | null;
|
|
945744
945821
|
is_active: boolean | null;
|
|
945745
945822
|
id: string;
|
|
945746
945823
|
logic_code: string | null;
|
|
945747
|
-
id_country: string | null;
|
|
945748
|
-
id_state: string | null;
|
|
945749
|
-
id_city: string | null;
|
|
945750
|
-
id_postal_code: string | null;
|
|
945751
|
-
code: string | null;
|
|
945752
|
-
address: string | null;
|
|
945753
|
-
mobile_phone: string | null;
|
|
945754
945824
|
created_at: Date | null;
|
|
945755
945825
|
created_by: string | null;
|
|
945756
945826
|
updated_at: Date | null;
|
|
945757
945827
|
updated_by: string | null;
|
|
945758
|
-
|
|
945759
|
-
|
|
945760
|
-
|
|
945761
|
-
|
|
945762
|
-
|
|
945828
|
+
id_currency: string | null;
|
|
945829
|
+
id_forwarding_shipment_billing: string | null;
|
|
945830
|
+
id_ap_invoice_cancelled: string | null;
|
|
945831
|
+
id_account_organization: string | null;
|
|
945832
|
+
id_ar_ap_invoice_type: string | null;
|
|
945833
|
+
id_requisition_status: string | null;
|
|
945834
|
+
internal_invoice_number: string | null;
|
|
945835
|
+
invoice_number: string | null;
|
|
945836
|
+
outstanding_amount: Decimal$1 | null;
|
|
945837
|
+
invoice_amount: Decimal$1 | null;
|
|
945838
|
+
local_invoice_amount: Decimal$1 | null;
|
|
945839
|
+
post_date: Date | null;
|
|
945840
|
+
invoice_date: Date | null;
|
|
945841
|
+
due_date: Date | null;
|
|
945842
|
+
fully_paid_date: Date | null;
|
|
945843
|
+
requisition_date: Date | null;
|
|
945844
|
+
is_cancelled: boolean | null;
|
|
945845
|
+
}[];
|
|
945846
|
+
forwarding_shipment_billing_ar_invoices: {
|
|
945847
|
+
forwarding_shipment_billing_ar_details: {
|
|
945848
|
+
is_active: boolean | null;
|
|
945849
|
+
id: string;
|
|
945850
|
+
logic_code: string | null;
|
|
945851
|
+
name: string | null;
|
|
945852
|
+
code: string | null;
|
|
945853
|
+
created_at: Date | null;
|
|
945854
|
+
created_by: string | null;
|
|
945855
|
+
updated_at: Date | null;
|
|
945856
|
+
updated_by: string | null;
|
|
945857
|
+
id_charge_code: string | null;
|
|
945858
|
+
id_sell_currency: string | null;
|
|
945859
|
+
id_sell_latest_system_rate: string | null;
|
|
945860
|
+
sell_base_rate: Decimal$1 | null;
|
|
945861
|
+
sell_currency_amount: Decimal$1 | null;
|
|
945862
|
+
sell_currency_estimated_amount: Decimal$1 | null;
|
|
945863
|
+
sell_local_currency_amount: Decimal$1 | null;
|
|
945864
|
+
sell_tax_amount: Decimal$1 | null;
|
|
945865
|
+
id_forwarding_consol_billing_detail_sell: string | null;
|
|
945866
|
+
id_sell_debtor: string | null;
|
|
945867
|
+
id_sell_invoice_type: string | null;
|
|
945868
|
+
id_sell_tax_rate: string | null;
|
|
945869
|
+
sell_invoice_number: string | null;
|
|
945870
|
+
is_sell_posted: boolean | null;
|
|
945871
|
+
id_forwarding_shipment_billing_detail: string | null;
|
|
945872
|
+
id_billing_ar_invoice: string | null;
|
|
945873
|
+
}[];
|
|
945874
|
+
currency: {
|
|
945875
|
+
symbol: string | null;
|
|
945876
|
+
is_active: boolean | null;
|
|
945877
|
+
id: string;
|
|
945878
|
+
logic_code: string | null;
|
|
945879
|
+
created_at: Date | null;
|
|
945880
|
+
created_by: string | null;
|
|
945881
|
+
updated_at: Date | null;
|
|
945882
|
+
updated_by: string | null;
|
|
945883
|
+
currency_code: string | null;
|
|
945884
|
+
currency_name: string | null;
|
|
945885
|
+
major_unit: string | null;
|
|
945886
|
+
minor_unit: string | null;
|
|
945887
|
+
decimal_unit: number | null;
|
|
945888
|
+
iso_decimal: number | null;
|
|
945889
|
+
} | null;
|
|
945890
|
+
invoice_type: {
|
|
945891
|
+
is_active: boolean | null;
|
|
945892
|
+
id: string;
|
|
945893
|
+
logic_code: string | null;
|
|
945894
|
+
name: string | null;
|
|
945895
|
+
code: string | null;
|
|
945896
|
+
created_at: Date | null;
|
|
945897
|
+
created_by: string | null;
|
|
945898
|
+
updated_at: Date | null;
|
|
945899
|
+
updated_by: string | null;
|
|
945900
|
+
} | null;
|
|
945901
|
+
cancelled_invoice: {
|
|
945902
|
+
is_active: boolean | null;
|
|
945903
|
+
id: string;
|
|
945904
|
+
logic_code: string | null;
|
|
945905
|
+
created_at: Date | null;
|
|
945906
|
+
created_by: string | null;
|
|
945907
|
+
updated_at: Date | null;
|
|
945908
|
+
updated_by: string | null;
|
|
945909
|
+
id_currency: string | null;
|
|
945910
|
+
id_agreed_payment_method: string | null;
|
|
945911
|
+
id_forwarding_shipment_billing: string | null;
|
|
945912
|
+
id_account_organization: string | null;
|
|
945913
|
+
id_ar_ap_invoice_type: string | null;
|
|
945914
|
+
internal_invoice_number: string | null;
|
|
945915
|
+
outstanding_amount: Decimal$1 | null;
|
|
945916
|
+
invoice_amount: Decimal$1 | null;
|
|
945917
|
+
local_invoice_amount: Decimal$1 | null;
|
|
945918
|
+
post_date: Date | null;
|
|
945919
|
+
invoice_date: Date | null;
|
|
945920
|
+
fully_paid_date: Date | null;
|
|
945921
|
+
is_cancelled: boolean | null;
|
|
945922
|
+
id_ar_invoice_cancelled: string | null;
|
|
945923
|
+
id_payment_status: string | null;
|
|
945924
|
+
} | null;
|
|
945925
|
+
cancelling_invoice: {
|
|
945926
|
+
is_active: boolean | null;
|
|
945927
|
+
id: string;
|
|
945928
|
+
logic_code: string | null;
|
|
945929
|
+
created_at: Date | null;
|
|
945930
|
+
created_by: string | null;
|
|
945931
|
+
updated_at: Date | null;
|
|
945932
|
+
updated_by: string | null;
|
|
945933
|
+
id_currency: string | null;
|
|
945934
|
+
id_agreed_payment_method: string | null;
|
|
945935
|
+
id_forwarding_shipment_billing: string | null;
|
|
945936
|
+
id_account_organization: string | null;
|
|
945937
|
+
id_ar_ap_invoice_type: string | null;
|
|
945938
|
+
internal_invoice_number: string | null;
|
|
945939
|
+
outstanding_amount: Decimal$1 | null;
|
|
945940
|
+
invoice_amount: Decimal$1 | null;
|
|
945941
|
+
local_invoice_amount: Decimal$1 | null;
|
|
945942
|
+
post_date: Date | null;
|
|
945943
|
+
invoice_date: Date | null;
|
|
945944
|
+
fully_paid_date: Date | null;
|
|
945945
|
+
is_cancelled: boolean | null;
|
|
945946
|
+
id_ar_invoice_cancelled: string | null;
|
|
945947
|
+
id_payment_status: string | null;
|
|
945948
|
+
} | null;
|
|
945949
|
+
account_organization: {
|
|
945950
|
+
is_active: boolean | null;
|
|
945951
|
+
id: string;
|
|
945952
|
+
logic_code: string | null;
|
|
945953
|
+
name: string | null;
|
|
945954
|
+
id_country: string | null;
|
|
945955
|
+
id_state: string | null;
|
|
945956
|
+
id_city: string | null;
|
|
945957
|
+
id_postal_code: string | null;
|
|
945958
|
+
id_company: string | null;
|
|
945959
|
+
id_branch: string | null;
|
|
945960
|
+
code: string | null;
|
|
945961
|
+
created_at: Date | null;
|
|
945962
|
+
created_by: string | null;
|
|
945963
|
+
updated_at: Date | null;
|
|
945964
|
+
updated_by: string | null;
|
|
945965
|
+
id_un_locode: string | null;
|
|
945966
|
+
email: string | null;
|
|
945967
|
+
id_business_category: string | null;
|
|
945968
|
+
id_controlling_branch: string | null;
|
|
945969
|
+
id_airline: string | null;
|
|
945970
|
+
id_shipping_line: string | null;
|
|
945971
|
+
phone: string | null;
|
|
945972
|
+
website_url: string | null;
|
|
945973
|
+
company_number: string | null;
|
|
945974
|
+
company_tax_number: string | null;
|
|
945975
|
+
} | null;
|
|
945976
|
+
payment_status: {
|
|
945977
|
+
is_active: boolean | null;
|
|
945978
|
+
id: string;
|
|
945979
|
+
logic_code: string | null;
|
|
945980
|
+
name: string | null;
|
|
945981
|
+
code: string | null;
|
|
945982
|
+
created_at: Date | null;
|
|
945983
|
+
created_by: string | null;
|
|
945984
|
+
updated_at: Date | null;
|
|
945985
|
+
updated_by: string | null;
|
|
945986
|
+
} | null;
|
|
945987
|
+
agreed_payment_method: {
|
|
945988
|
+
is_active: boolean | null;
|
|
945989
|
+
id: string;
|
|
945990
|
+
logic_code: string | null;
|
|
945991
|
+
name: string | null;
|
|
945992
|
+
code: string | null;
|
|
945993
|
+
created_at: Date | null;
|
|
945994
|
+
created_by: string | null;
|
|
945995
|
+
updated_at: Date | null;
|
|
945996
|
+
updated_by: string | null;
|
|
945997
|
+
} | null;
|
|
945998
|
+
is_active: boolean | null;
|
|
945999
|
+
id: string;
|
|
946000
|
+
logic_code: string | null;
|
|
946001
|
+
created_at: Date | null;
|
|
946002
|
+
created_by: string | null;
|
|
946003
|
+
updated_at: Date | null;
|
|
946004
|
+
updated_by: string | null;
|
|
946005
|
+
id_currency: string | null;
|
|
946006
|
+
id_agreed_payment_method: string | null;
|
|
946007
|
+
id_forwarding_shipment_billing: string | null;
|
|
946008
|
+
id_account_organization: string | null;
|
|
946009
|
+
id_ar_ap_invoice_type: string | null;
|
|
946010
|
+
internal_invoice_number: string | null;
|
|
946011
|
+
outstanding_amount: Decimal$1 | null;
|
|
946012
|
+
invoice_amount: Decimal$1 | null;
|
|
946013
|
+
local_invoice_amount: Decimal$1 | null;
|
|
946014
|
+
post_date: Date | null;
|
|
946015
|
+
invoice_date: Date | null;
|
|
946016
|
+
fully_paid_date: Date | null;
|
|
946017
|
+
is_cancelled: boolean | null;
|
|
946018
|
+
id_ar_invoice_cancelled: string | null;
|
|
946019
|
+
id_payment_status: string | null;
|
|
946020
|
+
}[];
|
|
946021
|
+
branch: {
|
|
946022
|
+
is_active: boolean | null;
|
|
946023
|
+
id: string;
|
|
946024
|
+
logic_code: string | null;
|
|
946025
|
+
name: string | null;
|
|
946026
|
+
id_country: string | null;
|
|
946027
|
+
id_state: string | null;
|
|
946028
|
+
id_city: string | null;
|
|
946029
|
+
id_postal_code: string | null;
|
|
946030
|
+
id_company: string | null;
|
|
946031
|
+
code: string | null;
|
|
946032
|
+
address: string | null;
|
|
946033
|
+
created_at: Date | null;
|
|
946034
|
+
created_by: string | null;
|
|
946035
|
+
updated_at: Date | null;
|
|
946036
|
+
updated_by: string | null;
|
|
946037
|
+
id_un_locode: string | null;
|
|
945763
946038
|
} | null;
|
|
945764
|
-
|
|
946039
|
+
department: {
|
|
946040
|
+
is_active: boolean | null;
|
|
946041
|
+
id: string;
|
|
946042
|
+
logic_code: string | null;
|
|
946043
|
+
name: string | null;
|
|
946044
|
+
id_company: string | null;
|
|
946045
|
+
code: string | null;
|
|
946046
|
+
created_at: Date | null;
|
|
946047
|
+
created_by: string | null;
|
|
946048
|
+
updated_at: Date | null;
|
|
946049
|
+
updated_by: string | null;
|
|
946050
|
+
} | null;
|
|
946051
|
+
organization_local_client: {
|
|
945765
946052
|
is_active: boolean | null;
|
|
945766
946053
|
id: string;
|
|
945767
946054
|
logic_code: string | null;
|
|
@@ -945788,7 +946075,7 @@ declare const shipmentsRouter: BuiltRouter<{
|
|
|
945788
946075
|
company_number: string | null;
|
|
945789
946076
|
company_tax_number: string | null;
|
|
945790
946077
|
} | null;
|
|
945791
|
-
|
|
946078
|
+
organization_local_client_address: {
|
|
945792
946079
|
country: {
|
|
945793
946080
|
is_active: boolean | null;
|
|
945794
946081
|
id: string;
|
|
@@ -945892,56 +946179,187 @@ declare const shipmentsRouter: BuiltRouter<{
|
|
|
945892
946179
|
phone: string | null;
|
|
945893
946180
|
fax: string | null;
|
|
945894
946181
|
} | null;
|
|
945895
|
-
|
|
946182
|
+
organization_overseas_agent: {
|
|
945896
946183
|
is_active: boolean | null;
|
|
945897
946184
|
id: string;
|
|
945898
946185
|
logic_code: string | null;
|
|
945899
|
-
id_sso: string | null;
|
|
945900
946186
|
name: string | null;
|
|
945901
946187
|
id_country: string | null;
|
|
945902
946188
|
id_state: string | null;
|
|
945903
946189
|
id_city: string | null;
|
|
945904
946190
|
id_postal_code: string | null;
|
|
945905
|
-
id_nationality: string | null;
|
|
945906
946191
|
id_company: string | null;
|
|
945907
946192
|
id_branch: string | null;
|
|
945908
|
-
id_department: string | null;
|
|
945909
|
-
id_spouse_relationship: string | null;
|
|
945910
|
-
id_emergency_relationship: string | null;
|
|
945911
|
-
id_last_accessed_company: string | null;
|
|
945912
|
-
id_last_accessed_branch: string | null;
|
|
945913
946193
|
code: string | null;
|
|
945914
|
-
pref_name: string | null;
|
|
945915
|
-
address: string | null;
|
|
945916
|
-
date_of_birth: Date | null;
|
|
945917
|
-
employment_date: Date | null;
|
|
945918
|
-
depart_date: Date | null;
|
|
945919
|
-
gender: ("MALE" | "FEMALE" | "NOT_SPECIFIED") | null;
|
|
945920
|
-
job_title: string | null;
|
|
945921
|
-
work_phone: string | null;
|
|
945922
|
-
work_extension: string | null;
|
|
945923
|
-
work_fax: string | null;
|
|
945924
|
-
home_phone: string | null;
|
|
945925
|
-
mobile_phone: string | null;
|
|
945926
|
-
other_reference: string | null;
|
|
945927
|
-
personal_email: string | null;
|
|
945928
|
-
work_email: string | null;
|
|
945929
|
-
spouse_name: string | null;
|
|
945930
|
-
spouse_phone: string | null;
|
|
945931
|
-
spouse_email: string | null;
|
|
945932
|
-
emergency_name: string | null;
|
|
945933
|
-
emergency_phone: string | null;
|
|
945934
|
-
emergency_email: string | null;
|
|
945935
|
-
profile_photo_url: string | null;
|
|
945936
|
-
signature_url: string | null;
|
|
945937
946194
|
created_at: Date | null;
|
|
945938
946195
|
created_by: string | null;
|
|
945939
946196
|
updated_at: Date | null;
|
|
945940
946197
|
updated_by: string | null;
|
|
945941
|
-
|
|
945942
|
-
|
|
945943
|
-
|
|
945944
|
-
|
|
946198
|
+
id_un_locode: string | null;
|
|
946199
|
+
email: string | null;
|
|
946200
|
+
id_business_category: string | null;
|
|
946201
|
+
id_controlling_branch: string | null;
|
|
946202
|
+
id_airline: string | null;
|
|
946203
|
+
id_shipping_line: string | null;
|
|
946204
|
+
phone: string | null;
|
|
946205
|
+
website_url: string | null;
|
|
946206
|
+
company_number: string | null;
|
|
946207
|
+
company_tax_number: string | null;
|
|
946208
|
+
} | null;
|
|
946209
|
+
organization_overseas_agent_address: {
|
|
946210
|
+
country: {
|
|
946211
|
+
is_active: boolean | null;
|
|
946212
|
+
id: string;
|
|
946213
|
+
logic_code: string | null;
|
|
946214
|
+
name: string | null;
|
|
946215
|
+
created_at: Date | null;
|
|
946216
|
+
created_by: string | null;
|
|
946217
|
+
updated_at: Date | null;
|
|
946218
|
+
updated_by: string | null;
|
|
946219
|
+
id_currency: string | null;
|
|
946220
|
+
id_awb_currency: string | null;
|
|
946221
|
+
iso2_code: string | null;
|
|
946222
|
+
iso3_code: string | null;
|
|
946223
|
+
iso3_numeric: string | null;
|
|
946224
|
+
is_sanctioned: boolean | null;
|
|
946225
|
+
} | null;
|
|
946226
|
+
state: {
|
|
946227
|
+
is_active: boolean | null;
|
|
946228
|
+
id: string;
|
|
946229
|
+
logic_code: string | null;
|
|
946230
|
+
name: string | null;
|
|
946231
|
+
id_country: string | null;
|
|
946232
|
+
code: string | null;
|
|
946233
|
+
created_at: Date | null;
|
|
946234
|
+
created_by: string | null;
|
|
946235
|
+
updated_at: Date | null;
|
|
946236
|
+
updated_by: string | null;
|
|
946237
|
+
} | null;
|
|
946238
|
+
city: {
|
|
946239
|
+
is_active: boolean | null;
|
|
946240
|
+
id: string;
|
|
946241
|
+
logic_code: string | null;
|
|
946242
|
+
name: string | null;
|
|
946243
|
+
id_country: string | null;
|
|
946244
|
+
id_state: string | null;
|
|
946245
|
+
code: string | null;
|
|
946246
|
+
created_at: Date | null;
|
|
946247
|
+
created_by: string | null;
|
|
946248
|
+
updated_at: Date | null;
|
|
946249
|
+
updated_by: string | null;
|
|
946250
|
+
} | null;
|
|
946251
|
+
postal_code: {
|
|
946252
|
+
is_active: boolean | null;
|
|
946253
|
+
id: string;
|
|
946254
|
+
logic_code: string | null;
|
|
946255
|
+
id_country: string | null;
|
|
946256
|
+
code: string | null;
|
|
946257
|
+
created_at: Date | null;
|
|
946258
|
+
created_by: string | null;
|
|
946259
|
+
updated_at: Date | null;
|
|
946260
|
+
updated_by: string | null;
|
|
946261
|
+
} | null;
|
|
946262
|
+
un_locode: {
|
|
946263
|
+
is_active: boolean | null;
|
|
946264
|
+
id: string;
|
|
946265
|
+
logic_code: string | null;
|
|
946266
|
+
id_country: string | null;
|
|
946267
|
+
id_state: string | null;
|
|
946268
|
+
id_city: string | null;
|
|
946269
|
+
created_at: Date | null;
|
|
946270
|
+
created_by: string | null;
|
|
946271
|
+
updated_at: Date | null;
|
|
946272
|
+
updated_by: string | null;
|
|
946273
|
+
id_time_zone: string | null;
|
|
946274
|
+
un_code: string | null;
|
|
946275
|
+
iata_code: string | null;
|
|
946276
|
+
iata_region_code: string | null;
|
|
946277
|
+
latitude: Decimal$1 | null;
|
|
946278
|
+
longitude: Decimal$1 | null;
|
|
946279
|
+
port_name: string | null;
|
|
946280
|
+
proper_name: string | null;
|
|
946281
|
+
has_post: boolean | null;
|
|
946282
|
+
has_customs: boolean | null;
|
|
946283
|
+
has_unload: boolean | null;
|
|
946284
|
+
has_airport: boolean | null;
|
|
946285
|
+
has_railway: boolean | null;
|
|
946286
|
+
has_road: boolean | null;
|
|
946287
|
+
has_store: boolean | null;
|
|
946288
|
+
has_terminal: boolean | null;
|
|
946289
|
+
has_discharge: boolean | null;
|
|
946290
|
+
has_seaport: boolean | null;
|
|
946291
|
+
has_outport: boolean | null;
|
|
946292
|
+
} | null;
|
|
946293
|
+
is_active: boolean | null;
|
|
946294
|
+
id: string;
|
|
946295
|
+
logic_code: string | null;
|
|
946296
|
+
id_country: string | null;
|
|
946297
|
+
id_state: string | null;
|
|
946298
|
+
id_city: string | null;
|
|
946299
|
+
id_postal_code: string | null;
|
|
946300
|
+
code: string | null;
|
|
946301
|
+
address: string | null;
|
|
946302
|
+
mobile_phone: string | null;
|
|
946303
|
+
created_at: Date | null;
|
|
946304
|
+
created_by: string | null;
|
|
946305
|
+
updated_at: Date | null;
|
|
946306
|
+
updated_by: string | null;
|
|
946307
|
+
id_un_locode: string | null;
|
|
946308
|
+
email: string | null;
|
|
946309
|
+
id_organization: string | null;
|
|
946310
|
+
phone: string | null;
|
|
946311
|
+
fax: string | null;
|
|
946312
|
+
} | null;
|
|
946313
|
+
user_sales_rep: {
|
|
946314
|
+
is_active: boolean | null;
|
|
946315
|
+
id: string;
|
|
946316
|
+
logic_code: string | null;
|
|
946317
|
+
id_sso: string | null;
|
|
946318
|
+
name: string | null;
|
|
946319
|
+
id_country: string | null;
|
|
946320
|
+
id_state: string | null;
|
|
946321
|
+
id_city: string | null;
|
|
946322
|
+
id_postal_code: string | null;
|
|
946323
|
+
id_nationality: string | null;
|
|
946324
|
+
id_company: string | null;
|
|
946325
|
+
id_branch: string | null;
|
|
946326
|
+
id_department: string | null;
|
|
946327
|
+
id_spouse_relationship: string | null;
|
|
946328
|
+
id_emergency_relationship: string | null;
|
|
946329
|
+
id_last_accessed_company: string | null;
|
|
946330
|
+
id_last_accessed_branch: string | null;
|
|
946331
|
+
code: string | null;
|
|
946332
|
+
pref_name: string | null;
|
|
946333
|
+
address: string | null;
|
|
946334
|
+
date_of_birth: Date | null;
|
|
946335
|
+
employment_date: Date | null;
|
|
946336
|
+
depart_date: Date | null;
|
|
946337
|
+
gender: ("MALE" | "FEMALE" | "NOT_SPECIFIED") | null;
|
|
946338
|
+
job_title: string | null;
|
|
946339
|
+
work_phone: string | null;
|
|
946340
|
+
work_extension: string | null;
|
|
946341
|
+
work_fax: string | null;
|
|
946342
|
+
home_phone: string | null;
|
|
946343
|
+
mobile_phone: string | null;
|
|
946344
|
+
other_reference: string | null;
|
|
946345
|
+
personal_email: string | null;
|
|
946346
|
+
work_email: string | null;
|
|
946347
|
+
spouse_name: string | null;
|
|
946348
|
+
spouse_phone: string | null;
|
|
946349
|
+
spouse_email: string | null;
|
|
946350
|
+
emergency_name: string | null;
|
|
946351
|
+
emergency_phone: string | null;
|
|
946352
|
+
emergency_email: string | null;
|
|
946353
|
+
profile_photo_url: string | null;
|
|
946354
|
+
signature_url: string | null;
|
|
946355
|
+
created_at: Date | null;
|
|
946356
|
+
created_by: string | null;
|
|
946357
|
+
updated_at: Date | null;
|
|
946358
|
+
updated_by: string | null;
|
|
946359
|
+
} | null;
|
|
946360
|
+
user_operation_rep: {
|
|
946361
|
+
is_active: boolean | null;
|
|
946362
|
+
id: string;
|
|
945945
946363
|
logic_code: string | null;
|
|
945946
946364
|
id_sso: string | null;
|
|
945947
946365
|
name: string | null;
|
|
@@ -948085,6 +948503,8 @@ declare const shipmentsRouter: BuiltRouter<{
|
|
|
948085
948503
|
is_sell_posted?: string | number | boolean | null | undefined;
|
|
948086
948504
|
}[] | undefined;
|
|
948087
948505
|
ids_delete_billing_detail?: string[] | null | undefined;
|
|
948506
|
+
ids_cancel_billing_ap_invoice?: string[] | null | undefined;
|
|
948507
|
+
ids_cancel_billing_ar_invoice?: string[] | null | undefined;
|
|
948088
948508
|
is_active?: string | number | boolean | null | undefined;
|
|
948089
948509
|
id_forwarding_shipment?: string | null | undefined;
|
|
948090
948510
|
id_local_client?: string | null | undefined;
|
|
@@ -952479,186 +952899,628 @@ declare const shipmentsRouter: BuiltRouter<{
|
|
|
952479
952899
|
decimal_unit: number | null;
|
|
952480
952900
|
iso_decimal: number | null;
|
|
952481
952901
|
} | null;
|
|
952482
|
-
sell_latest_system_rate: {
|
|
952902
|
+
sell_latest_system_rate: {
|
|
952903
|
+
is_active: boolean | null;
|
|
952904
|
+
id: string;
|
|
952905
|
+
logic_code: string | null;
|
|
952906
|
+
created_at: Date | null;
|
|
952907
|
+
created_by: string | null;
|
|
952908
|
+
updated_at: Date | null;
|
|
952909
|
+
updated_by: string | null;
|
|
952910
|
+
start_date: Date | null;
|
|
952911
|
+
end_date: Date | null;
|
|
952912
|
+
id_currency_from: string | null;
|
|
952913
|
+
id_currency_to: string | null;
|
|
952914
|
+
id_exchange_rate_type: string | null;
|
|
952915
|
+
rate: Decimal$1 | null;
|
|
952916
|
+
} | null;
|
|
952917
|
+
cost_system_rates: {
|
|
952918
|
+
exchange_rate_types: {
|
|
952919
|
+
is_active: boolean | null;
|
|
952920
|
+
id: string;
|
|
952921
|
+
logic_code: string | null;
|
|
952922
|
+
name: string | null;
|
|
952923
|
+
code: string | null;
|
|
952924
|
+
created_at: Date | null;
|
|
952925
|
+
created_by: string | null;
|
|
952926
|
+
updated_at: Date | null;
|
|
952927
|
+
updated_by: string | null;
|
|
952928
|
+
} | null;
|
|
952929
|
+
currency_from: {
|
|
952930
|
+
symbol: string | null;
|
|
952931
|
+
is_active: boolean | null;
|
|
952932
|
+
id: string;
|
|
952933
|
+
logic_code: string | null;
|
|
952934
|
+
created_at: Date | null;
|
|
952935
|
+
created_by: string | null;
|
|
952936
|
+
updated_at: Date | null;
|
|
952937
|
+
updated_by: string | null;
|
|
952938
|
+
currency_code: string | null;
|
|
952939
|
+
currency_name: string | null;
|
|
952940
|
+
major_unit: string | null;
|
|
952941
|
+
minor_unit: string | null;
|
|
952942
|
+
decimal_unit: number | null;
|
|
952943
|
+
iso_decimal: number | null;
|
|
952944
|
+
} | null;
|
|
952945
|
+
currency_to: {
|
|
952946
|
+
symbol: string | null;
|
|
952947
|
+
is_active: boolean | null;
|
|
952948
|
+
id: string;
|
|
952949
|
+
logic_code: string | null;
|
|
952950
|
+
created_at: Date | null;
|
|
952951
|
+
created_by: string | null;
|
|
952952
|
+
updated_at: Date | null;
|
|
952953
|
+
updated_by: string | null;
|
|
952954
|
+
currency_code: string | null;
|
|
952955
|
+
currency_name: string | null;
|
|
952956
|
+
major_unit: string | null;
|
|
952957
|
+
minor_unit: string | null;
|
|
952958
|
+
decimal_unit: number | null;
|
|
952959
|
+
iso_decimal: number | null;
|
|
952960
|
+
} | null;
|
|
952961
|
+
is_active: boolean | null;
|
|
952962
|
+
id: string;
|
|
952963
|
+
logic_code: string | null;
|
|
952964
|
+
created_at: Date | null;
|
|
952965
|
+
created_by: string | null;
|
|
952966
|
+
updated_at: Date | null;
|
|
952967
|
+
updated_by: string | null;
|
|
952968
|
+
start_date: Date | null;
|
|
952969
|
+
end_date: Date | null;
|
|
952970
|
+
id_currency_from: string | null;
|
|
952971
|
+
id_currency_to: string | null;
|
|
952972
|
+
id_exchange_rate_type: string | null;
|
|
952973
|
+
rate: Decimal$1 | null;
|
|
952974
|
+
}[];
|
|
952975
|
+
sell_system_rates: {
|
|
952976
|
+
exchange_rate_types: {
|
|
952977
|
+
is_active: boolean | null;
|
|
952978
|
+
id: string;
|
|
952979
|
+
logic_code: string | null;
|
|
952980
|
+
name: string | null;
|
|
952981
|
+
code: string | null;
|
|
952982
|
+
created_at: Date | null;
|
|
952983
|
+
created_by: string | null;
|
|
952984
|
+
updated_at: Date | null;
|
|
952985
|
+
updated_by: string | null;
|
|
952986
|
+
} | null;
|
|
952987
|
+
currency_from: {
|
|
952988
|
+
symbol: string | null;
|
|
952989
|
+
is_active: boolean | null;
|
|
952990
|
+
id: string;
|
|
952991
|
+
logic_code: string | null;
|
|
952992
|
+
created_at: Date | null;
|
|
952993
|
+
created_by: string | null;
|
|
952994
|
+
updated_at: Date | null;
|
|
952995
|
+
updated_by: string | null;
|
|
952996
|
+
currency_code: string | null;
|
|
952997
|
+
currency_name: string | null;
|
|
952998
|
+
major_unit: string | null;
|
|
952999
|
+
minor_unit: string | null;
|
|
953000
|
+
decimal_unit: number | null;
|
|
953001
|
+
iso_decimal: number | null;
|
|
953002
|
+
} | null;
|
|
953003
|
+
currency_to: {
|
|
953004
|
+
symbol: string | null;
|
|
953005
|
+
is_active: boolean | null;
|
|
953006
|
+
id: string;
|
|
953007
|
+
logic_code: string | null;
|
|
953008
|
+
created_at: Date | null;
|
|
953009
|
+
created_by: string | null;
|
|
953010
|
+
updated_at: Date | null;
|
|
953011
|
+
updated_by: string | null;
|
|
953012
|
+
currency_code: string | null;
|
|
953013
|
+
currency_name: string | null;
|
|
953014
|
+
major_unit: string | null;
|
|
953015
|
+
minor_unit: string | null;
|
|
953016
|
+
decimal_unit: number | null;
|
|
953017
|
+
iso_decimal: number | null;
|
|
953018
|
+
} | null;
|
|
953019
|
+
is_active: boolean | null;
|
|
953020
|
+
id: string;
|
|
953021
|
+
logic_code: string | null;
|
|
953022
|
+
created_at: Date | null;
|
|
953023
|
+
created_by: string | null;
|
|
953024
|
+
updated_at: Date | null;
|
|
953025
|
+
updated_by: string | null;
|
|
953026
|
+
start_date: Date | null;
|
|
953027
|
+
end_date: Date | null;
|
|
953028
|
+
id_currency_from: string | null;
|
|
953029
|
+
id_currency_to: string | null;
|
|
953030
|
+
id_exchange_rate_type: string | null;
|
|
953031
|
+
rate: Decimal$1 | null;
|
|
953032
|
+
}[];
|
|
953033
|
+
forwarding_consol_billing_detail_cost: {
|
|
953034
|
+
is_active: boolean | null;
|
|
953035
|
+
id: string;
|
|
953036
|
+
logic_code: string | null;
|
|
953037
|
+
name: string | null;
|
|
953038
|
+
code: string | null;
|
|
953039
|
+
created_at: Date | null;
|
|
953040
|
+
created_by: string | null;
|
|
953041
|
+
updated_at: Date | null;
|
|
953042
|
+
updated_by: string | null;
|
|
953043
|
+
id_forwarding_consol: string | null;
|
|
953044
|
+
id_charge_code: string | null;
|
|
953045
|
+
id_cost_currency: string | null;
|
|
953046
|
+
id_cost_latest_system_rate: string | null;
|
|
953047
|
+
id_cost_creditor: string | null;
|
|
953048
|
+
id_cost_tax_rate: string | null;
|
|
953049
|
+
id_cost_apportion_method: string | null;
|
|
953050
|
+
cost_base_rate: Decimal$1 | null;
|
|
953051
|
+
cost_currency_amount: Decimal$1 | null;
|
|
953052
|
+
cost_currency_estimated_amount: Decimal$1 | null;
|
|
953053
|
+
cost_local_currency_amount: Decimal$1 | null;
|
|
953054
|
+
cost_invoice_number: string | null;
|
|
953055
|
+
cost_invoice_date: Date | null;
|
|
953056
|
+
cost_tax_amount: Decimal$1 | null;
|
|
953057
|
+
cost_supplier_reference: string | null;
|
|
953058
|
+
is_cost_posted: boolean | null;
|
|
953059
|
+
} | null;
|
|
953060
|
+
forwarding_consol_billing_detail_sell: {
|
|
953061
|
+
is_active: boolean | null;
|
|
953062
|
+
id: string;
|
|
953063
|
+
logic_code: string | null;
|
|
953064
|
+
name: string | null;
|
|
953065
|
+
code: string | null;
|
|
953066
|
+
created_at: Date | null;
|
|
953067
|
+
created_by: string | null;
|
|
953068
|
+
updated_at: Date | null;
|
|
953069
|
+
updated_by: string | null;
|
|
953070
|
+
id_forwarding_consol: string | null;
|
|
953071
|
+
id_charge_code: string | null;
|
|
953072
|
+
id_sell_currency: string | null;
|
|
953073
|
+
id_sell_latest_system_rate: string | null;
|
|
953074
|
+
id_sell_apportion_method: string | null;
|
|
953075
|
+
sell_base_rate: Decimal$1 | null;
|
|
953076
|
+
sell_currency_amount: Decimal$1 | null;
|
|
953077
|
+
sell_currency_estimated_amount: Decimal$1 | null;
|
|
953078
|
+
sell_local_currency_amount: Decimal$1 | null;
|
|
953079
|
+
sell_tax_amount: Decimal$1 | null;
|
|
953080
|
+
} | null;
|
|
953081
|
+
sell_debtor: {
|
|
953082
|
+
is_active: boolean | null;
|
|
953083
|
+
id: string;
|
|
953084
|
+
logic_code: string | null;
|
|
953085
|
+
name: string | null;
|
|
953086
|
+
id_country: string | null;
|
|
953087
|
+
id_state: string | null;
|
|
953088
|
+
id_city: string | null;
|
|
953089
|
+
id_postal_code: string | null;
|
|
953090
|
+
id_company: string | null;
|
|
953091
|
+
id_branch: string | null;
|
|
953092
|
+
code: string | null;
|
|
953093
|
+
created_at: Date | null;
|
|
953094
|
+
created_by: string | null;
|
|
953095
|
+
updated_at: Date | null;
|
|
953096
|
+
updated_by: string | null;
|
|
953097
|
+
id_un_locode: string | null;
|
|
953098
|
+
email: string | null;
|
|
953099
|
+
id_business_category: string | null;
|
|
953100
|
+
id_controlling_branch: string | null;
|
|
953101
|
+
id_airline: string | null;
|
|
953102
|
+
id_shipping_line: string | null;
|
|
953103
|
+
phone: string | null;
|
|
953104
|
+
website_url: string | null;
|
|
953105
|
+
company_number: string | null;
|
|
953106
|
+
company_tax_number: string | null;
|
|
953107
|
+
} | null;
|
|
953108
|
+
sell_invoice_type: {
|
|
953109
|
+
is_active: boolean | null;
|
|
953110
|
+
id: string;
|
|
953111
|
+
logic_code: string | null;
|
|
953112
|
+
name: string | null;
|
|
953113
|
+
code: string | null;
|
|
953114
|
+
created_at: Date | null;
|
|
953115
|
+
created_by: string | null;
|
|
953116
|
+
updated_at: Date | null;
|
|
953117
|
+
updated_by: string | null;
|
|
953118
|
+
invoice_header: string | null;
|
|
953119
|
+
} | null;
|
|
953120
|
+
sell_tax_rate: {
|
|
953121
|
+
is_active: boolean | null;
|
|
953122
|
+
id: string;
|
|
953123
|
+
logic_code: string | null;
|
|
953124
|
+
name: string | null;
|
|
953125
|
+
id_country: string | null;
|
|
953126
|
+
code: string | null;
|
|
953127
|
+
created_at: Date | null;
|
|
953128
|
+
created_by: string | null;
|
|
953129
|
+
updated_at: Date | null;
|
|
953130
|
+
updated_by: string | null;
|
|
953131
|
+
id_type: string | null;
|
|
953132
|
+
rate: Decimal$1 | null;
|
|
953133
|
+
id_system: string | null;
|
|
953134
|
+
tax_message: string | null;
|
|
953135
|
+
} | null;
|
|
953136
|
+
forwarding_shipment_billing_ap_invoice: {
|
|
953137
|
+
is_active: boolean | null;
|
|
953138
|
+
id: string;
|
|
953139
|
+
logic_code: string | null;
|
|
953140
|
+
created_at: Date | null;
|
|
953141
|
+
created_by: string | null;
|
|
953142
|
+
updated_at: Date | null;
|
|
953143
|
+
updated_by: string | null;
|
|
953144
|
+
id_currency: string | null;
|
|
953145
|
+
id_forwarding_shipment_billing: string | null;
|
|
953146
|
+
id_ap_invoice_cancelled: string | null;
|
|
953147
|
+
id_account_organization: string | null;
|
|
953148
|
+
id_ar_ap_invoice_type: string | null;
|
|
953149
|
+
id_requisition_status: string | null;
|
|
953150
|
+
internal_invoice_number: string | null;
|
|
953151
|
+
invoice_number: string | null;
|
|
953152
|
+
outstanding_amount: Decimal$1 | null;
|
|
953153
|
+
invoice_amount: Decimal$1 | null;
|
|
953154
|
+
local_invoice_amount: Decimal$1 | null;
|
|
953155
|
+
post_date: Date | null;
|
|
953156
|
+
invoice_date: Date | null;
|
|
953157
|
+
due_date: Date | null;
|
|
953158
|
+
fully_paid_date: Date | null;
|
|
953159
|
+
requisition_date: Date | null;
|
|
953160
|
+
is_cancelled: boolean | null;
|
|
953161
|
+
} | null;
|
|
953162
|
+
forwarding_shipment_billing_ar_invoice: {
|
|
953163
|
+
is_active: boolean | null;
|
|
953164
|
+
id: string;
|
|
953165
|
+
logic_code: string | null;
|
|
953166
|
+
created_at: Date | null;
|
|
953167
|
+
created_by: string | null;
|
|
953168
|
+
updated_at: Date | null;
|
|
953169
|
+
updated_by: string | null;
|
|
953170
|
+
id_currency: string | null;
|
|
953171
|
+
id_agreed_payment_method: string | null;
|
|
953172
|
+
id_forwarding_shipment_billing: string | null;
|
|
953173
|
+
id_account_organization: string | null;
|
|
953174
|
+
id_ar_ap_invoice_type: string | null;
|
|
953175
|
+
internal_invoice_number: string | null;
|
|
953176
|
+
outstanding_amount: Decimal$1 | null;
|
|
953177
|
+
invoice_amount: Decimal$1 | null;
|
|
953178
|
+
local_invoice_amount: Decimal$1 | null;
|
|
953179
|
+
post_date: Date | null;
|
|
953180
|
+
invoice_date: Date | null;
|
|
953181
|
+
fully_paid_date: Date | null;
|
|
953182
|
+
is_cancelled: boolean | null;
|
|
953183
|
+
id_ar_invoice_cancelled: string | null;
|
|
953184
|
+
id_payment_status: string | null;
|
|
953185
|
+
} | null;
|
|
953186
|
+
is_active: boolean | null;
|
|
953187
|
+
id: string;
|
|
953188
|
+
logic_code: string | null;
|
|
953189
|
+
name: string | null;
|
|
953190
|
+
code: string | null;
|
|
953191
|
+
created_at: Date | null;
|
|
953192
|
+
created_by: string | null;
|
|
953193
|
+
updated_at: Date | null;
|
|
953194
|
+
updated_by: string | null;
|
|
953195
|
+
id_charge_code: string | null;
|
|
953196
|
+
id_cost_currency: string | null;
|
|
953197
|
+
id_cost_latest_system_rate: string | null;
|
|
953198
|
+
id_cost_creditor: string | null;
|
|
953199
|
+
id_cost_tax_rate: string | null;
|
|
953200
|
+
cost_base_rate: Decimal$1 | null;
|
|
953201
|
+
cost_currency_amount: Decimal$1 | null;
|
|
953202
|
+
cost_currency_estimated_amount: Decimal$1 | null;
|
|
953203
|
+
cost_local_currency_amount: Decimal$1 | null;
|
|
953204
|
+
cost_invoice_number: string | null;
|
|
953205
|
+
cost_invoice_date: Date | null;
|
|
953206
|
+
cost_tax_amount: Decimal$1 | null;
|
|
953207
|
+
cost_supplier_reference: string | null;
|
|
953208
|
+
is_cost_posted: boolean | null;
|
|
953209
|
+
id_sell_currency: string | null;
|
|
953210
|
+
id_sell_latest_system_rate: string | null;
|
|
953211
|
+
sell_base_rate: Decimal$1 | null;
|
|
953212
|
+
sell_currency_amount: Decimal$1 | null;
|
|
953213
|
+
sell_currency_estimated_amount: Decimal$1 | null;
|
|
953214
|
+
sell_local_currency_amount: Decimal$1 | null;
|
|
953215
|
+
sell_tax_amount: Decimal$1 | null;
|
|
953216
|
+
id_forwarding_consol_billing_detail_cost: string | null;
|
|
953217
|
+
id_forwarding_shipment_billing: string | null;
|
|
953218
|
+
id_forwarding_shipment_ap_invoice: string | null;
|
|
953219
|
+
id_forwarding_shipment_ar_invoice: string | null;
|
|
953220
|
+
id_forwarding_consol_billing_detail_sell: string | null;
|
|
953221
|
+
id_sell_debtor: string | null;
|
|
953222
|
+
id_sell_invoice_type: string | null;
|
|
953223
|
+
id_sell_tax_rate: string | null;
|
|
953224
|
+
sell_invoice_number: string | null;
|
|
953225
|
+
is_sell_posted: boolean | null;
|
|
953226
|
+
}[];
|
|
953227
|
+
forwarding_shipment_billing_ap_invoices: {
|
|
953228
|
+
forwarding_shipment_billing_ap_details: {
|
|
953229
|
+
is_active: boolean | null;
|
|
953230
|
+
id: string;
|
|
953231
|
+
logic_code: string | null;
|
|
953232
|
+
name: string | null;
|
|
953233
|
+
code: string | null;
|
|
953234
|
+
created_at: Date | null;
|
|
953235
|
+
created_by: string | null;
|
|
953236
|
+
updated_at: Date | null;
|
|
953237
|
+
updated_by: string | null;
|
|
953238
|
+
id_charge_code: string | null;
|
|
953239
|
+
id_cost_currency: string | null;
|
|
953240
|
+
id_cost_latest_system_rate: string | null;
|
|
953241
|
+
id_cost_creditor: string | null;
|
|
953242
|
+
id_cost_tax_rate: string | null;
|
|
953243
|
+
cost_base_rate: Decimal$1 | null;
|
|
953244
|
+
cost_currency_amount: Decimal$1 | null;
|
|
953245
|
+
cost_currency_estimated_amount: Decimal$1 | null;
|
|
953246
|
+
cost_local_currency_amount: Decimal$1 | null;
|
|
953247
|
+
cost_invoice_number: string | null;
|
|
953248
|
+
cost_invoice_date: Date | null;
|
|
953249
|
+
cost_tax_amount: Decimal$1 | null;
|
|
953250
|
+
cost_supplier_reference: string | null;
|
|
953251
|
+
is_cost_posted: boolean | null;
|
|
953252
|
+
id_forwarding_consol_billing_detail_cost: string | null;
|
|
953253
|
+
id_billing_ap_invoice: string | null;
|
|
953254
|
+
id_forwarding_shipment_billing_detail: string | null;
|
|
953255
|
+
}[];
|
|
953256
|
+
currency: {
|
|
953257
|
+
symbol: string | null;
|
|
953258
|
+
is_active: boolean | null;
|
|
953259
|
+
id: string;
|
|
953260
|
+
logic_code: string | null;
|
|
953261
|
+
created_at: Date | null;
|
|
953262
|
+
created_by: string | null;
|
|
953263
|
+
updated_at: Date | null;
|
|
953264
|
+
updated_by: string | null;
|
|
953265
|
+
currency_code: string | null;
|
|
953266
|
+
currency_name: string | null;
|
|
953267
|
+
major_unit: string | null;
|
|
953268
|
+
minor_unit: string | null;
|
|
953269
|
+
decimal_unit: number | null;
|
|
953270
|
+
iso_decimal: number | null;
|
|
953271
|
+
} | null;
|
|
953272
|
+
invoice_type: {
|
|
953273
|
+
is_active: boolean | null;
|
|
953274
|
+
id: string;
|
|
953275
|
+
logic_code: string | null;
|
|
953276
|
+
name: string | null;
|
|
953277
|
+
code: string | null;
|
|
953278
|
+
created_at: Date | null;
|
|
953279
|
+
created_by: string | null;
|
|
953280
|
+
updated_at: Date | null;
|
|
953281
|
+
updated_by: string | null;
|
|
953282
|
+
} | null;
|
|
953283
|
+
requisition_status: {
|
|
953284
|
+
is_active: boolean | null;
|
|
953285
|
+
id: string;
|
|
953286
|
+
logic_code: string | null;
|
|
953287
|
+
name: string | null;
|
|
953288
|
+
code: string | null;
|
|
953289
|
+
created_at: Date | null;
|
|
953290
|
+
created_by: string | null;
|
|
953291
|
+
updated_at: Date | null;
|
|
953292
|
+
updated_by: string | null;
|
|
953293
|
+
} | null;
|
|
953294
|
+
cancelled_invoice: {
|
|
953295
|
+
is_active: boolean | null;
|
|
953296
|
+
id: string;
|
|
953297
|
+
logic_code: string | null;
|
|
953298
|
+
created_at: Date | null;
|
|
953299
|
+
created_by: string | null;
|
|
953300
|
+
updated_at: Date | null;
|
|
953301
|
+
updated_by: string | null;
|
|
953302
|
+
id_currency: string | null;
|
|
953303
|
+
id_forwarding_shipment_billing: string | null;
|
|
953304
|
+
id_ap_invoice_cancelled: string | null;
|
|
953305
|
+
id_account_organization: string | null;
|
|
953306
|
+
id_ar_ap_invoice_type: string | null;
|
|
953307
|
+
id_requisition_status: string | null;
|
|
953308
|
+
internal_invoice_number: string | null;
|
|
953309
|
+
invoice_number: string | null;
|
|
953310
|
+
outstanding_amount: Decimal$1 | null;
|
|
953311
|
+
invoice_amount: Decimal$1 | null;
|
|
953312
|
+
local_invoice_amount: Decimal$1 | null;
|
|
953313
|
+
post_date: Date | null;
|
|
953314
|
+
invoice_date: Date | null;
|
|
953315
|
+
due_date: Date | null;
|
|
953316
|
+
fully_paid_date: Date | null;
|
|
953317
|
+
requisition_date: Date | null;
|
|
953318
|
+
is_cancelled: boolean | null;
|
|
953319
|
+
} | null;
|
|
953320
|
+
cancelling_invoice: {
|
|
953321
|
+
is_active: boolean | null;
|
|
953322
|
+
id: string;
|
|
953323
|
+
logic_code: string | null;
|
|
953324
|
+
created_at: Date | null;
|
|
953325
|
+
created_by: string | null;
|
|
953326
|
+
updated_at: Date | null;
|
|
953327
|
+
updated_by: string | null;
|
|
953328
|
+
id_currency: string | null;
|
|
953329
|
+
id_forwarding_shipment_billing: string | null;
|
|
953330
|
+
id_ap_invoice_cancelled: string | null;
|
|
953331
|
+
id_account_organization: string | null;
|
|
953332
|
+
id_ar_ap_invoice_type: string | null;
|
|
953333
|
+
id_requisition_status: string | null;
|
|
953334
|
+
internal_invoice_number: string | null;
|
|
953335
|
+
invoice_number: string | null;
|
|
953336
|
+
outstanding_amount: Decimal$1 | null;
|
|
953337
|
+
invoice_amount: Decimal$1 | null;
|
|
953338
|
+
local_invoice_amount: Decimal$1 | null;
|
|
953339
|
+
post_date: Date | null;
|
|
953340
|
+
invoice_date: Date | null;
|
|
953341
|
+
due_date: Date | null;
|
|
953342
|
+
fully_paid_date: Date | null;
|
|
953343
|
+
requisition_date: Date | null;
|
|
953344
|
+
is_cancelled: boolean | null;
|
|
953345
|
+
} | null;
|
|
953346
|
+
account_organization: {
|
|
953347
|
+
is_active: boolean | null;
|
|
953348
|
+
id: string;
|
|
953349
|
+
logic_code: string | null;
|
|
953350
|
+
name: string | null;
|
|
953351
|
+
id_country: string | null;
|
|
953352
|
+
id_state: string | null;
|
|
953353
|
+
id_city: string | null;
|
|
953354
|
+
id_postal_code: string | null;
|
|
953355
|
+
id_company: string | null;
|
|
953356
|
+
id_branch: string | null;
|
|
953357
|
+
code: string | null;
|
|
953358
|
+
created_at: Date | null;
|
|
953359
|
+
created_by: string | null;
|
|
953360
|
+
updated_at: Date | null;
|
|
953361
|
+
updated_by: string | null;
|
|
953362
|
+
id_un_locode: string | null;
|
|
953363
|
+
email: string | null;
|
|
953364
|
+
id_business_category: string | null;
|
|
953365
|
+
id_controlling_branch: string | null;
|
|
953366
|
+
id_airline: string | null;
|
|
953367
|
+
id_shipping_line: string | null;
|
|
953368
|
+
phone: string | null;
|
|
953369
|
+
website_url: string | null;
|
|
953370
|
+
company_number: string | null;
|
|
953371
|
+
company_tax_number: string | null;
|
|
953372
|
+
} | null;
|
|
953373
|
+
forwarding_shipment_edoc: {
|
|
953374
|
+
is_active: boolean | null;
|
|
953375
|
+
id: string;
|
|
953376
|
+
id_company: string | null;
|
|
953377
|
+
id_branch: string | null;
|
|
953378
|
+
id_department: string | null;
|
|
953379
|
+
created_at: Date | null;
|
|
953380
|
+
created_by: string | null;
|
|
953381
|
+
updated_at: Date | null;
|
|
953382
|
+
updated_by: string | null;
|
|
953383
|
+
id_edoc_type: string | null;
|
|
953384
|
+
id_edoc_source: string | null;
|
|
953385
|
+
id_storage_provider: string | null;
|
|
953386
|
+
label: string | null;
|
|
953387
|
+
file_name: string | null;
|
|
953388
|
+
file_path: string | null;
|
|
953389
|
+
file_size: string | null;
|
|
953390
|
+
file_extension: string | null;
|
|
953391
|
+
is_visibility_specific: boolean | null;
|
|
953392
|
+
id_forwarding_shipment: string | null;
|
|
953393
|
+
id_billing_ap_invoice: string | null;
|
|
953394
|
+
} | null;
|
|
953395
|
+
is_active: boolean | null;
|
|
953396
|
+
id: string;
|
|
953397
|
+
logic_code: string | null;
|
|
953398
|
+
created_at: Date | null;
|
|
953399
|
+
created_by: string | null;
|
|
953400
|
+
updated_at: Date | null;
|
|
953401
|
+
updated_by: string | null;
|
|
953402
|
+
id_currency: string | null;
|
|
953403
|
+
id_forwarding_shipment_billing: string | null;
|
|
953404
|
+
id_ap_invoice_cancelled: string | null;
|
|
953405
|
+
id_account_organization: string | null;
|
|
953406
|
+
id_ar_ap_invoice_type: string | null;
|
|
953407
|
+
id_requisition_status: string | null;
|
|
953408
|
+
internal_invoice_number: string | null;
|
|
953409
|
+
invoice_number: string | null;
|
|
953410
|
+
outstanding_amount: Decimal$1 | null;
|
|
953411
|
+
invoice_amount: Decimal$1 | null;
|
|
953412
|
+
local_invoice_amount: Decimal$1 | null;
|
|
953413
|
+
post_date: Date | null;
|
|
953414
|
+
invoice_date: Date | null;
|
|
953415
|
+
due_date: Date | null;
|
|
953416
|
+
fully_paid_date: Date | null;
|
|
953417
|
+
requisition_date: Date | null;
|
|
953418
|
+
is_cancelled: boolean | null;
|
|
953419
|
+
}[];
|
|
953420
|
+
forwarding_shipment_billing_ar_invoices: {
|
|
953421
|
+
forwarding_shipment_billing_ar_details: {
|
|
953422
|
+
is_active: boolean | null;
|
|
953423
|
+
id: string;
|
|
953424
|
+
logic_code: string | null;
|
|
953425
|
+
name: string | null;
|
|
953426
|
+
code: string | null;
|
|
953427
|
+
created_at: Date | null;
|
|
953428
|
+
created_by: string | null;
|
|
953429
|
+
updated_at: Date | null;
|
|
953430
|
+
updated_by: string | null;
|
|
953431
|
+
id_charge_code: string | null;
|
|
953432
|
+
id_sell_currency: string | null;
|
|
953433
|
+
id_sell_latest_system_rate: string | null;
|
|
953434
|
+
sell_base_rate: Decimal$1 | null;
|
|
953435
|
+
sell_currency_amount: Decimal$1 | null;
|
|
953436
|
+
sell_currency_estimated_amount: Decimal$1 | null;
|
|
953437
|
+
sell_local_currency_amount: Decimal$1 | null;
|
|
953438
|
+
sell_tax_amount: Decimal$1 | null;
|
|
953439
|
+
id_forwarding_consol_billing_detail_sell: string | null;
|
|
953440
|
+
id_sell_debtor: string | null;
|
|
953441
|
+
id_sell_invoice_type: string | null;
|
|
953442
|
+
id_sell_tax_rate: string | null;
|
|
953443
|
+
sell_invoice_number: string | null;
|
|
953444
|
+
is_sell_posted: boolean | null;
|
|
953445
|
+
id_forwarding_shipment_billing_detail: string | null;
|
|
953446
|
+
id_billing_ar_invoice: string | null;
|
|
953447
|
+
}[];
|
|
953448
|
+
currency: {
|
|
953449
|
+
symbol: string | null;
|
|
953450
|
+
is_active: boolean | null;
|
|
953451
|
+
id: string;
|
|
953452
|
+
logic_code: string | null;
|
|
953453
|
+
created_at: Date | null;
|
|
953454
|
+
created_by: string | null;
|
|
953455
|
+
updated_at: Date | null;
|
|
953456
|
+
updated_by: string | null;
|
|
953457
|
+
currency_code: string | null;
|
|
953458
|
+
currency_name: string | null;
|
|
953459
|
+
major_unit: string | null;
|
|
953460
|
+
minor_unit: string | null;
|
|
953461
|
+
decimal_unit: number | null;
|
|
953462
|
+
iso_decimal: number | null;
|
|
953463
|
+
} | null;
|
|
953464
|
+
invoice_type: {
|
|
952483
953465
|
is_active: boolean | null;
|
|
952484
953466
|
id: string;
|
|
952485
953467
|
logic_code: string | null;
|
|
953468
|
+
name: string | null;
|
|
953469
|
+
code: string | null;
|
|
952486
953470
|
created_at: Date | null;
|
|
952487
953471
|
created_by: string | null;
|
|
952488
953472
|
updated_at: Date | null;
|
|
952489
953473
|
updated_by: string | null;
|
|
952490
|
-
start_date: Date | null;
|
|
952491
|
-
end_date: Date | null;
|
|
952492
|
-
id_currency_from: string | null;
|
|
952493
|
-
id_currency_to: string | null;
|
|
952494
|
-
id_exchange_rate_type: string | null;
|
|
952495
|
-
rate: Decimal$1 | null;
|
|
952496
953474
|
} | null;
|
|
952497
|
-
|
|
952498
|
-
exchange_rate_types: {
|
|
952499
|
-
is_active: boolean | null;
|
|
952500
|
-
id: string;
|
|
952501
|
-
logic_code: string | null;
|
|
952502
|
-
name: string | null;
|
|
952503
|
-
code: string | null;
|
|
952504
|
-
created_at: Date | null;
|
|
952505
|
-
created_by: string | null;
|
|
952506
|
-
updated_at: Date | null;
|
|
952507
|
-
updated_by: string | null;
|
|
952508
|
-
} | null;
|
|
952509
|
-
currency_from: {
|
|
952510
|
-
symbol: string | null;
|
|
952511
|
-
is_active: boolean | null;
|
|
952512
|
-
id: string;
|
|
952513
|
-
logic_code: string | null;
|
|
952514
|
-
created_at: Date | null;
|
|
952515
|
-
created_by: string | null;
|
|
952516
|
-
updated_at: Date | null;
|
|
952517
|
-
updated_by: string | null;
|
|
952518
|
-
currency_code: string | null;
|
|
952519
|
-
currency_name: string | null;
|
|
952520
|
-
major_unit: string | null;
|
|
952521
|
-
minor_unit: string | null;
|
|
952522
|
-
decimal_unit: number | null;
|
|
952523
|
-
iso_decimal: number | null;
|
|
952524
|
-
} | null;
|
|
952525
|
-
currency_to: {
|
|
952526
|
-
symbol: string | null;
|
|
952527
|
-
is_active: boolean | null;
|
|
952528
|
-
id: string;
|
|
952529
|
-
logic_code: string | null;
|
|
952530
|
-
created_at: Date | null;
|
|
952531
|
-
created_by: string | null;
|
|
952532
|
-
updated_at: Date | null;
|
|
952533
|
-
updated_by: string | null;
|
|
952534
|
-
currency_code: string | null;
|
|
952535
|
-
currency_name: string | null;
|
|
952536
|
-
major_unit: string | null;
|
|
952537
|
-
minor_unit: string | null;
|
|
952538
|
-
decimal_unit: number | null;
|
|
952539
|
-
iso_decimal: number | null;
|
|
952540
|
-
} | null;
|
|
952541
|
-
is_active: boolean | null;
|
|
952542
|
-
id: string;
|
|
952543
|
-
logic_code: string | null;
|
|
952544
|
-
created_at: Date | null;
|
|
952545
|
-
created_by: string | null;
|
|
952546
|
-
updated_at: Date | null;
|
|
952547
|
-
updated_by: string | null;
|
|
952548
|
-
start_date: Date | null;
|
|
952549
|
-
end_date: Date | null;
|
|
952550
|
-
id_currency_from: string | null;
|
|
952551
|
-
id_currency_to: string | null;
|
|
952552
|
-
id_exchange_rate_type: string | null;
|
|
952553
|
-
rate: Decimal$1 | null;
|
|
952554
|
-
}[];
|
|
952555
|
-
sell_system_rates: {
|
|
952556
|
-
exchange_rate_types: {
|
|
952557
|
-
is_active: boolean | null;
|
|
952558
|
-
id: string;
|
|
952559
|
-
logic_code: string | null;
|
|
952560
|
-
name: string | null;
|
|
952561
|
-
code: string | null;
|
|
952562
|
-
created_at: Date | null;
|
|
952563
|
-
created_by: string | null;
|
|
952564
|
-
updated_at: Date | null;
|
|
952565
|
-
updated_by: string | null;
|
|
952566
|
-
} | null;
|
|
952567
|
-
currency_from: {
|
|
952568
|
-
symbol: string | null;
|
|
952569
|
-
is_active: boolean | null;
|
|
952570
|
-
id: string;
|
|
952571
|
-
logic_code: string | null;
|
|
952572
|
-
created_at: Date | null;
|
|
952573
|
-
created_by: string | null;
|
|
952574
|
-
updated_at: Date | null;
|
|
952575
|
-
updated_by: string | null;
|
|
952576
|
-
currency_code: string | null;
|
|
952577
|
-
currency_name: string | null;
|
|
952578
|
-
major_unit: string | null;
|
|
952579
|
-
minor_unit: string | null;
|
|
952580
|
-
decimal_unit: number | null;
|
|
952581
|
-
iso_decimal: number | null;
|
|
952582
|
-
} | null;
|
|
952583
|
-
currency_to: {
|
|
952584
|
-
symbol: string | null;
|
|
952585
|
-
is_active: boolean | null;
|
|
952586
|
-
id: string;
|
|
952587
|
-
logic_code: string | null;
|
|
952588
|
-
created_at: Date | null;
|
|
952589
|
-
created_by: string | null;
|
|
952590
|
-
updated_at: Date | null;
|
|
952591
|
-
updated_by: string | null;
|
|
952592
|
-
currency_code: string | null;
|
|
952593
|
-
currency_name: string | null;
|
|
952594
|
-
major_unit: string | null;
|
|
952595
|
-
minor_unit: string | null;
|
|
952596
|
-
decimal_unit: number | null;
|
|
952597
|
-
iso_decimal: number | null;
|
|
952598
|
-
} | null;
|
|
952599
|
-
is_active: boolean | null;
|
|
952600
|
-
id: string;
|
|
952601
|
-
logic_code: string | null;
|
|
952602
|
-
created_at: Date | null;
|
|
952603
|
-
created_by: string | null;
|
|
952604
|
-
updated_at: Date | null;
|
|
952605
|
-
updated_by: string | null;
|
|
952606
|
-
start_date: Date | null;
|
|
952607
|
-
end_date: Date | null;
|
|
952608
|
-
id_currency_from: string | null;
|
|
952609
|
-
id_currency_to: string | null;
|
|
952610
|
-
id_exchange_rate_type: string | null;
|
|
952611
|
-
rate: Decimal$1 | null;
|
|
952612
|
-
}[];
|
|
952613
|
-
forwarding_consol_billing_detail_cost: {
|
|
953475
|
+
cancelled_invoice: {
|
|
952614
953476
|
is_active: boolean | null;
|
|
952615
953477
|
id: string;
|
|
952616
953478
|
logic_code: string | null;
|
|
952617
|
-
name: string | null;
|
|
952618
|
-
code: string | null;
|
|
952619
953479
|
created_at: Date | null;
|
|
952620
953480
|
created_by: string | null;
|
|
952621
953481
|
updated_at: Date | null;
|
|
952622
953482
|
updated_by: string | null;
|
|
952623
|
-
|
|
952624
|
-
|
|
952625
|
-
|
|
952626
|
-
|
|
952627
|
-
|
|
952628
|
-
|
|
952629
|
-
|
|
952630
|
-
|
|
952631
|
-
|
|
952632
|
-
|
|
952633
|
-
|
|
952634
|
-
|
|
952635
|
-
|
|
952636
|
-
|
|
952637
|
-
|
|
952638
|
-
is_cost_posted: boolean | null;
|
|
953483
|
+
id_currency: string | null;
|
|
953484
|
+
id_agreed_payment_method: string | null;
|
|
953485
|
+
id_forwarding_shipment_billing: string | null;
|
|
953486
|
+
id_account_organization: string | null;
|
|
953487
|
+
id_ar_ap_invoice_type: string | null;
|
|
953488
|
+
internal_invoice_number: string | null;
|
|
953489
|
+
outstanding_amount: Decimal$1 | null;
|
|
953490
|
+
invoice_amount: Decimal$1 | null;
|
|
953491
|
+
local_invoice_amount: Decimal$1 | null;
|
|
953492
|
+
post_date: Date | null;
|
|
953493
|
+
invoice_date: Date | null;
|
|
953494
|
+
fully_paid_date: Date | null;
|
|
953495
|
+
is_cancelled: boolean | null;
|
|
953496
|
+
id_ar_invoice_cancelled: string | null;
|
|
953497
|
+
id_payment_status: string | null;
|
|
952639
953498
|
} | null;
|
|
952640
|
-
|
|
953499
|
+
cancelling_invoice: {
|
|
952641
953500
|
is_active: boolean | null;
|
|
952642
953501
|
id: string;
|
|
952643
953502
|
logic_code: string | null;
|
|
952644
|
-
name: string | null;
|
|
952645
|
-
code: string | null;
|
|
952646
953503
|
created_at: Date | null;
|
|
952647
953504
|
created_by: string | null;
|
|
952648
953505
|
updated_at: Date | null;
|
|
952649
953506
|
updated_by: string | null;
|
|
952650
|
-
|
|
952651
|
-
|
|
952652
|
-
|
|
952653
|
-
|
|
952654
|
-
|
|
952655
|
-
|
|
952656
|
-
|
|
952657
|
-
|
|
952658
|
-
|
|
952659
|
-
|
|
953507
|
+
id_currency: string | null;
|
|
953508
|
+
id_agreed_payment_method: string | null;
|
|
953509
|
+
id_forwarding_shipment_billing: string | null;
|
|
953510
|
+
id_account_organization: string | null;
|
|
953511
|
+
id_ar_ap_invoice_type: string | null;
|
|
953512
|
+
internal_invoice_number: string | null;
|
|
953513
|
+
outstanding_amount: Decimal$1 | null;
|
|
953514
|
+
invoice_amount: Decimal$1 | null;
|
|
953515
|
+
local_invoice_amount: Decimal$1 | null;
|
|
953516
|
+
post_date: Date | null;
|
|
953517
|
+
invoice_date: Date | null;
|
|
953518
|
+
fully_paid_date: Date | null;
|
|
953519
|
+
is_cancelled: boolean | null;
|
|
953520
|
+
id_ar_invoice_cancelled: string | null;
|
|
953521
|
+
id_payment_status: string | null;
|
|
952660
953522
|
} | null;
|
|
952661
|
-
|
|
953523
|
+
account_organization: {
|
|
952662
953524
|
is_active: boolean | null;
|
|
952663
953525
|
id: string;
|
|
952664
953526
|
logic_code: string | null;
|
|
@@ -952685,7 +953547,7 @@ declare const shipmentsRouter: BuiltRouter<{
|
|
|
952685
953547
|
company_number: string | null;
|
|
952686
953548
|
company_tax_number: string | null;
|
|
952687
953549
|
} | null;
|
|
952688
|
-
|
|
953550
|
+
payment_status: {
|
|
952689
953551
|
is_active: boolean | null;
|
|
952690
953552
|
id: string;
|
|
952691
953553
|
logic_code: string | null;
|
|
@@ -952695,64 +953557,40 @@ declare const shipmentsRouter: BuiltRouter<{
|
|
|
952695
953557
|
created_by: string | null;
|
|
952696
953558
|
updated_at: Date | null;
|
|
952697
953559
|
updated_by: string | null;
|
|
952698
|
-
invoice_header: string | null;
|
|
952699
953560
|
} | null;
|
|
952700
|
-
|
|
953561
|
+
agreed_payment_method: {
|
|
952701
953562
|
is_active: boolean | null;
|
|
952702
953563
|
id: string;
|
|
952703
953564
|
logic_code: string | null;
|
|
952704
953565
|
name: string | null;
|
|
952705
|
-
id_country: string | null;
|
|
952706
953566
|
code: string | null;
|
|
952707
953567
|
created_at: Date | null;
|
|
952708
953568
|
created_by: string | null;
|
|
952709
953569
|
updated_at: Date | null;
|
|
952710
953570
|
updated_by: string | null;
|
|
952711
|
-
id_type: string | null;
|
|
952712
|
-
rate: Decimal$1 | null;
|
|
952713
|
-
id_system: string | null;
|
|
952714
|
-
tax_message: string | null;
|
|
952715
953571
|
} | null;
|
|
952716
953572
|
is_active: boolean | null;
|
|
952717
953573
|
id: string;
|
|
952718
953574
|
logic_code: string | null;
|
|
952719
|
-
name: string | null;
|
|
952720
|
-
code: string | null;
|
|
952721
953575
|
created_at: Date | null;
|
|
952722
953576
|
created_by: string | null;
|
|
952723
953577
|
updated_at: Date | null;
|
|
952724
953578
|
updated_by: string | null;
|
|
952725
|
-
|
|
952726
|
-
|
|
952727
|
-
id_cost_latest_system_rate: string | null;
|
|
952728
|
-
id_cost_creditor: string | null;
|
|
952729
|
-
id_cost_tax_rate: string | null;
|
|
952730
|
-
cost_base_rate: Decimal$1 | null;
|
|
952731
|
-
cost_currency_amount: Decimal$1 | null;
|
|
952732
|
-
cost_currency_estimated_amount: Decimal$1 | null;
|
|
952733
|
-
cost_local_currency_amount: Decimal$1 | null;
|
|
952734
|
-
cost_invoice_number: string | null;
|
|
952735
|
-
cost_invoice_date: Date | null;
|
|
952736
|
-
cost_tax_amount: Decimal$1 | null;
|
|
952737
|
-
cost_supplier_reference: string | null;
|
|
952738
|
-
is_cost_posted: boolean | null;
|
|
952739
|
-
id_sell_currency: string | null;
|
|
952740
|
-
id_sell_latest_system_rate: string | null;
|
|
952741
|
-
sell_base_rate: Decimal$1 | null;
|
|
952742
|
-
sell_currency_amount: Decimal$1 | null;
|
|
952743
|
-
sell_currency_estimated_amount: Decimal$1 | null;
|
|
952744
|
-
sell_local_currency_amount: Decimal$1 | null;
|
|
952745
|
-
sell_tax_amount: Decimal$1 | null;
|
|
952746
|
-
id_forwarding_consol_billing_detail_cost: string | null;
|
|
953579
|
+
id_currency: string | null;
|
|
953580
|
+
id_agreed_payment_method: string | null;
|
|
952747
953581
|
id_forwarding_shipment_billing: string | null;
|
|
952748
|
-
|
|
952749
|
-
|
|
952750
|
-
|
|
952751
|
-
|
|
952752
|
-
|
|
952753
|
-
|
|
952754
|
-
|
|
952755
|
-
|
|
953582
|
+
id_account_organization: string | null;
|
|
953583
|
+
id_ar_ap_invoice_type: string | null;
|
|
953584
|
+
internal_invoice_number: string | null;
|
|
953585
|
+
outstanding_amount: Decimal$1 | null;
|
|
953586
|
+
invoice_amount: Decimal$1 | null;
|
|
953587
|
+
local_invoice_amount: Decimal$1 | null;
|
|
953588
|
+
post_date: Date | null;
|
|
953589
|
+
invoice_date: Date | null;
|
|
953590
|
+
fully_paid_date: Date | null;
|
|
953591
|
+
is_cancelled: boolean | null;
|
|
953592
|
+
id_ar_invoice_cancelled: string | null;
|
|
953593
|
+
id_payment_status: string | null;
|
|
952756
953594
|
}[];
|
|
952757
953595
|
_count: {
|
|
952758
953596
|
forwarding_shipment: number;
|
|
@@ -952879,6 +953717,89 @@ declare const shipmentsRouter: BuiltRouter<{
|
|
|
952879
953717
|
company_tax_number: string | null;
|
|
952880
953718
|
} | null;
|
|
952881
953719
|
organization_local_client_address: {
|
|
953720
|
+
country: {
|
|
953721
|
+
is_active: boolean | null;
|
|
953722
|
+
id: string;
|
|
953723
|
+
logic_code: string | null;
|
|
953724
|
+
name: string | null;
|
|
953725
|
+
created_at: Date | null;
|
|
953726
|
+
created_by: string | null;
|
|
953727
|
+
updated_at: Date | null;
|
|
953728
|
+
updated_by: string | null;
|
|
953729
|
+
id_currency: string | null;
|
|
953730
|
+
id_awb_currency: string | null;
|
|
953731
|
+
iso2_code: string | null;
|
|
953732
|
+
iso3_code: string | null;
|
|
953733
|
+
iso3_numeric: string | null;
|
|
953734
|
+
is_sanctioned: boolean | null;
|
|
953735
|
+
} | null;
|
|
953736
|
+
state: {
|
|
953737
|
+
is_active: boolean | null;
|
|
953738
|
+
id: string;
|
|
953739
|
+
logic_code: string | null;
|
|
953740
|
+
name: string | null;
|
|
953741
|
+
id_country: string | null;
|
|
953742
|
+
code: string | null;
|
|
953743
|
+
created_at: Date | null;
|
|
953744
|
+
created_by: string | null;
|
|
953745
|
+
updated_at: Date | null;
|
|
953746
|
+
updated_by: string | null;
|
|
953747
|
+
} | null;
|
|
953748
|
+
city: {
|
|
953749
|
+
is_active: boolean | null;
|
|
953750
|
+
id: string;
|
|
953751
|
+
logic_code: string | null;
|
|
953752
|
+
name: string | null;
|
|
953753
|
+
id_country: string | null;
|
|
953754
|
+
id_state: string | null;
|
|
953755
|
+
code: string | null;
|
|
953756
|
+
created_at: Date | null;
|
|
953757
|
+
created_by: string | null;
|
|
953758
|
+
updated_at: Date | null;
|
|
953759
|
+
updated_by: string | null;
|
|
953760
|
+
} | null;
|
|
953761
|
+
postal_code: {
|
|
953762
|
+
is_active: boolean | null;
|
|
953763
|
+
id: string;
|
|
953764
|
+
logic_code: string | null;
|
|
953765
|
+
id_country: string | null;
|
|
953766
|
+
code: string | null;
|
|
953767
|
+
created_at: Date | null;
|
|
953768
|
+
created_by: string | null;
|
|
953769
|
+
updated_at: Date | null;
|
|
953770
|
+
updated_by: string | null;
|
|
953771
|
+
} | null;
|
|
953772
|
+
un_locode: {
|
|
953773
|
+
is_active: boolean | null;
|
|
953774
|
+
id: string;
|
|
953775
|
+
logic_code: string | null;
|
|
953776
|
+
id_country: string | null;
|
|
953777
|
+
id_state: string | null;
|
|
953778
|
+
id_city: string | null;
|
|
953779
|
+
created_at: Date | null;
|
|
953780
|
+
created_by: string | null;
|
|
953781
|
+
updated_at: Date | null;
|
|
953782
|
+
updated_by: string | null;
|
|
953783
|
+
id_time_zone: string | null;
|
|
953784
|
+
un_code: string | null;
|
|
953785
|
+
iata_code: string | null;
|
|
953786
|
+
iata_region_code: string | null;
|
|
953787
|
+
latitude: Decimal$1 | null;
|
|
953788
|
+
longitude: Decimal$1 | null;
|
|
953789
|
+
port_name: string | null;
|
|
953790
|
+
proper_name: string | null;
|
|
953791
|
+
has_post: boolean | null;
|
|
953792
|
+
has_customs: boolean | null;
|
|
953793
|
+
has_unload: boolean | null;
|
|
953794
|
+
has_airport: boolean | null;
|
|
953795
|
+
has_railway: boolean | null;
|
|
953796
|
+
has_road: boolean | null;
|
|
953797
|
+
has_store: boolean | null;
|
|
953798
|
+
has_terminal: boolean | null;
|
|
953799
|
+
has_discharge: boolean | null;
|
|
953800
|
+
has_seaport: boolean | null;
|
|
953801
|
+
has_outport: boolean | null;
|
|
953802
|
+
} | null;
|
|
952882
953803
|
is_active: boolean | null;
|
|
952883
953804
|
id: string;
|
|
952884
953805
|
logic_code: string | null;
|
|
@@ -952927,6 +953848,89 @@ declare const shipmentsRouter: BuiltRouter<{
|
|
|
952927
953848
|
company_tax_number: string | null;
|
|
952928
953849
|
} | null;
|
|
952929
953850
|
organization_overseas_agent_address: {
|
|
953851
|
+
country: {
|
|
953852
|
+
is_active: boolean | null;
|
|
953853
|
+
id: string;
|
|
953854
|
+
logic_code: string | null;
|
|
953855
|
+
name: string | null;
|
|
953856
|
+
created_at: Date | null;
|
|
953857
|
+
created_by: string | null;
|
|
953858
|
+
updated_at: Date | null;
|
|
953859
|
+
updated_by: string | null;
|
|
953860
|
+
id_currency: string | null;
|
|
953861
|
+
id_awb_currency: string | null;
|
|
953862
|
+
iso2_code: string | null;
|
|
953863
|
+
iso3_code: string | null;
|
|
953864
|
+
iso3_numeric: string | null;
|
|
953865
|
+
is_sanctioned: boolean | null;
|
|
953866
|
+
} | null;
|
|
953867
|
+
state: {
|
|
953868
|
+
is_active: boolean | null;
|
|
953869
|
+
id: string;
|
|
953870
|
+
logic_code: string | null;
|
|
953871
|
+
name: string | null;
|
|
953872
|
+
id_country: string | null;
|
|
953873
|
+
code: string | null;
|
|
953874
|
+
created_at: Date | null;
|
|
953875
|
+
created_by: string | null;
|
|
953876
|
+
updated_at: Date | null;
|
|
953877
|
+
updated_by: string | null;
|
|
953878
|
+
} | null;
|
|
953879
|
+
city: {
|
|
953880
|
+
is_active: boolean | null;
|
|
953881
|
+
id: string;
|
|
953882
|
+
logic_code: string | null;
|
|
953883
|
+
name: string | null;
|
|
953884
|
+
id_country: string | null;
|
|
953885
|
+
id_state: string | null;
|
|
953886
|
+
code: string | null;
|
|
953887
|
+
created_at: Date | null;
|
|
953888
|
+
created_by: string | null;
|
|
953889
|
+
updated_at: Date | null;
|
|
953890
|
+
updated_by: string | null;
|
|
953891
|
+
} | null;
|
|
953892
|
+
postal_code: {
|
|
953893
|
+
is_active: boolean | null;
|
|
953894
|
+
id: string;
|
|
953895
|
+
logic_code: string | null;
|
|
953896
|
+
id_country: string | null;
|
|
953897
|
+
code: string | null;
|
|
953898
|
+
created_at: Date | null;
|
|
953899
|
+
created_by: string | null;
|
|
953900
|
+
updated_at: Date | null;
|
|
953901
|
+
updated_by: string | null;
|
|
953902
|
+
} | null;
|
|
953903
|
+
un_locode: {
|
|
953904
|
+
is_active: boolean | null;
|
|
953905
|
+
id: string;
|
|
953906
|
+
logic_code: string | null;
|
|
953907
|
+
id_country: string | null;
|
|
953908
|
+
id_state: string | null;
|
|
953909
|
+
id_city: string | null;
|
|
953910
|
+
created_at: Date | null;
|
|
953911
|
+
created_by: string | null;
|
|
953912
|
+
updated_at: Date | null;
|
|
953913
|
+
updated_by: string | null;
|
|
953914
|
+
id_time_zone: string | null;
|
|
953915
|
+
un_code: string | null;
|
|
953916
|
+
iata_code: string | null;
|
|
953917
|
+
iata_region_code: string | null;
|
|
953918
|
+
latitude: Decimal$1 | null;
|
|
953919
|
+
longitude: Decimal$1 | null;
|
|
953920
|
+
port_name: string | null;
|
|
953921
|
+
proper_name: string | null;
|
|
953922
|
+
has_post: boolean | null;
|
|
953923
|
+
has_customs: boolean | null;
|
|
953924
|
+
has_unload: boolean | null;
|
|
953925
|
+
has_airport: boolean | null;
|
|
953926
|
+
has_railway: boolean | null;
|
|
953927
|
+
has_road: boolean | null;
|
|
953928
|
+
has_store: boolean | null;
|
|
953929
|
+
has_terminal: boolean | null;
|
|
953930
|
+
has_discharge: boolean | null;
|
|
953931
|
+
has_seaport: boolean | null;
|
|
953932
|
+
has_outport: boolean | null;
|
|
953933
|
+
} | null;
|
|
952930
953934
|
is_active: boolean | null;
|
|
952931
953935
|
id: string;
|
|
952932
953936
|
logic_code: string | null;
|
|
@@ -953359,6 +954363,8 @@ declare const shipmentsRouter: BuiltRouter<{
|
|
|
953359
954363
|
is_sell_posted?: string | number | boolean | null | undefined;
|
|
953360
954364
|
}[] | undefined;
|
|
953361
954365
|
ids_delete_billing_detail?: string[] | null | undefined;
|
|
954366
|
+
ids_cancel_billing_ap_invoice?: string[] | null | undefined;
|
|
954367
|
+
ids_cancel_billing_ar_invoice?: string[] | null | undefined;
|
|
953362
954368
|
is_active?: string | number | boolean | null | undefined;
|
|
953363
954369
|
id_forwarding_shipment?: string | null | undefined;
|
|
953364
954370
|
id_local_client?: string | null | undefined;
|
|
@@ -953554,61 +954560,6 @@ declare const shipmentsRouter: BuiltRouter<{
|
|
|
953554
954560
|
};
|
|
953555
954561
|
output: {
|
|
953556
954562
|
data: {
|
|
953557
|
-
forwarding_shipment_billing_ap_details: {
|
|
953558
|
-
is_active: boolean | null;
|
|
953559
|
-
id: string;
|
|
953560
|
-
logic_code: string | null;
|
|
953561
|
-
name: string | null;
|
|
953562
|
-
code: string | null;
|
|
953563
|
-
created_at: Date | null;
|
|
953564
|
-
created_by: string | null;
|
|
953565
|
-
updated_at: Date | null;
|
|
953566
|
-
updated_by: string | null;
|
|
953567
|
-
id_charge_code: string | null;
|
|
953568
|
-
id_cost_currency: string | null;
|
|
953569
|
-
id_cost_latest_system_rate: string | null;
|
|
953570
|
-
id_cost_creditor: string | null;
|
|
953571
|
-
id_cost_tax_rate: string | null;
|
|
953572
|
-
cost_base_rate: Decimal$1 | null;
|
|
953573
|
-
cost_currency_amount: Decimal$1 | null;
|
|
953574
|
-
cost_currency_estimated_amount: Decimal$1 | null;
|
|
953575
|
-
cost_local_currency_amount: Decimal$1 | null;
|
|
953576
|
-
cost_invoice_number: string | null;
|
|
953577
|
-
cost_invoice_date: Date | null;
|
|
953578
|
-
cost_tax_amount: Decimal$1 | null;
|
|
953579
|
-
cost_supplier_reference: string | null;
|
|
953580
|
-
is_cost_posted: boolean | null;
|
|
953581
|
-
id_forwarding_consol_billing_detail_cost: string | null;
|
|
953582
|
-
id_billing_ap_invoice: string | null;
|
|
953583
|
-
id_forwarding_shipment_billing_detail: string | null;
|
|
953584
|
-
}[];
|
|
953585
|
-
forwarding_shipment_billing_ar_details: {
|
|
953586
|
-
is_active: boolean | null;
|
|
953587
|
-
id: string;
|
|
953588
|
-
logic_code: string | null;
|
|
953589
|
-
name: string | null;
|
|
953590
|
-
code: string | null;
|
|
953591
|
-
created_at: Date | null;
|
|
953592
|
-
created_by: string | null;
|
|
953593
|
-
updated_at: Date | null;
|
|
953594
|
-
updated_by: string | null;
|
|
953595
|
-
id_charge_code: string | null;
|
|
953596
|
-
id_sell_currency: string | null;
|
|
953597
|
-
id_sell_latest_system_rate: string | null;
|
|
953598
|
-
sell_base_rate: Decimal$1 | null;
|
|
953599
|
-
sell_currency_amount: Decimal$1 | null;
|
|
953600
|
-
sell_currency_estimated_amount: Decimal$1 | null;
|
|
953601
|
-
sell_local_currency_amount: Decimal$1 | null;
|
|
953602
|
-
sell_tax_amount: Decimal$1 | null;
|
|
953603
|
-
id_forwarding_consol_billing_detail_sell: string | null;
|
|
953604
|
-
id_sell_debtor: string | null;
|
|
953605
|
-
id_sell_invoice_type: string | null;
|
|
953606
|
-
id_sell_tax_rate: string | null;
|
|
953607
|
-
sell_invoice_number: string | null;
|
|
953608
|
-
is_sell_posted: boolean | null;
|
|
953609
|
-
id_forwarding_shipment_billing_detail: string | null;
|
|
953610
|
-
id_billing_ar_invoice: string | null;
|
|
953611
|
-
}[];
|
|
953612
954563
|
forwarding_shipment_billing: {
|
|
953613
954564
|
is_active: boolean | null;
|
|
953614
954565
|
id: string;
|
|
@@ -953999,6 +954950,56 @@ declare const shipmentsRouter: BuiltRouter<{
|
|
|
953999
954950
|
id_system: string | null;
|
|
954000
954951
|
tax_message: string | null;
|
|
954001
954952
|
} | null;
|
|
954953
|
+
forwarding_shipment_billing_ap_invoice: {
|
|
954954
|
+
is_active: boolean | null;
|
|
954955
|
+
id: string;
|
|
954956
|
+
logic_code: string | null;
|
|
954957
|
+
created_at: Date | null;
|
|
954958
|
+
created_by: string | null;
|
|
954959
|
+
updated_at: Date | null;
|
|
954960
|
+
updated_by: string | null;
|
|
954961
|
+
id_currency: string | null;
|
|
954962
|
+
id_forwarding_shipment_billing: string | null;
|
|
954963
|
+
id_ap_invoice_cancelled: string | null;
|
|
954964
|
+
id_account_organization: string | null;
|
|
954965
|
+
id_ar_ap_invoice_type: string | null;
|
|
954966
|
+
id_requisition_status: string | null;
|
|
954967
|
+
internal_invoice_number: string | null;
|
|
954968
|
+
invoice_number: string | null;
|
|
954969
|
+
outstanding_amount: Decimal$1 | null;
|
|
954970
|
+
invoice_amount: Decimal$1 | null;
|
|
954971
|
+
local_invoice_amount: Decimal$1 | null;
|
|
954972
|
+
post_date: Date | null;
|
|
954973
|
+
invoice_date: Date | null;
|
|
954974
|
+
due_date: Date | null;
|
|
954975
|
+
fully_paid_date: Date | null;
|
|
954976
|
+
requisition_date: Date | null;
|
|
954977
|
+
is_cancelled: boolean | null;
|
|
954978
|
+
} | null;
|
|
954979
|
+
forwarding_shipment_billing_ar_invoice: {
|
|
954980
|
+
is_active: boolean | null;
|
|
954981
|
+
id: string;
|
|
954982
|
+
logic_code: string | null;
|
|
954983
|
+
created_at: Date | null;
|
|
954984
|
+
created_by: string | null;
|
|
954985
|
+
updated_at: Date | null;
|
|
954986
|
+
updated_by: string | null;
|
|
954987
|
+
id_currency: string | null;
|
|
954988
|
+
id_agreed_payment_method: string | null;
|
|
954989
|
+
id_forwarding_shipment_billing: string | null;
|
|
954990
|
+
id_account_organization: string | null;
|
|
954991
|
+
id_ar_ap_invoice_type: string | null;
|
|
954992
|
+
internal_invoice_number: string | null;
|
|
954993
|
+
outstanding_amount: Decimal$1 | null;
|
|
954994
|
+
invoice_amount: Decimal$1 | null;
|
|
954995
|
+
local_invoice_amount: Decimal$1 | null;
|
|
954996
|
+
post_date: Date | null;
|
|
954997
|
+
invoice_date: Date | null;
|
|
954998
|
+
fully_paid_date: Date | null;
|
|
954999
|
+
is_cancelled: boolean | null;
|
|
955000
|
+
id_ar_invoice_cancelled: string | null;
|
|
955001
|
+
id_payment_status: string | null;
|
|
955002
|
+
} | null;
|
|
954002
955003
|
is_active: boolean | null;
|
|
954003
955004
|
id: string;
|
|
954004
955005
|
logic_code: string | null;
|
|
@@ -954053,61 +955054,6 @@ declare const shipmentsRouter: BuiltRouter<{
|
|
|
954053
955054
|
};
|
|
954054
955055
|
output: {
|
|
954055
955056
|
data: {
|
|
954056
|
-
forwarding_shipment_billing_ap_details: {
|
|
954057
|
-
is_active: boolean | null;
|
|
954058
|
-
id: string;
|
|
954059
|
-
logic_code: string | null;
|
|
954060
|
-
name: string | null;
|
|
954061
|
-
code: string | null;
|
|
954062
|
-
created_at: Date | null;
|
|
954063
|
-
created_by: string | null;
|
|
954064
|
-
updated_at: Date | null;
|
|
954065
|
-
updated_by: string | null;
|
|
954066
|
-
id_charge_code: string | null;
|
|
954067
|
-
id_cost_currency: string | null;
|
|
954068
|
-
id_cost_latest_system_rate: string | null;
|
|
954069
|
-
id_cost_creditor: string | null;
|
|
954070
|
-
id_cost_tax_rate: string | null;
|
|
954071
|
-
cost_base_rate: Decimal$1 | null;
|
|
954072
|
-
cost_currency_amount: Decimal$1 | null;
|
|
954073
|
-
cost_currency_estimated_amount: Decimal$1 | null;
|
|
954074
|
-
cost_local_currency_amount: Decimal$1 | null;
|
|
954075
|
-
cost_invoice_number: string | null;
|
|
954076
|
-
cost_invoice_date: Date | null;
|
|
954077
|
-
cost_tax_amount: Decimal$1 | null;
|
|
954078
|
-
cost_supplier_reference: string | null;
|
|
954079
|
-
is_cost_posted: boolean | null;
|
|
954080
|
-
id_forwarding_consol_billing_detail_cost: string | null;
|
|
954081
|
-
id_billing_ap_invoice: string | null;
|
|
954082
|
-
id_forwarding_shipment_billing_detail: string | null;
|
|
954083
|
-
}[];
|
|
954084
|
-
forwarding_shipment_billing_ar_details: {
|
|
954085
|
-
is_active: boolean | null;
|
|
954086
|
-
id: string;
|
|
954087
|
-
logic_code: string | null;
|
|
954088
|
-
name: string | null;
|
|
954089
|
-
code: string | null;
|
|
954090
|
-
created_at: Date | null;
|
|
954091
|
-
created_by: string | null;
|
|
954092
|
-
updated_at: Date | null;
|
|
954093
|
-
updated_by: string | null;
|
|
954094
|
-
id_charge_code: string | null;
|
|
954095
|
-
id_sell_currency: string | null;
|
|
954096
|
-
id_sell_latest_system_rate: string | null;
|
|
954097
|
-
sell_base_rate: Decimal$1 | null;
|
|
954098
|
-
sell_currency_amount: Decimal$1 | null;
|
|
954099
|
-
sell_currency_estimated_amount: Decimal$1 | null;
|
|
954100
|
-
sell_local_currency_amount: Decimal$1 | null;
|
|
954101
|
-
sell_tax_amount: Decimal$1 | null;
|
|
954102
|
-
id_forwarding_consol_billing_detail_sell: string | null;
|
|
954103
|
-
id_sell_debtor: string | null;
|
|
954104
|
-
id_sell_invoice_type: string | null;
|
|
954105
|
-
id_sell_tax_rate: string | null;
|
|
954106
|
-
sell_invoice_number: string | null;
|
|
954107
|
-
is_sell_posted: boolean | null;
|
|
954108
|
-
id_forwarding_shipment_billing_detail: string | null;
|
|
954109
|
-
id_billing_ar_invoice: string | null;
|
|
954110
|
-
}[];
|
|
954111
955057
|
_count: {
|
|
954112
955058
|
forwarding_shipment_billing: number;
|
|
954113
955059
|
forwarding_consol_billing_detail_cost: number;
|
|
@@ -954520,6 +955466,56 @@ declare const shipmentsRouter: BuiltRouter<{
|
|
|
954520
955466
|
id_system: string | null;
|
|
954521
955467
|
tax_message: string | null;
|
|
954522
955468
|
} | null;
|
|
955469
|
+
forwarding_shipment_billing_ap_invoice: {
|
|
955470
|
+
is_active: boolean | null;
|
|
955471
|
+
id: string;
|
|
955472
|
+
logic_code: string | null;
|
|
955473
|
+
created_at: Date | null;
|
|
955474
|
+
created_by: string | null;
|
|
955475
|
+
updated_at: Date | null;
|
|
955476
|
+
updated_by: string | null;
|
|
955477
|
+
id_currency: string | null;
|
|
955478
|
+
id_forwarding_shipment_billing: string | null;
|
|
955479
|
+
id_ap_invoice_cancelled: string | null;
|
|
955480
|
+
id_account_organization: string | null;
|
|
955481
|
+
id_ar_ap_invoice_type: string | null;
|
|
955482
|
+
id_requisition_status: string | null;
|
|
955483
|
+
internal_invoice_number: string | null;
|
|
955484
|
+
invoice_number: string | null;
|
|
955485
|
+
outstanding_amount: Decimal$1 | null;
|
|
955486
|
+
invoice_amount: Decimal$1 | null;
|
|
955487
|
+
local_invoice_amount: Decimal$1 | null;
|
|
955488
|
+
post_date: Date | null;
|
|
955489
|
+
invoice_date: Date | null;
|
|
955490
|
+
due_date: Date | null;
|
|
955491
|
+
fully_paid_date: Date | null;
|
|
955492
|
+
requisition_date: Date | null;
|
|
955493
|
+
is_cancelled: boolean | null;
|
|
955494
|
+
} | null;
|
|
955495
|
+
forwarding_shipment_billing_ar_invoice: {
|
|
955496
|
+
is_active: boolean | null;
|
|
955497
|
+
id: string;
|
|
955498
|
+
logic_code: string | null;
|
|
955499
|
+
created_at: Date | null;
|
|
955500
|
+
created_by: string | null;
|
|
955501
|
+
updated_at: Date | null;
|
|
955502
|
+
updated_by: string | null;
|
|
955503
|
+
id_currency: string | null;
|
|
955504
|
+
id_agreed_payment_method: string | null;
|
|
955505
|
+
id_forwarding_shipment_billing: string | null;
|
|
955506
|
+
id_account_organization: string | null;
|
|
955507
|
+
id_ar_ap_invoice_type: string | null;
|
|
955508
|
+
internal_invoice_number: string | null;
|
|
955509
|
+
outstanding_amount: Decimal$1 | null;
|
|
955510
|
+
invoice_amount: Decimal$1 | null;
|
|
955511
|
+
local_invoice_amount: Decimal$1 | null;
|
|
955512
|
+
post_date: Date | null;
|
|
955513
|
+
invoice_date: Date | null;
|
|
955514
|
+
fully_paid_date: Date | null;
|
|
955515
|
+
is_cancelled: boolean | null;
|
|
955516
|
+
id_ar_invoice_cancelled: string | null;
|
|
955517
|
+
id_payment_status: string | null;
|
|
955518
|
+
} | null;
|
|
954523
955519
|
is_active: boolean | null;
|
|
954524
955520
|
id: string;
|
|
954525
955521
|
logic_code: string | null;
|
|
@@ -955328,6 +956324,28 @@ declare const shipmentsRouter: BuiltRouter<{
|
|
|
955328
956324
|
is_override_local_client: boolean | null;
|
|
955329
956325
|
is_override_overseas_agent: boolean | null;
|
|
955330
956326
|
} | null;
|
|
956327
|
+
invoice_type: {
|
|
956328
|
+
is_active: boolean | null;
|
|
956329
|
+
id: string;
|
|
956330
|
+
logic_code: string | null;
|
|
956331
|
+
name: string | null;
|
|
956332
|
+
code: string | null;
|
|
956333
|
+
created_at: Date | null;
|
|
956334
|
+
created_by: string | null;
|
|
956335
|
+
updated_at: Date | null;
|
|
956336
|
+
updated_by: string | null;
|
|
956337
|
+
} | null;
|
|
956338
|
+
requisition_status: {
|
|
956339
|
+
is_active: boolean | null;
|
|
956340
|
+
id: string;
|
|
956341
|
+
logic_code: string | null;
|
|
956342
|
+
name: string | null;
|
|
956343
|
+
code: string | null;
|
|
956344
|
+
created_at: Date | null;
|
|
956345
|
+
created_by: string | null;
|
|
956346
|
+
updated_at: Date | null;
|
|
956347
|
+
updated_by: string | null;
|
|
956348
|
+
} | null;
|
|
955331
956349
|
cancelled_invoice: {
|
|
955332
956350
|
is_active: boolean | null;
|
|
955333
956351
|
id: string;
|
|
@@ -955354,6 +956372,32 @@ declare const shipmentsRouter: BuiltRouter<{
|
|
|
955354
956372
|
requisition_date: Date | null;
|
|
955355
956373
|
is_cancelled: boolean | null;
|
|
955356
956374
|
} | null;
|
|
956375
|
+
cancelling_invoice: {
|
|
956376
|
+
is_active: boolean | null;
|
|
956377
|
+
id: string;
|
|
956378
|
+
logic_code: string | null;
|
|
956379
|
+
created_at: Date | null;
|
|
956380
|
+
created_by: string | null;
|
|
956381
|
+
updated_at: Date | null;
|
|
956382
|
+
updated_by: string | null;
|
|
956383
|
+
id_currency: string | null;
|
|
956384
|
+
id_forwarding_shipment_billing: string | null;
|
|
956385
|
+
id_ap_invoice_cancelled: string | null;
|
|
956386
|
+
id_account_organization: string | null;
|
|
956387
|
+
id_ar_ap_invoice_type: string | null;
|
|
956388
|
+
id_requisition_status: string | null;
|
|
956389
|
+
internal_invoice_number: string | null;
|
|
956390
|
+
invoice_number: string | null;
|
|
956391
|
+
outstanding_amount: Decimal$1 | null;
|
|
956392
|
+
invoice_amount: Decimal$1 | null;
|
|
956393
|
+
local_invoice_amount: Decimal$1 | null;
|
|
956394
|
+
post_date: Date | null;
|
|
956395
|
+
invoice_date: Date | null;
|
|
956396
|
+
due_date: Date | null;
|
|
956397
|
+
fully_paid_date: Date | null;
|
|
956398
|
+
requisition_date: Date | null;
|
|
956399
|
+
is_cancelled: boolean | null;
|
|
956400
|
+
} | null;
|
|
955357
956401
|
account_organization: {
|
|
955358
956402
|
is_active: boolean | null;
|
|
955359
956403
|
id: string;
|
|
@@ -955381,28 +956425,6 @@ declare const shipmentsRouter: BuiltRouter<{
|
|
|
955381
956425
|
company_number: string | null;
|
|
955382
956426
|
company_tax_number: string | null;
|
|
955383
956427
|
} | null;
|
|
955384
|
-
invoice_type: {
|
|
955385
|
-
is_active: boolean | null;
|
|
955386
|
-
id: string;
|
|
955387
|
-
logic_code: string | null;
|
|
955388
|
-
name: string | null;
|
|
955389
|
-
code: string | null;
|
|
955390
|
-
created_at: Date | null;
|
|
955391
|
-
created_by: string | null;
|
|
955392
|
-
updated_at: Date | null;
|
|
955393
|
-
updated_by: string | null;
|
|
955394
|
-
} | null;
|
|
955395
|
-
requisition_status: {
|
|
955396
|
-
is_active: boolean | null;
|
|
955397
|
-
id: string;
|
|
955398
|
-
logic_code: string | null;
|
|
955399
|
-
name: string | null;
|
|
955400
|
-
code: string | null;
|
|
955401
|
-
created_at: Date | null;
|
|
955402
|
-
created_by: string | null;
|
|
955403
|
-
updated_at: Date | null;
|
|
955404
|
-
updated_by: string | null;
|
|
955405
|
-
} | null;
|
|
955406
956428
|
forwarding_shipment_edoc: {
|
|
955407
956429
|
is_active: boolean | null;
|
|
955408
956430
|
id: string;
|
|
@@ -955425,32 +956447,6 @@ declare const shipmentsRouter: BuiltRouter<{
|
|
|
955425
956447
|
id_forwarding_shipment: string | null;
|
|
955426
956448
|
id_billing_ap_invoice: string | null;
|
|
955427
956449
|
} | null;
|
|
955428
|
-
cancelling_invoice: {
|
|
955429
|
-
is_active: boolean | null;
|
|
955430
|
-
id: string;
|
|
955431
|
-
logic_code: string | null;
|
|
955432
|
-
created_at: Date | null;
|
|
955433
|
-
created_by: string | null;
|
|
955434
|
-
updated_at: Date | null;
|
|
955435
|
-
updated_by: string | null;
|
|
955436
|
-
id_currency: string | null;
|
|
955437
|
-
id_forwarding_shipment_billing: string | null;
|
|
955438
|
-
id_ap_invoice_cancelled: string | null;
|
|
955439
|
-
id_account_organization: string | null;
|
|
955440
|
-
id_ar_ap_invoice_type: string | null;
|
|
955441
|
-
id_requisition_status: string | null;
|
|
955442
|
-
internal_invoice_number: string | null;
|
|
955443
|
-
invoice_number: string | null;
|
|
955444
|
-
outstanding_amount: Decimal$1 | null;
|
|
955445
|
-
invoice_amount: Decimal$1 | null;
|
|
955446
|
-
local_invoice_amount: Decimal$1 | null;
|
|
955447
|
-
post_date: Date | null;
|
|
955448
|
-
invoice_date: Date | null;
|
|
955449
|
-
due_date: Date | null;
|
|
955450
|
-
fully_paid_date: Date | null;
|
|
955451
|
-
requisition_date: Date | null;
|
|
955452
|
-
is_cancelled: boolean | null;
|
|
955453
|
-
} | null;
|
|
955454
956450
|
is_active: boolean | null;
|
|
955455
956451
|
id: string;
|
|
955456
956452
|
logic_code: string | null;
|
|
@@ -955608,31 +956604,79 @@ declare const shipmentsRouter: BuiltRouter<{
|
|
|
955608
956604
|
created_by: string | null;
|
|
955609
956605
|
updated_at: Date | null;
|
|
955610
956606
|
updated_by: string | null;
|
|
955611
|
-
id_forwarding_shipment: string | null;
|
|
955612
|
-
margin: Decimal$1 | null;
|
|
955613
|
-
id_local_client: string | null;
|
|
955614
|
-
id_local_client_address: string | null;
|
|
955615
|
-
id_overseas_agent: string | null;
|
|
955616
|
-
id_overseas_agent_address: string | null;
|
|
955617
|
-
id_sales_rep: string | null;
|
|
955618
|
-
id_operation_rep: string | null;
|
|
955619
|
-
id_profit_loss_reason: string | null;
|
|
955620
|
-
id_job_status: string | null;
|
|
955621
|
-
billing_number: string | null;
|
|
955622
|
-
job_date: Date | null;
|
|
955623
|
-
open_date: Date | null;
|
|
955624
|
-
close_date: Date | null;
|
|
955625
|
-
job_recognition_date: Date | null;
|
|
955626
|
-
on_hold_reason: string | null;
|
|
955627
|
-
client_contract_number: string | null;
|
|
955628
|
-
quote_number: string | null;
|
|
955629
|
-
local_client_address: string | null;
|
|
955630
|
-
overseas_agent_address: string | null;
|
|
955631
|
-
is_on_hold: boolean | null;
|
|
955632
|
-
is_override_local_client: boolean | null;
|
|
955633
|
-
is_override_overseas_agent: boolean | null;
|
|
956607
|
+
id_forwarding_shipment: string | null;
|
|
956608
|
+
margin: Decimal$1 | null;
|
|
956609
|
+
id_local_client: string | null;
|
|
956610
|
+
id_local_client_address: string | null;
|
|
956611
|
+
id_overseas_agent: string | null;
|
|
956612
|
+
id_overseas_agent_address: string | null;
|
|
956613
|
+
id_sales_rep: string | null;
|
|
956614
|
+
id_operation_rep: string | null;
|
|
956615
|
+
id_profit_loss_reason: string | null;
|
|
956616
|
+
id_job_status: string | null;
|
|
956617
|
+
billing_number: string | null;
|
|
956618
|
+
job_date: Date | null;
|
|
956619
|
+
open_date: Date | null;
|
|
956620
|
+
close_date: Date | null;
|
|
956621
|
+
job_recognition_date: Date | null;
|
|
956622
|
+
on_hold_reason: string | null;
|
|
956623
|
+
client_contract_number: string | null;
|
|
956624
|
+
quote_number: string | null;
|
|
956625
|
+
local_client_address: string | null;
|
|
956626
|
+
overseas_agent_address: string | null;
|
|
956627
|
+
is_on_hold: boolean | null;
|
|
956628
|
+
is_override_local_client: boolean | null;
|
|
956629
|
+
is_override_overseas_agent: boolean | null;
|
|
956630
|
+
} | null;
|
|
956631
|
+
invoice_type: {
|
|
956632
|
+
is_active: boolean | null;
|
|
956633
|
+
id: string;
|
|
956634
|
+
logic_code: string | null;
|
|
956635
|
+
name: string | null;
|
|
956636
|
+
code: string | null;
|
|
956637
|
+
created_at: Date | null;
|
|
956638
|
+
created_by: string | null;
|
|
956639
|
+
updated_at: Date | null;
|
|
956640
|
+
updated_by: string | null;
|
|
956641
|
+
} | null;
|
|
956642
|
+
requisition_status: {
|
|
956643
|
+
is_active: boolean | null;
|
|
956644
|
+
id: string;
|
|
956645
|
+
logic_code: string | null;
|
|
956646
|
+
name: string | null;
|
|
956647
|
+
code: string | null;
|
|
956648
|
+
created_at: Date | null;
|
|
956649
|
+
created_by: string | null;
|
|
956650
|
+
updated_at: Date | null;
|
|
956651
|
+
updated_by: string | null;
|
|
956652
|
+
} | null;
|
|
956653
|
+
cancelled_invoice: {
|
|
956654
|
+
is_active: boolean | null;
|
|
956655
|
+
id: string;
|
|
956656
|
+
logic_code: string | null;
|
|
956657
|
+
created_at: Date | null;
|
|
956658
|
+
created_by: string | null;
|
|
956659
|
+
updated_at: Date | null;
|
|
956660
|
+
updated_by: string | null;
|
|
956661
|
+
id_currency: string | null;
|
|
956662
|
+
id_forwarding_shipment_billing: string | null;
|
|
956663
|
+
id_ap_invoice_cancelled: string | null;
|
|
956664
|
+
id_account_organization: string | null;
|
|
956665
|
+
id_ar_ap_invoice_type: string | null;
|
|
956666
|
+
id_requisition_status: string | null;
|
|
956667
|
+
internal_invoice_number: string | null;
|
|
956668
|
+
invoice_number: string | null;
|
|
956669
|
+
outstanding_amount: Decimal$1 | null;
|
|
956670
|
+
invoice_amount: Decimal$1 | null;
|
|
956671
|
+
local_invoice_amount: Decimal$1 | null;
|
|
956672
|
+
post_date: Date | null;
|
|
956673
|
+
invoice_date: Date | null;
|
|
956674
|
+
due_date: Date | null;
|
|
956675
|
+
fully_paid_date: Date | null;
|
|
956676
|
+
requisition_date: Date | null;
|
|
956677
|
+
is_cancelled: boolean | null;
|
|
955634
956678
|
} | null;
|
|
955635
|
-
|
|
956679
|
+
cancelling_invoice: {
|
|
955636
956680
|
is_active: boolean | null;
|
|
955637
956681
|
id: string;
|
|
955638
956682
|
logic_code: string | null;
|
|
@@ -955685,28 +956729,6 @@ declare const shipmentsRouter: BuiltRouter<{
|
|
|
955685
956729
|
company_number: string | null;
|
|
955686
956730
|
company_tax_number: string | null;
|
|
955687
956731
|
} | null;
|
|
955688
|
-
invoice_type: {
|
|
955689
|
-
is_active: boolean | null;
|
|
955690
|
-
id: string;
|
|
955691
|
-
logic_code: string | null;
|
|
955692
|
-
name: string | null;
|
|
955693
|
-
code: string | null;
|
|
955694
|
-
created_at: Date | null;
|
|
955695
|
-
created_by: string | null;
|
|
955696
|
-
updated_at: Date | null;
|
|
955697
|
-
updated_by: string | null;
|
|
955698
|
-
} | null;
|
|
955699
|
-
requisition_status: {
|
|
955700
|
-
is_active: boolean | null;
|
|
955701
|
-
id: string;
|
|
955702
|
-
logic_code: string | null;
|
|
955703
|
-
name: string | null;
|
|
955704
|
-
code: string | null;
|
|
955705
|
-
created_at: Date | null;
|
|
955706
|
-
created_by: string | null;
|
|
955707
|
-
updated_at: Date | null;
|
|
955708
|
-
updated_by: string | null;
|
|
955709
|
-
} | null;
|
|
955710
956732
|
forwarding_shipment_edoc: {
|
|
955711
956733
|
is_active: boolean | null;
|
|
955712
956734
|
id: string;
|
|
@@ -955729,32 +956751,6 @@ declare const shipmentsRouter: BuiltRouter<{
|
|
|
955729
956751
|
id_forwarding_shipment: string | null;
|
|
955730
956752
|
id_billing_ap_invoice: string | null;
|
|
955731
956753
|
} | null;
|
|
955732
|
-
cancelling_invoice: {
|
|
955733
|
-
is_active: boolean | null;
|
|
955734
|
-
id: string;
|
|
955735
|
-
logic_code: string | null;
|
|
955736
|
-
created_at: Date | null;
|
|
955737
|
-
created_by: string | null;
|
|
955738
|
-
updated_at: Date | null;
|
|
955739
|
-
updated_by: string | null;
|
|
955740
|
-
id_currency: string | null;
|
|
955741
|
-
id_forwarding_shipment_billing: string | null;
|
|
955742
|
-
id_ap_invoice_cancelled: string | null;
|
|
955743
|
-
id_account_organization: string | null;
|
|
955744
|
-
id_ar_ap_invoice_type: string | null;
|
|
955745
|
-
id_requisition_status: string | null;
|
|
955746
|
-
internal_invoice_number: string | null;
|
|
955747
|
-
invoice_number: string | null;
|
|
955748
|
-
outstanding_amount: Decimal$1 | null;
|
|
955749
|
-
invoice_amount: Decimal$1 | null;
|
|
955750
|
-
local_invoice_amount: Decimal$1 | null;
|
|
955751
|
-
post_date: Date | null;
|
|
955752
|
-
invoice_date: Date | null;
|
|
955753
|
-
due_date: Date | null;
|
|
955754
|
-
fully_paid_date: Date | null;
|
|
955755
|
-
requisition_date: Date | null;
|
|
955756
|
-
is_cancelled: boolean | null;
|
|
955757
|
-
} | null;
|
|
955758
956754
|
is_active: boolean | null;
|
|
955759
956755
|
id: string;
|
|
955760
956756
|
logic_code: string | null;
|
|
@@ -957362,6 +958358,17 @@ declare const shipmentsRouter: BuiltRouter<{
|
|
|
957362
958358
|
is_override_local_client: boolean | null;
|
|
957363
958359
|
is_override_overseas_agent: boolean | null;
|
|
957364
958360
|
} | null;
|
|
958361
|
+
invoice_type: {
|
|
958362
|
+
is_active: boolean | null;
|
|
958363
|
+
id: string;
|
|
958364
|
+
logic_code: string | null;
|
|
958365
|
+
name: string | null;
|
|
958366
|
+
code: string | null;
|
|
958367
|
+
created_at: Date | null;
|
|
958368
|
+
created_by: string | null;
|
|
958369
|
+
updated_at: Date | null;
|
|
958370
|
+
updated_by: string | null;
|
|
958371
|
+
} | null;
|
|
957365
958372
|
cancelled_invoice: {
|
|
957366
958373
|
is_active: boolean | null;
|
|
957367
958374
|
id: string;
|
|
@@ -957382,9 +958389,33 @@ declare const shipmentsRouter: BuiltRouter<{
|
|
|
957382
958389
|
post_date: Date | null;
|
|
957383
958390
|
invoice_date: Date | null;
|
|
957384
958391
|
fully_paid_date: Date | null;
|
|
958392
|
+
is_cancelled: boolean | null;
|
|
957385
958393
|
id_ar_invoice_cancelled: string | null;
|
|
957386
958394
|
id_payment_status: string | null;
|
|
958395
|
+
} | null;
|
|
958396
|
+
cancelling_invoice: {
|
|
958397
|
+
is_active: boolean | null;
|
|
958398
|
+
id: string;
|
|
958399
|
+
logic_code: string | null;
|
|
958400
|
+
created_at: Date | null;
|
|
958401
|
+
created_by: string | null;
|
|
958402
|
+
updated_at: Date | null;
|
|
958403
|
+
updated_by: string | null;
|
|
958404
|
+
id_currency: string | null;
|
|
958405
|
+
id_agreed_payment_method: string | null;
|
|
958406
|
+
id_forwarding_shipment_billing: string | null;
|
|
958407
|
+
id_account_organization: string | null;
|
|
958408
|
+
id_ar_ap_invoice_type: string | null;
|
|
958409
|
+
internal_invoice_number: string | null;
|
|
958410
|
+
outstanding_amount: Decimal$1 | null;
|
|
958411
|
+
invoice_amount: Decimal$1 | null;
|
|
958412
|
+
local_invoice_amount: Decimal$1 | null;
|
|
958413
|
+
post_date: Date | null;
|
|
958414
|
+
invoice_date: Date | null;
|
|
958415
|
+
fully_paid_date: Date | null;
|
|
957387
958416
|
is_cancelled: boolean | null;
|
|
958417
|
+
id_ar_invoice_cancelled: string | null;
|
|
958418
|
+
id_payment_status: string | null;
|
|
957388
958419
|
} | null;
|
|
957389
958420
|
account_organization: {
|
|
957390
958421
|
is_active: boolean | null;
|
|
@@ -957413,7 +958444,7 @@ declare const shipmentsRouter: BuiltRouter<{
|
|
|
957413
958444
|
company_number: string | null;
|
|
957414
958445
|
company_tax_number: string | null;
|
|
957415
958446
|
} | null;
|
|
957416
|
-
|
|
958447
|
+
payment_status: {
|
|
957417
958448
|
is_active: boolean | null;
|
|
957418
958449
|
id: string;
|
|
957419
958450
|
logic_code: string | null;
|
|
@@ -957424,30 +958455,6 @@ declare const shipmentsRouter: BuiltRouter<{
|
|
|
957424
958455
|
updated_at: Date | null;
|
|
957425
958456
|
updated_by: string | null;
|
|
957426
958457
|
} | null;
|
|
957427
|
-
cancelling_invoice: {
|
|
957428
|
-
is_active: boolean | null;
|
|
957429
|
-
id: string;
|
|
957430
|
-
logic_code: string | null;
|
|
957431
|
-
created_at: Date | null;
|
|
957432
|
-
created_by: string | null;
|
|
957433
|
-
updated_at: Date | null;
|
|
957434
|
-
updated_by: string | null;
|
|
957435
|
-
id_currency: string | null;
|
|
957436
|
-
id_agreed_payment_method: string | null;
|
|
957437
|
-
id_forwarding_shipment_billing: string | null;
|
|
957438
|
-
id_account_organization: string | null;
|
|
957439
|
-
id_ar_ap_invoice_type: string | null;
|
|
957440
|
-
internal_invoice_number: string | null;
|
|
957441
|
-
outstanding_amount: Decimal$1 | null;
|
|
957442
|
-
invoice_amount: Decimal$1 | null;
|
|
957443
|
-
local_invoice_amount: Decimal$1 | null;
|
|
957444
|
-
post_date: Date | null;
|
|
957445
|
-
invoice_date: Date | null;
|
|
957446
|
-
fully_paid_date: Date | null;
|
|
957447
|
-
id_ar_invoice_cancelled: string | null;
|
|
957448
|
-
id_payment_status: string | null;
|
|
957449
|
-
is_cancelled: boolean | null;
|
|
957450
|
-
} | null;
|
|
957451
958458
|
agreed_payment_method: {
|
|
957452
958459
|
is_active: boolean | null;
|
|
957453
958460
|
id: string;
|
|
@@ -957459,17 +958466,6 @@ declare const shipmentsRouter: BuiltRouter<{
|
|
|
957459
958466
|
updated_at: Date | null;
|
|
957460
958467
|
updated_by: string | null;
|
|
957461
958468
|
} | null;
|
|
957462
|
-
payment_status: {
|
|
957463
|
-
is_active: boolean | null;
|
|
957464
|
-
id: string;
|
|
957465
|
-
logic_code: string | null;
|
|
957466
|
-
name: string | null;
|
|
957467
|
-
code: string | null;
|
|
957468
|
-
created_at: Date | null;
|
|
957469
|
-
created_by: string | null;
|
|
957470
|
-
updated_at: Date | null;
|
|
957471
|
-
updated_by: string | null;
|
|
957472
|
-
} | null;
|
|
957473
958469
|
is_active: boolean | null;
|
|
957474
958470
|
id: string;
|
|
957475
958471
|
logic_code: string | null;
|
|
@@ -957489,9 +958485,9 @@ declare const shipmentsRouter: BuiltRouter<{
|
|
|
957489
958485
|
post_date: Date | null;
|
|
957490
958486
|
invoice_date: Date | null;
|
|
957491
958487
|
fully_paid_date: Date | null;
|
|
958488
|
+
is_cancelled: boolean | null;
|
|
957492
958489
|
id_ar_invoice_cancelled: string | null;
|
|
957493
958490
|
id_payment_status: string | null;
|
|
957494
|
-
is_cancelled: boolean | null;
|
|
957495
958491
|
}[] | undefined;
|
|
957496
958492
|
total: number | undefined;
|
|
957497
958493
|
};
|
|
@@ -957648,6 +958644,17 @@ declare const shipmentsRouter: BuiltRouter<{
|
|
|
957648
958644
|
is_override_local_client: boolean | null;
|
|
957649
958645
|
is_override_overseas_agent: boolean | null;
|
|
957650
958646
|
} | null;
|
|
958647
|
+
invoice_type: {
|
|
958648
|
+
is_active: boolean | null;
|
|
958649
|
+
id: string;
|
|
958650
|
+
logic_code: string | null;
|
|
958651
|
+
name: string | null;
|
|
958652
|
+
code: string | null;
|
|
958653
|
+
created_at: Date | null;
|
|
958654
|
+
created_by: string | null;
|
|
958655
|
+
updated_at: Date | null;
|
|
958656
|
+
updated_by: string | null;
|
|
958657
|
+
} | null;
|
|
957651
958658
|
cancelled_invoice: {
|
|
957652
958659
|
is_active: boolean | null;
|
|
957653
958660
|
id: string;
|
|
@@ -957668,9 +958675,33 @@ declare const shipmentsRouter: BuiltRouter<{
|
|
|
957668
958675
|
post_date: Date | null;
|
|
957669
958676
|
invoice_date: Date | null;
|
|
957670
958677
|
fully_paid_date: Date | null;
|
|
958678
|
+
is_cancelled: boolean | null;
|
|
957671
958679
|
id_ar_invoice_cancelled: string | null;
|
|
957672
958680
|
id_payment_status: string | null;
|
|
958681
|
+
} | null;
|
|
958682
|
+
cancelling_invoice: {
|
|
958683
|
+
is_active: boolean | null;
|
|
958684
|
+
id: string;
|
|
958685
|
+
logic_code: string | null;
|
|
958686
|
+
created_at: Date | null;
|
|
958687
|
+
created_by: string | null;
|
|
958688
|
+
updated_at: Date | null;
|
|
958689
|
+
updated_by: string | null;
|
|
958690
|
+
id_currency: string | null;
|
|
958691
|
+
id_agreed_payment_method: string | null;
|
|
958692
|
+
id_forwarding_shipment_billing: string | null;
|
|
958693
|
+
id_account_organization: string | null;
|
|
958694
|
+
id_ar_ap_invoice_type: string | null;
|
|
958695
|
+
internal_invoice_number: string | null;
|
|
958696
|
+
outstanding_amount: Decimal$1 | null;
|
|
958697
|
+
invoice_amount: Decimal$1 | null;
|
|
958698
|
+
local_invoice_amount: Decimal$1 | null;
|
|
958699
|
+
post_date: Date | null;
|
|
958700
|
+
invoice_date: Date | null;
|
|
958701
|
+
fully_paid_date: Date | null;
|
|
957673
958702
|
is_cancelled: boolean | null;
|
|
958703
|
+
id_ar_invoice_cancelled: string | null;
|
|
958704
|
+
id_payment_status: string | null;
|
|
957674
958705
|
} | null;
|
|
957675
958706
|
account_organization: {
|
|
957676
958707
|
is_active: boolean | null;
|
|
@@ -957699,7 +958730,7 @@ declare const shipmentsRouter: BuiltRouter<{
|
|
|
957699
958730
|
company_number: string | null;
|
|
957700
958731
|
company_tax_number: string | null;
|
|
957701
958732
|
} | null;
|
|
957702
|
-
|
|
958733
|
+
payment_status: {
|
|
957703
958734
|
is_active: boolean | null;
|
|
957704
958735
|
id: string;
|
|
957705
958736
|
logic_code: string | null;
|
|
@@ -957710,30 +958741,6 @@ declare const shipmentsRouter: BuiltRouter<{
|
|
|
957710
958741
|
updated_at: Date | null;
|
|
957711
958742
|
updated_by: string | null;
|
|
957712
958743
|
} | null;
|
|
957713
|
-
cancelling_invoice: {
|
|
957714
|
-
is_active: boolean | null;
|
|
957715
|
-
id: string;
|
|
957716
|
-
logic_code: string | null;
|
|
957717
|
-
created_at: Date | null;
|
|
957718
|
-
created_by: string | null;
|
|
957719
|
-
updated_at: Date | null;
|
|
957720
|
-
updated_by: string | null;
|
|
957721
|
-
id_currency: string | null;
|
|
957722
|
-
id_agreed_payment_method: string | null;
|
|
957723
|
-
id_forwarding_shipment_billing: string | null;
|
|
957724
|
-
id_account_organization: string | null;
|
|
957725
|
-
id_ar_ap_invoice_type: string | null;
|
|
957726
|
-
internal_invoice_number: string | null;
|
|
957727
|
-
outstanding_amount: Decimal$1 | null;
|
|
957728
|
-
invoice_amount: Decimal$1 | null;
|
|
957729
|
-
local_invoice_amount: Decimal$1 | null;
|
|
957730
|
-
post_date: Date | null;
|
|
957731
|
-
invoice_date: Date | null;
|
|
957732
|
-
fully_paid_date: Date | null;
|
|
957733
|
-
id_ar_invoice_cancelled: string | null;
|
|
957734
|
-
id_payment_status: string | null;
|
|
957735
|
-
is_cancelled: boolean | null;
|
|
957736
|
-
} | null;
|
|
957737
958744
|
agreed_payment_method: {
|
|
957738
958745
|
is_active: boolean | null;
|
|
957739
958746
|
id: string;
|
|
@@ -957745,17 +958752,6 @@ declare const shipmentsRouter: BuiltRouter<{
|
|
|
957745
958752
|
updated_at: Date | null;
|
|
957746
958753
|
updated_by: string | null;
|
|
957747
958754
|
} | null;
|
|
957748
|
-
payment_status: {
|
|
957749
|
-
is_active: boolean | null;
|
|
957750
|
-
id: string;
|
|
957751
|
-
logic_code: string | null;
|
|
957752
|
-
name: string | null;
|
|
957753
|
-
code: string | null;
|
|
957754
|
-
created_at: Date | null;
|
|
957755
|
-
created_by: string | null;
|
|
957756
|
-
updated_at: Date | null;
|
|
957757
|
-
updated_by: string | null;
|
|
957758
|
-
} | null;
|
|
957759
958755
|
is_active: boolean | null;
|
|
957760
958756
|
id: string;
|
|
957761
958757
|
logic_code: string | null;
|
|
@@ -957775,9 +958771,9 @@ declare const shipmentsRouter: BuiltRouter<{
|
|
|
957775
958771
|
post_date: Date | null;
|
|
957776
958772
|
invoice_date: Date | null;
|
|
957777
958773
|
fully_paid_date: Date | null;
|
|
958774
|
+
is_cancelled: boolean | null;
|
|
957778
958775
|
id_ar_invoice_cancelled: string | null;
|
|
957779
958776
|
id_payment_status: string | null;
|
|
957780
|
-
is_cancelled: boolean | null;
|
|
957781
958777
|
};
|
|
957782
958778
|
};
|
|
957783
958779
|
meta: object;
|
|
@@ -957921,9 +958917,9 @@ declare const shipmentsRouter: BuiltRouter<{
|
|
|
957921
958917
|
post_date: Date | null;
|
|
957922
958918
|
invoice_date: Date | null;
|
|
957923
958919
|
fully_paid_date: Date | null;
|
|
958920
|
+
is_cancelled: boolean | null;
|
|
957924
958921
|
id_ar_invoice_cancelled: string | null;
|
|
957925
958922
|
id_payment_status: string | null;
|
|
957926
|
-
is_cancelled: boolean | null;
|
|
957927
958923
|
};
|
|
957928
958924
|
log: {
|
|
957929
958925
|
id: string;
|
|
@@ -957981,9 +958977,9 @@ declare const shipmentsRouter: BuiltRouter<{
|
|
|
957981
958977
|
post_date: Date | null;
|
|
957982
958978
|
invoice_date: Date | null;
|
|
957983
958979
|
fully_paid_date: Date | null;
|
|
958980
|
+
is_cancelled: boolean | null;
|
|
957984
958981
|
id_ar_invoice_cancelled: string | null;
|
|
957985
958982
|
id_payment_status: string | null;
|
|
957986
|
-
is_cancelled: boolean | null;
|
|
957987
958983
|
};
|
|
957988
958984
|
log: {
|
|
957989
958985
|
id: string;
|
|
@@ -958025,9 +959021,9 @@ declare const shipmentsRouter: BuiltRouter<{
|
|
|
958025
959021
|
post_date: Date | null;
|
|
958026
959022
|
invoice_date: Date | null;
|
|
958027
959023
|
fully_paid_date: Date | null;
|
|
959024
|
+
is_cancelled: boolean | null;
|
|
958028
959025
|
id_ar_invoice_cancelled: string | null;
|
|
958029
959026
|
id_payment_status: string | null;
|
|
958030
|
-
is_cancelled: boolean | null;
|
|
958031
959027
|
} | undefined)[] | undefined;
|
|
958032
959028
|
} | undefined;
|
|
958033
959029
|
meta: object;
|
|
@@ -958095,9 +959091,9 @@ declare const shipmentsRouter: BuiltRouter<{
|
|
|
958095
959091
|
post_date: Date | null;
|
|
958096
959092
|
invoice_date: Date | null;
|
|
958097
959093
|
fully_paid_date: Date | null;
|
|
959094
|
+
is_cancelled: boolean | null;
|
|
958098
959095
|
id_ar_invoice_cancelled: string | null;
|
|
958099
959096
|
id_payment_status: string | null;
|
|
958100
|
-
is_cancelled: boolean | null;
|
|
958101
959097
|
};
|
|
958102
959098
|
log: {
|
|
958103
959099
|
id: string;
|
|
@@ -958132,9 +959128,9 @@ declare const shipmentsRouter: BuiltRouter<{
|
|
|
958132
959128
|
post_date: Date | null;
|
|
958133
959129
|
invoice_date: Date | null;
|
|
958134
959130
|
fully_paid_date: Date | null;
|
|
959131
|
+
is_cancelled: boolean | null;
|
|
958135
959132
|
id_ar_invoice_cancelled: string | null;
|
|
958136
959133
|
id_payment_status: string | null;
|
|
958137
|
-
is_cancelled: boolean | null;
|
|
958138
959134
|
};
|
|
958139
959135
|
log: {
|
|
958140
959136
|
id: string;
|
|
@@ -958177,9 +959173,9 @@ declare const shipmentsRouter: BuiltRouter<{
|
|
|
958177
959173
|
post_date: Date | null;
|
|
958178
959174
|
invoice_date: Date | null;
|
|
958179
959175
|
fully_paid_date: Date | null;
|
|
959176
|
+
is_cancelled: boolean | null;
|
|
958180
959177
|
id_ar_invoice_cancelled: string | null;
|
|
958181
959178
|
id_payment_status: string | null;
|
|
958182
|
-
is_cancelled: boolean | null;
|
|
958183
959179
|
} | undefined)[] | undefined;
|
|
958184
959180
|
} | undefined;
|
|
958185
959181
|
meta: object;
|
|
@@ -958455,9 +959451,9 @@ declare const shipmentsRouter: BuiltRouter<{
|
|
|
958455
959451
|
post_date: Date | null;
|
|
958456
959452
|
invoice_date: Date | null;
|
|
958457
959453
|
fully_paid_date: Date | null;
|
|
959454
|
+
is_cancelled: boolean | null;
|
|
958458
959455
|
id_ar_invoice_cancelled: string | null;
|
|
958459
959456
|
id_payment_status: string | null;
|
|
958460
|
-
is_cancelled: boolean | null;
|
|
958461
959457
|
} | null;
|
|
958462
959458
|
is_active: boolean | null;
|
|
958463
959459
|
id: string;
|
|
@@ -958725,9 +959721,9 @@ declare const shipmentsRouter: BuiltRouter<{
|
|
|
958725
959721
|
post_date: Date | null;
|
|
958726
959722
|
invoice_date: Date | null;
|
|
958727
959723
|
fully_paid_date: Date | null;
|
|
959724
|
+
is_cancelled: boolean | null;
|
|
958728
959725
|
id_ar_invoice_cancelled: string | null;
|
|
958729
959726
|
id_payment_status: string | null;
|
|
958730
|
-
is_cancelled: boolean | null;
|
|
958731
959727
|
} | null;
|
|
958732
959728
|
is_active: boolean | null;
|
|
958733
959729
|
id: string;
|