From 46f73181568d7b7d80eda4cc3353d590828dc187 Mon Sep 17 00:00:00 2001 From: John Cardinal Date: Fri, 14 May 2021 00:22:31 +0000 Subject: [PATCH] --- ayanova/devdocs/todo.txt | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/ayanova/devdocs/todo.txt b/ayanova/devdocs/todo.txt index 9928b2ed..8adb8713 100644 --- a/ayanova/devdocs/todo.txt +++ b/ayanova/devdocs/todo.txt @@ -343,6 +343,11 @@ CURRENTLY DOING: labors (but involves contract change below) todo: contract change dialog add bit to navigate back to it again freshly + todo: boolean fields in table are showing "true" "false" must change to checkboxes or checkbox characters or something + do this sooner than later + check po and other tables as well. + there is specific guidance on this in the vuetify docs with example + todo: Server new wo auto contract resolution code, if NEW record and contractid already set then use that otherwise find effective one and set (only way it's set automatically) @@ -352,6 +357,7 @@ CURRENTLY DOING: labors (but involves contract change below) todo: special service rates for contract etc currently just pulls all rates (woitemscheuleduser) look for notes on this, I wrote them out somewhere about how to handle via variant and pulling contract etc + todo: tax code ref integrity check should include wo or... technically I think it should probably just remove them from wo since they are already redundantly storing it, but also it might be good to keep it 50/50 on this one