CLEANUP remove extraneous containers and rows and columns

This commit is contained in:
2021-01-02 18:34:49 +00:00
parent bfafba6c69
commit ee4fb103de
13 changed files with 65 additions and 110 deletions

View File

@@ -22,7 +22,7 @@ todo: Notification at server has NotifyDeliveryLog object unused and no UI at fr
and no ui to view them?!
figure it out
todo: do not compare null in queries so double check and instead make sure it's using "Is not null" or "is null" instead as results are non determinant otherwise
todo: figure out the grid view form slowness, maybe there are extraneous elements or something, it's important because it's oft-used
todo: unitmodel, maybe can make a combo unique constraint for the model number or name by combining with the vendorID
it's doubtful two models from the same vendor would have the same model number so this covers that case or am I wrong on that?