From 3b3eb77b9c1c5270a5c275424870c415962686b2 Mon Sep 17 00:00:00 2001 From: Bill Erickson Date: Mon, 26 Nov 2018 16:04:48 -0500 Subject: [PATCH] plac holds continued; from basket Signed-off-by: Bill Erickson --- .../staff/catalog/basket-actions.component.html | 2 +- .../app/staff/catalog/basket-actions.component.ts | 7 + .../src/app/staff/catalog/hold/hold.component.html | 216 +++++++++++++-------- .../src/app/staff/catalog/hold/hold.component.ts | 21 ++ 4 files changed, 161 insertions(+), 85 deletions(-) diff --git a/Open-ILS/src/eg2/src/app/staff/catalog/basket-actions.component.html b/Open-ILS/src/eg2/src/app/staff/catalog/basket-actions.component.html index e30fb8cf12..86d8099bb1 100644 --- a/Open-ILS/src/eg2/src/app/staff/catalog/basket-actions.component.html +++ b/Open-ILS/src/eg2/src/app/staff/catalog/basket-actions.component.html @@ -18,7 +18,7 @@ [(ngModel)]="basketAction" (change)="applyAction()"> - + diff --git a/Open-ILS/src/eg2/src/app/staff/catalog/basket-actions.component.ts b/Open-ILS/src/eg2/src/app/staff/catalog/basket-actions.component.ts index d5aff9d0f6..d01dc365ec 100644 --- a/Open-ILS/src/eg2/src/app/staff/catalog/basket-actions.component.ts +++ b/Open-ILS/src/eg2/src/app/staff/catalog/basket-actions.component.ts @@ -52,6 +52,13 @@ export class BasketActionsComponent implements OnInit { this.basket.removeAllRecordIds(); break; + case 'hold': + this.basket.getRecordIds().then(ids => { + this.router.navigate(['/staff/catalog/hold/T'], + {queryParams: {target: ids}}); + }); + break; + case 'print': this.basket.getRecordIds().then(ids => { this.net.request( diff --git a/Open-ILS/src/eg2/src/app/staff/catalog/hold/hold.component.html b/Open-ILS/src/eg2/src/app/staff/catalog/hold/hold.component.html index 1ec9531d37..3686ce1063 100644 --- a/Open-ILS/src/eg2/src/app/staff/catalog/hold/hold.component.html +++ b/Open-ILS/src/eg2/src/app/staff/catalog/hold/hold.component.html @@ -1,101 +1,149 @@

Place Hold - + ({{user.family_name()}}, {{user.first_given_name()}}) - +

-
-
-
- - -
-
-
-
- -
- +
+
+
+
+ + +
+
+
+
+ +
+ +
+
-
-
-
- - -
-
-
- - -
-
-
-
-
- - -
-
-
{{requestor.usrname()}}
-
-
- - -
-
-
-
-
- Email Address +
+
+
+ + +
- +
{{requestor.usrname()}}
-
-
-
-
- -
-
- -
-
-
- - +
+
+ +
+
+ +
-
-
-
-
- Phone Number +
+
+
+ + +
+
+
+ +
-
-
-
+
+
+
+
+

Notifications

+
+
    +
  • +
    +
    + + +
    +
    +
    +
    +
    + Email Address +
    + +
    +
    +
  • +
  • +
    +
    + + +
    +
    +
    +
    +
    + Phone Number +
    + +
    +
    +
  • +
  • +
    +
    + + +
    +
    +
    +
    +
    + SMS Number +
    + +
    +
    +
  • +
  • +
    + +
    +
    + + +
    +
  • +
+
+
+