++GasOrdini

This commit is contained in:
Surya Paolo
2023-12-21 02:23:58 +01:00
parent 31014b21c0
commit 53208ab1ad
9 changed files with 120 additions and 1 deletions

View File

@@ -442,6 +442,18 @@ export const colTableProviders = [
AddCol(DeleteRec),
AddCol(DuplicateRec),
]
export const colTableGasordine = [
AddCol({ name: 'active', label_trans: 'sites.active', fieldtype: costanti.FieldType.boolean }),
AddCol({ name: 'name', label_trans: 'store.name' }),
AddCol({ name: 'description', label_trans: 'store.description' }),
AddCol({ name: 'referente', label_trans: 'store.referent' }),
AddCol({ name: 'city', label_trans: 'store.city' }),
AddCol({ name: 'img', label_trans: 'store.img' }),
AddCol({ name: 'dataora_chiusura', label_trans: 'gas.dataora_chiusura', fieldtype: costanti.FieldType.date }),
AddCol({ name: 'dataora_ritiro', label_trans: 'gas.dataora_ritiro', fieldtype: costanti.FieldType.date }),
AddCol(DeleteRec),
AddCol(DuplicateRec),
]
export const colTableScontistica = [
AddCol({ name: 'code', label_trans: 'scontistica.code' }),
AddCol({ name: 'description', label_trans: 'scontistica.description' }),
@@ -3573,6 +3585,13 @@ export const fieldsTable = {
colkey: '_id',
collabel: 'name',
},
{
value: 'gasordines',
label: 'Gas Ordini',
columns: colTableGasordine,
colkey: '_id',
collabel: 'name',
},
{
value: 'scontisticas',
label: 'Scontistica',