@be-logixpair/api 0.0.103 → 0.0.104
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 +1216 -24
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -708793,6 +708793,43 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
708793
708793
|
id_delivery_type: string | null;
|
|
708794
708794
|
actual_delivery_date: Date | null;
|
|
708795
708795
|
} | null;
|
|
708796
|
+
forwarding_shipment_billing: {
|
|
708797
|
+
is_active: boolean | null;
|
|
708798
|
+
id: string;
|
|
708799
|
+
logic_code: string | null;
|
|
708800
|
+
name: string | null;
|
|
708801
|
+
id_branch: string | null;
|
|
708802
|
+
id_department: string | null;
|
|
708803
|
+
code: string | null;
|
|
708804
|
+
created_at: Date | null;
|
|
708805
|
+
created_by: string | null;
|
|
708806
|
+
updated_at: Date | null;
|
|
708807
|
+
updated_by: string | null;
|
|
708808
|
+
id_forwarding_shipment: string | null;
|
|
708809
|
+
id_local_client: string | null;
|
|
708810
|
+
id_local_client_address: string | null;
|
|
708811
|
+
id_overseas_agent: string | null;
|
|
708812
|
+
id_overseas_agent_address: string | null;
|
|
708813
|
+
id_sales_rep: string | null;
|
|
708814
|
+
id_operation_rep: string | null;
|
|
708815
|
+
id_profit_loss_reason: string | null;
|
|
708816
|
+
id_job_status: string | null;
|
|
708817
|
+
billing_number: string | null;
|
|
708818
|
+
job_description: string | null;
|
|
708819
|
+
job_date: Date | null;
|
|
708820
|
+
open_date: Date | null;
|
|
708821
|
+
close_date: Date | null;
|
|
708822
|
+
job_recognition_date: Date | null;
|
|
708823
|
+
margin: Decimal | null;
|
|
708824
|
+
on_hold_reason: string | null;
|
|
708825
|
+
client_contract_number: string | null;
|
|
708826
|
+
quote_number: string | null;
|
|
708827
|
+
local_client_address: string | null;
|
|
708828
|
+
overseas_agent_address: string | null;
|
|
708829
|
+
is_on_hold: boolean | null;
|
|
708830
|
+
is_override_local_client: boolean | null;
|
|
708831
|
+
is_override_overseas_agent: boolean | null;
|
|
708832
|
+
} | null;
|
|
708796
708833
|
forwarding_shipment_custom_entries: {
|
|
708797
708834
|
is_active: boolean | null;
|
|
708798
708835
|
id: string;
|
|
@@ -709938,7 +709975,660 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
709938
709975
|
company_number: string | null;
|
|
709939
709976
|
company_tax_number: string | null;
|
|
709940
709977
|
} | null;
|
|
709941
|
-
forwarding_shipment_pickup_delivery_type: {
|
|
709978
|
+
forwarding_shipment_pickup_delivery_type: {
|
|
709979
|
+
is_active: boolean | null;
|
|
709980
|
+
id: string;
|
|
709981
|
+
logic_code: string | null;
|
|
709982
|
+
name: string | null;
|
|
709983
|
+
code: string | null;
|
|
709984
|
+
created_at: Date | null;
|
|
709985
|
+
created_by: string | null;
|
|
709986
|
+
updated_at: Date | null;
|
|
709987
|
+
updated_by: string | null;
|
|
709988
|
+
} | null;
|
|
709989
|
+
is_active: boolean | null;
|
|
709990
|
+
id: string;
|
|
709991
|
+
logic_code: string | null;
|
|
709992
|
+
created_at: Date | null;
|
|
709993
|
+
created_by: string | null;
|
|
709994
|
+
updated_at: Date | null;
|
|
709995
|
+
updated_by: string | null;
|
|
709996
|
+
id_organization: string | null;
|
|
709997
|
+
id_organization_address: string | null;
|
|
709998
|
+
id_forwarding_shipment: string | null;
|
|
709999
|
+
estimated_delivery_date: Date | null;
|
|
710000
|
+
id_person_in_charge: string | null;
|
|
710001
|
+
id_organization_whs: string | null;
|
|
710002
|
+
id_organization_whs_address: string | null;
|
|
710003
|
+
id_organization_vendor: string | null;
|
|
710004
|
+
org_address: string | null;
|
|
710005
|
+
whs_address: string | null;
|
|
710006
|
+
whs_interim_receipt: string | null;
|
|
710007
|
+
whs_reciept_requested: Date | null;
|
|
710008
|
+
whs_dispatch: Date | null;
|
|
710009
|
+
whs_interim_receipt_date: Date | null;
|
|
710010
|
+
transport_booking_number: string | null;
|
|
710011
|
+
driver_name: string | null;
|
|
710012
|
+
driver_vehicle_number: string | null;
|
|
710013
|
+
driver_mobile: string | null;
|
|
710014
|
+
is_override_org: boolean | null;
|
|
710015
|
+
is_override_whs: boolean | null;
|
|
710016
|
+
id_delivery_type: string | null;
|
|
710017
|
+
actual_delivery_date: Date | null;
|
|
710018
|
+
} | null;
|
|
710019
|
+
forwarding_shipment_billing: {
|
|
710020
|
+
branch: {
|
|
710021
|
+
is_active: boolean | null;
|
|
710022
|
+
id: string;
|
|
710023
|
+
logic_code: string | null;
|
|
710024
|
+
name: string | null;
|
|
710025
|
+
id_country: string | null;
|
|
710026
|
+
id_state: string | null;
|
|
710027
|
+
id_city: string | null;
|
|
710028
|
+
id_postal_code: string | null;
|
|
710029
|
+
id_company: string | null;
|
|
710030
|
+
code: string | null;
|
|
710031
|
+
address: string | null;
|
|
710032
|
+
created_at: Date | null;
|
|
710033
|
+
created_by: string | null;
|
|
710034
|
+
updated_at: Date | null;
|
|
710035
|
+
updated_by: string | null;
|
|
710036
|
+
id_un_locode: string | null;
|
|
710037
|
+
} | null;
|
|
710038
|
+
department: {
|
|
710039
|
+
is_active: boolean | null;
|
|
710040
|
+
id: string;
|
|
710041
|
+
logic_code: string | null;
|
|
710042
|
+
name: string | null;
|
|
710043
|
+
id_company: string | null;
|
|
710044
|
+
code: string | null;
|
|
710045
|
+
created_at: Date | null;
|
|
710046
|
+
created_by: string | null;
|
|
710047
|
+
updated_at: Date | null;
|
|
710048
|
+
updated_by: string | null;
|
|
710049
|
+
} | null;
|
|
710050
|
+
forwarding_shipment_billing_details: {
|
|
710051
|
+
forwarding_console_billing_detail: {
|
|
710052
|
+
is_active: boolean | null;
|
|
710053
|
+
id: string;
|
|
710054
|
+
logic_code: string | null;
|
|
710055
|
+
name: string | null;
|
|
710056
|
+
code: string | null;
|
|
710057
|
+
created_at: Date | null;
|
|
710058
|
+
created_by: string | null;
|
|
710059
|
+
updated_at: Date | null;
|
|
710060
|
+
updated_by: string | null;
|
|
710061
|
+
id_charge_code: string | null;
|
|
710062
|
+
id_cost_currency: string | null;
|
|
710063
|
+
id_cost_latest_system_rate: string | null;
|
|
710064
|
+
id_cost_creditor: string | null;
|
|
710065
|
+
id_cost_tax_rate: string | null;
|
|
710066
|
+
id_sell_currency: string | null;
|
|
710067
|
+
id_sell_latest_system_rate: string | null;
|
|
710068
|
+
id_sell_debtor: string | null;
|
|
710069
|
+
id_sell_invoice_type: string | null;
|
|
710070
|
+
id_sell_tax_rate: string | null;
|
|
710071
|
+
cost_base_rate: Decimal | null;
|
|
710072
|
+
cost_currency_amount: Decimal | null;
|
|
710073
|
+
cost_currency_estimated_amount: Decimal | null;
|
|
710074
|
+
cost_local_currency_amount: Decimal | null;
|
|
710075
|
+
cost_invoice_number: string | null;
|
|
710076
|
+
cost_invoice_date: Date | null;
|
|
710077
|
+
cost_tax_amount: Decimal | null;
|
|
710078
|
+
cost_supplier_reference: string | null;
|
|
710079
|
+
is_cost_posted: boolean | null;
|
|
710080
|
+
sell_base_rate: Decimal | null;
|
|
710081
|
+
sell_currency_amount: Decimal | null;
|
|
710082
|
+
sell_currency_estimated_amount: Decimal | null;
|
|
710083
|
+
sell_local_currency_amount: Decimal | null;
|
|
710084
|
+
is_sell_posted: boolean | null;
|
|
710085
|
+
id_forwarding_console: string | null;
|
|
710086
|
+
id_cost_apportion_method: string | null;
|
|
710087
|
+
id_sell_apportion_method: string | null;
|
|
710088
|
+
} | null;
|
|
710089
|
+
charge_code: {
|
|
710090
|
+
is_active: boolean | null;
|
|
710091
|
+
id: string;
|
|
710092
|
+
logic_code: string | null;
|
|
710093
|
+
name: string | null;
|
|
710094
|
+
id_department: string | null;
|
|
710095
|
+
code: string | null;
|
|
710096
|
+
created_at: Date | null;
|
|
710097
|
+
created_by: string | null;
|
|
710098
|
+
updated_at: Date | null;
|
|
710099
|
+
updated_by: string | null;
|
|
710100
|
+
id_incoterm: string | null;
|
|
710101
|
+
id_type: string | null;
|
|
710102
|
+
margin: Decimal | null;
|
|
710103
|
+
id_wht_type: string | null;
|
|
710104
|
+
id_tax_rate: string | null;
|
|
710105
|
+
id_revenue: string | null;
|
|
710106
|
+
id_wip: string | null;
|
|
710107
|
+
id_cost: string | null;
|
|
710108
|
+
id_accrual: string | null;
|
|
710109
|
+
id_sales_group: string | null;
|
|
710110
|
+
id_expense_group: string | null;
|
|
710111
|
+
id_group: string | null;
|
|
710112
|
+
id_sub_group: string | null;
|
|
710113
|
+
id_rate_calculation: string | null;
|
|
710114
|
+
remarks: string | null;
|
|
710115
|
+
is_show_on_console: boolean | null;
|
|
710116
|
+
is_show_on_quote: boolean | null;
|
|
710117
|
+
is_show_if_zero: boolean | null;
|
|
710118
|
+
} | null;
|
|
710119
|
+
cost_currency: {
|
|
710120
|
+
symbol: string | null;
|
|
710121
|
+
is_active: boolean | null;
|
|
710122
|
+
id: string;
|
|
710123
|
+
logic_code: string | null;
|
|
710124
|
+
created_at: Date | null;
|
|
710125
|
+
created_by: string | null;
|
|
710126
|
+
updated_at: Date | null;
|
|
710127
|
+
updated_by: string | null;
|
|
710128
|
+
currency_code: string | null;
|
|
710129
|
+
currency_name: string | null;
|
|
710130
|
+
major_unit: string | null;
|
|
710131
|
+
minor_unit: string | null;
|
|
710132
|
+
decimal_unit: number | null;
|
|
710133
|
+
iso_decimal: number | null;
|
|
710134
|
+
} | null;
|
|
710135
|
+
cost_latest_system_rate: {
|
|
710136
|
+
is_active: boolean | null;
|
|
710137
|
+
id: string;
|
|
710138
|
+
logic_code: string | null;
|
|
710139
|
+
created_at: Date | null;
|
|
710140
|
+
created_by: string | null;
|
|
710141
|
+
updated_at: Date | null;
|
|
710142
|
+
updated_by: string | null;
|
|
710143
|
+
start_date: Date | null;
|
|
710144
|
+
end_date: Date | null;
|
|
710145
|
+
id_currency_from: string | null;
|
|
710146
|
+
id_currency_to: string | null;
|
|
710147
|
+
id_exchange_rate_type: string | null;
|
|
710148
|
+
rate: Decimal | null;
|
|
710149
|
+
} | null;
|
|
710150
|
+
cost_creditor: {
|
|
710151
|
+
is_active: boolean | null;
|
|
710152
|
+
id: string;
|
|
710153
|
+
logic_code: string | null;
|
|
710154
|
+
name: string | null;
|
|
710155
|
+
id_country: string | null;
|
|
710156
|
+
id_state: string | null;
|
|
710157
|
+
id_city: string | null;
|
|
710158
|
+
id_postal_code: string | null;
|
|
710159
|
+
id_company: string | null;
|
|
710160
|
+
id_branch: string | null;
|
|
710161
|
+
code: string | null;
|
|
710162
|
+
created_at: Date | null;
|
|
710163
|
+
created_by: string | null;
|
|
710164
|
+
updated_at: Date | null;
|
|
710165
|
+
updated_by: string | null;
|
|
710166
|
+
id_un_locode: string | null;
|
|
710167
|
+
email: string | null;
|
|
710168
|
+
id_business_category: string | null;
|
|
710169
|
+
id_controlling_branch: string | null;
|
|
710170
|
+
id_airline: string | null;
|
|
710171
|
+
id_shipping_line: string | null;
|
|
710172
|
+
phone: string | null;
|
|
710173
|
+
website_url: string | null;
|
|
710174
|
+
company_number: string | null;
|
|
710175
|
+
company_tax_number: string | null;
|
|
710176
|
+
} | null;
|
|
710177
|
+
cost_tax_rate: {
|
|
710178
|
+
is_active: boolean | null;
|
|
710179
|
+
id: string;
|
|
710180
|
+
logic_code: string | null;
|
|
710181
|
+
name: string | null;
|
|
710182
|
+
id_country: string | null;
|
|
710183
|
+
code: string | null;
|
|
710184
|
+
created_at: Date | null;
|
|
710185
|
+
created_by: string | null;
|
|
710186
|
+
updated_at: Date | null;
|
|
710187
|
+
updated_by: string | null;
|
|
710188
|
+
id_type: string | null;
|
|
710189
|
+
rate: Decimal | null;
|
|
710190
|
+
id_system: string | null;
|
|
710191
|
+
tax_message: string | null;
|
|
710192
|
+
} | null;
|
|
710193
|
+
sell_currency: {
|
|
710194
|
+
symbol: string | null;
|
|
710195
|
+
is_active: boolean | null;
|
|
710196
|
+
id: string;
|
|
710197
|
+
logic_code: string | null;
|
|
710198
|
+
created_at: Date | null;
|
|
710199
|
+
created_by: string | null;
|
|
710200
|
+
updated_at: Date | null;
|
|
710201
|
+
updated_by: string | null;
|
|
710202
|
+
currency_code: string | null;
|
|
710203
|
+
currency_name: string | null;
|
|
710204
|
+
major_unit: string | null;
|
|
710205
|
+
minor_unit: string | null;
|
|
710206
|
+
decimal_unit: number | null;
|
|
710207
|
+
iso_decimal: number | null;
|
|
710208
|
+
} | null;
|
|
710209
|
+
sell_latest_system_rate: {
|
|
710210
|
+
is_active: boolean | null;
|
|
710211
|
+
id: string;
|
|
710212
|
+
logic_code: string | null;
|
|
710213
|
+
created_at: Date | null;
|
|
710214
|
+
created_by: string | null;
|
|
710215
|
+
updated_at: Date | null;
|
|
710216
|
+
updated_by: string | null;
|
|
710217
|
+
start_date: Date | null;
|
|
710218
|
+
end_date: Date | null;
|
|
710219
|
+
id_currency_from: string | null;
|
|
710220
|
+
id_currency_to: string | null;
|
|
710221
|
+
id_exchange_rate_type: string | null;
|
|
710222
|
+
rate: Decimal | null;
|
|
710223
|
+
} | null;
|
|
710224
|
+
sell_debtor: {
|
|
710225
|
+
is_active: boolean | null;
|
|
710226
|
+
id: string;
|
|
710227
|
+
logic_code: string | null;
|
|
710228
|
+
name: string | null;
|
|
710229
|
+
id_country: string | null;
|
|
710230
|
+
id_state: string | null;
|
|
710231
|
+
id_city: string | null;
|
|
710232
|
+
id_postal_code: string | null;
|
|
710233
|
+
id_company: string | null;
|
|
710234
|
+
id_branch: string | null;
|
|
710235
|
+
code: string | null;
|
|
710236
|
+
created_at: Date | null;
|
|
710237
|
+
created_by: string | null;
|
|
710238
|
+
updated_at: Date | null;
|
|
710239
|
+
updated_by: string | null;
|
|
710240
|
+
id_un_locode: string | null;
|
|
710241
|
+
email: string | null;
|
|
710242
|
+
id_business_category: string | null;
|
|
710243
|
+
id_controlling_branch: string | null;
|
|
710244
|
+
id_airline: string | null;
|
|
710245
|
+
id_shipping_line: string | null;
|
|
710246
|
+
phone: string | null;
|
|
710247
|
+
website_url: string | null;
|
|
710248
|
+
company_number: string | null;
|
|
710249
|
+
company_tax_number: string | null;
|
|
710250
|
+
} | null;
|
|
710251
|
+
sell_invoice_type: {
|
|
710252
|
+
is_active: boolean | null;
|
|
710253
|
+
id: string;
|
|
710254
|
+
logic_code: string | null;
|
|
710255
|
+
name: string | null;
|
|
710256
|
+
code: string | null;
|
|
710257
|
+
created_at: Date | null;
|
|
710258
|
+
created_by: string | null;
|
|
710259
|
+
updated_at: Date | null;
|
|
710260
|
+
updated_by: string | null;
|
|
710261
|
+
} | null;
|
|
710262
|
+
sell_tax_rate: {
|
|
710263
|
+
is_active: boolean | null;
|
|
710264
|
+
id: string;
|
|
710265
|
+
logic_code: string | null;
|
|
710266
|
+
name: string | null;
|
|
710267
|
+
id_country: string | null;
|
|
710268
|
+
code: string | null;
|
|
710269
|
+
created_at: Date | null;
|
|
710270
|
+
created_by: string | null;
|
|
710271
|
+
updated_at: Date | null;
|
|
710272
|
+
updated_by: string | null;
|
|
710273
|
+
id_type: string | null;
|
|
710274
|
+
rate: Decimal | null;
|
|
710275
|
+
id_system: string | null;
|
|
710276
|
+
tax_message: string | null;
|
|
710277
|
+
} | null;
|
|
710278
|
+
cost_system_rates: {
|
|
710279
|
+
exchange_rate_types: {
|
|
710280
|
+
is_active: boolean | null;
|
|
710281
|
+
id: string;
|
|
710282
|
+
logic_code: string | null;
|
|
710283
|
+
name: string | null;
|
|
710284
|
+
code: string | null;
|
|
710285
|
+
created_at: Date | null;
|
|
710286
|
+
created_by: string | null;
|
|
710287
|
+
updated_at: Date | null;
|
|
710288
|
+
updated_by: string | null;
|
|
710289
|
+
} | null;
|
|
710290
|
+
currency_from: {
|
|
710291
|
+
symbol: string | null;
|
|
710292
|
+
is_active: boolean | null;
|
|
710293
|
+
id: string;
|
|
710294
|
+
logic_code: string | null;
|
|
710295
|
+
created_at: Date | null;
|
|
710296
|
+
created_by: string | null;
|
|
710297
|
+
updated_at: Date | null;
|
|
710298
|
+
updated_by: string | null;
|
|
710299
|
+
currency_code: string | null;
|
|
710300
|
+
currency_name: string | null;
|
|
710301
|
+
major_unit: string | null;
|
|
710302
|
+
minor_unit: string | null;
|
|
710303
|
+
decimal_unit: number | null;
|
|
710304
|
+
iso_decimal: number | null;
|
|
710305
|
+
} | null;
|
|
710306
|
+
currency_to: {
|
|
710307
|
+
symbol: string | null;
|
|
710308
|
+
is_active: boolean | null;
|
|
710309
|
+
id: string;
|
|
710310
|
+
logic_code: string | null;
|
|
710311
|
+
created_at: Date | null;
|
|
710312
|
+
created_by: string | null;
|
|
710313
|
+
updated_at: Date | null;
|
|
710314
|
+
updated_by: string | null;
|
|
710315
|
+
currency_code: string | null;
|
|
710316
|
+
currency_name: string | null;
|
|
710317
|
+
major_unit: string | null;
|
|
710318
|
+
minor_unit: string | null;
|
|
710319
|
+
decimal_unit: number | null;
|
|
710320
|
+
iso_decimal: number | null;
|
|
710321
|
+
} | null;
|
|
710322
|
+
is_active: boolean | null;
|
|
710323
|
+
id: string;
|
|
710324
|
+
logic_code: string | null;
|
|
710325
|
+
created_at: Date | null;
|
|
710326
|
+
created_by: string | null;
|
|
710327
|
+
updated_at: Date | null;
|
|
710328
|
+
updated_by: string | null;
|
|
710329
|
+
start_date: Date | null;
|
|
710330
|
+
end_date: Date | null;
|
|
710331
|
+
id_currency_from: string | null;
|
|
710332
|
+
id_currency_to: string | null;
|
|
710333
|
+
id_exchange_rate_type: string | null;
|
|
710334
|
+
rate: Decimal | null;
|
|
710335
|
+
}[];
|
|
710336
|
+
sell_system_rates: {
|
|
710337
|
+
exchange_rate_types: {
|
|
710338
|
+
is_active: boolean | null;
|
|
710339
|
+
id: string;
|
|
710340
|
+
logic_code: string | null;
|
|
710341
|
+
name: string | null;
|
|
710342
|
+
code: string | null;
|
|
710343
|
+
created_at: Date | null;
|
|
710344
|
+
created_by: string | null;
|
|
710345
|
+
updated_at: Date | null;
|
|
710346
|
+
updated_by: string | null;
|
|
710347
|
+
} | null;
|
|
710348
|
+
currency_from: {
|
|
710349
|
+
symbol: string | null;
|
|
710350
|
+
is_active: boolean | null;
|
|
710351
|
+
id: string;
|
|
710352
|
+
logic_code: string | null;
|
|
710353
|
+
created_at: Date | null;
|
|
710354
|
+
created_by: string | null;
|
|
710355
|
+
updated_at: Date | null;
|
|
710356
|
+
updated_by: string | null;
|
|
710357
|
+
currency_code: string | null;
|
|
710358
|
+
currency_name: string | null;
|
|
710359
|
+
major_unit: string | null;
|
|
710360
|
+
minor_unit: string | null;
|
|
710361
|
+
decimal_unit: number | null;
|
|
710362
|
+
iso_decimal: number | null;
|
|
710363
|
+
} | null;
|
|
710364
|
+
currency_to: {
|
|
710365
|
+
symbol: string | null;
|
|
710366
|
+
is_active: boolean | null;
|
|
710367
|
+
id: string;
|
|
710368
|
+
logic_code: string | null;
|
|
710369
|
+
created_at: Date | null;
|
|
710370
|
+
created_by: string | null;
|
|
710371
|
+
updated_at: Date | null;
|
|
710372
|
+
updated_by: string | null;
|
|
710373
|
+
currency_code: string | null;
|
|
710374
|
+
currency_name: string | null;
|
|
710375
|
+
major_unit: string | null;
|
|
710376
|
+
minor_unit: string | null;
|
|
710377
|
+
decimal_unit: number | null;
|
|
710378
|
+
iso_decimal: number | null;
|
|
710379
|
+
} | null;
|
|
710380
|
+
is_active: boolean | null;
|
|
710381
|
+
id: string;
|
|
710382
|
+
logic_code: string | null;
|
|
710383
|
+
created_at: Date | null;
|
|
710384
|
+
created_by: string | null;
|
|
710385
|
+
updated_at: Date | null;
|
|
710386
|
+
updated_by: string | null;
|
|
710387
|
+
start_date: Date | null;
|
|
710388
|
+
end_date: Date | null;
|
|
710389
|
+
id_currency_from: string | null;
|
|
710390
|
+
id_currency_to: string | null;
|
|
710391
|
+
id_exchange_rate_type: string | null;
|
|
710392
|
+
rate: Decimal | null;
|
|
710393
|
+
}[];
|
|
710394
|
+
is_active: boolean | null;
|
|
710395
|
+
id: string;
|
|
710396
|
+
logic_code: string | null;
|
|
710397
|
+
name: string | null;
|
|
710398
|
+
code: string | null;
|
|
710399
|
+
created_at: Date | null;
|
|
710400
|
+
created_by: string | null;
|
|
710401
|
+
updated_at: Date | null;
|
|
710402
|
+
updated_by: string | null;
|
|
710403
|
+
id_forwarding_shipment_billing: string | null;
|
|
710404
|
+
id_forwarding_console_billing_detail: string | null;
|
|
710405
|
+
id_charge_code: string | null;
|
|
710406
|
+
id_cost_currency: string | null;
|
|
710407
|
+
id_cost_latest_system_rate: string | null;
|
|
710408
|
+
id_cost_creditor: string | null;
|
|
710409
|
+
id_cost_tax_rate: string | null;
|
|
710410
|
+
id_sell_currency: string | null;
|
|
710411
|
+
id_sell_latest_system_rate: string | null;
|
|
710412
|
+
id_sell_debtor: string | null;
|
|
710413
|
+
id_sell_invoice_type: string | null;
|
|
710414
|
+
id_sell_tax_rate: string | null;
|
|
710415
|
+
cost_base_rate: Decimal | null;
|
|
710416
|
+
cost_currency_amount: Decimal | null;
|
|
710417
|
+
cost_currency_estimated_amount: Decimal | null;
|
|
710418
|
+
cost_local_currency_amount: Decimal | null;
|
|
710419
|
+
cost_invoice_number: string | null;
|
|
710420
|
+
cost_invoice_date: Date | null;
|
|
710421
|
+
cost_tax_amount: Decimal | null;
|
|
710422
|
+
cost_supplier_reference: string | null;
|
|
710423
|
+
is_cost_posted: boolean | null;
|
|
710424
|
+
sell_base_rate: Decimal | null;
|
|
710425
|
+
sell_currency_amount: Decimal | null;
|
|
710426
|
+
sell_currency_estimated_amount: Decimal | null;
|
|
710427
|
+
sell_local_currency_amount: Decimal | null;
|
|
710428
|
+
is_sell_posted: boolean | null;
|
|
710429
|
+
}[];
|
|
710430
|
+
organization_local_client: {
|
|
710431
|
+
is_active: boolean | null;
|
|
710432
|
+
id: string;
|
|
710433
|
+
logic_code: string | null;
|
|
710434
|
+
name: string | null;
|
|
710435
|
+
id_country: string | null;
|
|
710436
|
+
id_state: string | null;
|
|
710437
|
+
id_city: string | null;
|
|
710438
|
+
id_postal_code: string | null;
|
|
710439
|
+
id_company: string | null;
|
|
710440
|
+
id_branch: string | null;
|
|
710441
|
+
code: string | null;
|
|
710442
|
+
created_at: Date | null;
|
|
710443
|
+
created_by: string | null;
|
|
710444
|
+
updated_at: Date | null;
|
|
710445
|
+
updated_by: string | null;
|
|
710446
|
+
id_un_locode: string | null;
|
|
710447
|
+
email: string | null;
|
|
710448
|
+
id_business_category: string | null;
|
|
710449
|
+
id_controlling_branch: string | null;
|
|
710450
|
+
id_airline: string | null;
|
|
710451
|
+
id_shipping_line: string | null;
|
|
710452
|
+
phone: string | null;
|
|
710453
|
+
website_url: string | null;
|
|
710454
|
+
company_number: string | null;
|
|
710455
|
+
company_tax_number: string | null;
|
|
710456
|
+
} | null;
|
|
710457
|
+
organization_local_client_address: {
|
|
710458
|
+
is_active: boolean | null;
|
|
710459
|
+
id: string;
|
|
710460
|
+
logic_code: string | null;
|
|
710461
|
+
id_country: string | null;
|
|
710462
|
+
id_state: string | null;
|
|
710463
|
+
id_city: string | null;
|
|
710464
|
+
id_postal_code: string | null;
|
|
710465
|
+
code: string | null;
|
|
710466
|
+
address: string | null;
|
|
710467
|
+
mobile_phone: string | null;
|
|
710468
|
+
created_at: Date | null;
|
|
710469
|
+
created_by: string | null;
|
|
710470
|
+
updated_at: Date | null;
|
|
710471
|
+
updated_by: string | null;
|
|
710472
|
+
id_un_locode: string | null;
|
|
710473
|
+
email: string | null;
|
|
710474
|
+
id_organization: string | null;
|
|
710475
|
+
phone: string | null;
|
|
710476
|
+
fax: string | null;
|
|
710477
|
+
} | null;
|
|
710478
|
+
organization_overseas_agent: {
|
|
710479
|
+
is_active: boolean | null;
|
|
710480
|
+
id: string;
|
|
710481
|
+
logic_code: string | null;
|
|
710482
|
+
name: string | null;
|
|
710483
|
+
id_country: string | null;
|
|
710484
|
+
id_state: string | null;
|
|
710485
|
+
id_city: string | null;
|
|
710486
|
+
id_postal_code: string | null;
|
|
710487
|
+
id_company: string | null;
|
|
710488
|
+
id_branch: string | null;
|
|
710489
|
+
code: string | null;
|
|
710490
|
+
created_at: Date | null;
|
|
710491
|
+
created_by: string | null;
|
|
710492
|
+
updated_at: Date | null;
|
|
710493
|
+
updated_by: string | null;
|
|
710494
|
+
id_un_locode: string | null;
|
|
710495
|
+
email: string | null;
|
|
710496
|
+
id_business_category: string | null;
|
|
710497
|
+
id_controlling_branch: string | null;
|
|
710498
|
+
id_airline: string | null;
|
|
710499
|
+
id_shipping_line: string | null;
|
|
710500
|
+
phone: string | null;
|
|
710501
|
+
website_url: string | null;
|
|
710502
|
+
company_number: string | null;
|
|
710503
|
+
company_tax_number: string | null;
|
|
710504
|
+
} | null;
|
|
710505
|
+
organization_overseas_agent_address: {
|
|
710506
|
+
is_active: boolean | null;
|
|
710507
|
+
id: string;
|
|
710508
|
+
logic_code: string | null;
|
|
710509
|
+
id_country: string | null;
|
|
710510
|
+
id_state: string | null;
|
|
710511
|
+
id_city: string | null;
|
|
710512
|
+
id_postal_code: string | null;
|
|
710513
|
+
code: string | null;
|
|
710514
|
+
address: string | null;
|
|
710515
|
+
mobile_phone: string | null;
|
|
710516
|
+
created_at: Date | null;
|
|
710517
|
+
created_by: string | null;
|
|
710518
|
+
updated_at: Date | null;
|
|
710519
|
+
updated_by: string | null;
|
|
710520
|
+
id_un_locode: string | null;
|
|
710521
|
+
email: string | null;
|
|
710522
|
+
id_organization: string | null;
|
|
710523
|
+
phone: string | null;
|
|
710524
|
+
fax: string | null;
|
|
710525
|
+
} | null;
|
|
710526
|
+
user_sales_rep: {
|
|
710527
|
+
is_active: boolean | null;
|
|
710528
|
+
id: string;
|
|
710529
|
+
logic_code: string | null;
|
|
710530
|
+
id_sso: string | null;
|
|
710531
|
+
name: string | null;
|
|
710532
|
+
id_country: string | null;
|
|
710533
|
+
id_state: string | null;
|
|
710534
|
+
id_city: string | null;
|
|
710535
|
+
id_postal_code: string | null;
|
|
710536
|
+
id_nationality: string | null;
|
|
710537
|
+
id_company: string | null;
|
|
710538
|
+
id_branch: string | null;
|
|
710539
|
+
id_department: string | null;
|
|
710540
|
+
id_spouse_relationship: string | null;
|
|
710541
|
+
id_emergency_relationship: string | null;
|
|
710542
|
+
id_last_accessed_company: string | null;
|
|
710543
|
+
id_last_accessed_branch: string | null;
|
|
710544
|
+
code: string | null;
|
|
710545
|
+
pref_name: string | null;
|
|
710546
|
+
address: string | null;
|
|
710547
|
+
date_of_birth: Date | null;
|
|
710548
|
+
employment_date: Date | null;
|
|
710549
|
+
depart_date: Date | null;
|
|
710550
|
+
gender: ("MALE" | "FEMALE" | "NOT_SPECIFIED") | null;
|
|
710551
|
+
job_title: string | null;
|
|
710552
|
+
work_phone: string | null;
|
|
710553
|
+
work_extension: string | null;
|
|
710554
|
+
work_fax: string | null;
|
|
710555
|
+
home_phone: string | null;
|
|
710556
|
+
mobile_phone: string | null;
|
|
710557
|
+
other_reference: string | null;
|
|
710558
|
+
personal_email: string | null;
|
|
710559
|
+
work_email: string | null;
|
|
710560
|
+
spouse_name: string | null;
|
|
710561
|
+
spouse_phone: string | null;
|
|
710562
|
+
spouse_email: string | null;
|
|
710563
|
+
emergency_name: string | null;
|
|
710564
|
+
emergency_phone: string | null;
|
|
710565
|
+
emergency_email: string | null;
|
|
710566
|
+
profile_photo_url: string | null;
|
|
710567
|
+
signature_url: string | null;
|
|
710568
|
+
created_at: Date | null;
|
|
710569
|
+
created_by: string | null;
|
|
710570
|
+
updated_at: Date | null;
|
|
710571
|
+
updated_by: string | null;
|
|
710572
|
+
} | null;
|
|
710573
|
+
user_operation_rep: {
|
|
710574
|
+
is_active: boolean | null;
|
|
710575
|
+
id: string;
|
|
710576
|
+
logic_code: string | null;
|
|
710577
|
+
id_sso: string | null;
|
|
710578
|
+
name: string | null;
|
|
710579
|
+
id_country: string | null;
|
|
710580
|
+
id_state: string | null;
|
|
710581
|
+
id_city: string | null;
|
|
710582
|
+
id_postal_code: string | null;
|
|
710583
|
+
id_nationality: string | null;
|
|
710584
|
+
id_company: string | null;
|
|
710585
|
+
id_branch: string | null;
|
|
710586
|
+
id_department: string | null;
|
|
710587
|
+
id_spouse_relationship: string | null;
|
|
710588
|
+
id_emergency_relationship: string | null;
|
|
710589
|
+
id_last_accessed_company: string | null;
|
|
710590
|
+
id_last_accessed_branch: string | null;
|
|
710591
|
+
code: string | null;
|
|
710592
|
+
pref_name: string | null;
|
|
710593
|
+
address: string | null;
|
|
710594
|
+
date_of_birth: Date | null;
|
|
710595
|
+
employment_date: Date | null;
|
|
710596
|
+
depart_date: Date | null;
|
|
710597
|
+
gender: ("MALE" | "FEMALE" | "NOT_SPECIFIED") | null;
|
|
710598
|
+
job_title: string | null;
|
|
710599
|
+
work_phone: string | null;
|
|
710600
|
+
work_extension: string | null;
|
|
710601
|
+
work_fax: string | null;
|
|
710602
|
+
home_phone: string | null;
|
|
710603
|
+
mobile_phone: string | null;
|
|
710604
|
+
other_reference: string | null;
|
|
710605
|
+
personal_email: string | null;
|
|
710606
|
+
work_email: string | null;
|
|
710607
|
+
spouse_name: string | null;
|
|
710608
|
+
spouse_phone: string | null;
|
|
710609
|
+
spouse_email: string | null;
|
|
710610
|
+
emergency_name: string | null;
|
|
710611
|
+
emergency_phone: string | null;
|
|
710612
|
+
emergency_email: string | null;
|
|
710613
|
+
profile_photo_url: string | null;
|
|
710614
|
+
signature_url: string | null;
|
|
710615
|
+
created_at: Date | null;
|
|
710616
|
+
created_by: string | null;
|
|
710617
|
+
updated_at: Date | null;
|
|
710618
|
+
updated_by: string | null;
|
|
710619
|
+
} | null;
|
|
710620
|
+
billing_profit_loss_reason: {
|
|
710621
|
+
is_active: boolean | null;
|
|
710622
|
+
id: string;
|
|
710623
|
+
logic_code: string | null;
|
|
710624
|
+
name: string | null;
|
|
710625
|
+
code: string | null;
|
|
710626
|
+
created_at: Date | null;
|
|
710627
|
+
created_by: string | null;
|
|
710628
|
+
updated_at: Date | null;
|
|
710629
|
+
updated_by: string | null;
|
|
710630
|
+
} | null;
|
|
710631
|
+
billing_job_status: {
|
|
709942
710632
|
is_active: boolean | null;
|
|
709943
710633
|
id: string;
|
|
709944
710634
|
logic_code: string | null;
|
|
@@ -709952,32 +710642,38 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
709952
710642
|
is_active: boolean | null;
|
|
709953
710643
|
id: string;
|
|
709954
710644
|
logic_code: string | null;
|
|
710645
|
+
name: string | null;
|
|
710646
|
+
id_branch: string | null;
|
|
710647
|
+
id_department: string | null;
|
|
710648
|
+
code: string | null;
|
|
709955
710649
|
created_at: Date | null;
|
|
709956
710650
|
created_by: string | null;
|
|
709957
710651
|
updated_at: Date | null;
|
|
709958
710652
|
updated_by: string | null;
|
|
709959
|
-
id_organization: string | null;
|
|
709960
|
-
id_organization_address: string | null;
|
|
709961
710653
|
id_forwarding_shipment: string | null;
|
|
709962
|
-
|
|
709963
|
-
|
|
709964
|
-
|
|
709965
|
-
|
|
709966
|
-
|
|
709967
|
-
|
|
709968
|
-
|
|
709969
|
-
|
|
709970
|
-
|
|
709971
|
-
|
|
709972
|
-
|
|
709973
|
-
|
|
709974
|
-
|
|
709975
|
-
|
|
709976
|
-
|
|
709977
|
-
|
|
709978
|
-
|
|
709979
|
-
|
|
709980
|
-
|
|
710654
|
+
id_local_client: string | null;
|
|
710655
|
+
id_local_client_address: string | null;
|
|
710656
|
+
id_overseas_agent: string | null;
|
|
710657
|
+
id_overseas_agent_address: string | null;
|
|
710658
|
+
id_sales_rep: string | null;
|
|
710659
|
+
id_operation_rep: string | null;
|
|
710660
|
+
id_profit_loss_reason: string | null;
|
|
710661
|
+
id_job_status: string | null;
|
|
710662
|
+
billing_number: string | null;
|
|
710663
|
+
job_description: string | null;
|
|
710664
|
+
job_date: Date | null;
|
|
710665
|
+
open_date: Date | null;
|
|
710666
|
+
close_date: Date | null;
|
|
710667
|
+
job_recognition_date: Date | null;
|
|
710668
|
+
margin: Decimal | null;
|
|
710669
|
+
on_hold_reason: string | null;
|
|
710670
|
+
client_contract_number: string | null;
|
|
710671
|
+
quote_number: string | null;
|
|
710672
|
+
local_client_address: string | null;
|
|
710673
|
+
overseas_agent_address: string | null;
|
|
710674
|
+
is_on_hold: boolean | null;
|
|
710675
|
+
is_override_local_client: boolean | null;
|
|
710676
|
+
is_override_overseas_agent: boolean | null;
|
|
709981
710677
|
} | null;
|
|
709982
710678
|
forwarding_shipment_custom_entries: {
|
|
709983
710679
|
forwarding_shipment_customs_entry_type: {
|
|
@@ -714604,13 +715300,393 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
714604
715300
|
id: string;
|
|
714605
715301
|
logic_code: string | null;
|
|
714606
715302
|
name: string | null;
|
|
714607
|
-
id_company: string | null;
|
|
715303
|
+
id_company: string | null;
|
|
715304
|
+
code: string | null;
|
|
715305
|
+
created_at: Date | null;
|
|
715306
|
+
created_by: string | null;
|
|
715307
|
+
updated_at: Date | null;
|
|
715308
|
+
updated_by: string | null;
|
|
715309
|
+
} | null;
|
|
715310
|
+
forwarding_shipment_billing_details: {
|
|
715311
|
+
forwarding_console_billing_detail: {
|
|
715312
|
+
is_active: boolean | null;
|
|
715313
|
+
id: string;
|
|
715314
|
+
logic_code: string | null;
|
|
715315
|
+
name: string | null;
|
|
715316
|
+
code: string | null;
|
|
715317
|
+
created_at: Date | null;
|
|
715318
|
+
created_by: string | null;
|
|
715319
|
+
updated_at: Date | null;
|
|
715320
|
+
updated_by: string | null;
|
|
715321
|
+
id_charge_code: string | null;
|
|
715322
|
+
id_cost_currency: string | null;
|
|
715323
|
+
id_cost_latest_system_rate: string | null;
|
|
715324
|
+
id_cost_creditor: string | null;
|
|
715325
|
+
id_cost_tax_rate: string | null;
|
|
715326
|
+
id_sell_currency: string | null;
|
|
715327
|
+
id_sell_latest_system_rate: string | null;
|
|
715328
|
+
id_sell_debtor: string | null;
|
|
715329
|
+
id_sell_invoice_type: string | null;
|
|
715330
|
+
id_sell_tax_rate: string | null;
|
|
715331
|
+
cost_base_rate: Decimal | null;
|
|
715332
|
+
cost_currency_amount: Decimal | null;
|
|
715333
|
+
cost_currency_estimated_amount: Decimal | null;
|
|
715334
|
+
cost_local_currency_amount: Decimal | null;
|
|
715335
|
+
cost_invoice_number: string | null;
|
|
715336
|
+
cost_invoice_date: Date | null;
|
|
715337
|
+
cost_tax_amount: Decimal | null;
|
|
715338
|
+
cost_supplier_reference: string | null;
|
|
715339
|
+
is_cost_posted: boolean | null;
|
|
715340
|
+
sell_base_rate: Decimal | null;
|
|
715341
|
+
sell_currency_amount: Decimal | null;
|
|
715342
|
+
sell_currency_estimated_amount: Decimal | null;
|
|
715343
|
+
sell_local_currency_amount: Decimal | null;
|
|
715344
|
+
is_sell_posted: boolean | null;
|
|
715345
|
+
id_forwarding_console: string | null;
|
|
715346
|
+
id_cost_apportion_method: string | null;
|
|
715347
|
+
id_sell_apportion_method: string | null;
|
|
715348
|
+
} | null;
|
|
715349
|
+
charge_code: {
|
|
715350
|
+
is_active: boolean | null;
|
|
715351
|
+
id: string;
|
|
715352
|
+
logic_code: string | null;
|
|
715353
|
+
name: string | null;
|
|
715354
|
+
id_department: string | null;
|
|
715355
|
+
code: string | null;
|
|
715356
|
+
created_at: Date | null;
|
|
715357
|
+
created_by: string | null;
|
|
715358
|
+
updated_at: Date | null;
|
|
715359
|
+
updated_by: string | null;
|
|
715360
|
+
id_incoterm: string | null;
|
|
715361
|
+
id_type: string | null;
|
|
715362
|
+
margin: Decimal | null;
|
|
715363
|
+
id_wht_type: string | null;
|
|
715364
|
+
id_tax_rate: string | null;
|
|
715365
|
+
id_revenue: string | null;
|
|
715366
|
+
id_wip: string | null;
|
|
715367
|
+
id_cost: string | null;
|
|
715368
|
+
id_accrual: string | null;
|
|
715369
|
+
id_sales_group: string | null;
|
|
715370
|
+
id_expense_group: string | null;
|
|
715371
|
+
id_group: string | null;
|
|
715372
|
+
id_sub_group: string | null;
|
|
715373
|
+
id_rate_calculation: string | null;
|
|
715374
|
+
remarks: string | null;
|
|
715375
|
+
is_show_on_console: boolean | null;
|
|
715376
|
+
is_show_on_quote: boolean | null;
|
|
715377
|
+
is_show_if_zero: boolean | null;
|
|
715378
|
+
} | null;
|
|
715379
|
+
cost_currency: {
|
|
715380
|
+
symbol: string | null;
|
|
715381
|
+
is_active: boolean | null;
|
|
715382
|
+
id: string;
|
|
715383
|
+
logic_code: string | null;
|
|
715384
|
+
created_at: Date | null;
|
|
715385
|
+
created_by: string | null;
|
|
715386
|
+
updated_at: Date | null;
|
|
715387
|
+
updated_by: string | null;
|
|
715388
|
+
currency_code: string | null;
|
|
715389
|
+
currency_name: string | null;
|
|
715390
|
+
major_unit: string | null;
|
|
715391
|
+
minor_unit: string | null;
|
|
715392
|
+
decimal_unit: number | null;
|
|
715393
|
+
iso_decimal: number | null;
|
|
715394
|
+
} | null;
|
|
715395
|
+
cost_latest_system_rate: {
|
|
715396
|
+
is_active: boolean | null;
|
|
715397
|
+
id: string;
|
|
715398
|
+
logic_code: string | null;
|
|
715399
|
+
created_at: Date | null;
|
|
715400
|
+
created_by: string | null;
|
|
715401
|
+
updated_at: Date | null;
|
|
715402
|
+
updated_by: string | null;
|
|
715403
|
+
start_date: Date | null;
|
|
715404
|
+
end_date: Date | null;
|
|
715405
|
+
id_currency_from: string | null;
|
|
715406
|
+
id_currency_to: string | null;
|
|
715407
|
+
id_exchange_rate_type: string | null;
|
|
715408
|
+
rate: Decimal | null;
|
|
715409
|
+
} | null;
|
|
715410
|
+
cost_creditor: {
|
|
715411
|
+
is_active: boolean | null;
|
|
715412
|
+
id: string;
|
|
715413
|
+
logic_code: string | null;
|
|
715414
|
+
name: string | null;
|
|
715415
|
+
id_country: string | null;
|
|
715416
|
+
id_state: string | null;
|
|
715417
|
+
id_city: string | null;
|
|
715418
|
+
id_postal_code: string | null;
|
|
715419
|
+
id_company: string | null;
|
|
715420
|
+
id_branch: string | null;
|
|
715421
|
+
code: string | null;
|
|
715422
|
+
created_at: Date | null;
|
|
715423
|
+
created_by: string | null;
|
|
715424
|
+
updated_at: Date | null;
|
|
715425
|
+
updated_by: string | null;
|
|
715426
|
+
id_un_locode: string | null;
|
|
715427
|
+
email: string | null;
|
|
715428
|
+
id_business_category: string | null;
|
|
715429
|
+
id_controlling_branch: string | null;
|
|
715430
|
+
id_airline: string | null;
|
|
715431
|
+
id_shipping_line: string | null;
|
|
715432
|
+
phone: string | null;
|
|
715433
|
+
website_url: string | null;
|
|
715434
|
+
company_number: string | null;
|
|
715435
|
+
company_tax_number: string | null;
|
|
715436
|
+
} | null;
|
|
715437
|
+
cost_tax_rate: {
|
|
715438
|
+
is_active: boolean | null;
|
|
715439
|
+
id: string;
|
|
715440
|
+
logic_code: string | null;
|
|
715441
|
+
name: string | null;
|
|
715442
|
+
id_country: string | null;
|
|
715443
|
+
code: string | null;
|
|
715444
|
+
created_at: Date | null;
|
|
715445
|
+
created_by: string | null;
|
|
715446
|
+
updated_at: Date | null;
|
|
715447
|
+
updated_by: string | null;
|
|
715448
|
+
id_type: string | null;
|
|
715449
|
+
rate: Decimal | null;
|
|
715450
|
+
id_system: string | null;
|
|
715451
|
+
tax_message: string | null;
|
|
715452
|
+
} | null;
|
|
715453
|
+
sell_currency: {
|
|
715454
|
+
symbol: string | null;
|
|
715455
|
+
is_active: boolean | null;
|
|
715456
|
+
id: string;
|
|
715457
|
+
logic_code: string | null;
|
|
715458
|
+
created_at: Date | null;
|
|
715459
|
+
created_by: string | null;
|
|
715460
|
+
updated_at: Date | null;
|
|
715461
|
+
updated_by: string | null;
|
|
715462
|
+
currency_code: string | null;
|
|
715463
|
+
currency_name: string | null;
|
|
715464
|
+
major_unit: string | null;
|
|
715465
|
+
minor_unit: string | null;
|
|
715466
|
+
decimal_unit: number | null;
|
|
715467
|
+
iso_decimal: number | null;
|
|
715468
|
+
} | null;
|
|
715469
|
+
sell_latest_system_rate: {
|
|
715470
|
+
is_active: boolean | null;
|
|
715471
|
+
id: string;
|
|
715472
|
+
logic_code: string | null;
|
|
715473
|
+
created_at: Date | null;
|
|
715474
|
+
created_by: string | null;
|
|
715475
|
+
updated_at: Date | null;
|
|
715476
|
+
updated_by: string | null;
|
|
715477
|
+
start_date: Date | null;
|
|
715478
|
+
end_date: Date | null;
|
|
715479
|
+
id_currency_from: string | null;
|
|
715480
|
+
id_currency_to: string | null;
|
|
715481
|
+
id_exchange_rate_type: string | null;
|
|
715482
|
+
rate: Decimal | null;
|
|
715483
|
+
} | null;
|
|
715484
|
+
sell_debtor: {
|
|
715485
|
+
is_active: boolean | null;
|
|
715486
|
+
id: string;
|
|
715487
|
+
logic_code: string | null;
|
|
715488
|
+
name: string | null;
|
|
715489
|
+
id_country: string | null;
|
|
715490
|
+
id_state: string | null;
|
|
715491
|
+
id_city: string | null;
|
|
715492
|
+
id_postal_code: string | null;
|
|
715493
|
+
id_company: string | null;
|
|
715494
|
+
id_branch: string | null;
|
|
715495
|
+
code: string | null;
|
|
715496
|
+
created_at: Date | null;
|
|
715497
|
+
created_by: string | null;
|
|
715498
|
+
updated_at: Date | null;
|
|
715499
|
+
updated_by: string | null;
|
|
715500
|
+
id_un_locode: string | null;
|
|
715501
|
+
email: string | null;
|
|
715502
|
+
id_business_category: string | null;
|
|
715503
|
+
id_controlling_branch: string | null;
|
|
715504
|
+
id_airline: string | null;
|
|
715505
|
+
id_shipping_line: string | null;
|
|
715506
|
+
phone: string | null;
|
|
715507
|
+
website_url: string | null;
|
|
715508
|
+
company_number: string | null;
|
|
715509
|
+
company_tax_number: string | null;
|
|
715510
|
+
} | null;
|
|
715511
|
+
sell_invoice_type: {
|
|
715512
|
+
is_active: boolean | null;
|
|
715513
|
+
id: string;
|
|
715514
|
+
logic_code: string | null;
|
|
715515
|
+
name: string | null;
|
|
715516
|
+
code: string | null;
|
|
715517
|
+
created_at: Date | null;
|
|
715518
|
+
created_by: string | null;
|
|
715519
|
+
updated_at: Date | null;
|
|
715520
|
+
updated_by: string | null;
|
|
715521
|
+
} | null;
|
|
715522
|
+
sell_tax_rate: {
|
|
715523
|
+
is_active: boolean | null;
|
|
715524
|
+
id: string;
|
|
715525
|
+
logic_code: string | null;
|
|
715526
|
+
name: string | null;
|
|
715527
|
+
id_country: string | null;
|
|
715528
|
+
code: string | null;
|
|
715529
|
+
created_at: Date | null;
|
|
715530
|
+
created_by: string | null;
|
|
715531
|
+
updated_at: Date | null;
|
|
715532
|
+
updated_by: string | null;
|
|
715533
|
+
id_type: string | null;
|
|
715534
|
+
rate: Decimal | null;
|
|
715535
|
+
id_system: string | null;
|
|
715536
|
+
tax_message: string | null;
|
|
715537
|
+
} | null;
|
|
715538
|
+
cost_system_rates: {
|
|
715539
|
+
exchange_rate_types: {
|
|
715540
|
+
is_active: boolean | null;
|
|
715541
|
+
id: string;
|
|
715542
|
+
logic_code: string | null;
|
|
715543
|
+
name: string | null;
|
|
715544
|
+
code: string | null;
|
|
715545
|
+
created_at: Date | null;
|
|
715546
|
+
created_by: string | null;
|
|
715547
|
+
updated_at: Date | null;
|
|
715548
|
+
updated_by: string | null;
|
|
715549
|
+
} | null;
|
|
715550
|
+
currency_from: {
|
|
715551
|
+
symbol: string | null;
|
|
715552
|
+
is_active: boolean | null;
|
|
715553
|
+
id: string;
|
|
715554
|
+
logic_code: string | null;
|
|
715555
|
+
created_at: Date | null;
|
|
715556
|
+
created_by: string | null;
|
|
715557
|
+
updated_at: Date | null;
|
|
715558
|
+
updated_by: string | null;
|
|
715559
|
+
currency_code: string | null;
|
|
715560
|
+
currency_name: string | null;
|
|
715561
|
+
major_unit: string | null;
|
|
715562
|
+
minor_unit: string | null;
|
|
715563
|
+
decimal_unit: number | null;
|
|
715564
|
+
iso_decimal: number | null;
|
|
715565
|
+
} | null;
|
|
715566
|
+
currency_to: {
|
|
715567
|
+
symbol: string | null;
|
|
715568
|
+
is_active: boolean | null;
|
|
715569
|
+
id: string;
|
|
715570
|
+
logic_code: string | null;
|
|
715571
|
+
created_at: Date | null;
|
|
715572
|
+
created_by: string | null;
|
|
715573
|
+
updated_at: Date | null;
|
|
715574
|
+
updated_by: string | null;
|
|
715575
|
+
currency_code: string | null;
|
|
715576
|
+
currency_name: string | null;
|
|
715577
|
+
major_unit: string | null;
|
|
715578
|
+
minor_unit: string | null;
|
|
715579
|
+
decimal_unit: number | null;
|
|
715580
|
+
iso_decimal: number | null;
|
|
715581
|
+
} | null;
|
|
715582
|
+
is_active: boolean | null;
|
|
715583
|
+
id: string;
|
|
715584
|
+
logic_code: string | null;
|
|
715585
|
+
created_at: Date | null;
|
|
715586
|
+
created_by: string | null;
|
|
715587
|
+
updated_at: Date | null;
|
|
715588
|
+
updated_by: string | null;
|
|
715589
|
+
start_date: Date | null;
|
|
715590
|
+
end_date: Date | null;
|
|
715591
|
+
id_currency_from: string | null;
|
|
715592
|
+
id_currency_to: string | null;
|
|
715593
|
+
id_exchange_rate_type: string | null;
|
|
715594
|
+
rate: Decimal | null;
|
|
715595
|
+
}[];
|
|
715596
|
+
sell_system_rates: {
|
|
715597
|
+
exchange_rate_types: {
|
|
715598
|
+
is_active: boolean | null;
|
|
715599
|
+
id: string;
|
|
715600
|
+
logic_code: string | null;
|
|
715601
|
+
name: string | null;
|
|
715602
|
+
code: string | null;
|
|
715603
|
+
created_at: Date | null;
|
|
715604
|
+
created_by: string | null;
|
|
715605
|
+
updated_at: Date | null;
|
|
715606
|
+
updated_by: string | null;
|
|
715607
|
+
} | null;
|
|
715608
|
+
currency_from: {
|
|
715609
|
+
symbol: string | null;
|
|
715610
|
+
is_active: boolean | null;
|
|
715611
|
+
id: string;
|
|
715612
|
+
logic_code: string | null;
|
|
715613
|
+
created_at: Date | null;
|
|
715614
|
+
created_by: string | null;
|
|
715615
|
+
updated_at: Date | null;
|
|
715616
|
+
updated_by: string | null;
|
|
715617
|
+
currency_code: string | null;
|
|
715618
|
+
currency_name: string | null;
|
|
715619
|
+
major_unit: string | null;
|
|
715620
|
+
minor_unit: string | null;
|
|
715621
|
+
decimal_unit: number | null;
|
|
715622
|
+
iso_decimal: number | null;
|
|
715623
|
+
} | null;
|
|
715624
|
+
currency_to: {
|
|
715625
|
+
symbol: string | null;
|
|
715626
|
+
is_active: boolean | null;
|
|
715627
|
+
id: string;
|
|
715628
|
+
logic_code: string | null;
|
|
715629
|
+
created_at: Date | null;
|
|
715630
|
+
created_by: string | null;
|
|
715631
|
+
updated_at: Date | null;
|
|
715632
|
+
updated_by: string | null;
|
|
715633
|
+
currency_code: string | null;
|
|
715634
|
+
currency_name: string | null;
|
|
715635
|
+
major_unit: string | null;
|
|
715636
|
+
minor_unit: string | null;
|
|
715637
|
+
decimal_unit: number | null;
|
|
715638
|
+
iso_decimal: number | null;
|
|
715639
|
+
} | null;
|
|
715640
|
+
is_active: boolean | null;
|
|
715641
|
+
id: string;
|
|
715642
|
+
logic_code: string | null;
|
|
715643
|
+
created_at: Date | null;
|
|
715644
|
+
created_by: string | null;
|
|
715645
|
+
updated_at: Date | null;
|
|
715646
|
+
updated_by: string | null;
|
|
715647
|
+
start_date: Date | null;
|
|
715648
|
+
end_date: Date | null;
|
|
715649
|
+
id_currency_from: string | null;
|
|
715650
|
+
id_currency_to: string | null;
|
|
715651
|
+
id_exchange_rate_type: string | null;
|
|
715652
|
+
rate: Decimal | null;
|
|
715653
|
+
}[];
|
|
715654
|
+
is_active: boolean | null;
|
|
715655
|
+
id: string;
|
|
715656
|
+
logic_code: string | null;
|
|
715657
|
+
name: string | null;
|
|
714608
715658
|
code: string | null;
|
|
714609
715659
|
created_at: Date | null;
|
|
714610
715660
|
created_by: string | null;
|
|
714611
715661
|
updated_at: Date | null;
|
|
714612
715662
|
updated_by: string | null;
|
|
714613
|
-
|
|
715663
|
+
id_forwarding_shipment_billing: string | null;
|
|
715664
|
+
id_forwarding_console_billing_detail: string | null;
|
|
715665
|
+
id_charge_code: string | null;
|
|
715666
|
+
id_cost_currency: string | null;
|
|
715667
|
+
id_cost_latest_system_rate: string | null;
|
|
715668
|
+
id_cost_creditor: string | null;
|
|
715669
|
+
id_cost_tax_rate: string | null;
|
|
715670
|
+
id_sell_currency: string | null;
|
|
715671
|
+
id_sell_latest_system_rate: string | null;
|
|
715672
|
+
id_sell_debtor: string | null;
|
|
715673
|
+
id_sell_invoice_type: string | null;
|
|
715674
|
+
id_sell_tax_rate: string | null;
|
|
715675
|
+
cost_base_rate: Decimal | null;
|
|
715676
|
+
cost_currency_amount: Decimal | null;
|
|
715677
|
+
cost_currency_estimated_amount: Decimal | null;
|
|
715678
|
+
cost_local_currency_amount: Decimal | null;
|
|
715679
|
+
cost_invoice_number: string | null;
|
|
715680
|
+
cost_invoice_date: Date | null;
|
|
715681
|
+
cost_tax_amount: Decimal | null;
|
|
715682
|
+
cost_supplier_reference: string | null;
|
|
715683
|
+
is_cost_posted: boolean | null;
|
|
715684
|
+
sell_base_rate: Decimal | null;
|
|
715685
|
+
sell_currency_amount: Decimal | null;
|
|
715686
|
+
sell_currency_estimated_amount: Decimal | null;
|
|
715687
|
+
sell_local_currency_amount: Decimal | null;
|
|
715688
|
+
is_sell_posted: boolean | null;
|
|
715689
|
+
}[];
|
|
714614
715690
|
forwarding_shipment: {
|
|
714615
715691
|
is_active: boolean | null;
|
|
714616
715692
|
id: string;
|
|
@@ -715951,6 +717027,122 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
715951
717027
|
id_system: string | null;
|
|
715952
717028
|
tax_message: string | null;
|
|
715953
717029
|
} | null;
|
|
717030
|
+
cost_system_rates: {
|
|
717031
|
+
exchange_rate_types: {
|
|
717032
|
+
is_active: boolean | null;
|
|
717033
|
+
id: string;
|
|
717034
|
+
logic_code: string | null;
|
|
717035
|
+
name: string | null;
|
|
717036
|
+
code: string | null;
|
|
717037
|
+
created_at: Date | null;
|
|
717038
|
+
created_by: string | null;
|
|
717039
|
+
updated_at: Date | null;
|
|
717040
|
+
updated_by: string | null;
|
|
717041
|
+
} | null;
|
|
717042
|
+
currency_from: {
|
|
717043
|
+
symbol: string | null;
|
|
717044
|
+
is_active: boolean | null;
|
|
717045
|
+
id: string;
|
|
717046
|
+
logic_code: string | null;
|
|
717047
|
+
created_at: Date | null;
|
|
717048
|
+
created_by: string | null;
|
|
717049
|
+
updated_at: Date | null;
|
|
717050
|
+
updated_by: string | null;
|
|
717051
|
+
currency_code: string | null;
|
|
717052
|
+
currency_name: string | null;
|
|
717053
|
+
major_unit: string | null;
|
|
717054
|
+
minor_unit: string | null;
|
|
717055
|
+
decimal_unit: number | null;
|
|
717056
|
+
iso_decimal: number | null;
|
|
717057
|
+
} | null;
|
|
717058
|
+
currency_to: {
|
|
717059
|
+
symbol: string | null;
|
|
717060
|
+
is_active: boolean | null;
|
|
717061
|
+
id: string;
|
|
717062
|
+
logic_code: string | null;
|
|
717063
|
+
created_at: Date | null;
|
|
717064
|
+
created_by: string | null;
|
|
717065
|
+
updated_at: Date | null;
|
|
717066
|
+
updated_by: string | null;
|
|
717067
|
+
currency_code: string | null;
|
|
717068
|
+
currency_name: string | null;
|
|
717069
|
+
major_unit: string | null;
|
|
717070
|
+
minor_unit: string | null;
|
|
717071
|
+
decimal_unit: number | null;
|
|
717072
|
+
iso_decimal: number | null;
|
|
717073
|
+
} | null;
|
|
717074
|
+
is_active: boolean | null;
|
|
717075
|
+
id: string;
|
|
717076
|
+
logic_code: string | null;
|
|
717077
|
+
created_at: Date | null;
|
|
717078
|
+
created_by: string | null;
|
|
717079
|
+
updated_at: Date | null;
|
|
717080
|
+
updated_by: string | null;
|
|
717081
|
+
start_date: Date | null;
|
|
717082
|
+
end_date: Date | null;
|
|
717083
|
+
id_currency_from: string | null;
|
|
717084
|
+
id_currency_to: string | null;
|
|
717085
|
+
id_exchange_rate_type: string | null;
|
|
717086
|
+
rate: Decimal | null;
|
|
717087
|
+
}[];
|
|
717088
|
+
sell_system_rates: {
|
|
717089
|
+
exchange_rate_types: {
|
|
717090
|
+
is_active: boolean | null;
|
|
717091
|
+
id: string;
|
|
717092
|
+
logic_code: string | null;
|
|
717093
|
+
name: string | null;
|
|
717094
|
+
code: string | null;
|
|
717095
|
+
created_at: Date | null;
|
|
717096
|
+
created_by: string | null;
|
|
717097
|
+
updated_at: Date | null;
|
|
717098
|
+
updated_by: string | null;
|
|
717099
|
+
} | null;
|
|
717100
|
+
currency_from: {
|
|
717101
|
+
symbol: string | null;
|
|
717102
|
+
is_active: boolean | null;
|
|
717103
|
+
id: string;
|
|
717104
|
+
logic_code: string | null;
|
|
717105
|
+
created_at: Date | null;
|
|
717106
|
+
created_by: string | null;
|
|
717107
|
+
updated_at: Date | null;
|
|
717108
|
+
updated_by: string | null;
|
|
717109
|
+
currency_code: string | null;
|
|
717110
|
+
currency_name: string | null;
|
|
717111
|
+
major_unit: string | null;
|
|
717112
|
+
minor_unit: string | null;
|
|
717113
|
+
decimal_unit: number | null;
|
|
717114
|
+
iso_decimal: number | null;
|
|
717115
|
+
} | null;
|
|
717116
|
+
currency_to: {
|
|
717117
|
+
symbol: string | null;
|
|
717118
|
+
is_active: boolean | null;
|
|
717119
|
+
id: string;
|
|
717120
|
+
logic_code: string | null;
|
|
717121
|
+
created_at: Date | null;
|
|
717122
|
+
created_by: string | null;
|
|
717123
|
+
updated_at: Date | null;
|
|
717124
|
+
updated_by: string | null;
|
|
717125
|
+
currency_code: string | null;
|
|
717126
|
+
currency_name: string | null;
|
|
717127
|
+
major_unit: string | null;
|
|
717128
|
+
minor_unit: string | null;
|
|
717129
|
+
decimal_unit: number | null;
|
|
717130
|
+
iso_decimal: number | null;
|
|
717131
|
+
} | null;
|
|
717132
|
+
is_active: boolean | null;
|
|
717133
|
+
id: string;
|
|
717134
|
+
logic_code: string | null;
|
|
717135
|
+
created_at: Date | null;
|
|
717136
|
+
created_by: string | null;
|
|
717137
|
+
updated_at: Date | null;
|
|
717138
|
+
updated_by: string | null;
|
|
717139
|
+
start_date: Date | null;
|
|
717140
|
+
end_date: Date | null;
|
|
717141
|
+
id_currency_from: string | null;
|
|
717142
|
+
id_currency_to: string | null;
|
|
717143
|
+
id_exchange_rate_type: string | null;
|
|
717144
|
+
rate: Decimal | null;
|
|
717145
|
+
}[];
|
|
715954
717146
|
is_active: boolean | null;
|
|
715955
717147
|
id: string;
|
|
715956
717148
|
logic_code: string | null;
|