- modifiche al catalogo

- tolta la richiesta di accettazione dei RIS, che ora vengono accettati automaticamente.
This commit is contained in:
Surya Paolo
2024-07-03 13:22:57 +02:00
parent 2ffcf56625
commit 8e711d0f63
50 changed files with 1882 additions and 1390 deletions

View File

@@ -1,6 +1,5 @@
export const shared_consts = {
Accepted: {
CHECK_READ_GUIDELINES: {
value: 1,
@@ -2173,18 +2172,7 @@ export const shared_consts = {
PDF: 107,
STREAMING: 108,
},
VERSIONE: {
NUOVO: 1,
USATO: 2,
DOWNLOAD: 3,
DVD: 4,
EPUB: 5,
MOBI: 6,
PDF: 7,
STREAMING: 8,
},
VERSIONI_PRODOTTO: [
{
label: '[Nessuno]',
@@ -2193,42 +2181,42 @@ export const shared_consts = {
},
{
label: 'Nuovo',
value: 1,
value: 101,
color: 'primary',
},
{
label: 'Usato',
value: 2,
value: 102,
color: 'orange-9',
},
{
label: 'Download',
value: 3,
value: 103,
color: 'success',
},
{
label: 'DVD',
value: 4,
value: 104,
color: 'secondary',
},
{
label: 'EPUB',
value: 5,
value: 105,
color: 'orange',
},
{
label: 'MOBI',
value: 6,
value: 106,
color: 'indigo',
},
{
label: 'PDF',
value: 7,
value: 107,
color: 'purple',
},
{
label: 'Streaming',
value: 8,
value: 108,
color: 'red',
},