- versione 1.2.50
This commit is contained in:
4
.env
4
.env
@@ -1,6 +1,6 @@
|
|||||||
VITE_APP_VERSION="1.2.49"
|
VITE_APP_VERSION="1.2.50"
|
||||||
VITE_LANG_DEFAULT="it"
|
VITE_LANG_DEFAULT="it"
|
||||||
VITE_PAO_APP_ID="KKPPAA5KJK435J3KSS9F9D8S9F8SD98F9SDF"
|
VITE_PAO_APP_ID="KKPPAA5KJK435J3KSS9F9D8S9F8SD98F9SDF"
|
||||||
VITE_SERVICE_WORKER_FILE="sw-1.2.49.js"
|
VITE_SERVICE_WORKER_FILE="sw-1.2.50.js"
|
||||||
VITE_PROJECT_ID_MAIN="5cc0a13fe5c9d156728f400a"
|
VITE_PROJECT_ID_MAIN="5cc0a13fe5c9d156728f400a"
|
||||||
VITE_VUE_ROUTER_MODE="history"
|
VITE_VUE_ROUTER_MODE="history"
|
||||||
Binary file not shown.
Binary file not shown.
@@ -10,7 +10,7 @@
|
|||||||
<meta name="description" content="<%= productDescription %>">
|
<meta name="description" content="<%= productDescription %>">
|
||||||
<meta name="format-detection" content="telephone=no">
|
<meta name="format-detection" content="telephone=no">
|
||||||
<meta name="msapplication-tap-highlight" content="no">
|
<meta name="msapplication-tap-highlight" content="no">
|
||||||
<meta name="version" content="1.2.49">
|
<meta name="version" content="1.2.50">
|
||||||
<meta name="viewport"
|
<meta name="viewport"
|
||||||
content="user-scalable=no, initial-scale=1, maximum-scale=1, minimum-scale=1, width=device-width<% if (ctx.mode.cordova || ctx.mode.capacitor) { %>, viewport-fit=cover<% } %>">
|
content="user-scalable=no, initial-scale=1, maximum-scale=1, minimum-scale=1, width=device-width<% if (ctx.mode.cordova || ctx.mode.capacitor) { %>, viewport-fit=cover<% } %>">
|
||||||
|
|
||||||
|
|||||||
14
package.json
14
package.json
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "gruppomacro",
|
"name": "gruppomacro",
|
||||||
"version": "1.2.49",
|
"version": "1.2.50",
|
||||||
"description": "Gruppo Macro",
|
"description": "Gruppo Macro",
|
||||||
"productName": "Gruppo Macro",
|
"productName": "Gruppo Macro",
|
||||||
"author": "Surya",
|
"author": "Surya",
|
||||||
@@ -9,20 +9,20 @@
|
|||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"dev": "PORT=8089 APP_VERSION='1.2.49' quasar dev",
|
"dev": "PORT=8089 APP_VERSION='1.2.50' quasar dev",
|
||||||
"dev_noCheck": "SKIP_TSC=true quasar dev",
|
"dev_noCheck": "SKIP_TSC=true quasar dev",
|
||||||
"build": "quasar build",
|
"build": "quasar build",
|
||||||
"buildpwa": "NODE_ENV=production APP_VERSION='1.2.49' quasar build -m pwa",
|
"buildpwa": "NODE_ENV=production APP_VERSION='1.2.50' quasar build -m pwa",
|
||||||
"buildpwatest": "NODE_ENV=production APP_VERSION='1.2.49' quasar build -m pwa",
|
"buildpwatest": "NODE_ENV=production APP_VERSION='1.2.50' quasar build -m pwa",
|
||||||
"type-check": "vue-tsc --noEmit",
|
"type-check": "vue-tsc --noEmit",
|
||||||
"type-check:watch": "vue-tsc --noEmit --watch",
|
"type-check:watch": "vue-tsc --noEmit --watch",
|
||||||
"buildspa": "APP_VERSION='1.2.49' quasar build -m spa",
|
"buildspa": "APP_VERSION='1.2.50' quasar build -m spa",
|
||||||
"lint": "eslint -c ./eslint.config.js \"./src*/**/*.{ts,js,cjs,mjs,vue}\"",
|
"lint": "eslint -c ./eslint.config.js \"./src*/**/*.{ts,js,cjs,mjs,vue}\"",
|
||||||
"lintfile": "eslint --ext .js,.ts,.vue --ignore-path .gitignore ./ > file.out.txt",
|
"lintfile": "eslint --ext .js,.ts,.vue --ignore-path .gitignore ./ > file.out.txt",
|
||||||
"lintfileNoJS": "eslint --ext .ts,.vue --ignore-path .gitignore ./ > file.out.txt",
|
"lintfileNoJS": "eslint --ext .ts,.vue --ignore-path .gitignore ./ > file.out.txt",
|
||||||
"fix": "eslint -c ./eslint.config.js \"./src*/**/*.{ts,js,cjs,mjs,vue}\" --ignore-pattern .gitignore ./ --fix > file.out.txt",
|
"fix": "eslint -c ./eslint.config.js \"./src*/**/*.{ts,js,cjs,mjs,vue}\" --ignore-pattern .gitignore ./ --fix > file.out.txt",
|
||||||
"pwa": "NODE_ENV=development PORT=8099 APP_VERSION='1.2.49' quasar dev -m pwa",
|
"pwa": "NODE_ENV=development PORT=8099 APP_VERSION='1.2.50' quasar dev -m pwa",
|
||||||
"spa": "NODE_ENV=development PORT=8089 APP_VERSION='1.2.49' quasar dev",
|
"spa": "NODE_ENV=development PORT=8089 APP_VERSION='1.2.50' quasar dev",
|
||||||
"debug": "quasar dev --mode debug",
|
"debug": "quasar dev --mode debug",
|
||||||
"test": "echo \"No test specified\" && exit 0",
|
"test": "echo \"No test specified\" && exit 0",
|
||||||
"generate-sw": "workbox generateSW workbox-config.js",
|
"generate-sw": "workbox generateSW workbox-config.js",
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "cnm",
|
"name": "cnm",
|
||||||
"version": "1.2.49",
|
"version": "1.2.50",
|
||||||
"description": "Comunita Nuovo Mondo",
|
"description": "Comunita Nuovo Mondo",
|
||||||
"productName": "ComunitaNuovoMondo",
|
"productName": "ComunitaNuovoMondo",
|
||||||
"author": "Surya",
|
"author": "Surya",
|
||||||
@@ -9,7 +9,7 @@
|
|||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"dev": "PORT=8083 APP_VERSION='1.2.49' quasar dev",
|
"dev": "PORT=8083 APP_VERSION='1.2.50' quasar dev",
|
||||||
"dev_noCheck": "SKIP_TSC=true quasar dev",
|
"dev_noCheck": "SKIP_TSC=true quasar dev",
|
||||||
"build": "quasar build",
|
"build": "quasar build",
|
||||||
"buildpwa": "NODE_ENV=production quasar build -m pwa",
|
"buildpwa": "NODE_ENV=production quasar build -m pwa",
|
||||||
@@ -21,8 +21,8 @@
|
|||||||
"lintfile": "eslint --ext .js,.ts,.vue --ignore-path .gitignore ./ > file.out.txt",
|
"lintfile": "eslint --ext .js,.ts,.vue --ignore-path .gitignore ./ > file.out.txt",
|
||||||
"lintfileNoJS": "eslint --ext .ts,.vue --ignore-path .gitignore ./ > file.out.txt",
|
"lintfileNoJS": "eslint --ext .ts,.vue --ignore-path .gitignore ./ > file.out.txt",
|
||||||
"fix": "eslint -c ./eslint.config.js \"./src*/**/*.{ts,js,cjs,mjs,vue}\" --ignore-pattern .gitignore ./ --fix > file.out.txt",
|
"fix": "eslint -c ./eslint.config.js \"./src*/**/*.{ts,js,cjs,mjs,vue}\" --ignore-pattern .gitignore ./ --fix > file.out.txt",
|
||||||
"pwa": "NODE_ENV=development PORT=8093 APP_VERSION='1.2.49' quasar dev -m pwa",
|
"pwa": "NODE_ENV=development PORT=8093 APP_VERSION='1.2.50' quasar dev -m pwa",
|
||||||
"spa": "NODE_ENV=development PORT=8083 APP_VERSION='1.2.49' quasar dev",
|
"spa": "NODE_ENV=development PORT=8083 APP_VERSION='1.2.50' quasar dev",
|
||||||
"debug": "quasar dev --mode debug",
|
"debug": "quasar dev --mode debug",
|
||||||
"test": "echo \"No test specified\" && exit 0",
|
"test": "echo \"No test specified\" && exit 0",
|
||||||
"generate-sw": "workbox generateSW workbox-config.js",
|
"generate-sw": "workbox generateSW workbox-config.js",
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "freeplanet",
|
"name": "freeplanet",
|
||||||
"version": "1.2.49",
|
"version": "1.2.50",
|
||||||
"description": "freeplanet",
|
"description": "freeplanet",
|
||||||
"productName": "freeplanet",
|
"productName": "freeplanet",
|
||||||
"author": "Surya",
|
"author": "Surya",
|
||||||
@@ -9,11 +9,11 @@
|
|||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"dev": "PORT=8087 APP_VERSION='1.2.49' quasar dev",
|
"dev": "PORT=8087 APP_VERSION='1.2.50' quasar dev",
|
||||||
"dev_noCheck": "SKIP_TSC=true quasar dev",
|
"dev_noCheck": "SKIP_TSC=true quasar dev",
|
||||||
"build": "quasar build",
|
"build": "quasar build",
|
||||||
"buildpwa": "NODE_ENV=production APP_VERSION='1.2.49' quasar build -m pwa",
|
"buildpwa": "NODE_ENV=production APP_VERSION='1.2.50' quasar build -m pwa",
|
||||||
"buildpwatest": "NODE_ENV=production APP_VERSION='1.2.49' quasar build -m pwa",
|
"buildpwatest": "NODE_ENV=production APP_VERSION='1.2.50' quasar build -m pwa",
|
||||||
"type-check": "vue-tsc --noEmit",
|
"type-check": "vue-tsc --noEmit",
|
||||||
"type-check:watch": "vue-tsc --noEmit --watch",
|
"type-check:watch": "vue-tsc --noEmit --watch",
|
||||||
"buildspa": "quasar build -m spa",
|
"buildspa": "quasar build -m spa",
|
||||||
@@ -21,8 +21,8 @@
|
|||||||
"lintfile": "eslint --ext .js,.ts,.vue --ignore-path .gitignore ./ > file.out.txt",
|
"lintfile": "eslint --ext .js,.ts,.vue --ignore-path .gitignore ./ > file.out.txt",
|
||||||
"lintfileNoJS": "eslint --ext .ts,.vue --ignore-path .gitignore ./ > file.out.txt",
|
"lintfileNoJS": "eslint --ext .ts,.vue --ignore-path .gitignore ./ > file.out.txt",
|
||||||
"fix": "eslint -c ./eslint.config.js \"./src*/**/*.{ts,js,cjs,mjs,vue}\" --ignore-pattern .gitignore ./ --fix > file.out.txt",
|
"fix": "eslint -c ./eslint.config.js \"./src*/**/*.{ts,js,cjs,mjs,vue}\" --ignore-pattern .gitignore ./ --fix > file.out.txt",
|
||||||
"pwa": "NODE_ENV=development PORT=8097 APP_VERSION='1.2.49' quasar dev -m pwa",
|
"pwa": "NODE_ENV=development PORT=8097 APP_VERSION='1.2.50' quasar dev -m pwa",
|
||||||
"spa": "NODE_ENV=development PORT=8087 APP_VERSION='1.2.49' quasar dev",
|
"spa": "NODE_ENV=development PORT=8087 APP_VERSION='1.2.50' quasar dev",
|
||||||
"debug": "quasar dev --mode debug",
|
"debug": "quasar dev --mode debug",
|
||||||
"test": "echo \"No test specified\" && exit 0",
|
"test": "echo \"No test specified\" && exit 0",
|
||||||
"generate-sw": "workbox generateSW workbox-config.js",
|
"generate-sw": "workbox generateSW workbox-config.js",
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "gruppomacro",
|
"name": "gruppomacro",
|
||||||
"version": "1.2.49",
|
"version": "1.2.50",
|
||||||
"description": "Gruppo Macro",
|
"description": "Gruppo Macro",
|
||||||
"productName": "Gruppo Macro",
|
"productName": "Gruppo Macro",
|
||||||
"author": "Surya",
|
"author": "Surya",
|
||||||
@@ -9,20 +9,20 @@
|
|||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"dev": "PORT=8089 APP_VERSION='1.2.49' quasar dev",
|
"dev": "PORT=8089 APP_VERSION='1.2.50' quasar dev",
|
||||||
"dev_noCheck": "SKIP_TSC=true quasar dev",
|
"dev_noCheck": "SKIP_TSC=true quasar dev",
|
||||||
"build": "quasar build",
|
"build": "quasar build",
|
||||||
"buildpwa": "NODE_ENV=production APP_VERSION='1.2.49' quasar build -m pwa",
|
"buildpwa": "NODE_ENV=production APP_VERSION='1.2.50' quasar build -m pwa",
|
||||||
"buildpwatest": "NODE_ENV=production APP_VERSION='1.2.49' quasar build -m pwa",
|
"buildpwatest": "NODE_ENV=production APP_VERSION='1.2.50' quasar build -m pwa",
|
||||||
"type-check": "vue-tsc --noEmit",
|
"type-check": "vue-tsc --noEmit",
|
||||||
"type-check:watch": "vue-tsc --noEmit --watch",
|
"type-check:watch": "vue-tsc --noEmit --watch",
|
||||||
"buildspa": "APP_VERSION='1.2.49' quasar build -m spa",
|
"buildspa": "APP_VERSION='1.2.50' quasar build -m spa",
|
||||||
"lint": "eslint -c ./eslint.config.js \"./src*/**/*.{ts,js,cjs,mjs,vue}\"",
|
"lint": "eslint -c ./eslint.config.js \"./src*/**/*.{ts,js,cjs,mjs,vue}\"",
|
||||||
"lintfile": "eslint --ext .js,.ts,.vue --ignore-path .gitignore ./ > file.out.txt",
|
"lintfile": "eslint --ext .js,.ts,.vue --ignore-path .gitignore ./ > file.out.txt",
|
||||||
"lintfileNoJS": "eslint --ext .ts,.vue --ignore-path .gitignore ./ > file.out.txt",
|
"lintfileNoJS": "eslint --ext .ts,.vue --ignore-path .gitignore ./ > file.out.txt",
|
||||||
"fix": "eslint -c ./eslint.config.js \"./src*/**/*.{ts,js,cjs,mjs,vue}\" --ignore-pattern .gitignore ./ --fix > file.out.txt",
|
"fix": "eslint -c ./eslint.config.js \"./src*/**/*.{ts,js,cjs,mjs,vue}\" --ignore-pattern .gitignore ./ --fix > file.out.txt",
|
||||||
"pwa": "NODE_ENV=development PORT=8099 APP_VERSION='1.2.49' quasar dev -m pwa",
|
"pwa": "NODE_ENV=development PORT=8099 APP_VERSION='1.2.50' quasar dev -m pwa",
|
||||||
"spa": "NODE_ENV=development PORT=8089 APP_VERSION='1.2.49' quasar dev",
|
"spa": "NODE_ENV=development PORT=8089 APP_VERSION='1.2.50' quasar dev",
|
||||||
"debug": "quasar dev --mode debug",
|
"debug": "quasar dev --mode debug",
|
||||||
"test": "echo \"No test specified\" && exit 0",
|
"test": "echo \"No test specified\" && exit 0",
|
||||||
"generate-sw": "workbox generateSW workbox-config.js",
|
"generate-sw": "workbox generateSW workbox-config.js",
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "kolibrilab",
|
"name": "kolibrilab",
|
||||||
"version": "1.2.49",
|
"version": "1.2.50",
|
||||||
"description": "kolibrilab",
|
"description": "kolibrilab",
|
||||||
"productName": "kolibrilab",
|
"productName": "kolibrilab",
|
||||||
"author": "Surya Paolo",
|
"author": "Surya Paolo",
|
||||||
@@ -8,11 +8,11 @@
|
|||||||
"keywords": [],
|
"keywords": [],
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"dev": "PORT=8083 APP_VERSION='1.2.49' quasar dev",
|
"dev": "PORT=8083 APP_VERSION='1.2.50' quasar dev",
|
||||||
"dev_noCheck": "SKIP_TSC=true quasar dev",
|
"dev_noCheck": "SKIP_TSC=true quasar dev",
|
||||||
"build": "quasar build",
|
"build": "quasar build",
|
||||||
"buildpwa": "NODE_ENV=production APP_VERSION='1.2.49' quasar build -m pwa",
|
"buildpwa": "NODE_ENV=production APP_VERSION='1.2.50' quasar build -m pwa",
|
||||||
"buildpwatest": "NODE_ENV=production APP_VERSION='1.2.49' quasar build -m pwa",
|
"buildpwatest": "NODE_ENV=production APP_VERSION='1.2.50' quasar build -m pwa",
|
||||||
"type-check": "vue-tsc --noEmit",
|
"type-check": "vue-tsc --noEmit",
|
||||||
"type-check:watch": "vue-tsc --noEmit --watch",
|
"type-check:watch": "vue-tsc --noEmit --watch",
|
||||||
"buildspa": "quasar build -m spa",
|
"buildspa": "quasar build -m spa",
|
||||||
@@ -20,8 +20,8 @@
|
|||||||
"lintfile": "eslint --ext .js,.ts,.vue --ignore-path .gitignore ./ > file.out.txt",
|
"lintfile": "eslint --ext .js,.ts,.vue --ignore-path .gitignore ./ > file.out.txt",
|
||||||
"lintfileNoJS": "eslint --ext .ts,.vue --ignore-path .gitignore ./ > file.out.txt",
|
"lintfileNoJS": "eslint --ext .ts,.vue --ignore-path .gitignore ./ > file.out.txt",
|
||||||
"fix": "eslint --ext .ts,.vue --ignore-path .gitignore ./ --fix > file.out.txt",
|
"fix": "eslint --ext .ts,.vue --ignore-path .gitignore ./ --fix > file.out.txt",
|
||||||
"pwa": "NODE_ENV=development PORT=8093 APP_VERSION='1.2.49' quasar dev -m pwa",
|
"pwa": "NODE_ENV=development PORT=8093 APP_VERSION='1.2.50' quasar dev -m pwa",
|
||||||
"spa": "NODE_ENV=development PORT=8083 APP_VERSION='1.2.49' quasar dev",
|
"spa": "NODE_ENV=development PORT=8083 APP_VERSION='1.2.50' quasar dev",
|
||||||
"spanorefresh": "NODE_ENV=development NODE_OPTIONS=--max_old_space_size=4096 DEBUG=v8:* quasar dev -m spa",
|
"spanorefresh": "NODE_ENV=development NODE_OPTIONS=--max_old_space_size=4096 DEBUG=v8:* quasar dev -m spa",
|
||||||
"test": "echo \"No test specified\" && exit 0",
|
"test": "echo \"No test specified\" && exit 0",
|
||||||
"generate-sw": "workbox generateSW workbox-config.js"
|
"generate-sw": "workbox generateSW workbox-config.js"
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "nutriben",
|
"name": "nutriben",
|
||||||
"version": "1.2.49",
|
"version": "1.2.50",
|
||||||
"description": "Nutriben",
|
"description": "Nutriben",
|
||||||
"productName": "Nutriben",
|
"productName": "Nutriben",
|
||||||
"author": "Surya",
|
"author": "Surya",
|
||||||
@@ -9,20 +9,20 @@
|
|||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"dev": "PORT=8093 APP_VERSION='1.2.49' quasar dev",
|
"dev": "PORT=8093 APP_VERSION='1.2.50' quasar dev",
|
||||||
"dev_noCheck": "SKIP_TSC=true quasar dev",
|
"dev_noCheck": "SKIP_TSC=true quasar dev",
|
||||||
"build": "quasar build",
|
"build": "quasar build",
|
||||||
"buildpwa": "NODE_ENV=production APP_VERSION='1.2.49' quasar build -m pwa",
|
"buildpwa": "NODE_ENV=production APP_VERSION='1.2.50' quasar build -m pwa",
|
||||||
"buildpwatest": "NODE_ENV=production APP_VERSION='1.2.49' quasar build -m pwa",
|
"buildpwatest": "NODE_ENV=production APP_VERSION='1.2.50' quasar build -m pwa",
|
||||||
"type-check": "vue-tsc --noEmit",
|
"type-check": "vue-tsc --noEmit",
|
||||||
"type-check:watch": "vue-tsc --noEmit --watch",
|
"type-check:watch": "vue-tsc --noEmit --watch",
|
||||||
"buildspa": "APP_VERSION='1.2.49' quasar build -m spa",
|
"buildspa": "APP_VERSION='1.2.50' quasar build -m spa",
|
||||||
"lint": "eslint -c ./eslint.config.js \"./src*/**/*.{ts,js,cjs,mjs,vue}\"",
|
"lint": "eslint -c ./eslint.config.js \"./src*/**/*.{ts,js,cjs,mjs,vue}\"",
|
||||||
"lintfile": "eslint --ext .js,.ts,.vue --ignore-path .gitignore ./ > file.out.txt",
|
"lintfile": "eslint --ext .js,.ts,.vue --ignore-path .gitignore ./ > file.out.txt",
|
||||||
"lintfileNoJS": "eslint --ext .ts,.vue --ignore-path .gitignore ./ > file.out.txt",
|
"lintfileNoJS": "eslint --ext .ts,.vue --ignore-path .gitignore ./ > file.out.txt",
|
||||||
"fix": "eslint -c ./eslint.config.js \"./src*/**/*.{ts,js,cjs,mjs,vue}\" --ignore-pattern .gitignore ./ --fix > file.out.txt",
|
"fix": "eslint -c ./eslint.config.js \"./src*/**/*.{ts,js,cjs,mjs,vue}\" --ignore-pattern .gitignore ./ --fix > file.out.txt",
|
||||||
"pwa": "NODE_ENV=development PORT=8099 APP_VERSION='1.2.49' quasar dev -m pwa",
|
"pwa": "NODE_ENV=development PORT=8099 APP_VERSION='1.2.50' quasar dev -m pwa",
|
||||||
"spa": "NODE_ENV=development PORT=8093 APP_VERSION='1.2.49' quasar dev",
|
"spa": "NODE_ENV=development PORT=8093 APP_VERSION='1.2.50' quasar dev",
|
||||||
"debug": "quasar dev --mode debug",
|
"debug": "quasar dev --mode debug",
|
||||||
"test": "echo \"No test specified\" && exit 0",
|
"test": "echo \"No test specified\" && exit 0",
|
||||||
"generate-sw": "workbox generateSW workbox-config.js",
|
"generate-sw": "workbox generateSW workbox-config.js",
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "piuchebuono",
|
"name": "piuchebuono",
|
||||||
"version": "1.2.49",
|
"version": "1.2.50",
|
||||||
"description": "PiuCheBuono",
|
"description": "PiuCheBuono",
|
||||||
"productName": "PiuCheBuono",
|
"productName": "PiuCheBuono",
|
||||||
"author": "Surya",
|
"author": "Surya",
|
||||||
@@ -9,11 +9,11 @@
|
|||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"dev": "PORT=8085 APP_VERSION='1.2.49' quasar dev",
|
"dev": "PORT=8085 APP_VERSION='1.2.50' quasar dev",
|
||||||
"dev_noCheck": "SKIP_TSC=true quasar dev",
|
"dev_noCheck": "SKIP_TSC=true quasar dev",
|
||||||
"build": "quasar build",
|
"build": "quasar build",
|
||||||
"buildpwa": "NODE_ENV=production APP_VERSION='1.2.49' quasar build -m pwa",
|
"buildpwa": "NODE_ENV=production APP_VERSION='1.2.50' quasar build -m pwa",
|
||||||
"buildpwatest": "NODE_ENV=production APP_VERSION='1.2.49' quasar build -m pwa",
|
"buildpwatest": "NODE_ENV=production APP_VERSION='1.2.50' quasar build -m pwa",
|
||||||
"type-check": "vue-tsc --noEmit",
|
"type-check": "vue-tsc --noEmit",
|
||||||
"type-check:watch": "vue-tsc --noEmit --watch",
|
"type-check:watch": "vue-tsc --noEmit --watch",
|
||||||
"buildspa": "quasar build -m spa",
|
"buildspa": "quasar build -m spa",
|
||||||
@@ -21,8 +21,8 @@
|
|||||||
"lintfile": "eslint --ext .js,.ts,.vue --ignore-path .gitignore ./ > file.out.txt",
|
"lintfile": "eslint --ext .js,.ts,.vue --ignore-path .gitignore ./ > file.out.txt",
|
||||||
"lintfileNoJS": "eslint --ext .ts,.vue --ignore-path .gitignore ./ > file.out.txt",
|
"lintfileNoJS": "eslint --ext .ts,.vue --ignore-path .gitignore ./ > file.out.txt",
|
||||||
"fix": "eslint -c ./eslint.config.js \"./src*/**/*.{ts,js,cjs,mjs,vue}\" --ignore-pattern .gitignore ./ --fix > file.out.txt",
|
"fix": "eslint -c ./eslint.config.js \"./src*/**/*.{ts,js,cjs,mjs,vue}\" --ignore-pattern .gitignore ./ --fix > file.out.txt",
|
||||||
"pwa": "NODE_ENV=development PORT=8085 APP_VERSION='1.2.49' quasar dev -m pwa",
|
"pwa": "NODE_ENV=development PORT=8085 APP_VERSION='1.2.50' quasar dev -m pwa",
|
||||||
"spa": "NODE_ENV=development PORT=8085 APP_VERSION='1.2.49' quasar dev",
|
"spa": "NODE_ENV=development PORT=8085 APP_VERSION='1.2.50' quasar dev",
|
||||||
"debug": "quasar dev --mode debug",
|
"debug": "quasar dev --mode debug",
|
||||||
"test": "echo \"No test specified\" && exit 0",
|
"test": "echo \"No test specified\" && exit 0",
|
||||||
"generate-sw": "workbox generateSW workbox-config.js",
|
"generate-sw": "workbox generateSW workbox-config.js",
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "riso",
|
"name": "riso",
|
||||||
"version": "1.2.49",
|
"version": "1.2.50",
|
||||||
"description": "Siamo la Rete Italiana di Scambio Orizzontale, abbiamo creato questa piattaforma per metterla al servizio di chi vuole riscoprire il valore della condivisione e della cooperazione. Valori semplici e profondi che ci aiutano a ritrovare il Senso della Vita, perduto in questa società consumista, e riporti quei Sani Pricìpi Naturali ed Umani di Fratellanza che intere popolazioni antiche conoscevano bene.",
|
"description": "Siamo la Rete Italiana di Scambio Orizzontale, abbiamo creato questa piattaforma per metterla al servizio di chi vuole riscoprire il valore della condivisione e della cooperazione. Valori semplici e profondi che ci aiutano a ritrovare il Senso della Vita, perduto in questa società consumista, e riporti quei Sani Pricìpi Naturali ed Umani di Fratellanza che intere popolazioni antiche conoscevano bene.",
|
||||||
"productName": "Riso",
|
"productName": "Riso",
|
||||||
"author": "Surya",
|
"author": "Surya",
|
||||||
@@ -9,11 +9,11 @@
|
|||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"dev": "APP_VERSION='1.2.49' PORT=8084 quasar dev",
|
"dev": "APP_VERSION='1.2.50' PORT=8084 quasar dev",
|
||||||
"dev_noCheck": "SKIP_TSC=true quasar dev",
|
"dev_noCheck": "SKIP_TSC=true quasar dev",
|
||||||
"build": "quasar build",
|
"build": "quasar build",
|
||||||
"buildpwa": "NODE_ENV=production APP_VERSION='1.2.49' quasar build -m pwa",
|
"buildpwa": "NODE_ENV=production APP_VERSION='1.2.50' quasar build -m pwa",
|
||||||
"buildpwatest": "NODE_ENV=production APP_VERSION='1.2.49' quasar build -m pwa",
|
"buildpwatest": "NODE_ENV=production APP_VERSION='1.2.50' quasar build -m pwa",
|
||||||
"type-check": "vue-tsc --noEmit",
|
"type-check": "vue-tsc --noEmit",
|
||||||
"type-check:watch": "vue-tsc --noEmit --watch",
|
"type-check:watch": "vue-tsc --noEmit --watch",
|
||||||
"buildspa": "quasar build -m spa",
|
"buildspa": "quasar build -m spa",
|
||||||
@@ -21,8 +21,8 @@
|
|||||||
"lintfile": "eslint --ext .js,.ts,.vue --ignore-path .gitignore ./ > file.out.txt",
|
"lintfile": "eslint --ext .js,.ts,.vue --ignore-path .gitignore ./ > file.out.txt",
|
||||||
"lintfileNoJS": "eslint --ext .ts,.vue --ignore-path .gitignore ./ > file.out.txt",
|
"lintfileNoJS": "eslint --ext .ts,.vue --ignore-path .gitignore ./ > file.out.txt",
|
||||||
"fix": "eslint -c ./eslint.config.js \"./src*/**/*.{ts,js,cjs,mjs,vue}\" --ignore-pattern .gitignore ./ --fix > file.out.txt",
|
"fix": "eslint -c ./eslint.config.js \"./src*/**/*.{ts,js,cjs,mjs,vue}\" --ignore-pattern .gitignore ./ --fix > file.out.txt",
|
||||||
"pwa": "NODE_ENV=development PORT=8094 APP_VERSION='1.2.49' quasar dev -m pwa",
|
"pwa": "NODE_ENV=development PORT=8094 APP_VERSION='1.2.50' quasar dev -m pwa",
|
||||||
"spa": "NODE_ENV=development PORT=8084 APP_VERSION='1.2.49' quasar dev",
|
"spa": "NODE_ENV=development PORT=8084 APP_VERSION='1.2.50' quasar dev",
|
||||||
"debug": "quasar dev --mode debug",
|
"debug": "quasar dev --mode debug",
|
||||||
"test": "echo \"No test specified\" && exit 0",
|
"test": "echo \"No test specified\" && exit 0",
|
||||||
"generate-sw": "workbox generateSW workbox-config.js",
|
"generate-sw": "workbox generateSW workbox-config.js",
|
||||||
|
|||||||
@@ -3,7 +3,7 @@
|
|||||||
/* global workbox */
|
/* global workbox */
|
||||||
/* global cfgenv */
|
/* global cfgenv */
|
||||||
|
|
||||||
const VITE_APP_VERSION = '1.2.49';
|
const VITE_APP_VERSION = '1.2.50';
|
||||||
|
|
||||||
// Costanti di configurazione
|
// Costanti di configurazione
|
||||||
const DYNAMIC_CACHE = 'dynamic-cache-v2';
|
const DYNAMIC_CACHE = 'dynamic-cache-v2';
|
||||||
|
|||||||
@@ -200,12 +200,24 @@ export default defineComponent({
|
|||||||
field: 'pdf_online',
|
field: 'pdf_online',
|
||||||
align: 'center',
|
align: 'center',
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
name: 'pdf_online_size',
|
||||||
|
label: 'Size',
|
||||||
|
field: 'pdf_online_size',
|
||||||
|
align: 'center',
|
||||||
|
},
|
||||||
{
|
{
|
||||||
name: 'pdf_online_stampa',
|
name: 'pdf_online_stampa',
|
||||||
label: 'PDF OnLine Stampa',
|
label: 'PDF OnLine Stampa',
|
||||||
field: 'pdf_online_stampa',
|
field: 'pdf_online_stampa',
|
||||||
align: 'center',
|
align: 'center',
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
name: 'pdf_online_stampa_size',
|
||||||
|
label: 'Size',
|
||||||
|
field: 'pdf_online_stampa_size',
|
||||||
|
align: 'center',
|
||||||
|
},
|
||||||
{
|
{
|
||||||
name: 'data_online',
|
name: 'data_online',
|
||||||
label: 'Data Online',
|
label: 'Data Online',
|
||||||
|
|||||||
@@ -26,15 +26,23 @@ export interface ICatalog {
|
|||||||
backcolor?: string
|
backcolor?: string
|
||||||
|
|
||||||
pdf_generato?: string
|
pdf_generato?: string
|
||||||
|
pdf_generato_compressed?: string
|
||||||
|
pdf_generato_compr_size?: string
|
||||||
|
pdf_generato_size?: string
|
||||||
data_generato?: Date
|
data_generato?: Date
|
||||||
data_lista_generata?: Date
|
data_lista_generata?: Date
|
||||||
username_lista_generata?: string
|
username_lista_generata?: string
|
||||||
pdf_online?: string
|
pdf_online?: string
|
||||||
|
pdf_online_size?: string
|
||||||
data_online?: Date
|
data_online?: Date
|
||||||
|
|
||||||
pdf_generato_stampa?: string
|
pdf_generato_stampa?: string
|
||||||
|
pdf_generato_stampa_compr_size?: string
|
||||||
|
pdf_generato_stampa_compressed?: string
|
||||||
|
pdf_generato_stampa_size?: string
|
||||||
data_generato_stampa?: Date
|
data_generato_stampa?: Date
|
||||||
pdf_online_stampa?: string
|
pdf_online_stampa?: string
|
||||||
|
pdf_online_stampa_size?: string
|
||||||
data_online_stampa?: Date
|
data_online_stampa?: Date
|
||||||
|
|
||||||
date_created?: Date,
|
date_created?: Date,
|
||||||
|
|||||||
@@ -10571,7 +10571,7 @@ export const tools = {
|
|||||||
|
|
||||||
// Se stai lavorando su schermi o canvas ad alta densità (es. retina), potresti usare dpi = 144 o leggere dinamicamente:
|
// Se stai lavorando su schermi o canvas ad alta densità (es. retina), potresti usare dpi = 144 o leggere dinamicamente:
|
||||||
let dpi = shared_consts.PUNTI_PER_POLLICE; // 96 è il valore standard per 1x DPI
|
let dpi = shared_consts.PUNTI_PER_POLLICE; // 96 è il valore standard per 1x DPI
|
||||||
dpi = dpi * window.devicePixelRatio
|
dpi = dpi * window.devicePixelRatio;
|
||||||
const mmPerInch = 25.4;
|
const mmPerInch = 25.4;
|
||||||
return (myvalpx / dpi) * mmPerInch;
|
return (myvalpx / dpi) * mmPerInch;
|
||||||
} catch (e) {
|
} catch (e) {
|
||||||
@@ -10580,13 +10580,19 @@ export const tools = {
|
|||||||
},
|
},
|
||||||
getURLByHostAndFilePath(filepath: string) {
|
getURLByHostAndFilePath(filepath: string) {
|
||||||
try {
|
try {
|
||||||
let myurl = filepath.startsWith('/') ? tools.getHost() + filepath : tools.getHost() + '/' + filepath
|
let myurl = filepath.startsWith('/')
|
||||||
return myurl
|
? tools.getHost() + filepath
|
||||||
|
: tools.getHost() + '/' + filepath;
|
||||||
|
return myurl;
|
||||||
} catch (e) {
|
} catch (e) {
|
||||||
return filepath
|
return filepath;
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
||||||
|
getFileCompresso(filename: string) {
|
||||||
|
return this.removeFileExtension(filename) + `_compressed.pdf`;
|
||||||
|
}
|
||||||
|
|
||||||
// FINE !
|
// FINE !
|
||||||
|
|
||||||
// getLocale() {
|
// getLocale() {
|
||||||
|
|||||||
@@ -105,6 +105,7 @@ export default defineComponent({
|
|||||||
const pdfColumns = [
|
const pdfColumns = [
|
||||||
{ name: 'name', label: 'Nome', field: 'name', align: 'left' },
|
{ name: 'name', label: 'Nome', field: 'name', align: 'left' },
|
||||||
{ name: 'pdf', label: 'PDF', field: 'pdf', align: 'left' },
|
{ name: 'pdf', label: 'PDF', field: 'pdf', align: 'left' },
|
||||||
|
{ name: 'size', label: 'Dimensione del file', field: 'size', align: 'right' },
|
||||||
{ name: 'data', label: 'Data', field: 'data', align: 'left' },
|
{ name: 'data', label: 'Data', field: 'data', align: 'left' },
|
||||||
{ name: 'azioni', label: 'Azioni', field: 'azioni', align: 'center' },
|
{ name: 'azioni', label: 'Azioni', field: 'azioni', align: 'center' },
|
||||||
];
|
];
|
||||||
@@ -114,17 +115,37 @@ export default defineComponent({
|
|||||||
name: 'PDF Generato',
|
name: 'PDF Generato',
|
||||||
pdf: myCatalog.value.pdf_generato,
|
pdf: myCatalog.value.pdf_generato,
|
||||||
data: myCatalog.value.data_generato,
|
data: myCatalog.value.data_generato,
|
||||||
showButton: myCatalog.value.data_generato !== myCatalog.value.data_online,
|
showButton: true,
|
||||||
buttonLabel: 'Pubblica PDF OnLine',
|
buttonLabel: 'Pubblica PDF OnLine',
|
||||||
action: pubblicaPDF,
|
size: myCatalog.value.pdf_generato_size,
|
||||||
|
action: () => pubblicaPDF(false),
|
||||||
|
},
|
||||||
|
{
|
||||||
|
name: 'PDF Generato (Compresso)',
|
||||||
|
pdf: myCatalog.value.pdf_generato_compressed,
|
||||||
|
data: myCatalog.value.data_generato,
|
||||||
|
showButton: true,
|
||||||
|
buttonLabel: 'Pubblica PDF OnLine (Compr)',
|
||||||
|
size: myCatalog.value.pdf_generato_compr_size,
|
||||||
|
action: () => pubblicaPDF(true),
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
name: 'PDF Generato Stampa',
|
name: 'PDF Generato Stampa',
|
||||||
pdf: myCatalog.value.pdf_generato_stampa,
|
pdf: myCatalog.value.pdf_generato_stampa,
|
||||||
data: myCatalog.value.data_generato_stampa,
|
data: myCatalog.value.data_generato_stampa,
|
||||||
showButton: myCatalog.value.data_generato_stampa !== myCatalog.value.data_online_stampa,
|
showButton: true,
|
||||||
buttonLabel: 'Pubblica PDF Stampa',
|
buttonLabel: 'Pubblica PDF Stampa',
|
||||||
action: pubblicaPDFStampa,
|
size: myCatalog.value.pdf_generato_stampa_size,
|
||||||
|
action: () => pubblicaPDFStampa(false),
|
||||||
|
},
|
||||||
|
{
|
||||||
|
name: 'PDF Generato Stampa (Compresso)',
|
||||||
|
pdf: myCatalog.value.pdf_generato_stampa_compressed,
|
||||||
|
data: myCatalog.value.data_generato_stampa,
|
||||||
|
showButton: true,
|
||||||
|
buttonLabel: 'Pubblica PDF Stampa (Compr)',
|
||||||
|
size: myCatalog.value.pdf_generato_stampa_compr_size,
|
||||||
|
action: () => pubblicaPDFStampa(true),
|
||||||
},
|
},
|
||||||
]);
|
]);
|
||||||
|
|
||||||
@@ -2085,7 +2106,7 @@ export default defineComponent({
|
|||||||
salvasufiledascaricare,
|
salvasufiledascaricare,
|
||||||
widthpdf.value,
|
widthpdf.value,
|
||||||
heightpdf.value,
|
heightpdf.value,
|
||||||
optcatalogo.value.areadistampa.compress ? compressionepdf.value : '',
|
optcatalogo.value.areadistampa.compress ? (instampa ? compressionepdf.value : 'printer') : '',
|
||||||
instampa,
|
instampa,
|
||||||
dir_out,
|
dir_out,
|
||||||
file_out,
|
file_out,
|
||||||
@@ -2097,14 +2118,20 @@ export default defineComponent({
|
|||||||
const catalog = myCatalog.value;
|
const catalog = myCatalog.value;
|
||||||
if (catalog) {
|
if (catalog) {
|
||||||
if (instampa) {
|
if (instampa) {
|
||||||
catalog.pdf_generato_stampa = ris.fileout_compressed
|
catalog.pdf_generato_stampa = ris.fileout;
|
||||||
? ris.fileout_compressed
|
catalog.pdf_generato_stampa_compressed = ris.fileout_compressed;
|
||||||
: ris.fileout;
|
|
||||||
|
catalog.pdf_generato_stampa_size = ris.filesize;
|
||||||
|
catalog.pdf_generato_stampa_compr_size = ris.filesize_compressed;
|
||||||
|
|
||||||
catalog.data_generato_stampa = tools.getDateNow();
|
catalog.data_generato_stampa = tools.getDateNow();
|
||||||
} else {
|
} else {
|
||||||
catalog.pdf_generato = ris.fileout_compressed
|
catalog.pdf_generato_compressed = ris.fileout_compressed;
|
||||||
? ris.fileout_compressed
|
catalog.pdf_generato = ris.fileout;
|
||||||
: ris.fileout;
|
|
||||||
|
catalog.pdf_generato_size = ris.filesize;
|
||||||
|
catalog.pdf_generato_compr_size = ris.filesize_compressed;
|
||||||
|
|
||||||
catalog.data_generato = tools.getDateNow();
|
catalog.data_generato = tools.getDateNow();
|
||||||
}
|
}
|
||||||
await saveCatalog();
|
await saveCatalog();
|
||||||
@@ -2240,7 +2267,7 @@ export default defineComponent({
|
|||||||
// Default formato A4 in mm
|
// Default formato A4 in mm
|
||||||
const A4_FORMAT_MM = [210, 297];
|
const A4_FORMAT_MM = [210, 297];
|
||||||
|
|
||||||
const pubblicaPDF = async () => {
|
const pubblicaPDF = async (compresso: boolean) => {
|
||||||
const catalog = myCatalog.value;
|
const catalog = myCatalog.value;
|
||||||
|
|
||||||
const confirm = await $q
|
const confirm = await $q
|
||||||
@@ -2261,11 +2288,13 @@ export default defineComponent({
|
|||||||
const ris = await globalStore.execOnlinePDF({
|
const ris = await globalStore.execOnlinePDF({
|
||||||
id_catalog: catalog._id,
|
id_catalog: catalog._id,
|
||||||
stampa: false,
|
stampa: false,
|
||||||
|
compresso,
|
||||||
});
|
});
|
||||||
|
|
||||||
if (ris) {
|
if (ris) {
|
||||||
if (ris.record?.pdf_online) {
|
if (ris.record?.pdf_online) {
|
||||||
catalog.pdf_online = ris.record.pdf_online;
|
catalog.pdf_online = ris.record.pdf_online;
|
||||||
|
catalog.pdf_online_size = ris.record.pdf_online_size;
|
||||||
catalog.data_online = ris.record.data_online;
|
catalog.data_online = ris.record.data_online;
|
||||||
}
|
}
|
||||||
$q.notify({
|
$q.notify({
|
||||||
@@ -2284,7 +2313,7 @@ export default defineComponent({
|
|||||||
});
|
});
|
||||||
};
|
};
|
||||||
|
|
||||||
const pubblicaPDFStampa = async () => {
|
const pubblicaPDFStampa = async (compresso: boolean) => {
|
||||||
const catalog = myCatalog.value;
|
const catalog = myCatalog.value;
|
||||||
|
|
||||||
const confirm = await $q
|
const confirm = await $q
|
||||||
@@ -2303,11 +2332,13 @@ export default defineComponent({
|
|||||||
const ris = await globalStore.execOnlinePDF({
|
const ris = await globalStore.execOnlinePDF({
|
||||||
id_catalog: catalog._id,
|
id_catalog: catalog._id,
|
||||||
stampa: true,
|
stampa: true,
|
||||||
|
compresso,
|
||||||
});
|
});
|
||||||
|
|
||||||
if (ris) {
|
if (ris) {
|
||||||
if (ris.record.pdf_online_stampa) {
|
if (ris.record.pdf_online_stampa) {
|
||||||
catalog.pdf_online_stampa = ris.record.pdf_online_stampa;
|
catalog.pdf_online_stampa = ris.record.pdf_online_stampa;
|
||||||
|
catalog.pdf_online_stampa_size = ris.record.pdf_online_stampa_size;
|
||||||
catalog.data_online_stampa = ris.record.data_online_stampa;
|
catalog.data_online_stampa = ris.record.data_online_stampa;
|
||||||
}
|
}
|
||||||
$q.notify({
|
$q.notify({
|
||||||
|
|||||||
@@ -552,6 +552,12 @@
|
|||||||
</q-td>
|
</q-td>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
|
<template v-slot:body-cell-size="props">
|
||||||
|
<q-td :props="props">
|
||||||
|
{{ props.row.size ? (props.row.size) + ' MB' : '-' }}
|
||||||
|
</q-td>
|
||||||
|
</template>
|
||||||
|
|
||||||
<template v-slot:body-cell-data="props">
|
<template v-slot:body-cell-data="props">
|
||||||
<q-td :props="props">
|
<q-td :props="props">
|
||||||
{{ tools.getstrDateTime(props.row.data) }}
|
{{ tools.getstrDateTime(props.row.data) }}
|
||||||
@@ -594,6 +600,9 @@
|
|||||||
</a>
|
</a>
|
||||||
<span v-else>-</span>
|
<span v-else>-</span>
|
||||||
</td>
|
</td>
|
||||||
|
<td>
|
||||||
|
{{ myCatalog.pdf_online_size }} MB
|
||||||
|
</td>
|
||||||
<td>
|
<td>
|
||||||
{{ tools.getstrDateTime(myCatalog.data_online) }}
|
{{ tools.getstrDateTime(myCatalog.data_online) }}
|
||||||
</td>
|
</td>
|
||||||
@@ -615,6 +624,9 @@
|
|||||||
</a>
|
</a>
|
||||||
<span v-else>-</span>
|
<span v-else>-</span>
|
||||||
</td>
|
</td>
|
||||||
|
<td>
|
||||||
|
{{ myCatalog.pdf_online_stampa_size }} MB
|
||||||
|
</td>
|
||||||
<td>
|
<td>
|
||||||
{{ tools.getstrDateTime(myCatalog.data_online_stampa) }}
|
{{ tools.getstrDateTime(myCatalog.data_online_stampa) }}
|
||||||
</td>
|
</td>
|
||||||
|
|||||||
@@ -312,10 +312,12 @@ export default defineComponent({
|
|||||||
const raccolta = getRaccoltaCataloghiByMyPage.value;
|
const raccolta = getRaccoltaCataloghiByMyPage.value;
|
||||||
if (!stampa && ris.raccolta.pdf_generato) {
|
if (!stampa && ris.raccolta.pdf_generato) {
|
||||||
raccolta.pdf_generato = ris.raccolta.pdf_generato;
|
raccolta.pdf_generato = ris.raccolta.pdf_generato;
|
||||||
|
raccolta.pdf_generato_size = ris.raccolta.pdf_generato_size;
|
||||||
raccolta.data_generato = tools.getDateNow();
|
raccolta.data_generato = tools.getDateNow();
|
||||||
}
|
}
|
||||||
if (stampa && ris.raccolta.pdf_generato_stampa) {
|
if (stampa && ris.raccolta.pdf_generato_stampa) {
|
||||||
raccolta.pdf_generato_stampa = ris.raccolta.pdf_generato_stampa;
|
raccolta.pdf_generato_stampa = ris.raccolta.pdf_generato_stampa;
|
||||||
|
raccolta.pdf_generato_stampa_size = ris.raccolta.pdf_generato_stampa_size;
|
||||||
raccolta.data_generato_stampa = tools.getDateNow();
|
raccolta.data_generato_stampa = tools.getDateNow();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user