PASSAGGIO A VITE !
AGG. 1.1.23
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import { IUserFields, IUserShort } from './UserStore'
|
||||
import type { IUserFields, IUserShort } from './UserStore'
|
||||
|
||||
|
||||
export interface IProductInfo {
|
||||
@@ -41,11 +41,11 @@ export interface IProductInfo {
|
||||
ListaArgomenti?: string
|
||||
publisher?: IPublisher
|
||||
date_pub?: Date
|
||||
date_pub_ts: number
|
||||
date_pub_ts?: number
|
||||
pagine?: number
|
||||
productTypes?: number[]
|
||||
versioneGM?: string
|
||||
short_descr: string
|
||||
short_descr?: string
|
||||
|
||||
totVen?: number,
|
||||
totFat?: number,
|
||||
@@ -69,7 +69,7 @@ export interface IVariazione {
|
||||
_id?: string
|
||||
active?: boolean
|
||||
versione?: number
|
||||
status?: string,
|
||||
status?: string,
|
||||
price?: number
|
||||
sale_price?: number
|
||||
quantita?: number
|
||||
@@ -122,7 +122,7 @@ export interface IProduct {
|
||||
QuantitaPrenotateInAttesa?: number,
|
||||
note?: string
|
||||
arrvariazioni?: IVariazione[]
|
||||
|
||||
|
||||
stockQty: number, // UPDATING
|
||||
stockBloccatiQty: number, // UPDATING
|
||||
bookedQtyOrdered: number // UPDATING
|
||||
|
||||
Reference in New Issue
Block a user