Bug 32030: ERM - Licenses
authorJonathan Druart <jonathan.druart@bugs.koha-community.org>
Tue, 3 May 2022 16:30:38 +0000 (18:30 +0200)
committerTomas Cohen Arazi <tomascohen@theke.io>
Tue, 8 Nov 2022 12:43:44 +0000 (09:43 -0300)
commitab5d7b5a6313e8ddb7f16f49b2318e7743808491
tree11c99a4383b25f6a895f86f60692808e4d20f3a0
parent8d573797a90de441a719b3867a61bb4500ea0316
Bug 32030: ERM - Licenses

Signed-off-by: Jonathan Field <jonathan.field@ptfs-europe.com>
Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
26 files changed:
Koha/ERM/Agreement/License.pm [new file with mode: 0644]
Koha/ERM/Agreement/Licenses.pm [new file with mode: 0644]
Koha/ERM/License.pm [new file with mode: 0644]
Koha/ERM/Licenses.pm [new file with mode: 0644]
Koha/REST/V1/ERM/Licenses.pm [new file with mode: 0644]
api/v1/swagger/definitions/erm_license.yaml [new file with mode: 0644]
api/v1/swagger/definitions/erm_license_agreement.yaml [new file with mode: 0644]
api/v1/swagger/paths/erm_licenses.yaml [new file with mode: 0644]
api/v1/swagger/swagger.yaml
cypress/integration/Licenses_spec.ts [new file with mode: 0644]
installer/data/mysql/mandatory/auth_val_cat.sql
koha-tmpl/intranet-tmpl/prog/en/modules/erm/erm.tt
koha-tmpl/intranet-tmpl/prog/js/vue/components/ERM/AgreementsButtonDelete.vue [deleted file]
koha-tmpl/intranet-tmpl/prog/js/vue/components/ERM/AgreementsButtonEdit.vue [deleted file]
koha-tmpl/intranet-tmpl/prog/js/vue/components/ERM/AgreementsList.vue
koha-tmpl/intranet-tmpl/prog/js/vue/components/ERM/ButtonDelete.vue [new file with mode: 0644]
koha-tmpl/intranet-tmpl/prog/js/vue/components/ERM/ButtonEdit.vue [new file with mode: 0644]
koha-tmpl/intranet-tmpl/prog/js/vue/components/ERM/ERMMain.vue
koha-tmpl/intranet-tmpl/prog/js/vue/components/ERM/Licenses.vue [new file with mode: 0644]
koha-tmpl/intranet-tmpl/prog/js/vue/components/ERM/LicensesFormAdd.vue [new file with mode: 0644]
koha-tmpl/intranet-tmpl/prog/js/vue/components/ERM/LicensesFormConfirmDelete.vue [new file with mode: 0644]
koha-tmpl/intranet-tmpl/prog/js/vue/components/ERM/LicensesList.vue [new file with mode: 0644]
koha-tmpl/intranet-tmpl/prog/js/vue/components/ERM/LicensesShow.vue [new file with mode: 0644]
koha-tmpl/intranet-tmpl/prog/js/vue/components/ERM/LicensesToolbar.vue [new file with mode: 0644]
koha-tmpl/intranet-tmpl/prog/js/vue/main-erm.ts
t/db_dependent/api/v1/erm_licenses.t [new file with mode: 0755]