- catalogo macro, importazione dati

This commit is contained in:
Surya Paolo
2024-04-29 14:58:54 +02:00
parent 6bc733830e
commit a7604a63ad
104 changed files with 3592869 additions and 1422 deletions

View File

@@ -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