diff --git a/.env.development b/.env.development
index 05595eea..63d52e78 100755
--- a/.env.development
+++ b/.env.development
@@ -1,7 +1,7 @@
VITE_APP_ID="17"
VITE_APP_URL="https://localhost"
VITE_MONGODB_HOST="https://localhost:3000"
-VITE_LOGO_REG='riso-logo-full.png'
+VITE_LOGO_REG="piuchebuono-logo-full.png"
VITE_PUBLICKEY_PUSH='BDncvMiUZmjaCG2Kr1V9N0_33hOG-AuNSbHSvL24y2dzBiUjAxKm02emx5SeJvz2IGmtRf6YqCgopeQwCwUmZw8'
VITE_DEBUG="1"
VITE_VUE_APP_ISTEST=0
diff --git a/scripts/_ALL_SITES/nuovomondo.app/src/db/lang/ws_it.js b/scripts/_ALL_SITES/nuovomondo.app/src/db/lang/ws_it.js
index 0d4d028b..33e78889 100755
--- a/scripts/_ALL_SITES/nuovomondo.app/src/db/lang/ws_it.js
+++ b/scripts/_ALL_SITES/nuovomondo.app/src/db/lang/ws_it.js
@@ -133,7 +133,6 @@ const msg_website_it = {
only_residenti: 'Solo Residenti',
only_consiglio: 'Solo Consiglieri',
color: 'Colore',
- gestoreordini: 'Gestore Ordini',
},
msg: {
myAppName: 'Più che Buono',
diff --git a/scripts/_ALL_SITES/piuchebuono.app/src/db/lang/ws_it.js b/scripts/_ALL_SITES/piuchebuono.app/src/db/lang/ws_it.js
index 5cdb4776..0b37bc19 100755
--- a/scripts/_ALL_SITES/piuchebuono.app/src/db/lang/ws_it.js
+++ b/scripts/_ALL_SITES/piuchebuono.app/src/db/lang/ws_it.js
@@ -133,7 +133,6 @@ const msg_website_it = {
only_residenti: 'Solo Residenti',
only_consiglio: 'Solo Consiglieri',
color: 'Colore',
- gestoreordini: 'Gestore Ordini',
},
msg: {
myAppName: 'Più che Buono',
diff --git a/src/components/CCart/CCart.vue b/src/components/CCart/CCart.vue
index c6407200..59e2cb53 100755
--- a/src/components/CCart/CCart.vue
+++ b/src/components/CCart/CCart.vue
@@ -70,7 +70,7 @@
- | {{ t('ecomm.codice_sconto') }}: |
+ {{ t('ecomm.add_codice_sconto') }}: |
@@ -63,7 +64,7 @@
outline
size="md"
color="primary"
- class="q-mb-sm"
+ class="q-ma-sm"
:label="labelBtnAddExtra"
:disable="startsearch"
icon="fas fa-plus"
@@ -120,7 +121,11 @@
color="positive"
rounded
:icon="!showfilteradv ? 'fas fa-arrow-down' : 'fas fa-arrow-up'"
- :label="!showfilteradv ? t('grid.advanced_filters') : t('grid.hide_advanced_filters')"
+ :label="
+ !showfilteradv
+ ? t('grid.advanced_filters')
+ : t('grid.hide_advanced_filters')
+ "
@click="showfilteradv = !showfilteradv"
>
@@ -132,7 +137,8 @@
- {{ scope.opt[fieldsTable.getLabelByTable(item.table)] || scope.opt }}
+ {{
+ scope.opt[fieldsTable.getLabelByTable(item.table)] || scope.opt
+ }}
- {{ opt[fieldsTable.getLabelByTable(item.table)] }}
+ {{
+ opt[fieldsTable.getLabelByTable(item.table)]
+ }}
@@ -622,7 +652,9 @@
:circuitname="circuitname"
:actionType="actionType"
:labelextra="col_title ? row[col_title] : ''"
- :labelFooter="col_footer ? tools.getLabelFooterByRow(row, col_footer, tablesel) : ''"
+ :labelFooter="
+ col_footer ? tools.getLabelFooterByRow(row, col_footer, tablesel) : ''
+ "
@showInnerDialog="showInnerDialog"
>
@@ -632,7 +664,8 @@
-
@@ -663,10 +698,16 @@
@@ -895,7 +947,8 @@
>
- {{ scope.opt[fieldsTable.getLabelByTable(item.table)] || scope.opt }}
+ {{
+ scope.opt[fieldsTable.getLabelByTable(item.table)] || scope.opt
+ }}
- {{ opt[fieldsTable.getLabelByTable(item.table)] }}
+ {{
+ opt[fieldsTable.getLabelByTable(item.table)]
+ }}
- {{ pagination.rowsNumber }} elemento trovato
- {{ pagination.rowsNumber }} elementi trovati
+
+ {{ pagination.rowsNumber }} elemento trovato
+
+
+ {{ pagination.rowsNumber }} elementi trovati
+
+
+
+
+ {{ col.label }}
+
+
+
+
+
-
-
-
@@ -1094,11 +1162,17 @@
:style="props.selected ? 'transform: scale(0.95);' : ''"
>
@@ -1106,7 +1180,9 @@
v-if="props.row['adType']"
:color="fieldsTable.getColByAdType(props.row['adType'])"
>
- {{ fieldsTable.getValByTabAndId(tablesel, 'adType', props.row['adType']) }}
+ {{
+ fieldsTable.getValByTabAndId(tablesel, 'adType', props.row['adType'])
+ }}
|