Bug 32030: Proxy with HoldingsIQ
authorJonathan Druart <jonathan.druart@bugs.koha-community.org>
Mon, 20 Jun 2022 12:57:01 +0000 (14:57 +0200)
committerTomas Cohen Arazi <tomascohen@theke.io>
Tue, 8 Nov 2022 12:44:07 +0000 (09:44 -0300)
commit769a1b34779f0bc92b979475325b78b754c18ae7
tree5e2872e679ede48d6452fe689fd1c80a906d84cf
parent289fd08f5d1f1e5b862c54f2841e4f030552b774
Bug 32030: Proxy with HoldingsIQ

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>
43 files changed:
Koha/ERM/EHoldings/Resource.pm
Koha/ERM/Providers/EBSCO.pm [new file with mode: 0644]
Koha/REST/Plugin/Pagination.pm
Koha/REST/V1/ERM/EHoldings/Packages.pm
Koha/REST/V1/ERM/EHoldings/Packages/EBSCO.pm [new file with mode: 0644]
Koha/REST/V1/ERM/EHoldings/Packages/Manual.pm [new file with mode: 0644]
Koha/REST/V1/ERM/EHoldings/Resources.pm
Koha/REST/V1/ERM/EHoldings/Resources/EBSCO.pm [new file with mode: 0644]
Koha/REST/V1/ERM/EHoldings/Resources/Manual.pm [new file with mode: 0644]
Koha/REST/V1/ERM/EHoldings/Titles.pm
Koha/REST/V1/ERM/EHoldings/Titles/EBSCO.pm [new file with mode: 0644]
Koha/REST/V1/ERM/EHoldings/Titles/Manual.pm [new file with mode: 0644]
api/v1/swagger/definitions/erm_eholdings_package.yaml
api/v1/swagger/definitions/erm_eholdings_resource.yaml
api/v1/swagger/definitions/erm_eholdings_title.yaml
api/v1/swagger/paths/erm_agreements.yaml
api/v1/swagger/paths/erm_eholdings_packages.yaml
api/v1/swagger/paths/erm_eholdings_packages_resources.yaml [new file with mode: 0644]
api/v1/swagger/paths/erm_eholdings_resources.yaml
api/v1/swagger/paths/erm_eholdings_titles.yaml
api/v1/swagger/paths/erm_eholdings_titles_resources.yaml [new file with mode: 0644]
api/v1/swagger/paths/erm_licenses.yaml
api/v1/swagger/paths/erm_users.yaml
api/v1/swagger/swagger.yaml
installer/data/mysql/atomicupdate/erm.pl
installer/data/mysql/kohastructure.sql
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/AgreementsShow.vue
koha-tmpl/intranet-tmpl/prog/js/vue/components/ERM/EHoldingsPackageTitlesList.vue [new file with mode: 0644]
koha-tmpl/intranet-tmpl/prog/js/vue/components/ERM/EHoldingsPackagesFormAdd.vue
koha-tmpl/intranet-tmpl/prog/js/vue/components/ERM/EHoldingsPackagesList.vue
koha-tmpl/intranet-tmpl/prog/js/vue/components/ERM/EHoldingsPackagesShow.vue
koha-tmpl/intranet-tmpl/prog/js/vue/components/ERM/EHoldingsResourcesShow.vue
koha-tmpl/intranet-tmpl/prog/js/vue/components/ERM/EHoldingsTitlePackagesList.vue [new file with mode: 0644]
koha-tmpl/intranet-tmpl/prog/js/vue/components/ERM/EHoldingsTitlesFormAdd.vue
koha-tmpl/intranet-tmpl/prog/js/vue/components/ERM/EHoldingsTitlesFormAddResources.vue
koha-tmpl/intranet-tmpl/prog/js/vue/components/ERM/EHoldingsTitlesList.vue
koha-tmpl/intranet-tmpl/prog/js/vue/components/ERM/EHoldingsTitlesShow.vue
koha-tmpl/intranet-tmpl/prog/js/vue/components/ERM/ERMMain.vue
koha-tmpl/intranet-tmpl/prog/js/vue/fetch.js
koha-tmpl/intranet-tmpl/prog/js/vue/stores/authorised_values.js
koha-tmpl/intranet-tmpl/prog/js/vue/stores/main.js