diff --git a/ayanova/devdocs/todo.txt b/ayanova/devdocs/todo.txt index 30dba7d6..b8ba54b1 100644 --- a/ayanova/devdocs/todo.txt +++ b/ayanova/devdocs/todo.txt @@ -377,7 +377,10 @@ TODO: V7 features on wo I haven't coded yet ServiceBank any of it - + +bugbug: empty collection, save, add new item but don't save then click on delete and save and it all goes weird + on save, it seems to be trying to save the newly added but deleted record when it should just remove it and get on with it + todo: workorderitemlabor new record stop date sb +1 hour todo: stop hiding one line tables in wo form, need them for the extra ui stuff they bring @@ -386,6 +389,9 @@ todo: stop hiding one line tables in wo form, need them for the extra ui stuff t 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 + todo: LoanUnit edit form add "*Cost" fields to UI todo: part request link to open po, delete button in grid? both? diff --git a/ayanova/src/components/work-order-item-expenses.vue b/ayanova/src/components/work-order-item-expenses.vue index 63845600..01e11b29 100644 --- a/ayanova/src/components/work-order-item-expenses.vue +++ b/ayanova/src/components/work-order-item-expenses.vue @@ -5,7 +5,7 @@