- sendcoins

- font
- catalogo
This commit is contained in:
Surya Paolo
2025-03-26 23:23:35 +01:00
parent 285db5f995
commit 7624f16723
134 changed files with 3594798 additions and 1941 deletions

View File

@@ -965,7 +965,7 @@ export const colmyMovement = [
link: '/grp/groupfrom.groupname',
noshowlabel: true,
extrafield: 'movement.fromCColl',
tipoconto: shared_consts.AccountType.COLLECTIVE_ACCOUNT,
tipoconto: shared_consts.AccountType.CONTO_DI_GRUPPO,
}),
AddCol({
name: 'contocomfrom.path',
@@ -1005,7 +1005,7 @@ export const colmyMovement = [
link: '/grp/groupto.groupname',
extrafield: 'movement.toCColl',
noshowlabel: true,
tipoconto: shared_consts.AccountType.COLLECTIVE_ACCOUNT,
tipoconto: shared_consts.AccountType.CONTO_DI_GRUPPO,
}),
AddCol({
name: 'contocomfto.path',
@@ -1052,7 +1052,7 @@ export const colmyMovementTable = [
tipovisu: costanti.TipoVisu.LINK,
fieldtype: costanti.FieldType.username_chip,
link: '/grp/groupfrom.groupname',
tipoconto: shared_consts.AccountType.COLLECTIVE_ACCOUNT,
tipoconto: shared_consts.AccountType.CONTO_DI_GRUPPO,
required: true,
}),
AddCol({
@@ -1089,7 +1089,7 @@ export const colmyMovementTable = [
tipovisu: costanti.TipoVisu.LINK,
fieldtype: costanti.FieldType.username_chip,
link: '/grp/groupto.groupname',
tipoconto: shared_consts.AccountType.COLLECTIVE_ACCOUNT,
tipoconto: shared_consts.AccountType.CONTO_DI_GRUPPO,
required: true,
}),
AddCol({
@@ -4047,7 +4047,7 @@ export const colmyUserCircuit = [
fieldtype: costanti.FieldType.username_chip,
link: '/circuit/groupname',
noshowlabel: true,
tipoconto: shared_consts.AccountType.COLLECTIVE_ACCOUNT,
tipoconto: shared_consts.AccountType.CONTO_DI_GRUPPO,
}),
AddCol({ name: 'deperibile', label_trans: 'account.deperibile', fieldtype: costanti.FieldType.boolean }),
@@ -4093,7 +4093,7 @@ export const colTableNotifCoins = [
fieldtype: costanti.FieldType.username_chip,
link: '/grp/extrarec.groupdest',
noshowlabel: true,
tipoconto: shared_consts.AccountType.COLLECTIVE_ACCOUNT,
tipoconto: shared_consts.AccountType.CONTO_DI_GRUPPO,
}),
AddCol({
name: 'extrarec.contoComDest',