This commit is contained in:
2021-01-28 15:50:06 +00:00
parent b597e42fcd
commit 3eaf222e42
3 changed files with 45 additions and 32 deletions

View File

@@ -149,10 +149,7 @@ todo: DataList view and filter are combined and this is wrong
public ActionResult GetDefaultDataListView([FromRoute] string dataListKey)
Test the everloving shit out of this
CURRENTLY: most lists default view ok (not filtering yet just default no filter) except:
Contacts - Customer users list is empty when it shouldn't be
CustomerNotes - needs criteria sent of customer id
CURRENTLY: most lists default view ok (not filtering yet just default no filter) except:
Part->PartInventory, Transactions, menu option list - not filtering at all
Warehouse '' ditto above
@@ -180,6 +177,7 @@ todo: *biz objects with foreign key constraints should call ValidateCanDelete
iow: apartinventory REFERENCES apartwarehouseid so PartWarehouseBiz ValidateCanDelete must check if there are any apartinventory with this warehouse
(also PartWarehouseBiz ValidateCanDelete is the references for this code)
todo: ClientNote form link back to customer disappears on save of NEW record only (not update), should always be present
todo: standardize routes and route names and form names
Use plural and singular names throughout for consistency