From 00a8908f824fcf033a98ea47a7a5f43ccc89caeb Mon Sep 17 00:00:00 2001 From: Bill Erickson Date: Thu, 9 Dec 2021 13:07:49 -0500 Subject: [PATCH] LP1952931 ASN Receiving UI Signed-off-by: Bill Erickson --- .../src/app/staff/acq/asn/receive.component.html | 98 ++++++++++++++++++---- Open-ILS/src/eg2/src/app/staff/nav.component.html | 5 ++ 2 files changed, 85 insertions(+), 18 deletions(-) diff --git a/Open-ILS/src/eg2/src/app/staff/acq/asn/receive.component.html b/Open-ILS/src/eg2/src/app/staff/acq/asn/receive.component.html index a46928f051..11d13e6296 100644 --- a/Open-ILS/src/eg2/src/app/staff/acq/asn/receive.component.html +++ b/Open-ILS/src/eg2/src/app/staff/acq/asn/receive.component.html @@ -18,38 +18,100 @@ + -
-
- -
{{container.container_code()}}
- - -
{{container.provider().name()}}
- - -
{{container.recv_date() | date:'short'}}
- - -
{{container.lading_number()}}
+ - -
{{container.note()}}
+
+
+
+ +
+
+
{{container.container_code()}}
+
+
+ +
+ +
+ +
+
+
{{entries.length}}
+
+
+
+
+ +
+
+
{{container.lading_number()}}
+
+
+ +
+
+
{{container.recv_date() | date:'short'}}
+
+
+
+
+ +
+
+
{{container.note()}}
+
+ + + + + {{row.title}} + + + + + {{row.lineitem.id()}} + + + - - + + - + + diff --git a/Open-ILS/src/eg2/src/app/staff/nav.component.html b/Open-ILS/src/eg2/src/app/staff/nav.component.html index a1ab9103aa..0c90165494 100644 --- a/Open-ILS/src/eg2/src/app/staff/nav.component.html +++ b/Open-ILS/src/eg2/src/app/staff/nav.component.html @@ -303,6 +303,11 @@ Claim-Ready Items + + Receive Shipment + + Invoices -- 2.11.0