]> git.evergreen-ils.org Git - Evergreen.git/blob - docs/RELEASE_NOTES_NEXT/Acquisitions/Angular_Providers_Interface.adoc
12522458b4595f290e09280328ac7152cc6a4632
[Evergreen.git] / docs / RELEASE_NOTES_NEXT / Acquisitions / Angular_Providers_Interface.adoc
1 Angular Providers Interface
2 ^^^^^^^^^^^^^^^^^^^^^^^^^^^
3 The interfaces for searching for and managing acquisitions provider
4 records have been rewritten in Angular. This rewrite includes the
5 following significant changes:
6
7 * The provider search interface is now available directly from the
8   Acquisitions menu, supplementing its longstanding availability from
9   the Acquisitions Administration page.
10 * The search interface is modeled after the patron interface, including
11   a search form that can be hidden or displayed, a provider summary box,
12   and a multi-tabbed interface for managing the provider itself.
13 * The grid displaying search results is filterable and sortable.
14 * The provider display tabs are
15  ** Details, allowing the user to view, and if permitted, edit
16     the base provider record.
17  ** Addresses
18  ** Contacts
19  ** Attribute Definitions
20  ** Holdings Definitions
21  ** EDI
22  ** Invoices, providing an interface for viewing the invoices
23     associated with the provider.
24  ** POs, providing an interface for viewing the purchase orders
25     associated with the provider.
26 * The new interface makes it possible to edit contact addresses.
27 * The base provider record now has an optional primary contact field.
28   Selecting a contact as the primary one is managed on the Contacts
29   tab.  The primary contact, if set, is displayed on the provider
30   summary box.
31
32 Interfaces that used to link to the Dojo provider interface now link
33 to the Angular one instead.