- attivita

- gestione degli script sul server
 - creato websocket per interagire con gli script del server.
This commit is contained in:
Surya Paolo
2024-08-29 23:31:54 +02:00
parent 79e874e3e0
commit 8f4ff8ff9c
39 changed files with 1373 additions and 303 deletions

View File

@@ -1212,16 +1212,9 @@ export const colAttivita = [
// inline: true,
// typeobj: 'radio',
}),
AddCol({
name: 'nome_attivita',
label_trans: 'attivita.nome_attivita',
fieldtype: costanti.FieldType.string,
maxlength: 100,
required: true,
}),
AddCol({
name: 'descr',
label_trans: 'proj.shortdescr',
label_trans: 'attivita.descr',
fieldtype: costanti.FieldType.string,
maxlength: 300,
required: true,
@@ -1254,7 +1247,7 @@ export const colAttivita = [
}),
AddCol({
name: 'note', label_trans: 'proj.descrapprof', fieldtype: costanti.FieldType.html,
name: 'note', label_trans: 'attivita.note', fieldtype: costanti.FieldType.html,
showWhen: costanti.showWhen.NewRec + costanti.showWhen.InEdit + costanti.showWhen.InView_OnlyifExist,
titlepopupedit: 'Dettagli', field_extra1: 'username', subfield_extra1: '',
required: false,
@@ -4397,14 +4390,14 @@ export const fieldsTable = {
},
{
value: 'skills',
label: 'Competenze',
label: 'Sottocategorie Competenze',
columns: colSkills,
colkey: '_id',
collabel: 'descr',
},
{
value: 'goods',
label: 'Beni',
label: 'Sottocategorie Beni',
columns: colGoods,
colkey: '_id',
collabel: 'descr',