This commit is contained in:
@@ -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
|
I see it in corejobsweeper already implemented for clearing out but nothing is creating them
|
||||||
and no ui to view them?!
|
and no ui to view them?!
|
||||||
figure it out
|
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
|
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
|
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: 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
|
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?
|
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
|
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?
|
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:
|
CURRENTLY DOING:
|
||||||
|
LoanItem
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
**** AFTER UNIT MIGRATION POST UP TO SERVER, GEN HUGE DS ******
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
@@ -104,7 +103,16 @@ EACH OBJECT DEV CYCLE:
|
|||||||
## OBJECT ORDER
|
## OBJECT ORDER
|
||||||
Preliminary order to get the ball rolling, these are the easiest starting point:
|
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
|
User
|
||||||
Fixup once have vendor, ho, client etc as it depends on those
|
Fixup once have vendor, ho, client etc as it depends on those
|
||||||
WorkorderStatus
|
WorkorderStatus
|
||||||
|
|||||||
@@ -63,7 +63,7 @@ import chartBarHorizontalControl from "./components/chart-bar-horizontal-control
|
|||||||
//DEVELOPMENT MODE
|
//DEVELOPMENT MODE
|
||||||
//THIS SHOULD BE FALSE IN RELEASE
|
//THIS SHOULD BE FALSE IN RELEASE
|
||||||
//************************************************************
|
//************************************************************
|
||||||
const DEV_MODE = false;
|
const DEV_MODE = true;
|
||||||
//************************************************************
|
//************************************************************
|
||||||
//**************************************************************
|
//**************************************************************
|
||||||
//**************************************************************
|
//**************************************************************
|
||||||
|
|||||||
Reference in New Issue
Block a user