Poter inserire un Ordine anche per un altra persona... (Modalità Cassa)

This commit is contained in:
Surya Paolo
2024-01-16 23:00:15 +01:00
parent 62267ef618
commit 40076e3e1d
23 changed files with 144 additions and 30 deletions

View File

@@ -1,4 +1,4 @@
import { IUserFields } from './UserStore'
import { IUserFields, IUserShort } from './UserStore'
export interface IProductInfo {
@@ -101,6 +101,7 @@ export interface IProductsState {
catprods: ICatProd[]
subcatprods: ISubCatProd[]
productInfos: IProductInfo[]
userActive: IUserShort
}
export interface IProducer {
@@ -213,6 +214,7 @@ export interface ICart {
userId?: string
totalQty?: number
totalPrice?: number
totalPriceCalc?: number
department?: string
items?: IBaseOrder[]
note?: string