From 405dec2c505ac11935c2b0815581e1b2ec969817 Mon Sep 17 00:00:00 2001 From: John Cardinal Date: Tue, 5 Jan 2021 15:46:08 +0000 Subject: [PATCH] --- ayanova/devdocs/todo.txt | 20 ++++++++++++++------ ayanova/src/main.js | 2 +- 2 files changed, 15 insertions(+), 7 deletions(-) diff --git a/ayanova/devdocs/todo.txt b/ayanova/devdocs/todo.txt index 393c225e..fb5cf89b 100644 --- a/ayanova/devdocs/todo.txt +++ b/ayanova/devdocs/todo.txt @@ -12,6 +12,7 @@ todo: Notification at server has NotifyDeliveryLog object unused and no UI at fr I see it in corejobsweeper already implemented for clearing out but nothing is creating them and no ui to view them?! figure it out + ##It's accessible from the ops notification settings menu, is this enough...correct? what about bizadmin? todo: figure out the datalistview form slowness when typing into the name field, maybe there are extraneous elements or something, it's important because it's oft-used come to think of it, the form custom is plenty fast, what is different about the grid datalist view customization that slows it so much @@ -49,6 +50,8 @@ TODO: //MIGRATE_OUTSTANDING comment tag todo: biz rule like validatecansave and validatecandelete but validatecanFetch for things like own memos and conditional biz rules like subcontractor seeing only own shit etc? todo: lt keys coming back from name fetcher need to be populated when list is fetched I'm thinking at server is ideal at time of list fetch but maybe could also work it into the stored procedure somehow with a tranlsation id pass in? + ** Display is a Client responsibility not server *** + todo: actual customer reports so can figure out datalist for bringing other names in I'm thinking an alternate mode for reporting where there are more defined links in the list to fetch names? ............................................................ @@ -56,11 +59,7 @@ todo: actual customer reports so can figure out datalist for bringing other name CURRENTLY DOING: - - - - - **** AFTER UNIT MIGRATION POST UP TO SERVER, GEN HUGE DS ****** + LoanItem @@ -104,7 +103,16 @@ EACH OBJECT DEV CYCLE: ## OBJECT ORDER Preliminary order to get the ball rolling, these are the easiest starting point: - + Contract + + ClientServiceRequest + Inventory (see servicebank and below bit for inspo) + parts + warehouse + PartInventory + po + poreceipt + adjustments User Fixup once have vendor, ho, client etc as it depends on those WorkorderStatus diff --git a/ayanova/src/main.js b/ayanova/src/main.js index 96782441..0638012e 100644 --- a/ayanova/src/main.js +++ b/ayanova/src/main.js @@ -63,7 +63,7 @@ import chartBarHorizontalControl from "./components/chart-bar-horizontal-control //DEVELOPMENT MODE //THIS SHOULD BE FALSE IN RELEASE //************************************************************ -const DEV_MODE = false; +const DEV_MODE = true; //************************************************************ //************************************************************** //**************************************************************