This commit is contained in:
2021-03-10 18:09:35 +00:00
parent cfadab9160
commit de084650b9
2 changed files with 8 additions and 20 deletions

View File

@@ -28,8 +28,8 @@ June 1st
Release!
## CURRENTLY WORKING ON e2e smoke test
misc items server first then client and rest
## CURRENTLY WORKING ON: misc server items
then client items then migrate
just burn through, skip any that are low priority or will naturally get worked on as part of workorder etc
@@ -37,12 +37,6 @@ June 1st
## E2E TESTING
todo: is smoke test really excercising every list? Some are only available from a menu in an object
go through and make sure all forms that are in code are also in smoke test
this is important because it's going to drive future removal of unused locale keys
LIST IS IN SMOKE>JS, JUST CODE IT
localhost:8080//viewreport?oid=1&rid=1 erroring out, kosher?
## V8MIGRATE
@@ -103,14 +97,6 @@ Part inventory list what is the deal with the description field and going to the
- from Parts listview, select a specific part - i.e. 0513678 -> which opens its part form -> select menu option Part Inventory -> which shows list view Part Inventory for ONLY this part and warehouses where has inventory -> click on hamburger menu selecting the main Part Inventory list - nothing happens, the list stays showing ONLY for that specific part. There's no filter to remove, refreshing makes no difference. IF select a completely different list view (i.e. Parts or Customers) to view that list AND THEN go back and select Part INventory list, now will see Part Inventory for all parts.
Part inventory adjustment adding from list that is already restricted to one part only (coming from part form menu) should pre-select the part in the new adjustment form if it came from a restricted list to one part already.
Inventory (full) role SHOULD have ability to edit (but DOES NOT at present) the following:
- Manufacturer record
- Wholesaler record
- Alternative Wholesaler record
- "Customize" aspect for inventory related forms: for part form, for Vendor form, for Warehouse form, for Part Assembly form, for PO form,
- possibily Taxes (but I can understand if this is only for an Accounting & SuperUser role)
Inventory limited role is presented delete button in part assembly list, should only be able to view
Accounting role:
@@ -1312,9 +1298,14 @@ Inventory (full) role SHOULD have ability to edit (but DOES NOT at present) the
- Manufacturer record
- Wholesaler record
- Alternative Wholesaler record
[I agree will change to access Vendors]
- "Customize" aspect for inventory related forms: for part form, for Vendor form, for Warehouse form, for Part Assembly form, for PO form,
[Customize is it's own "right" or object type and only bizadminfull has rights to it, it doesn't work by object type so this would be bizadmin full only to customize any form]
- possibily Taxes (but I can understand if this is only for an Accounting & SuperUser role)
[ok will change]
[Yeah I'm thinking accounting and bizadminfull only]
Inventory Limited role - presently when viwing Part Assembly, although aspects are "gray" still shows Edit action button and Delete action button, allows user to select (which is ok for the Edit as DO want this role to be able to go through to see the actual part) BUT the Delete action button should be removed as this role CAN NOT delete / modify a part assembly.
[will fix]