"Autoprodotto": metterlo come campo e filtro a parte ??
Se non hai l'USERNAME TELEGRAM presente, allora il BOT ti deve dire come fare per impostarlo. Creare una Chat di Help Supporto Tecnico
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
APP_VERSION="0.2.10"
|
APP_VERSION="0.2.11"
|
||||||
SERVICE_WORKER_FILE="service-worker.js"
|
SERVICE_WORKER_FILE="service-worker.js"
|
||||||
APP_ID="13"
|
APP_ID="13"
|
||||||
DIRECTORY_LOCAL="newfreeplanet"
|
DIRECTORY_LOCAL="newfreeplanet"
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
APP_VERSION="0.2.10"
|
APP_VERSION="0.2.11"
|
||||||
SERVICE_WORKER_FILE="service-worker.js"
|
SERVICE_WORKER_FILE="service-worker.js"
|
||||||
APP_ID="1"
|
APP_ID="1"
|
||||||
DIRECTORY_LOCAL="newfreeplanet"
|
DIRECTORY_LOCAL="newfreeplanet"
|
||||||
|
|||||||
@@ -2,7 +2,7 @@ const msg_website_it = {
|
|||||||
ws: {
|
ws: {
|
||||||
sitename: 'FreePlanet',
|
sitename: 'FreePlanet',
|
||||||
siteshortname: 'FreePlanet',
|
siteshortname: 'FreePlanet',
|
||||||
botname: 'il Bot di FreePlanet',
|
botname: 'FreePlanet',
|
||||||
},
|
},
|
||||||
products: {
|
products: {
|
||||||
quantity: 'Quantità',
|
quantity: 'Quantità',
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
APP_VERSION="0.2.10"
|
APP_VERSION="0.2.11"
|
||||||
SERVICE_WORKER_FILE="service-worker.js"
|
SERVICE_WORKER_FILE="service-worker.js"
|
||||||
APP_ID="13"
|
APP_ID="13"
|
||||||
DIRECTORY_LOCAL="newfreeplanet"
|
DIRECTORY_LOCAL="newfreeplanet"
|
||||||
|
|||||||
@@ -2,7 +2,7 @@ const msg_website_it = {
|
|||||||
ws: {
|
ws: {
|
||||||
sitename: 'InsiemeSiPuò',
|
sitename: 'InsiemeSiPuò',
|
||||||
siteshortname: 'ISP',
|
siteshortname: 'ISP',
|
||||||
botname: 'il Bot di InsiemeSiPuò',
|
botname: 'InsiemeSiPuò',
|
||||||
},
|
},
|
||||||
products: {
|
products: {
|
||||||
quantity: 'Quantità',
|
quantity: 'Quantità',
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
APP_VERSION="0.2.10"
|
APP_VERSION="0.2.11"
|
||||||
SERVICE_WORKER_FILE="service-worker.js"
|
SERVICE_WORKER_FILE="service-worker.js"
|
||||||
APP_ID="12"
|
APP_ID="12"
|
||||||
DIRECTORY_LOCAL="newfreeplanet"
|
DIRECTORY_LOCAL="newfreeplanet"
|
||||||
|
|||||||
@@ -2,7 +2,7 @@ const msg_website_it = {
|
|||||||
ws: {
|
ws: {
|
||||||
sitename: 'PopoloDelNuovoMondo',
|
sitename: 'PopoloDelNuovoMondo',
|
||||||
siteshortname: 'PDNM',
|
siteshortname: 'PDNM',
|
||||||
botname: 'il Bot di PdNM',
|
botname: 'PdNM',
|
||||||
},
|
},
|
||||||
products: {
|
products: {
|
||||||
quantity: 'Quantità',
|
quantity: 'Quantità',
|
||||||
|
|||||||
@@ -166,6 +166,25 @@ export const shared_consts = {
|
|||||||
},
|
},
|
||||||
],
|
],
|
||||||
|
|
||||||
|
OtherFilters: [
|
||||||
|
{
|
||||||
|
label: 'AutoProduzione',
|
||||||
|
value: 1,
|
||||||
|
},
|
||||||
|
{
|
||||||
|
label: 'Ecovillaggio',
|
||||||
|
value: 2,
|
||||||
|
},
|
||||||
|
{
|
||||||
|
label: 'Azienda Prodotti Locali',
|
||||||
|
value: 4,
|
||||||
|
},
|
||||||
|
{
|
||||||
|
label: 'Upcycle',
|
||||||
|
value: 8,
|
||||||
|
},
|
||||||
|
],
|
||||||
|
|
||||||
Provinces: [
|
Provinces: [
|
||||||
{ _id: 1, reg: 'SIC', value: 'AG', label: 'Agrigento', }, {
|
{ _id: 1, reg: 'SIC', value: 'AG', label: 'Agrigento', }, {
|
||||||
_id: 2,
|
_id: 2,
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
<template>
|
<template>
|
||||||
<div class="q-ma-sm">
|
<div class="q-ma-sm">
|
||||||
<div class="column cursor-pointer" @click="copytoclip">
|
<div class="column cursor-pointer" @click="copytoclip">
|
||||||
<q-field outlined :label="title" stack-label class="text-center cursor-pointer">
|
<q-field outlined :label="title" stack-label class="text-center cursor-pointer" label-color="text-blue">
|
||||||
<template v-slot:prepend v-if="!tools.isMobile()">
|
<template v-slot:prepend v-if="!tools.isMobile()">
|
||||||
<q-btn round dense flat icon="far fa-copy"/>
|
<q-btn round dense flat icon="far fa-copy"/>
|
||||||
</template>
|
</template>
|
||||||
|
|||||||
@@ -23,13 +23,35 @@
|
|||||||
</q-item>
|
</q-item>
|
||||||
</q-card>
|
</q-card>
|
||||||
</div>
|
</div>
|
||||||
|
<div class="col-md-3 col-lg-3 col-sm-12 col-xs-12 box_3" style="border-left: 1px solid #efefef;"
|
||||||
|
v-bind:class="{'border-top': $q.platform.is.mobile}">
|
||||||
|
<q-card class="no-shadow q-pa-sm">
|
||||||
|
<q-item class="q-pb-none q-pt-xs">
|
||||||
|
<q-item-section>
|
||||||
|
<q-item-label class="text-h4" style="font-weight: 500;letter-spacing: 3px;">{{ calcstat.numMyGoods }}</q-item-label>
|
||||||
|
<q-item-label :class="!$q.dark.isActive? 'text-grey-7':'text-white'" style="letter-spacing: 1px;">Beni</q-item-label>
|
||||||
|
</q-item-section>
|
||||||
|
|
||||||
|
<q-item-section side>
|
||||||
|
<q-icon name="engineering" class="box_3" size="60px"></q-icon>
|
||||||
|
</q-item-section>
|
||||||
|
</q-item>
|
||||||
|
<q-item class="q-py-xs" style="min-height: unset">
|
||||||
|
<q-item-section>
|
||||||
|
<div class="progress-base q-my-sm">
|
||||||
|
<div class="progress-bar-3" style="width:100%"></div>
|
||||||
|
</div>
|
||||||
|
</q-item-section>
|
||||||
|
</q-item>
|
||||||
|
</q-card>
|
||||||
|
</div>
|
||||||
<div class="col-md-3 col-lg-3 col-sm-12 col-xs-12 box_3" style="border-left: 1px solid #efefef;"
|
<div class="col-md-3 col-lg-3 col-sm-12 col-xs-12 box_3" style="border-left: 1px solid #efefef;"
|
||||||
v-bind:class="{'border-top': $q.platform.is.mobile}">
|
v-bind:class="{'border-top': $q.platform.is.mobile}">
|
||||||
<q-card class="no-shadow q-pa-sm">
|
<q-card class="no-shadow q-pa-sm">
|
||||||
<q-item class="q-pb-none q-pt-xs">
|
<q-item class="q-pb-none q-pt-xs">
|
||||||
<q-item-section>
|
<q-item-section>
|
||||||
<q-item-label class="text-h4" style="font-weight: 500;letter-spacing: 3px;">{{ calcstat.numMySkills }}</q-item-label>
|
<q-item-label class="text-h4" style="font-weight: 500;letter-spacing: 3px;">{{ calcstat.numMySkills }}</q-item-label>
|
||||||
<q-item-label :class="!$q.dark.isActive? 'text-grey-7':'text-white'" style="letter-spacing: 1px;">Competenze</q-item-label>
|
<q-item-label :class="!$q.dark.isActive? 'text-grey-7':'text-white'" style="letter-spacing: 1px;">Servizi</q-item-label>
|
||||||
</q-item-section>
|
</q-item-section>
|
||||||
|
|
||||||
<q-item-section side>
|
<q-item-section side>
|
||||||
@@ -67,28 +89,6 @@
|
|||||||
</q-item>
|
</q-item>
|
||||||
</q-card>
|
</q-card>
|
||||||
</div>
|
</div>
|
||||||
<div class="col-md-3 col-lg-3 col-sm-12 col-xs-12 box_3" style="border-left: 1px solid #efefef;"
|
|
||||||
v-bind:class="{'border-top': $q.platform.is.mobile}">
|
|
||||||
<q-card class="no-shadow q-pa-sm">
|
|
||||||
<q-item class="q-pb-none q-pt-xs">
|
|
||||||
<q-item-section>
|
|
||||||
<q-item-label class="text-h4" style="font-weight: 500;letter-spacing: 3px;">{{ calcstat.numMyGoods }}</q-item-label>
|
|
||||||
<q-item-label :class="!$q.dark.isActive? 'text-grey-7':'text-white'" style="letter-spacing: 1px;">Beni</q-item-label>
|
|
||||||
</q-item-section>
|
|
||||||
|
|
||||||
<q-item-section side>
|
|
||||||
<q-icon name="engineering" class="box_3" size="60px"></q-icon>
|
|
||||||
</q-item-section>
|
|
||||||
</q-item>
|
|
||||||
<q-item class="q-py-xs" style="min-height: unset">
|
|
||||||
<q-item-section>
|
|
||||||
<div class="progress-base q-my-sm">
|
|
||||||
<div class="progress-bar-3" style="width:100%"></div>
|
|
||||||
</div>
|
|
||||||
</q-item-section>
|
|
||||||
</q-item>
|
|
||||||
</q-card>
|
|
||||||
</div>
|
|
||||||
<div v-if="true" class="col-md-3 col-lg-3 col-sm-12 col-xs-12 box_1">
|
<div v-if="true" class="col-md-3 col-lg-3 col-sm-12 col-xs-12 box_1">
|
||||||
<q-card class="no-shadow q-pa-sm">
|
<q-card class="no-shadow q-pa-sm">
|
||||||
<q-item class="q-pb-none q-pt-xs">
|
<q-item class="q-pb-none q-pt-xs">
|
||||||
|
|||||||
@@ -222,8 +222,7 @@ export default defineComponent({
|
|||||||
table: 'statusSkills',
|
table: 'statusSkills',
|
||||||
key: 'idStatusSkill',
|
key: 'idStatusSkill',
|
||||||
value: 0,
|
value: 0,
|
||||||
// arrvalue: tools.getCookie(tools.COOK_SEARCH + 'statusSkills', []),
|
arrvalue: tools.getCookie(tools.COOK_SEARCH + 'statusSkills', []),
|
||||||
arrvalue: [],
|
|
||||||
type: costanti.FieldType.multiselect,
|
type: costanti.FieldType.multiselect,
|
||||||
filter: null,
|
filter: null,
|
||||||
useinput: false,
|
useinput: false,
|
||||||
@@ -240,6 +239,7 @@ export default defineComponent({
|
|||||||
arrvalue: [],
|
arrvalue: [],
|
||||||
filter: null,
|
filter: null,
|
||||||
useinput: false,
|
useinput: false,
|
||||||
|
icon: 'fas fa-globe-europe'
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
label: 'Provincia',
|
label: 'Provincia',
|
||||||
@@ -375,8 +375,7 @@ export default defineComponent({
|
|||||||
table: 'statusSkills',
|
table: 'statusSkills',
|
||||||
key: 'idStatusSkill',
|
key: 'idStatusSkill',
|
||||||
value: 0,
|
value: 0,
|
||||||
// arrvalue: tools.getCookie(tools.COOK_SEARCH + 'statusSkills', []),
|
arrvalue: tools.getCookie(tools.COOK_SEARCH + 'statusSkills', []),
|
||||||
arrvalue: [],
|
|
||||||
type: costanti.FieldType.multiselect,
|
type: costanti.FieldType.multiselect,
|
||||||
filter: null,
|
filter: null,
|
||||||
useinput: false,
|
useinput: false,
|
||||||
@@ -393,17 +392,7 @@ export default defineComponent({
|
|||||||
arrvalue: [],
|
arrvalue: [],
|
||||||
filter: null,
|
filter: null,
|
||||||
useinput: false,
|
useinput: false,
|
||||||
},
|
icon: 'fas fa-globe-europe'
|
||||||
{
|
|
||||||
label: 'Regione',
|
|
||||||
table: 'regions',
|
|
||||||
key: 'idReg',
|
|
||||||
type: costanti.FieldType.select,
|
|
||||||
value: tools.getCookie(tools.COOK_SEARCH + 'regions', costanti.FILTER_TUTTI),
|
|
||||||
addall: true,
|
|
||||||
arrvalue: [],
|
|
||||||
filter: null,
|
|
||||||
useinput: false,
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
label: 'Provincia',
|
label: 'Provincia',
|
||||||
@@ -504,6 +493,7 @@ export default defineComponent({
|
|||||||
arrvalue: [],
|
arrvalue: [],
|
||||||
filter: null,
|
filter: null,
|
||||||
useinput: false,
|
useinput: false,
|
||||||
|
icon: 'fas fa-globe-europe'
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
label: 'Provincia',
|
label: 'Provincia',
|
||||||
@@ -623,6 +613,18 @@ export default defineComponent({
|
|||||||
filteradv: true,
|
filteradv: true,
|
||||||
//icon: 'swap_horizontal_circle',
|
//icon: 'swap_horizontal_circle',
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
label: 'Altri Filtri',
|
||||||
|
table: 'otherfilters',
|
||||||
|
key: 'otherfilters',
|
||||||
|
arrvalue: tools.getCookie(tools.COOK_SEARCH + 'otherfilters', []),
|
||||||
|
value: 0,
|
||||||
|
type: costanti.FieldType.multiselect,
|
||||||
|
addall: false,
|
||||||
|
filter: null,
|
||||||
|
useinput: false,
|
||||||
|
icon: 'fas fa-filter'
|
||||||
|
},
|
||||||
{
|
{
|
||||||
label: '',
|
label: '',
|
||||||
table: '',
|
table: '',
|
||||||
@@ -651,6 +653,7 @@ export default defineComponent({
|
|||||||
arrvalue: [],
|
arrvalue: [],
|
||||||
filter: null,
|
filter: null,
|
||||||
useinput: false,
|
useinput: false,
|
||||||
|
icon: 'fas fa-globe-europe'
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
label: 'Provincia',
|
label: 'Provincia',
|
||||||
|
|||||||
@@ -18,6 +18,11 @@ export default defineComponent({
|
|||||||
required: true,
|
required: true,
|
||||||
default: '',
|
default: '',
|
||||||
},
|
},
|
||||||
|
copy: {
|
||||||
|
type: Boolean,
|
||||||
|
required: false,
|
||||||
|
default: false,
|
||||||
|
}
|
||||||
},
|
},
|
||||||
components: {},
|
components: {},
|
||||||
setup(props, { emit }) {
|
setup(props, { emit }) {
|
||||||
|
|||||||
@@ -7,7 +7,7 @@
|
|||||||
color="blue-6"
|
color="blue-6"
|
||||||
>
|
>
|
||||||
|
|
||||||
<template v-slot:prepend>
|
<template v-if="copy" v-slot:prepend>
|
||||||
<q-btn round dense flat icon="far fa-copy" @click="copytoclip"/>
|
<q-btn round dense flat icon="far fa-copy" @click="copytoclip"/>
|
||||||
</template>
|
</template>
|
||||||
<template v-slot:control>
|
<template v-slot:control>
|
||||||
|
|||||||
@@ -99,7 +99,7 @@
|
|||||||
:label="col.label">
|
:label="col.label">
|
||||||
</q-input>
|
</q-input>
|
||||||
</div>
|
</div>
|
||||||
<div v-else-if="col.tipovisu === costanti.TipoVisu.TESTO" :class="{ flex: !isInModif}">
|
<div v-else-if="col.tipovisu === costanti.TipoVisu.TESTO_BORDATO" :class="{ flex: !isInModif}">
|
||||||
<CLabel
|
<CLabel
|
||||||
v-bind="$attrs"
|
v-bind="$attrs"
|
||||||
:value="myvalue"
|
:value="myvalue"
|
||||||
|
|||||||
@@ -227,6 +227,7 @@ export default defineComponent({
|
|||||||
idSector: 1,
|
idSector: 1,
|
||||||
idSkill: 1,
|
idSkill: 1,
|
||||||
idShipping: 1,
|
idShipping: 1,
|
||||||
|
otherfilters: 1,
|
||||||
myskill: 1,
|
myskill: 1,
|
||||||
idStatusSkill: 1,
|
idStatusSkill: 1,
|
||||||
idContribType: 1,
|
idContribType: 1,
|
||||||
@@ -262,6 +263,7 @@ export default defineComponent({
|
|||||||
idSector: 1,
|
idSector: 1,
|
||||||
idSkill: 1,
|
idSkill: 1,
|
||||||
idShipping: 1,
|
idShipping: 1,
|
||||||
|
otherfilters: 1,
|
||||||
myskill: 1,
|
myskill: 1,
|
||||||
idStatusSkill: 1,
|
idStatusSkill: 1,
|
||||||
idContribType: 1,
|
idContribType: 1,
|
||||||
@@ -297,6 +299,7 @@ export default defineComponent({
|
|||||||
idSector: 1,
|
idSector: 1,
|
||||||
idSkill: 1,
|
idSkill: 1,
|
||||||
idShipping: 1,
|
idShipping: 1,
|
||||||
|
otherfilters: 1,
|
||||||
myskill: 1,
|
myskill: 1,
|
||||||
idStatusSkill: 1,
|
idStatusSkill: 1,
|
||||||
idContribType: 1,
|
idContribType: 1,
|
||||||
|
|||||||
@@ -23,7 +23,9 @@
|
|||||||
<a v-if="!!TwitterPage()" :href="TwitterPage()" target="_blank">
|
<a v-if="!!TwitterPage()" :href="TwitterPage()" target="_blank">
|
||||||
<i aria-hidden="true" class="q-icon fab fa-twitter icon_contact links"> </i></a>
|
<i aria-hidden="true" class="q-icon fab fa-twitter icon_contact links"> </i></a>
|
||||||
|
|
||||||
|
|
||||||
<a v-if="!!TelegramSupport()" :href="TelegramSupport()" target="_blank">
|
<a v-if="!!TelegramSupport()" :href="TelegramSupport()" target="_blank">
|
||||||
|
<span class="text-h5">Supporto Tecnico: </span>
|
||||||
<i aria-hidden="true" class="q-icon fab fa-telegram icon_contact links"></i></a>
|
<i aria-hidden="true" class="q-icon fab fa-telegram icon_contact links"></i></a>
|
||||||
|
|
||||||
<a v-if="!!Whatsapp_Cell()" :href="ChatWhatsapp()" target="_blank">
|
<a v-if="!!Whatsapp_Cell()" :href="ChatWhatsapp()" target="_blank">
|
||||||
|
|||||||
@@ -2,7 +2,7 @@ const msg_website_it = {
|
|||||||
ws: {
|
ws: {
|
||||||
sitename: 'InsiemeSiPuò',
|
sitename: 'InsiemeSiPuò',
|
||||||
siteshortname: 'ISP',
|
siteshortname: 'ISP',
|
||||||
botname: 'il Bot di InsiemeSiPuò',
|
botname: 'InsiemeSiPuò',
|
||||||
},
|
},
|
||||||
products: {
|
products: {
|
||||||
quantity: 'Quantità',
|
quantity: 'Quantità',
|
||||||
|
|||||||
@@ -189,8 +189,8 @@ const routes_manager: IListRoutes[] = [
|
|||||||
materialIcon: 'edit',
|
materialIcon: 'edit',
|
||||||
name: 'otherpages.admin.usereventlist',
|
name: 'otherpages.admin.usereventlist',
|
||||||
component: () => import('@/rootgen/admin/eventlist/eventlist.vue'),
|
component: () => import('@/rootgen/admin/eventlist/eventlist.vue'),
|
||||||
inmenu: true,
|
inmenu: functionality.BOOKING_EVENTS,
|
||||||
submenu: true,
|
submenu: functionality.BOOKING_EVENTS,
|
||||||
level_parent: 0,
|
level_parent: 0,
|
||||||
level_child: 0.5,
|
level_child: 0.5,
|
||||||
infooter: true,
|
infooter: true,
|
||||||
@@ -410,7 +410,7 @@ const baseroutes: IListRoutes[] = [
|
|||||||
component: () => import('@/root/eventi/eventi.vue'),
|
component: () => import('@/root/eventi/eventi.vue'),
|
||||||
meta: { requiresAuth: true },
|
meta: { requiresAuth: true },
|
||||||
inmenu: true,
|
inmenu: true,
|
||||||
infooter: false,
|
infooter: true,
|
||||||
},
|
},
|
||||||
/*{
|
/*{
|
||||||
active: true,
|
active: true,
|
||||||
|
|||||||
@@ -764,6 +764,7 @@ export interface IMyGoods {
|
|||||||
idShipping: number[]
|
idShipping: number[]
|
||||||
idStatusSkill: number[]
|
idStatusSkill: number[]
|
||||||
idContribType: string[]
|
idContribType: string[]
|
||||||
|
otherfilters: number[]
|
||||||
idCity: number[]
|
idCity: number[]
|
||||||
photos: IGallery[]
|
photos: IGallery[]
|
||||||
NumLevel: number
|
NumLevel: number
|
||||||
|
|||||||
@@ -7,6 +7,7 @@ import { CSkill } from '@/components/CSkill'
|
|||||||
import { CMainView } from '@/components/CMainView'
|
import { CMainView } from '@/components/CMainView'
|
||||||
import { CDashboard } from '@/components/CDashboard'
|
import { CDashboard } from '@/components/CDashboard'
|
||||||
import { CChartMap } from '@src/components/CChartMap'
|
import { CChartMap } from '@src/components/CChartMap'
|
||||||
|
import { Footer } from '@src/components/Footer'
|
||||||
import { CUserNonVerif } from '@/components/CUserNonVerif'
|
import { CUserNonVerif } from '@/components/CUserNonVerif'
|
||||||
import { CCopyBtn } from '@/components/CCopyBtn'
|
import { CCopyBtn } from '@/components/CCopyBtn'
|
||||||
import { CMapsEsempio } from '@src/components/CMapsEsempio'
|
import { CMapsEsempio } from '@src/components/CMapsEsempio'
|
||||||
@@ -19,7 +20,7 @@ import MixinUsers from '@/mixins/mixin-users'
|
|||||||
|
|
||||||
export default defineComponent({
|
export default defineComponent({
|
||||||
name: 'mainview',
|
name: 'mainview',
|
||||||
components: { CSkill, CChartMap, CMapsEsempio, CDashboard, CUserNonVerif, CMainView, CCopyBtn },
|
components: { CSkill, CChartMap, CMapsEsempio, CDashboard, CUserNonVerif, CMainView, CCopyBtn, Footer },
|
||||||
setup() {
|
setup() {
|
||||||
const globalStore = useGlobalStore()
|
const globalStore = useGlobalStore()
|
||||||
const userStore = useUserStore()
|
const userStore = useUserStore()
|
||||||
|
|||||||
@@ -60,6 +60,7 @@
|
|||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
<Footer></Footer>
|
||||||
</q-page>
|
</q-page>
|
||||||
|
|
||||||
</template>
|
</template>
|
||||||
|
|||||||
@@ -217,7 +217,7 @@ const msg_it = {
|
|||||||
authentication: {
|
authentication: {
|
||||||
telegram: {
|
telegram: {
|
||||||
open: 'Clicca qui per aprire il BOT Telegram e segui le istruzioni',
|
open: 'Clicca qui per aprire il BOT Telegram e segui le istruzioni',
|
||||||
ifclose: 'Se non si apre Telegram cliccando sul bottone oppure l\'avevi eliminato, vai su Telegram e cerca \'{botname}\' dall\'icona della lente, poi premi Start e segui le istruzioni.',
|
ifclose: 'Se non si apre Telegram cliccando sul bottone oppure l\'avevi eliminato, vai su Telegram e cerca il Bot di \'{botname}\' dall\'icona della lente, poi premi Start e segui le istruzioni.',
|
||||||
openbot: 'Apri \'{botname}\' su Telegram',
|
openbot: 'Apri \'{botname}\' su Telegram',
|
||||||
},
|
},
|
||||||
login: {
|
login: {
|
||||||
@@ -829,6 +829,7 @@ const msg_it = {
|
|||||||
telegram_bot_name: 'BotName',
|
telegram_bot_name: 'BotName',
|
||||||
telegram_key_test: 'Chiave Bot Test',
|
telegram_key_test: 'Chiave Bot Test',
|
||||||
telegram_bot_name_test: 'BotName Test',
|
telegram_bot_name_test: 'BotName Test',
|
||||||
|
telegram_support_chat: 'Telegram Support',
|
||||||
pathreg_add: 'Suffisso',
|
pathreg_add: 'Suffisso',
|
||||||
ask_to_verify_reg: 'Chiedi Verif. Reg',
|
ask_to_verify_reg: 'Chiedi Verif. Reg',
|
||||||
},
|
},
|
||||||
@@ -928,6 +929,9 @@ const msg_it = {
|
|||||||
},
|
},
|
||||||
shipping: {
|
shipping: {
|
||||||
name: 'Consegna'
|
name: 'Consegna'
|
||||||
|
},
|
||||||
|
otherfilters: {
|
||||||
|
name: 'Altri Filtri'
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|||||||
@@ -207,6 +207,7 @@ export const costanti = {
|
|||||||
LINK: 2,
|
LINK: 2,
|
||||||
BUTTON: 3,
|
BUTTON: 3,
|
||||||
LINKIMG: 4,
|
LINKIMG: 4,
|
||||||
|
TESTO_BORDATO: 5,
|
||||||
},
|
},
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -689,6 +689,17 @@ export const colmyGoods = [
|
|||||||
//icon: 'fas fa-hands-helping',
|
//icon: 'fas fa-hands-helping',
|
||||||
// isadvanced_field: true,
|
// isadvanced_field: true,
|
||||||
}),
|
}),
|
||||||
|
AddCol({
|
||||||
|
name: 'otherfilters',
|
||||||
|
label_trans: 'otherfilters.name',
|
||||||
|
fieldtype: costanti.FieldType.multiselect,
|
||||||
|
jointable: 'otherfilters',
|
||||||
|
showWhen: costanti.showWhen.NewRec + costanti.showWhen.InPage + costanti.showWhen.InEdit + costanti.showWhen.InView_OnlyifExist,
|
||||||
|
noshowlabel: true,
|
||||||
|
icon: 'fas fa-filter',
|
||||||
|
//icon: 'fas fa-hands-helping',
|
||||||
|
// isadvanced_field: true,
|
||||||
|
}),
|
||||||
AddCol({ name: 'date_created', label_trans: 'event.dateCreated', fieldtype: costanti.FieldType.onlydate,
|
AddCol({ name: 'date_created', label_trans: 'event.dateCreated', fieldtype: costanti.FieldType.onlydate,
|
||||||
required: false,
|
required: false,
|
||||||
visible: false,
|
visible: false,
|
||||||
@@ -1086,6 +1097,7 @@ export const colTableSites = [
|
|||||||
AddCol({ name: 'email_pwd', label_trans: 'sites.email_pwd', fieldtype: costanti.FieldType.string }),
|
AddCol({ name: 'email_pwd', label_trans: 'sites.email_pwd', fieldtype: costanti.FieldType.string }),
|
||||||
AddCol({ name: 'telegram_key', label_trans: 'sites.telegram_key', fieldtype: costanti.FieldType.string }),
|
AddCol({ name: 'telegram_key', label_trans: 'sites.telegram_key', fieldtype: costanti.FieldType.string }),
|
||||||
AddCol({ name: 'telegram_bot_name', label_trans: 'sites.telegram_bot_name', fieldtype: costanti.FieldType.string }),
|
AddCol({ name: 'telegram_bot_name', label_trans: 'sites.telegram_bot_name', fieldtype: costanti.FieldType.string }),
|
||||||
|
AddCol({ name: 'telegram_support_chat', label_trans: 'sites.telegram_support_chat', fieldtype: costanti.FieldType.string }),
|
||||||
AddCol({ name: 'telegram_key_test', label_trans: 'sites.telegram_key_test', fieldtype: costanti.FieldType.string }),
|
AddCol({ name: 'telegram_key_test', label_trans: 'sites.telegram_key_test', fieldtype: costanti.FieldType.string }),
|
||||||
AddCol({
|
AddCol({
|
||||||
name: 'telegram_bot_name_test',
|
name: 'telegram_bot_name_test',
|
||||||
@@ -1944,7 +1956,8 @@ export const colTableUsersISP = [
|
|||||||
AddCol({ name: 'profile.born_province', label_trans: 'reg.born_province', fieldtype: costanti.FieldType.string }),
|
AddCol({ name: 'profile.born_province', label_trans: 'reg.born_province', fieldtype: costanti.FieldType.string }),
|
||||||
AddCol({ name: 'profile.born_country', label_trans: 'reg.born_country', fieldtype: costanti.FieldType.string }),
|
AddCol({ name: 'profile.born_country', label_trans: 'reg.born_country', fieldtype: costanti.FieldType.string }),
|
||||||
AddCol({
|
AddCol({
|
||||||
name: 'profile.cell', field: 'profile', subfield: 'cell', label_trans: 'reg.cell', maxlength: 12
|
name: 'profile.cell', field: 'profile', subfield: 'cell', label_trans: 'reg.cell', maxlength: 12,
|
||||||
|
tipovisu: costanti.TipoVisu.TESTO_BORDATO
|
||||||
}),
|
}),
|
||||||
AddCol({
|
AddCol({
|
||||||
name: 'profile.email_paypal',
|
name: 'profile.email_paypal',
|
||||||
@@ -2640,6 +2653,13 @@ export const fieldsTable = {
|
|||||||
colkey: 'value',
|
colkey: 'value',
|
||||||
collabel: 'label',
|
collabel: 'label',
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
value: 'otherfilters',
|
||||||
|
label: 'Altri Filtri',
|
||||||
|
columns: colTableGeneric,
|
||||||
|
colkey: 'value',
|
||||||
|
collabel: 'label',
|
||||||
|
},
|
||||||
],
|
],
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -4966,6 +4966,7 @@ export const tools = {
|
|||||||
idSectorGood: 0,
|
idSectorGood: 0,
|
||||||
idGood: 0,
|
idGood: 0,
|
||||||
idShipping: [],
|
idShipping: [],
|
||||||
|
otherfilters: [],
|
||||||
idStatusSkill: [],
|
idStatusSkill: [],
|
||||||
idContribType: [],
|
idContribType: [],
|
||||||
idCity: [],
|
idCity: [],
|
||||||
|
|||||||
@@ -1489,6 +1489,7 @@ export const useGlobalStore = defineStore('GlobalStore', {
|
|||||||
else if (table === 'regions') myarr = shared_consts.Regions
|
else if (table === 'regions') myarr = shared_consts.Regions
|
||||||
else if (table === 'provinces') myarr = shared_consts.Provinces
|
else if (table === 'provinces') myarr = shared_consts.Provinces
|
||||||
else if (table === 'shippings') myarr = shared_consts.Shippings
|
else if (table === 'shippings') myarr = shared_consts.Shippings
|
||||||
|
else if (table === 'otherfilters') myarr = shared_consts.OtherFilters
|
||||||
else if (table === toolsext.TABCALDATE) myarr = this.getArrDateEvent()
|
else if (table === toolsext.TABCALDATE) myarr = this.getArrDateEvent()
|
||||||
else if (table === toolsext.TABCALALLDATE) myarr = this.getArrAllDateEvent()
|
else if (table === toolsext.TABCALALLDATE) myarr = this.getArrAllDateEvent()
|
||||||
else myarr = this.getListByTable(table)
|
else myarr = this.getListByTable(table)
|
||||||
|
|||||||
@@ -186,6 +186,7 @@
|
|||||||
</CDateTime>
|
</CDateTime>
|
||||||
<CLabel
|
<CLabel
|
||||||
v-bind="$attrs"
|
v-bind="$attrs"
|
||||||
|
:copy="true"
|
||||||
:value="myuser.profile.intcode_cell + myuser.profile.cell"
|
:value="myuser.profile.intcode_cell + myuser.profile.cell"
|
||||||
label="Cellulare"
|
label="Cellulare"
|
||||||
/>
|
/>
|
||||||
|
|||||||
Reference in New Issue
Block a user