Koha/Koha/Acquisition
Tomas Cohen Arazi 441cde5dbd
Bug 18731: /acquisitions/orders endpoint
This patches implement the /acquisitions/orders endpoint.

The attribute names are consistent with the voted RFC

To test:
1. Apply this patchset
2. Run:
   $ kshell
  k$ prove t/db_dependent/api/v1/acquisitions_orders.t
=> SUCCESS: Tests pass!
3. Test the API with your favourite tool (Postman?)
=> SUCCESS: It works as expected!
4 Sign off :-D

Sponsored-by: Camden County
Signed-off-by: Matthias Meusburger <matthias.meusburger@biblibre.com>
Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
2020-01-09 16:25:41 +00:00
..
Bookseller
Invoice Bug 22541: Invoice adjustments should show invoice number and include link on ordered.pl and spent.pl 2019-04-11 11:45:24 +00:00
Basket.pm Bug 15774: Use Koha::Object(s) for additional fields 2019-03-07 20:37:05 +00:00
BasketGroup.pm Bug 20366: Add new method Koha::Acquisition::Basket->basket_group 2018-08-30 13:48:08 +00:00
BasketGroups.pm Bug 20366: Add new method Koha::Acquisition::Basket->basket_group 2018-08-30 13:48:08 +00:00
Baskets.pm Bug 15774: Use Koha::Object(s) for additional fields 2019-03-07 20:37:05 +00:00
Bookseller.pm Bug 23843: Add mapping to Koha::Acquisition::Bookseller 2019-10-23 18:03:21 +01:00
Booksellers.pm
Budget.pm
Budgets.pm
Currencies.pm
Currency.pm
Fund.pm Bug 23843: Add mapping to Koha::Acquisition::Fund 2019-10-23 18:03:24 +01:00
Funds.pm
Invoice.pm Bug 20726: Add new method Acquisition::Order->invoice 2018-08-30 13:40:37 +00:00
Invoices.pm Bug 20726: Add new method Acquisition::Order->invoice 2018-08-30 13:40:37 +00:00
Order.pm Bug 18731: /acquisitions/orders endpoint 2020-01-09 16:25:41 +00:00
Orders.pm