- Esporta Lista Carrello (Totale)

- Sconto Applicato
This commit is contained in:
Surya Paolo
2025-06-09 09:48:34 +02:00
parent 664975b1fd
commit 56d1870bc1
17 changed files with 1325 additions and 327 deletions

View File

@@ -187,7 +187,8 @@ export interface IOrder {
date_payment?: Date
date_shipping?: Date
date_delivered?: Date
notes?: string
note?: string
codice_sconto?: string
modify_at?: Date
}
@@ -382,6 +383,7 @@ export interface IScontistica {
qta: number,
perc_sconto: number,
price: number,
applica: number,
comulativo: boolean,
}
@@ -439,6 +441,7 @@ export interface IOrderCart {
date_ricevuto?: Date
created_at?: Date
note: string
codice_sconto?: string
note_per_gestore: string
note_per_admin: string
note_ordine_gas: string