add line item search results grid
authorGalen Charlton <gmc@equinoxinitiative.org>
Fri, 1 Nov 2019 01:35:18 +0000 (21:35 -0400)
committerGalen Charlton <gmc@equinoxinitiative.org>
Thu, 16 Jan 2020 21:38:28 +0000 (16:38 -0500)
commita43089024d1ed37f087d8bba43c1a1b5dfc61e7c
tree4aced7c2660abcb5b968fb118b3f75984890f96b
parent02645495552deeceb2d9592d30d5a0b478c9b3be
add line item search results grid

TODO:

- make invoice link on the results table link to an invoice
  search once we're further along
- move the search to a separate service

Signed-off-by: Galen Charlton <gmc@equinoxinitiative.org>
Open-ILS/src/eg2/src/app/staff/acq/search/acq-search.component.html
Open-ILS/src/eg2/src/app/staff/acq/search/acq-search.component.ts
Open-ILS/src/eg2/src/app/staff/acq/search/acq-search.module.ts
Open-ILS/src/eg2/src/app/staff/acq/search/lineitem-results.component.html [new file with mode: 0644]
Open-ILS/src/eg2/src/app/staff/acq/search/lineitem-results.component.ts [new file with mode: 0644]