- Esporta Lista Carrello (Totale)
- Sconto Applicato
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user