From 1cd37abe9ff503a227a4d2c4855ef7dbdf0817d8 Mon Sep 17 00:00:00 2001 From: John Cardinal Date: Sat, 14 Nov 2020 01:07:28 +0000 Subject: [PATCH] --- ayanova/devdocs/todo.txt | 4 ++++ ayanova/src/views/cust-customer.vue | 20 ++++++++++++++++++++ 2 files changed, 24 insertions(+) diff --git a/ayanova/devdocs/todo.txt b/ayanova/devdocs/todo.txt index a69e99ff..02ef3e11 100644 --- a/ayanova/devdocs/todo.txt +++ b/ayanova/devdocs/todo.txt @@ -5,6 +5,10 @@ todo: SEEDER Seed sample customers from v7 specifically in addition to random ones? +todo: bugbug datetime control clear buttons don't trigger emit of empty date times + contractexpires on customer form clearing it and saving sends date to server as if it wasn't cleared at all + Better solution: one clear button that clears all and emits properly and disable the built in if possible + todo: picklist empty null vs zero test with customer and headofficeid should have the empty selection pre-selected or maybe I need to do away with that since the clear button does the same thing? diff --git a/ayanova/src/views/cust-customer.vue b/ayanova/src/views/cust-customer.vue index 41561a54..69c75360 100644 --- a/ayanova/src/views/cust-customer.vue +++ b/ayanova/src/views/cust-customer.vue @@ -494,6 +494,26 @@ @input="fieldValueChanged('contractExpires')" > + + + + +