From 5c2b28939be8a800142cd72a6a5837fd6c0261ad Mon Sep 17 00:00:00 2001 From: Surya Paolo Date: Mon, 6 Feb 2023 22:58:18 +0100 Subject: [PATCH] - pagine admin: Accounts, Movements e Circuits. - add change min e max range circuiti (per tutti i record). --- .env.development | 2 +- .env.example.production | 2 +- _ALL_SITES/riso.app/.env.development | 2 +- _ALL_SITES/riso.app/.env.production | 2 +- .../terradellavisione.app/.env.development | 2 +- src/common/shared_vuejs.ts | 2 +- src/components/CMyPopupEdit/CMyPopupEdit.vue | 57 ++++- src/components/CMyRecCard/CMyRecCard.ts | 4 +- src/components/CSendCoins/CSendCoins.ts | 164 ++++++++------ src/components/CSendCoins/CSendCoins.vue | 17 +- src/db/lang/ws_it.js | 2 + src/model/GlobalStore.ts | 4 + src/rootgen/admin/movsList/movsList.ts | 5 +- src/router/routesAdmin.ts | 26 ++- src/statics/lang/it.js | 1 + src/store/CircuitStore.ts | 40 +++- src/store/Modules/costanti.ts | 2 +- src/store/Modules/fieldsTable.ts | 72 ++++-- src/store/Modules/tools.ts | 18 ++ src/store/UserStore.ts | 38 +++- src/store/globalStore.ts | 38 +++- src/views/admin/dbop/dbop.ts | 19 +- src/views/admin/dbop/dbop.vue | 209 +++++++++++++----- src/views/user/mycircuit/mycircuit.vue | 12 +- 24 files changed, 560 insertions(+), 180 deletions(-) diff --git a/.env.development b/.env.development index 28a682ab..a0b6deb3 100755 --- a/.env.development +++ b/.env.development @@ -1,4 +1,4 @@ -APP_VERSION="0.5.63" +APP_VERSION="0.5.66" SERVICE_WORKER_FILE="service-worker.js" APP_ID="13" DIRECTORY_LOCAL="newfreeplanet" diff --git a/.env.example.production b/.env.example.production index eee59181..5ddbfad6 100755 --- a/.env.example.production +++ b/.env.example.production @@ -1,4 +1,4 @@ -APP_VERSION="0.5.63" +APP_VERSION="0.5.66" SERVICE_WORKER_FILE="service-worker.js" APP_ID="13" DIRECTORY_LOCAL=newfreeplanet diff --git a/_ALL_SITES/riso.app/.env.development b/_ALL_SITES/riso.app/.env.development index 28a682ab..a0b6deb3 100755 --- a/_ALL_SITES/riso.app/.env.development +++ b/_ALL_SITES/riso.app/.env.development @@ -1,4 +1,4 @@ -APP_VERSION="0.5.63" +APP_VERSION="0.5.66" SERVICE_WORKER_FILE="service-worker.js" APP_ID="13" DIRECTORY_LOCAL="newfreeplanet" diff --git a/_ALL_SITES/riso.app/.env.production b/_ALL_SITES/riso.app/.env.production index 656a21ee..1ee9f4ee 100644 --- a/_ALL_SITES/riso.app/.env.production +++ b/_ALL_SITES/riso.app/.env.production @@ -1,4 +1,4 @@ -APP_VERSION="0.5.63" +APP_VERSION="0.5.66" SERVICE_WORKER_FILE="service-worker.js" APP_ID="13" DIRECTORY_LOCAL=newfreeplanet diff --git a/_ALL_SITES/terradellavisione.app/.env.development b/_ALL_SITES/terradellavisione.app/.env.development index 9bfb4a7a..300591d9 100755 --- a/_ALL_SITES/terradellavisione.app/.env.development +++ b/_ALL_SITES/terradellavisione.app/.env.development @@ -1,4 +1,4 @@ -APP_VERSION="0.5.63" +APP_VERSION="0.5.66" SERVICE_WORKER_FILE="service-worker.js" APP_ID="14" DIRECTORY_LOCAL="newfreeplanet" diff --git a/src/common/shared_vuejs.ts b/src/common/shared_vuejs.ts index 5f5a32a4..88678de0 100755 --- a/src/common/shared_vuejs.ts +++ b/src/common/shared_vuejs.ts @@ -1242,7 +1242,7 @@ export const shared_consts = { CIRCUIT_PARAMS: { SCOPERTO_MIN_GRP: 200, - SCOPERTO_MAX_GRP: 500, + SCOPERTO_MAX_GRP: 400, }, FontsInstalled: [ diff --git a/src/components/CMyPopupEdit/CMyPopupEdit.vue b/src/components/CMyPopupEdit/CMyPopupEdit.vue index 8ff3d421..d84a5da0 100755 --- a/src/components/CMyPopupEdit/CMyPopupEdit.vue +++ b/src/components/CMyPopupEdit/CMyPopupEdit.vue @@ -81,12 +81,45 @@
- + {{ $t(col.extrafield) }}
-
+
+ + +
+
+
+ + +
+
+ Circuito: {{circuitname}} +
-
+
+ :type="costanti.FieldType.boolean" + > -
+
+ :type="costanti.FieldType.boolean" + > -
- +