- sendcoins

- font
- catalogo
This commit is contained in:
Surya Paolo
2025-03-26 23:23:48 +01:00
parent 76bacf3f5a
commit 789dc1dcae
14 changed files with 118 additions and 27 deletions

View File

@@ -5831,7 +5831,7 @@ module.exports = {
}
if (mov.groupfrom) {
userfrom += mov.groupfrom.groupname
tipocontofrom = shared_consts.AccountType.COLLECTIVE_ACCOUNT
tipocontofrom = shared_consts.AccountType.CONTO_DI_GRUPPO
}
if (mov.userfrom) {
userfrom += mov.userfrom.username
@@ -5844,7 +5844,7 @@ module.exports = {
}
if (mov.groupto) {
userto += mov.groupto.groupname
tipocontoto = shared_consts.AccountType.COLLECTIVE_ACCOUNT
tipocontoto = shared_consts.AccountType.CONTO_DI_GRUPPO
}
if (mov.userto) {
userto += mov.userto.username

View File

@@ -824,7 +824,7 @@ module.exports = {
sector: 1,
recCatGrp: 1,
mycircuits: 1,
lastdate_reqRisGroup: 1,
lastdate_reqRisGroup: 1,
}
} else if (table === this.TABLES_CIRCUITS) {
proj = {
@@ -1165,7 +1165,7 @@ module.exports = {
AUDIOLIBRO: 22,
VIDEO: 23,
CARTE: 25,
// -----------
// -----------
NUOVO: 101,
USATO: 102,
DOWNLOAD: 103,
@@ -1180,7 +1180,7 @@ module.exports = {
AccountType: {
USER: 0,
COLLECTIVE_ACCOUNT: 1,
CONTO_DI_GRUPPO: 1,
COMMUNITY_ACCOUNT: 2,
},
@@ -1189,7 +1189,7 @@ module.exports = {
SET: 1,
},
SENDRIS_CODES: {
SENDRIS_CODES: {
EXCEED_FIDO: 10,
EXCEED_QTAMAX: 20,
},