From 381b487972147d025dd004255b4d78a01fa1364c Mon Sep 17 00:00:00 2001 From: John Cardinal Date: Wed, 15 Dec 2021 16:17:38 +0000 Subject: [PATCH] --- ayanova/devdocs/todo.txt | 5 ++++- ayanova/src/components/work-order-signature.vue | 10 ++++++++++ 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/ayanova/devdocs/todo.txt b/ayanova/devdocs/todo.txt index c71acc4d..0db79c2b 100644 --- a/ayanova/devdocs/todo.txt +++ b/ayanova/devdocs/todo.txt @@ -147,7 +147,10 @@ Coded by importance - 1 todo: update the version of postgreSQL in the "single" standalone installer (but do it for myself first in my dev standalone pg server) - +- 1 todo: apparently it's easy to pick an alternate folder for install in windows single and it fucks with postgres path so not sure what to do with that + maybe force the default installation location for windows single only so people don't fuck it up? + Or add a warning we *STRONGLY advise not changing the default location or you will need to change config.json + or, is it possible to write out the config.json from the installer and not include it as a file?? diff --git a/ayanova/src/components/work-order-signature.vue b/ayanova/src/components/work-order-signature.vue index c9adc0ad..1afe7527 100644 --- a/ayanova/src/components/work-order-signature.vue +++ b/ayanova/src/components/work-order-signature.vue @@ -198,6 +198,16 @@ export default { this.$emit("change"); this.openDialog = false; }, + hasChanges(){ + if (this.variant == "customer") { + if(this.tempSig!= this.value.customerSignature) + return true; + if(this.tempDate!=this.value.) + } else { + this.value.techSignature = theSig; + } + + }, setSig(theSig) { if (this.variant == "customer") { this.value.customerSignature = theSig;