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
biblio.json
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
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
library.json
order.json
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