This commit is contained in:
2021-03-07 22:32:46 +00:00
parent fd9232ffa7
commit b292c3e134
2 changed files with 19 additions and 14 deletions

View File

@@ -38,7 +38,8 @@ todo: BUGBUG delete all tags from customer, go back in and zone2 appears for som
todo: attach a photo from phone, no error just does nothing
Test locally first to confirm, probably a rights issue of some kind
todo: test service rate pick list variants
in particular what happens when contract in effect to limit to rates but then no rates selected on contract, sb an empty list
todo: NOT import PO's unless they are current, active and unreceived
todo: erase database should reset all id values if they aren't reset already so that future data doesn't result in a new PO starting at 29000 due to huge db trial seed prior
@@ -193,11 +194,18 @@ CURRENTLY DOING: Contract form - rates list and restrict to rates checkbox etc
need restrict to rates checkbox, then help docs and then done
todo: service rates contract list
No dupes rule at server
biz rule No dupes rule at server
limit to contract rates only in picklist???
todo: form save full update like po
todo: make other list / edit forms same as service rates list / edit form
use list index, NOT id for crud ops
way it deletes
buttons (remove close just OK button)
todo: Maybe don't need alt format buttons for narrow view??
todo: edit item by item being passed in is flawed potentially because it looks for ID to match when in reality it should pass the index
because id is 0 for added items and there could be two added items