Aggiornamento cataloghi...

This commit is contained in:
Surya Paolo
2025-04-11 18:49:42 +02:00
parent cea3bcfa0e
commit 3616e2ca0f
44 changed files with 593 additions and 206 deletions

View File

@@ -2392,13 +2392,13 @@ export const shared_consts = {
ORDINAMENTO_CATALOGHI_PUBBLICO: [
{ label: '[Nessuno]', value: '' },
{ label: 'Alfabetico', value: 'name' },
{ label: 'Data di Pubblicazione', value: 'date_pub_ts' },
{ label: 'Data di Pubblicazione', value: 'date_pub' },
],
ORDINAMENTO_CATALOGHI: [
{ label: '[Nessuno]', value: '' },
{ label: 'Alfabetico', value: 'name' },
{ label: 'Data di Pubblicazione', value: 'date_pub_ts' },
{ label: 'Data di Pubblicazione', value: 'date_pub' },
{ label: 'Totale Venduti', value: 'totVen' },
{ label: 'Totale Fatturati', value: 'totFat' },
{ label: 'Venduti Ultimi 3 Mesi', value: 'vLast3M' },
@@ -2406,6 +2406,7 @@ export const shared_consts = {
{ label: 'Venduti Ultimo Anno', value: 'vLastY' },
{ label: 'Venduti Ultimi 2 Anni', value: 'vLast2Y' },
{ label: 'Fatturati Ultimi 3 Mesi', value: 'fatLast3M' },
{ label: 'Fatturati Ultimi 6 Mesi', value: 'fatLast6M' },
{ label: 'Data Ultimo Ordine', value: 'dataUltimoOrdine' },
],
@@ -2473,6 +2474,7 @@ export const shared_consts = {
CmdQueryMs: {
GET: 0,
SET: 1,
UPDATE: 2,
},
SCHEDA_PRODOTTO: {