Scontistica- Parte 1
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
import { IAction } from '@src/model/Projects'
|
||||
import { IFriends, IGroupShort, IMyGroup, IPaymentType } from '@src/model/UserStore'
|
||||
import {
|
||||
IDepartment, IProducer, IShareWithUs, IStorehouse, IProvider, ICategory
|
||||
IDepartment, IProducer, IShareWithUs, IStorehouse, IProvider, IScontistica, ICategory
|
||||
} from '@src/model/Products'
|
||||
|
||||
import { IUserFields, IUserProfile } from '@src/model/UserStore'
|
||||
@@ -440,6 +440,7 @@ export interface IGlobalState {
|
||||
calzoom: ICalZoom[],
|
||||
producers: IProducer[],
|
||||
providers: IProvider[],
|
||||
scontisticas: IScontistica[],
|
||||
storehouses: IStorehouse[],
|
||||
departments: IDepartment[],
|
||||
categories: ICategory[],
|
||||
|
||||
@@ -121,6 +121,17 @@ export interface IProvider {
|
||||
website?: string,
|
||||
}
|
||||
|
||||
export interface IScontistica {
|
||||
_id?: any
|
||||
idapp?: string
|
||||
code?: string,
|
||||
description?: string,
|
||||
qta: number,
|
||||
perc_sconto: number,
|
||||
price: number,
|
||||
comulativo: boolean,
|
||||
}
|
||||
|
||||
export interface ICart {
|
||||
_id?: any
|
||||
idapp?: string
|
||||
|
||||
Reference in New Issue
Block a user