diff --git a/ayanova/devdocs/todo.txt b/ayanova/devdocs/todo.txt index 816fa343..ef95c57d 100644 --- a/ayanova/devdocs/todo.txt +++ b/ayanova/devdocs/todo.txt @@ -23,7 +23,7 @@ ACTIONS: XNOPE, doesn't offer to filter, only sort and I'm happy with it for now.If it basically is working well enough regardless of filtering roles then see if its even conceivable that server could filter roles maybe the client sends a lot of or i.e. roles = (64 or 1234 or 32768) however that shit has to work if conceivable then need to make a copy of the ay-data-list-view.vue and modify to work with roles as a filter - Make sure can print, bulk ops etc + XMake sure can print, bulk ops etc If all is well then move it into the regular adm-users and replicate to cust-users and ditch the shitty current half-ass grid Remove the routes that were being used for inside and outside user lists as they are no longer reqd. $profit @@ -32,7 +32,7 @@ todo: throw new Error() code *MUST* put only a string into the constructor of er Search for all instances of throw new Error and ensure it's a string not an object, use stringify if necessary when all else fails or a central function that turns any error object into a human readable message and inserts that into the error text See extension-export-control.vue line 45 for example - + todo: seeder subcontractor user no vendor attached? todo: deleting customer must attempt to delete the following as they are entered "in" form and not selected externally so they are part of Customer and should delete with it: @@ -58,7 +58,7 @@ todo: Initialize has an expired license section that prevents all other options todo: Case 3595 Mass delete extension Do this early as it will be copied over and over again - +todo: test import User record ............................................................ diff --git a/ayanova/src/views/adm-users.vue b/ayanova/src/views/adm-users.vue index a16f65c1..9fecd65e 100644 --- a/ayanova/src/views/adm-users.vue +++ b/ayanova/src/views/adm-users.vue @@ -1,156 +1,80 @@ diff --git a/ayanova/src/views/inv-parts.vue b/ayanova/src/views/inv-parts.vue index 32e67f4b..a3e50d71 100644 --- a/ayanova/src/views/inv-parts.vue +++ b/ayanova/src/views/inv-parts.vue @@ -9,7 +9,7 @@