Bug 33355: Fix is_perpetual radio buttons in AgreementsFormAdd
[koha.git] / koha-tmpl / intranet-tmpl / prog / js / vue / components / ERM / Main.vue
2023-05-05 Pedro AmorimBug 33355: Fix is_perpetual radio buttons in Agreements...
2023-04-20 Jonathan DruartBug 33103: Display the aliases in the dropdown list...
2023-04-13 Pedro AmorimBug 33408: Move providers into syspref array
2023-04-13 Pedro AmorimBug 33408: Add storeToRefs to ERMStore
2023-04-13 Jonathan DruartBug 33408: Store sysprefs in a new ERM store
2023-04-13 Jonathan DruartBug 33408: We need only one this.loaded call
2023-04-13 Pedro AmorimBug 33408: Prevent access to erm module by URL if sys...
2023-04-13 Jonathan DruartBug 33408: Fetch sysprefs from svc/config/systempreferences
2023-04-06 Pedro AmorimBug 33381: Fix sidemenu active and hover styling
2023-03-31 Jonathan DruartBug 33346: Add Help link to Koha manual in ERM module
2023-03-10 Jonathan DruartBug 32991: Don't display breadcrumb if pref is off
2023-03-10 Agustin MoyanoBug 32991: Remove _is_loading warning, and improve...
2023-03-10 Jonathan DruartBug 32991: Improve our Dialog component
2023-03-02 Pedro AmorimBug 32983: Use REST API route to retrieve authorised...
2023-03-02 Jonathan DruartBug 32983: ERM - Retrieve AVs from an endpoint
2023-02-27 Jonathan DruartBug 32939: (follow-up) Use APIClient to fetch vendors
2023-02-27 Jonathan DruartBug 32939: Use APIClient to fetch vendors
2023-02-27 Jonathan DruartBug 32806: Rename ERMHome and ERMMain to Home and Main