- Uscita PRIMA VERSIONE PiuCheBuono.app

This commit is contained in:
Surya Paolo
2023-12-30 21:34:09 +01:00
parent 632d05bbfb
commit a32ba4ec7a
16 changed files with 341 additions and 201 deletions

View File

@@ -12,7 +12,7 @@ export interface IProductInfo {
color?: string,
size?: string,
weight?: number,
unit?: number,
unit: number,
stars?: number,
date?: Date,
icon?: string,
@@ -40,15 +40,22 @@ export interface IProduct {
bookableAvailableQty?: number,
QuantitaOrdinateInAttesa?: number,
QuantitaPrenotateInAttesa?: number,
stockQty: number,
stockBloccatiQty: number,
minBuyQty: number,
minStepQty: number,
maxBookableQty: number,
bookableQty: number,
bookableBloccatiQty: number,
canBeShipped?: boolean,
canBeBuyOnline?: boolean,
note?: string
stockQty: number, // UPDATING
stockBloccatiQty: number, // UPDATING
bookedQtyConfirmed: number // UPDATING
qtyToReachForGas: number
maxbookableGASQty: number
bookedGASQtyOrdered: number // UPDATING
bookableGASBloccatiQty: number // UPDATING
minBuyQty: number
minStepQty: number
maxBookableSinglePersQty: number
canBeShipped?: boolean
canBeBuyOnline?: boolean
}
export interface IBaseOrder {
@@ -136,8 +143,11 @@ export interface IStorehouse {
email_html_header?: string,
email_html_footer?: string,
email_html_makeorder?: string,
email_html_GAS_makeorder?: string,
email_html_order_confirmed?: string,
email_html_GAS_order_confirmed?: string,
email_html_order_consegnato?: string,
email_html_GAS_order_consegnato?: string,
}
export interface IProvider {
@@ -204,8 +214,8 @@ export interface IOrderCart {
nameSurname?: string
status: number
modify_at?: Date
evaso: boolean
date_evaso?: Date
confermato: boolean
date_confermato?: Date
consegnato: boolean
date_consegnato?: Date
pagato: boolean