- catalogo macro, importazione dati
This commit is contained in:
@@ -4,6 +4,7 @@ import { IUserFields, IUserShort } from './UserStore'
|
||||
export interface IProductInfo {
|
||||
_id?: any
|
||||
code?: string,
|
||||
id_wp?: string,
|
||||
name?: string,
|
||||
description?: string,
|
||||
department?: string,
|
||||
@@ -22,9 +23,14 @@ export interface IProductInfo {
|
||||
date?: Date,
|
||||
icon?: string,
|
||||
img?: string
|
||||
image_link?: string
|
||||
ingredienti?: string,
|
||||
link_scheda?: string,
|
||||
valori_nutrizionali?: string,
|
||||
author?: string,
|
||||
collezione?: string,
|
||||
publisher?: string,
|
||||
numpages?: number,
|
||||
}
|
||||
|
||||
export interface IProduct {
|
||||
@@ -43,6 +49,7 @@ export interface IProduct {
|
||||
gasordine: IGasordine | null,
|
||||
provider?: IProvider,
|
||||
price: number,
|
||||
sale_price?: number,
|
||||
after_price?: string,
|
||||
quantityAvailable?: number,
|
||||
bookableAvailableQty?: number,
|
||||
@@ -51,6 +58,7 @@ export interface IProduct {
|
||||
note?: string
|
||||
|
||||
stockQty: number, // UPDATING
|
||||
status?: string,
|
||||
stockBloccatiQty: number, // UPDATING
|
||||
bookedQtyOrdered: number // UPDATING
|
||||
bookedQtyConfirmed: number // UPDATING
|
||||
|
||||
Reference in New Issue
Block a user