From bc800374b1e606c4b96bc3c6b9da42cec9787768 Mon Sep 17 00:00:00 2001 From: John Cardinal Date: Wed, 24 Feb 2021 17:55:24 +0000 Subject: [PATCH] --- ayanova/devdocs/todo.txt | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/ayanova/devdocs/todo.txt b/ayanova/devdocs/todo.txt index 3997cbc5..8347f71b 100644 --- a/ayanova/devdocs/todo.txt +++ b/ayanova/devdocs/todo.txt @@ -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