- 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:09 +02:00
parent 6e8d1fcff1
commit b77a0579f1
30 changed files with 4669 additions and 727 deletions

View File

@@ -359,6 +359,7 @@ module.exports = {
Zoomeri: 32,
Department: 64,
Grafico: 128,
Commerciale: 256,
},
MessageOptions: {
@@ -730,6 +731,8 @@ module.exports = {
'profile',
'calcstat',
'news_on',
'diario_on',
'test',
'aportador_solidario',
'made_gift',
'ind_order',
@@ -1195,6 +1198,26 @@ module.exports = {
EXCEED_QTAMAX: 20,
},
DESTNEWSLETTER: {
LISTA_NEWSLETTER: 0,
UTENTI: 1,
DIARIO: 2,
TEST: 10,
},
STATUS_JOB: {
NONE: 0,
START: 1,
FINISH: 10,
PAUSE: 2,
},
TERMINATED_WHY: {
END_NORMALLY: 1,
END_WITHERROR: -50,
TOOLONGTIME: -10,
}
// Download, DVD, Epub, Mobi, Nuovo, PDF, Streaming, Usato
};