- 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:
Surya Paolo
2025-05-06 18:19:03 +02:00
parent 70f1e5cbf1
commit 57cfa5858b
53 changed files with 1123 additions and 428 deletions

View File

@@ -40,6 +40,7 @@ export interface ICatalog {
date_updated?: Date,
lista_prodotti?: IProduct[]
isCatalogoGenerale?: boolean
}
export interface ICatalogState {

View File

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

View File

@@ -291,6 +291,7 @@ export interface IUserState {
isTratuttrici?: boolean
isEditor?: boolean
isGrafico?: boolean
isCommerciale?: boolean
isTeacher?: boolean
usersList?: IUserFields[]
countusers?: number