From 8a7184a8ae608f67f061d2a1f2e4e5a480a252f2 Mon Sep 17 00:00:00 2001 From: John Cardinal Date: Thu, 25 Feb 2021 18:39:23 +0000 Subject: [PATCH] --- ayanova/devdocs/todo.txt | 3 ++- ayanova/src/views/inv-purchase-order.vue | 22 ++++++++++++++++++++++ 2 files changed, 24 insertions(+), 1 deletion(-) diff --git a/ayanova/devdocs/todo.txt b/ayanova/devdocs/todo.txt index 6712f401..19901aac 100644 --- a/ayanova/devdocs/todo.txt +++ b/ayanova/devdocs/todo.txt @@ -194,7 +194,8 @@ todo: can edit po number but if I set an existing po number 4 to 23 for example Should this operation require a special role? i.e. if logged in as a bizadmin full then can edit serials todo: review PO cases and see what I missed - +todo: if joyce testing PO try to test concurrency issues around quantities and serials etc + it shouldn't get out of whack no matter what is thrown at it diff --git a/ayanova/src/views/inv-purchase-order.vue b/ayanova/src/views/inv-purchase-order.vue index cebc9cd2..440e2510 100644 --- a/ayanova/src/views/inv-purchase-order.vue +++ b/ayanova/src/views/inv-purchase-order.vue @@ -574,6 +574,27 @@ " > + + + + @@ -1480,6 +1501,7 @@ async function fetchTranslatedText(vm) { "PurchaseOrderReceiptReceivedDate", "PurchaseOrderReceiptItemReceiptCost", "PurchaseOrderReceiptItemQuantityReceivedErrorInvalid", + "PurchaseOrderItemSerialNumbers", "ReceiveAll", "Receive", "PurchaseOrderCustom1",