From 731a503fb496c5ab7e746eb0c694c3368942b8d8 Mon Sep 17 00:00:00 2001 From: John Cardinal Date: Mon, 18 Jan 2021 20:12:41 +0000 Subject: [PATCH] --- ayanova/devdocs/todo.txt | 3 ++- ayanova/src/views/inv-part-assembly.vue | 13 ++++++++++++- 2 files changed, 14 insertions(+), 2 deletions(-) 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 }} + + +