This commit is contained in:
2021-02-24 17:55:24 +00:00
parent 856c4a0b44
commit bc800374b1

View File

@@ -167,21 +167,15 @@ todo: how to add locale keys in future after release without erasing all data?
CURRENTLY DOING: PurchaseOrder
PO UI for items:
todo duplicate common rules in UI that are enforced by server if any
PO todo
todo: update received cost from part cost if there is no received cost set yet and partcost is nonzero
todo: button to set part price from received cost
todo: test duplicate route
todo: test inventory affecting ops
reversals, updates, deletes etc
todo: test form customization hide child collection items
todo: test read only form of PO
todo: test reports, tagging etc
todo: can edit po number but if I set an existing po number 4 to 23 for example and the last autogenerated is 22 it will happily make another 23 so there are now two
what I want to happen is it skips existing numbers
@@ -191,6 +185,7 @@ todo: can edit po number but if I set an existing po number 4 to 23 for example
(along with resetting the autoid number)
Should this operation require a special role?
i.e. if logged in as a bizadmin full then can edit serials
todo: review PO cases and see what I missed