This commit is contained in:
@@ -386,16 +386,10 @@ TODO: V7 features on wo I haven't coded yet
|
||||
|
||||
todo: Outside services list section header only one with word "List" in it instead of plural form outside services
|
||||
todo: workorderitemlabor new record stop date sb +1 hour
|
||||
todo: errors may or may not be showing correctly, there was a task related error but it highlighted woitems row and nothing in tasks
|
||||
however this was not supposed to be an error in the first place as it's a bug to do with attempting to delete a new task record
|
||||
todo: stop hiding one line tables in wo form, need them for the extra ui stuff they bring
|
||||
show as a line where the table would be??
|
||||
But..then why not just show one line table instead??
|
||||
todo: mark for deletion with ONE record and no table?? how does that work?
|
||||
keeping a single row as for above would help with this
|
||||
|
||||
todo: no data available not localized in tables, not an issue if don't show when none, but is if do
|
||||
todo: in german (maybe others) noticed price viz fields not available translations so shows ??ListPrice for example
|
||||
bug?: no data available not localized in tables, not an issue if don't show when none, but is if do
|
||||
|
||||
bug: in german (maybe others) noticed price viz fields not available translations so shows ??ListPrice for example
|
||||
|
||||
todo: LoanUnit edit form add "*Cost" fields to UI
|
||||
todo: part request
|
||||
@@ -410,8 +404,6 @@ todo: strip all *viz fields from object before sending over the wire from client
|
||||
todo: why does server send isdirty to client, isn't that just a client thing?
|
||||
Client can set it on initial fetch
|
||||
|
||||
todo: bugbug read only mode (login as limited role) can add task list, maybe other stuff
|
||||
|
||||
todo: seeder stock data / translations: loanunit "Units" have extraneous "rate" in them, i.e. "Hourly rate", sb just "Hourly"
|
||||
|
||||
todo: workorder main data lists, flesh out, finish links from related objects
|
||||
@@ -421,7 +413,6 @@ todo: "DispatchFull" and "DispatchLimited" roles MUST be renamed to "ServiceFull
|
||||
Rename at both ends and all translations and docs as well.
|
||||
|
||||
|
||||
|
||||
todo: test and confirm can duplicate workorder and it works properly
|
||||
|
||||
todo: New wo link from related objects like Customer, Unit etc replicates v7 feature from grid
|
||||
@@ -442,6 +433,7 @@ todo: subcontractor not seeing prices but still able to make workorder case (not
|
||||
HOLD off on this until hit the cases where it's mentioned so working with exact specs not speculation (HA!)
|
||||
leaning toward a different model perhaps as it may only be a particular subset???
|
||||
(Or, if it's just hiding cost fields then just don't populate viz them. Viz fields can be safely set to anything really)
|
||||
DON"T SEND AND ALSO AT CLIENT DON"T SHOW THOSE FIELDS IF SUBCONTRACTOR
|
||||
|
||||
todo: signature: report helper display signature and form ui control to capture /display signature
|
||||
for both tech and customer
|
||||
|
||||
@@ -21,7 +21,7 @@
|
||||
</v-list-item-icon>
|
||||
<v-list-item-title>{{ $ay.t("New") }}</v-list-item-title>
|
||||
</v-list-item>
|
||||
<v-list-item @click="taskGroupDialog = true">
|
||||
<v-list-item v-if="canAdd" @click="taskGroupDialog = true">
|
||||
<v-list-item-icon>
|
||||
<v-icon>$ayiTasks</v-icon>
|
||||
</v-list-item-icon>
|
||||
|
||||
Reference in New Issue
Block a user