- newsletter: prende la lista utenti (flag news_on)
- Abilita a Tutti la Newsletter news_on - isCommerciale - JobsInProgress - PCB: Corretto Totali che era a zero
This commit is contained in:
@@ -40,6 +40,7 @@ export interface ICatalog {
|
||||
date_updated?: Date,
|
||||
|
||||
lista_prodotti?: IProduct[]
|
||||
isCatalogoGenerale?: boolean
|
||||
}
|
||||
|
||||
export interface ICatalogState {
|
||||
|
||||
@@ -85,6 +85,12 @@ export interface ITemplEmail {
|
||||
options?: ISettings[]
|
||||
}
|
||||
|
||||
export interface IDestNewsletter {
|
||||
_id?: string
|
||||
descr?: string
|
||||
tipodest_id?: number
|
||||
}
|
||||
|
||||
export interface ISettings {
|
||||
_id?: string
|
||||
idapp?: string
|
||||
@@ -372,6 +378,7 @@ export interface INewsToSent {
|
||||
label?: string
|
||||
activate?: boolean
|
||||
templemail_str?: string
|
||||
destnewsletter_str?: string
|
||||
numemail_tot?: number
|
||||
numemail_sent?: number
|
||||
datetoSent?: Date
|
||||
@@ -495,6 +502,7 @@ export interface IGlobalState {
|
||||
myelems: IMyElem[],
|
||||
myschedas: ISchedaSingola[],
|
||||
templemail: ITemplEmail[],
|
||||
destnewsletter?: IDestNewsletter[],
|
||||
opzemail: ISettings[],
|
||||
mailinglist: IMailinglist[],
|
||||
calzoom: ICalZoom[],
|
||||
@@ -589,6 +597,7 @@ export interface IListRoutes {
|
||||
onlyFacilitatore?: boolean
|
||||
color?: string
|
||||
onlyEditor?: boolean
|
||||
onlyCommerciale?: boolean
|
||||
onlyGrafico?: boolean
|
||||
extraclass?: string
|
||||
meta?: any
|
||||
|
||||
@@ -291,6 +291,7 @@ export interface IUserState {
|
||||
isTratuttrici?: boolean
|
||||
isEditor?: boolean
|
||||
isGrafico?: boolean
|
||||
isCommerciale?: boolean
|
||||
isTeacher?: boolean
|
||||
usersList?: IUserFields[]
|
||||
countusers?: number
|
||||
|
||||
Reference in New Issue
Block a user