- 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

@@ -326,6 +326,7 @@ export const shared_consts = {
TABLES_MYGROUPS: 'mygroups',
TABLES_ATTIVITAS: 'attivitas',
TABLES_CATALOG: 'catalogs',
TABLES_LISTA_EDITORI: 'lista_editori',
TABFILTRI_UTENTE: 'filtriutente',
@@ -1110,6 +1111,12 @@ export const shared_consts = {
icon: 'fas fa-paint-brush',
color: 'green',
},
Commerciale: {
value: 256,
label: 'dashboard.Commerciale',
icon: 'fas fa-briefcase',
color: 'brown',
},
},
MessageOptions: {
@@ -2487,6 +2494,21 @@ export const shared_consts = {
VISU_SEARCHPROD_MODE: {
VISU: 0,
INSERT: 1,
}
},
DESTNEWSLETTER: {
LISTA_NEWSLETTER: 0,
UTENTI: 1,
DIARIO: 2,
TEST: 10,
},
DESTNEWSLETTER_ARRAY: [
{value: 0, label: 'LISTA_NEWSLETTER'},
{value: 1, label: 'UTENTI'},
{value: 2, label: 'DIARIO'},
{value: 10, label: 'TEST'},
],
}