diff --git a/ayanova/devdocs/todo.txt b/ayanova/devdocs/todo.txt index b44feb0a..abbfcce3 100644 --- a/ayanova/devdocs/todo.txt +++ b/ayanova/devdocs/todo.txt @@ -123,7 +123,8 @@ todo: server boot up message should show the port it's listening on if possible CURRENTLY DOING: INVENTORY - + PartAssembly - shouldn't this have a quantity for each part and default to 1? + Yes, definitely, always default to 1 to save entry as well Part - remove trackserialnumber everywhere, it's just not a thing anymore PartSerial - see case 3845 do the object, it's very light, like a partassembly in nature diff --git a/ayanova/src/views/inv-part-assembly.vue b/ayanova/src/views/inv-part-assembly.vue index aaaa5118..f379700e 100644 --- a/ayanova/src/views/inv-part-assembly.vue +++ b/ayanova/src/views/inv-part-assembly.vue @@ -36,6 +36,9 @@ {{ $ay.t("PartList") }} + + {{ $ay.t("WorkOrderItemPartQuantity") }} + @@ -43,6 +46,12 @@ {{ item.partDisplay }} + + +