- Mail in a Box: comandi per aggiungere/modificare/rimuovere le caselle di posta

- aggiunto idMyGroup: ospiti siti di gruppi (AbitareGliIblei)
This commit is contained in:
Surya Paolo
2024-09-12 14:49:00 +02:00
parent 13322a7e0b
commit f25e1f3992
18 changed files with 625 additions and 57 deletions

View File

@@ -50,7 +50,7 @@ module.exports = {
OPTIONS_SEARCH_USER_ONLY_FULL_WORDS: 2,
OPTIONS_SEARCH_USER_ALL_WORDS: 4,
OPTIONS_ADD_COUNT_FAVORITE: 8,
PROD: {
GAS: 1,
@@ -188,12 +188,12 @@ module.exports = {
TABLES_ENABLE_GETREC_BYID: ['mybachecas', 'myhosps', 'myskills', 'mygoods', 'attivitas'],
TABLES_USER_INCLUDE_MY: ['mygroups', 'circuits'],
TABLES_GETCOMPLETEREC: ['myskills', 'mybachecas', 'myhosps', 'mygoods', 'attivitas'],
//++Todo: per abilitare gli utenti ad inserire un Circuito aggiungere 'circuits' alla lista TABLES_PERM_NEWREC
TABLES_PERM_NEWREC: ['skills', 'goods', 'subskills', 'mygroups', 'myhosps'],
TABLES_REACTIONS: ['mybachecas', 'myhosps', 'myskills', 'mygoods', 'attivitas'],
TABLES_VISU_STAT_IN_HOME: ['myskills', 'mybachecas', 'myhosps', 'mygoods', 'mygroups', 'circuits'],
TABLES_ADV_NOTIFICATION: ['myskills', 'myhosps', 'mygoods'],
@@ -202,7 +202,7 @@ module.exports = {
TABLES_EVENTS_NOTIFICATION: ['mybachecas'],
TABLES_GROUPS_NOTIFICATION: ['mygroups'],
TABLES_CIRCUITS_NOTIFICATION: ['circuits'],
TABLES_NUM_AS_ID_NUMBER: [],
@@ -876,7 +876,7 @@ module.exports = {
idSkill: 1,
idCity: 1,
logo: 1,
photos: 1,
photos: 1,
note: 1,
descr: 1,
website: 1,
@@ -892,7 +892,7 @@ module.exports = {
createdBy: 1,
//**ADDFIELD_ATTIVITA
};
} else if (table === this.TABLES_MYBACHECAS) {
proj = {
recSkill: 1,
@@ -949,6 +949,7 @@ module.exports = {
mycities: 1,
lang: 1,
verified_by_aportador: 1,
idMyGroup: 1,
'profile.img': 1,
'profile.mygroups': 1,
'profile.mycircuits': 1,
@@ -1032,29 +1033,29 @@ module.exports = {
},
CAMPI_PRODUCTINFO: [
{name: 'name', type: ''},
{name: 'code', type: ''},
{name: 'description', type: 1},
{name: 'link_scheda', type: ''},
{name: 'idCatProds', type: ''},
{name: 'idSubCatProds', type: ''},
{name: 'weight', type: ''},
{name: 'weight_lordo', type: ''},
{name: 'unit', type: ''},
{name: 'unit_lordo', type: ''},
{name: 'size', type: ''},
{name: 'vegan', type: ''},
{name: 'sfuso', type: ''},
{name: 'img', type: ''},
{name: 'image_link', type: ''},
{name: 'link', type: ''},
{name: 'ingredienti', type: ''},
{name: 'valori_nutrizionali', type: ''},
{name: 'author', type: ''},
{name: 'collezione', type: ''},
{name: 'publisher', type: ''},
{name: 'numpages', type: ''},
{name: 'note', type: ''},
{ name: 'name', type: '' },
{ name: 'code', type: '' },
{ name: 'description', type: 1 },
{ name: 'link_scheda', type: '' },
{ name: 'idCatProds', type: '' },
{ name: 'idSubCatProds', type: '' },
{ name: 'weight', type: '' },
{ name: 'weight_lordo', type: '' },
{ name: 'unit', type: '' },
{ name: 'unit_lordo', type: '' },
{ name: 'size', type: '' },
{ name: 'vegan', type: '' },
{ name: 'sfuso', type: '' },
{ name: 'img', type: '' },
{ name: 'image_link', type: '' },
{ name: 'link', type: '' },
{ name: 'ingredienti', type: '' },
{ name: 'valori_nutrizionali', type: '' },
{ name: 'author', type: '' },
{ name: 'collezione', type: '' },
{ name: 'publisher', type: '' },
{ name: 'numpages', type: '' },
{ name: 'note', type: '' },
],
CAMPI_PRODUCT: [
@@ -1108,7 +1109,7 @@ module.exports = {
EPUB: 105,
MOBI: 106,
PDF: 107,
STREAMING: 108,
STREAMING: 108,
},