From 80610b3627a580b402ab165a9c8e30abeec34c46 Mon Sep 17 00:00:00 2001 From: Surya Paolo Date: Sat, 11 Mar 2023 01:01:23 +0100 Subject: [PATCH] - Invia Ris a e Ricevi Ris - Tutorial Guidato Passi da Compiere - Provincia in cui vivi - Policy aggiornata --- .env.development | 2 +- .env.example.production | 2 +- .env.test.risosrv | 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 | 6 + src/components/CBigBtn/CBigBtn.vue | 8 +- .../CCheckIfIsLogged/CCheckIfIsLogged.ts | 2 +- src/components/CDashboard/CDashboard.vue | 6 +- src/components/CFinder/CFinder.ts | 24 +- src/components/CFinder/CFinder.vue | 3 +- src/components/CGridTableRec/CGridTableRec.ts | 65 +- .../CGridTableRec/CGridTableRec.vue | 29 +- src/components/CMainView/CMainView.vue | 56 +- src/components/CMyCircuit/CMyCircuit.ts | 17 +- src/components/CMyCircuit/CMyCircuit.vue | 444 ++++++++++++-- src/components/CMyElem/CMyElem.ts | 3 +- src/components/CMyElem/CMyElem.vue | 4 + src/components/CMyFieldDb/CMyFieldDb.ts | 5 + src/components/CMyFieldDb/CMyFieldDb.vue | 1 + src/components/CMyGroup/CMyGroup.vue | 55 +- src/components/CMyPopupEdit/CMyPopupEdit.vue | 3 + .../CMyProfileTutorial.scss | 9 + .../CMyProfileTutorial/CMyProfileTutorial.ts | 229 ++++++- .../CMyProfileTutorial/CMyProfileTutorial.vue | 286 ++++++--- src/components/CMyRecCard/CMyRecCard.ts | 5 + src/components/CMyRecCard/CMyRecCard.vue | 4 +- .../CMyRecCircuitCard/CMyRecCircuitCard.vue | 2 +- .../CMyRecGrpCard/CMyRecGrpCard.vue | 2 +- .../CMySelectCity/CMySelectCity.vue | 1 + src/components/CMyUser/CMyUser.vue | 42 ++ .../CMyUserOnlyView/CMyUserOnlyView.vue | 573 +++++++++++++++--- src/components/CSendCoins/CSendCoins.vue | 12 +- src/components/CSendRISTo/CSendRISTo.scss | 0 src/components/CSendRISTo/CSendRISTo.ts | 87 +++ src/components/CSendRISTo/CSendRISTo.vue | 113 ++++ src/components/CSendRISTo/index.ts | 1 + src/components/CSkill/CSkill.vue | 3 +- src/components/CStatusReg/CStatusReg.ts | 2 + src/components/CTitleBanner/CTitleBanner.ts | 5 + src/components/CTitleBanner/CTitleBanner.vue | 62 +- src/components/MyFooter/MyFooter.vue | 2 +- src/components/PagePolicy/PagePolicy.vue | 561 ++++------------- src/css/app.scss | 31 +- src/model/GlobalStore.ts | 4 + src/model/UserStore.ts | 5 + src/statics/lang/it.js | 31 +- src/store/CircuitStore.ts | 8 + src/store/Modules/costanti.ts | 3 +- src/store/Modules/fieldsTable.ts | 29 +- src/store/Modules/tools.ts | 61 +- src/store/UserStore.ts | 58 +- src/store/globalStore.ts | 2 +- src/views/admin/dbop/dbop.vue | 5 + src/views/user/editprofile/editprofile.vue | 53 +- src/views/user/mycircuit/mycircuit.ts | 3 +- src/views/user/mycircuit/mycircuit.vue | 189 +++--- src/views/user/myfriends/myfriends.vue | 2 +- src/views/user/mygroup/mygroup.vue | 2 + src/views/user/myprofile/myprofile.vue | 3 + 61 files changed, 2308 insertions(+), 925 deletions(-) create mode 100755 src/components/CSendRISTo/CSendRISTo.scss create mode 100755 src/components/CSendRISTo/CSendRISTo.ts create mode 100755 src/components/CSendRISTo/CSendRISTo.vue create mode 100755 src/components/CSendRISTo/index.ts diff --git a/.env.development b/.env.development index 209ff209..83d1928b 100755 --- a/.env.development +++ b/.env.development @@ -1,4 +1,4 @@ -APP_VERSION="0.5.73" +APP_VERSION="0.5.75" SERVICE_WORKER_FILE="service-worker.js" APP_ID="13" DIRECTORY_LOCAL="newfreeplanet" diff --git a/.env.example.production b/.env.example.production index 5a7c847b..3139730a 100755 --- a/.env.example.production +++ b/.env.example.production @@ -1,4 +1,4 @@ -APP_VERSION="0.5.73" +APP_VERSION="0.5.75" SERVICE_WORKER_FILE="service-worker.js" APP_ID="13" DIRECTORY_LOCAL=newfreeplanet diff --git a/.env.test.risosrv b/.env.test.risosrv index 77d9b0b0..a3e2a8fe 100755 --- a/.env.test.risosrv +++ b/.env.test.risosrv @@ -1,4 +1,4 @@ -APP_VERSION="0.5.73" +APP_VERSION="0.5.75" 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 209ff209..83d1928b 100755 --- a/_ALL_SITES/riso.app/.env.development +++ b/_ALL_SITES/riso.app/.env.development @@ -1,4 +1,4 @@ -APP_VERSION="0.5.73" +APP_VERSION="0.5.75" 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 be8c9880..01572ca1 100644 --- a/_ALL_SITES/riso.app/.env.production +++ b/_ALL_SITES/riso.app/.env.production @@ -1,4 +1,4 @@ -APP_VERSION="0.5.73" +APP_VERSION="0.5.75" 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 10de50ba..9a5db40e 100755 --- a/_ALL_SITES/terradellavisione.app/.env.development +++ b/_ALL_SITES/terradellavisione.app/.env.development @@ -1,4 +1,4 @@ -APP_VERSION="0.5.73" +APP_VERSION="0.5.75" 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 4e4cdf2c..0ad8f85e 100755 --- a/src/common/shared_vuejs.ts +++ b/src/common/shared_vuejs.ts @@ -39,6 +39,7 @@ export const shared_consts = { MAINVIEW: 130, CHECKAPPRUNNING: 135, DASHBOARD: 140, + CSENDRISTO: 150, STATUSREG: 160, CHECKIFISLOGGED: 170, INFO_VERSION: 180, @@ -170,6 +171,7 @@ export const shared_consts = { TABLES_USER_INCLUDE_MY: ['mygroups'], TABLES_GETCOMPLETEREC: ['myskills', 'mybachecas', 'myhosps', 'mygoods'], + TABLES_INSERT_ALMOST_ONE_TO_ENABLE_CIRCUIT: ['myskills', 'myhosps', 'mygoods'], TABLES_WITH_FILTER_FIELD: ['caldate'], TABLES_WITH_SPECIAL_FILTER: ['pub_to_share'], COL_WITH_FILTER_GTE: ['numMaxPeopleHosp'], @@ -1308,6 +1310,10 @@ export const shared_consts = { value: 140, label: 'Dashboard', }, + { + value: 150, + label: 'SendCoinTo', + }, { value: 280, label: 'Tutorial', diff --git a/src/components/CBigBtn/CBigBtn.vue b/src/components/CBigBtn/CBigBtn.vue index 755a5c82..a15730f4 100755 --- a/src/components/CBigBtn/CBigBtn.vue +++ b/src/components/CBigBtn/CBigBtn.vue @@ -1,11 +1,11 @@ -