Koha/api/v1/swagger/parameters
Martin Renvoize 9ba40e1adf Bug 26274: Add cashups api routes
This patch creates a Koha::Cash::Register::Cashup(s) class pair which
subclass Koha::Cash::Register::Action(s) and moves the cashup specific
code into these new classes to improve code separation.

We then introduce API routes based on these classes to allow fetching
a list of cashups associated to a cash register and a full cashup with
emeddable summary for individual cashups.

Test plan
1/ Run the updated unit tests.
   t/db_dependent/Koha/Cash/Register/Action.t
   t/db_dependent/Koha/Cash/Register/Cashup.t
2/ Run the incuded api tests.
   t/db_dependent/api/v1/cashups.t

Signed-off-by: David Nind <david@davidnind.com>
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>

Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
2021-02-12 12:33:41 +01:00
..
advancededitormacro.json Bug 17268: (follow-up) Fix translatability 2020-05-04 08:26:22 +01:00
biblio.json Bug 15496: Add API endoint for deleting a bib 2019-04-26 10:54:49 +00:00
cash_register.json Bug 26274: Add cashups api routes 2021-02-12 12:33:41 +01:00
cashup.json Bug 26274: Add cashups api routes 2021-02-12 12:33:41 +01:00
checkout.json Bug 24083: Add support for unseen_renewals 2020-11-11 16:09:58 +01:00
city.json
club.json Bug 19618: Add api endpoint for club holds 2019-10-01 08:05:58 +01:00
fund.json
hold.json
import_batch_profile.json Bug 23019: (follow-up) Fix other things 2020-11-11 15:55:49 +01:00
item.json Bug 16825: Add API route for getting an item 2019-09-12 16:41:09 +01:00
library.json
order.json Bug 18731: OpenAPI definitions 2020-01-09 16:25:57 +00:00
patron.json
quote.json Bug 27251: Rewrite QOTD with the Koha REST API 2021-01-29 09:03:45 +01:00
smtp_server.json Bug 22343: API routes for SMTP servers CRUD 2020-10-02 10:54:40 +02:00
vendor.json