feat: update invoice and item tabs to use 'Datos Soriana' instead of 'Datos Sonana'

refactor: enhance package transportation tab to prevent infinite loops and load data only once

fix: include credentials in fetch request for company data

feat: implement loading of additional pedimento data in edit page, including contributions, packages, transport carriers, guides, seals, and containers

add: create DTOs and models for pedimento contributions, packages, transport carriers, guides, seals, and containers
This commit is contained in:
Galindo97
2026-01-02 18:04:28 -06:00
parent 0b4c385aeb
commit 97a318fdba
27 changed files with 997 additions and 110 deletions

View File

@@ -54,8 +54,11 @@ export interface PedimentoIncrementables {
insured_value?: number | null;
packaging?: number | null;
freight?: number | null;
insurance?: number | null;
others?: number | null;
deductibles?: number | null;
currency?: string | null;
currency_factor?: number | null;
not_affect_usd_value?: boolean | null;
not_affect_customs_value?: boolean | null;
}
@@ -83,6 +86,7 @@ export interface PedimentoConfigAdditional {
enable_import_invoice_recipient?: boolean | null;
send_502_validation_file_for_consolidated?: boolean | null;
add_remove_norms?: boolean | null;
choose_invoice_cove?: boolean | null;
}
export interface PedimentoConfigCalculations {