LP#1857150: add release notes
authorGalen Charlton <gmc@equinoxinitiative.org>
Thu, 3 Sep 2020 17:21:11 +0000 (13:21 -0400)
committerJason Etheridge <jason@EquinoxInitiative.org>
Thu, 10 Sep 2020 20:36:34 +0000 (16:36 -0400)
Signed-off-by: Galen Charlton <gmc@equinoxinitiative.org>
Signed-off-by: Ruth Frasur <rfrasur@library.in.gov>
Signed-off-by: Bill Erickson <berickxx@gmail.com>
Signed-off-by: Jason Etheridge <jason@EquinoxInitiative.org>
docs/RELEASE_NOTES_NEXT/Acquisitions/Angular_Providers_Interface.adoc [new file with mode: 0644]

diff --git a/docs/RELEASE_NOTES_NEXT/Acquisitions/Angular_Providers_Interface.adoc b/docs/RELEASE_NOTES_NEXT/Acquisitions/Angular_Providers_Interface.adoc
new file mode 100644 (file)
index 0000000..1252245
--- /dev/null
@@ -0,0 +1,33 @@
+Angular Providers Interface
+^^^^^^^^^^^^^^^^^^^^^^^^^^^
+The interfaces for searching for and managing acquisitions provider
+records have been rewritten in Angular. This rewrite includes the
+following significant changes:
+
+* The provider search interface is now available directly from the
+  Acquisitions menu, supplementing its longstanding availability from
+  the Acquisitions Administration page.
+* The search interface is modeled after the patron interface, including
+  a search form that can be hidden or displayed, a provider summary box,
+  and a multi-tabbed interface for managing the provider itself.
+* The grid displaying search results is filterable and sortable.
+* The provider display tabs are
+ ** Details, allowing the user to view, and if permitted, edit
+    the base provider record.
+ ** Addresses
+ ** Contacts
+ ** Attribute Definitions
+ ** Holdings Definitions
+ ** EDI
+ ** Invoices, providing an interface for viewing the invoices
+    associated with the provider.
+ ** POs, providing an interface for viewing the purchase orders
+    associated with the provider.
+* The new interface makes it possible to edit contact addresses.
+* The base provider record now has an optional primary contact field.
+  Selecting a contact as the primary one is managed on the Contacts
+  tab.  The primary contact, if set, is displayed on the provider
+  summary box.
+
+Interfaces that used to link to the Dojo provider interface now link
+to the Angular one instead.