Reportistica Ore 3
This commit is contained in:
13
package.json
13
package.json
@@ -31,7 +31,7 @@
|
|||||||
"@babel/plugin-transform-runtime": "^7.4.0",
|
"@babel/plugin-transform-runtime": "^7.4.0",
|
||||||
"@babel/runtime": "^7.0.0",
|
"@babel/runtime": "^7.0.0",
|
||||||
"@quasar/babel-preset-app": "^1.1.8",
|
"@quasar/babel-preset-app": "^1.1.8",
|
||||||
"@quasar/extras": "1.9.17",
|
"@quasar/extras": "1.5.0",
|
||||||
"@types/googlemaps": "^3.38.0",
|
"@types/googlemaps": "^3.38.0",
|
||||||
"@types/lodash": "^4.14.142",
|
"@types/lodash": "^4.14.142",
|
||||||
"@types/vuelidate": "^0.7.0",
|
"@types/vuelidate": "^0.7.0",
|
||||||
@@ -54,7 +54,7 @@
|
|||||||
"npm": "^6.10.0",
|
"npm": "^6.10.0",
|
||||||
"nprogress": "^0.2.0",
|
"nprogress": "^0.2.0",
|
||||||
"prerender-spa-plugin": "^3.4.0",
|
"prerender-spa-plugin": "^3.4.0",
|
||||||
"quasar": "1.15.4",
|
"quasar": "1.8.2",
|
||||||
"quasar-extras": "2.0.8",
|
"quasar-extras": "2.0.8",
|
||||||
"register-service-worker": "^1.0.0",
|
"register-service-worker": "^1.0.0",
|
||||||
"vee-validate": "^2.1.2",
|
"vee-validate": "^2.1.2",
|
||||||
@@ -70,7 +70,6 @@
|
|||||||
"vue-scroll-reveal": "^1.0.11",
|
"vue-scroll-reveal": "^1.0.11",
|
||||||
"vue-svgicon": "^3.1.0",
|
"vue-svgicon": "^3.1.0",
|
||||||
"vue-tel-input": "^4.1.1",
|
"vue-tel-input": "^4.1.1",
|
||||||
"vue2-dragula": "2.5.5",
|
|
||||||
"vuelidate": "^0.7.4",
|
"vuelidate": "^0.7.4",
|
||||||
"vuex": "^3.0.1",
|
"vuex": "^3.0.1",
|
||||||
"vuex-class": "^0.3.1",
|
"vuex-class": "^0.3.1",
|
||||||
@@ -93,10 +92,10 @@
|
|||||||
"@babel/plugin-syntax-dynamic-import": "^7.2.0",
|
"@babel/plugin-syntax-dynamic-import": "^7.2.0",
|
||||||
"@babel/plugin-syntax-import-meta": "^7.2.0",
|
"@babel/plugin-syntax-import-meta": "^7.2.0",
|
||||||
"@babel/preset-env": "^7.4.2",
|
"@babel/preset-env": "^7.4.2",
|
||||||
"@quasar/app": "1.9.6",
|
"@quasar/app": "1.5.2",
|
||||||
"@quasar/quasar-app-extension-qcalendar": "^3.3.4",
|
"@quasar/quasar-app-extension-qcalendar": "^2.0.0",
|
||||||
"@quasar/quasar-app-extension-qmediaplayer": "^1.2.0",
|
"@quasar/quasar-app-extension-qmediaplayer": "^1.0.17",
|
||||||
"@quasar/quasar-app-extension-qscroller": "1.1.0",
|
"@quasar/quasar-app-extension-qscroller": "1.0.5",
|
||||||
"@quasar/quasar-app-extension-typescript": "^1.0.0-alpha.11",
|
"@quasar/quasar-app-extension-typescript": "^1.0.0-alpha.11",
|
||||||
"@types/dotenv": "^4.0.3",
|
"@types/dotenv": "^4.0.3",
|
||||||
"@types/jest": "^23.1.4",
|
"@types/jest": "^23.1.4",
|
||||||
|
|||||||
@@ -22,7 +22,7 @@ const msg_website_it = {
|
|||||||
home: 'Home',
|
home: 'Home',
|
||||||
profile: 'Profilo',
|
profile: 'Profilo',
|
||||||
projects: 'Progetti',
|
projects: 'Progetti',
|
||||||
report: 'Report',
|
report: 'Report Ore',
|
||||||
producer: 'Produttore',
|
producer: 'Produttore',
|
||||||
orderinfo: 'Ordini Effettuati',
|
orderinfo: 'Ordini Effettuati',
|
||||||
products: 'Prodotti',
|
products: 'Prodotti',
|
||||||
|
|||||||
@@ -136,7 +136,7 @@ const routes_projects: IListRoutes[] = [
|
|||||||
active: functionality.ENABLE_PROJECTS_LOADING,
|
active: functionality.ENABLE_PROJECTS_LOADING,
|
||||||
order: 40,
|
order: 40,
|
||||||
path: '/report',
|
path: '/report',
|
||||||
materialIcon: 'accessibility_new',
|
materialIcon: 'fas fa-chart-line',
|
||||||
name: 'pages.report',
|
name: 'pages.report',
|
||||||
level_parent: 0.0,
|
level_parent: 0.0,
|
||||||
level_child: 0.5,
|
level_child: 0.5,
|
||||||
@@ -788,6 +788,14 @@ const baseroutes: IListRoutes[] = [
|
|||||||
infooter: false,
|
infooter: false,
|
||||||
// idelem: process.env.PROJECT_ID_MAIN
|
// idelem: process.env.PROJECT_ID_MAIN
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
active: true,
|
||||||
|
path: '/separator',
|
||||||
|
name: 'separator',
|
||||||
|
order: 35,
|
||||||
|
isseparator: true,
|
||||||
|
inmenu: true,
|
||||||
|
},
|
||||||
{
|
{
|
||||||
active: functionality.ENABLE_PROJECTS_LOADING,
|
active: functionality.ENABLE_PROJECTS_LOADING,
|
||||||
order: 40,
|
order: 40,
|
||||||
|
|||||||
Reference in New Issue
Block a user