Poter inserire un Ordine anche per un altra persona... (Modalità Cassa)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user