Bug 34214: Make 'icon' configurable for Toolbar options
[koha.git] / koha-tmpl / intranet-tmpl / prog / js / vue / components / ERM / AgreementsList.vue
2023-07-07 Jonathan DruartBug 34214: Make 'icon' configurable for Toolbar options
2023-07-06 Pedro AmorimBug 34107: Switch order for id and name feeding the...
2023-06-14 Matt BlenkinsopBug 33417: Fix translation in toolbar
2023-06-14 Matt BlenkinsopBug 33417: Add toolbar imports and options
2023-06-06 Matt BlenkinsopBug 32932: Update router to use object references ...
2023-05-05 Pedro AmorimBug 33490: Rollback computed
2023-05-05 Jonathan DruartBug 33490: Use computed values
2023-05-05 Jonathan DruartBug 33490: Improve max date handling
2023-05-05 Martin RenvoizeBug 33490: Make url consistent
2023-05-05 Jonathan DruartBug 33490: Prevent 400 on agreements?by_expired=true
2023-04-19 Jonathan DruartBug 33483: (follow-up) Update the way we distinguish...
2023-04-19 Jonathan DruartBug 33483: Restore 'select'
2023-04-19 Pedro AmorimBug 33483: Update the way we distinguish if AgreementsL...
2023-04-19 Jonathan DruartBug 33483: Fix link EBSCO package with local agreements
2023-04-13 Jonathan DruartBug 33466: Link to the vendor from the ERM module
2023-04-10 Pedro AmorimBug 33066: Fix table style
2023-04-10 Pedro AmorimBug 33066: Restore '(#id)' to lists
2023-04-10 Jonathan DruartBug 33066: Restore filter by mine
2023-04-10 Jonathan DruartBug 33066: Restore HTML escaping
2023-04-10 Jonathan DruartBug 33066: Use KohaTable for LicensesList
2023-04-10 Jonathan DruartBug 33066: Remove duplicate 'Actions' column
2023-04-10 Jonathan DruartBug 33066: Embed vendor and retrieve vendor name from...
2023-04-10 Jonathan DruartBug 33066: Remove build_datatable
2023-04-10 Jonathan DruartBug 33066: Fix name display
2023-04-10 Jonathan DruartBug 33066: Reintroduce column filters
2023-04-10 Jonathan DruartBug 33066: Fix "Loading..."
2023-04-10 Jonathan DruartBug 33066: Introduce a KohaTable Vue component
2023-03-29 Jonathan DruartBug 32807: Fix cypress tests
2023-03-27 Jonathan DruartBug 32807: Fetch count instead of all entries for agree...
2023-03-10 Jonathan DruartBug 32991: Flag the deletion messages as displayed...
2023-03-10 Pedro AmorimBug 32991: Agreements: Add delete dialog to show. Remov...
2023-03-10 Jonathan DruartBug 32991: Add a confirmation message
2023-03-10 Jonathan DruartBug 32991: Improve our Dialog component
2023-03-07 Pedro AmorimBug 32924: (follow-up) Add left margin to 'Show mine...
2023-03-07 Jonathan DruartBug 32924: Add the ability to filter agreement by logge...
2023-02-27 Jonathan DruartBug 32939: Use APIClient to fetch agreements
2023-02-27 Jonathan DruartBug 32939: Uniformize api calls
2023-02-27 Jonathan DruartBug 32939: Have a generic APIClient object
2023-02-27 Pedro AmorimBug 32939: Have a generic fetch function for POST and...
2023-02-27 Jonathan DruartBug 32806: Move Vue files for reusability
2022-11-17 Jonathan DruartBug 32181: ERM - Fix 'filter by expired' when adding...
2022-11-14 Martin RenvoizeBug 32179: Add page-sections as appropraite to the...
2022-11-08 Jonathan DruartBug 32030: Add margin in agreement's filters block
2022-11-08 Jonathan DruartBug 32030: (follow-up) Fix date handling - conflicts...
2022-11-08 Jonathan DruartBug 32030: Pretty vue files
2022-11-08 Jonathan DruartBug 32030: I18N rewrite - replace $t with $__
2022-11-08 Jonathan DruartBug 32030: Fix date handling - conflicts with bug 30718
2022-11-08 Jonathan DruartBug 32030: Fix pinia init
2022-11-08 Jonathan DruartBug 32030: Remove 'this' from template
2022-11-08 Jonathan DruartBug 32030: Filter by expired agreements
2022-11-08 Jonathan DruartBug 32030: DT - Prevent wrong row to be used
2022-11-08 Jonathan DruartBug 32030: Simplify JS map for DT filters
2022-11-08 Jonathan DruartBug 32030: Use composable for DT destroy
2022-11-08 Jonathan DruartBug 32030: Fix condition for DT destruction
2022-11-08 Jonathan DruartBug 32030: Link external packages with agreements
2022-11-08 Jonathan DruartBug 32030: Fix header searches
2022-11-08 Jonathan DruartBug 32030: (follow-up) Fix datatable.js order_by
2022-11-08 Jonathan DruartBug 32030: Sort on first column
2022-11-08 Jonathan DruartBug 32030: Fix superfluous escapre_str call
2022-11-08 Jonathan DruartBug 32030: ERM - Packages - Vue
2022-11-08 Jonathan DruartBug 32030: ERM - I18N
2022-11-08 Jonathan DruartBug 32030: Fix tests
2022-11-08 Jonathan DruartBug 32030: Use fetch.js, improve messages handling...
2022-11-08 Jonathan DruartBug 32030: Add 'Loading...' until the data is fetched
2022-11-08 Jonathan DruartBug 32030: Use router for current view and object_id
2022-11-08 Jonathan DruartBug 32030: Store current_view and messages
2022-11-08 Jonathan DruartBug 32030: use Pinia for AVs
2022-11-08 Jonathan DruartBug 32030: Use Pinia for vendors 🍍
2022-11-08 Jonathan DruartBug 32030: ERM - link licenses to an agreement
2022-11-08 Jonathan DruartBug 32030: ERM - Licenses
2022-11-08 Jonathan DruartBug 32030: ERM - Add a "show agreement" view
2022-11-08 Jonathan DruartBug 32030: Make 'Is perpetual' filter a dropdown list
2022-11-08 Jonathan DruartBug 32030: Add table settings
2022-11-08 Jonathan DruartBug 32030: Merge the agreement and ID columns
2022-11-08 Jonathan DruartBug 32030: ERM - Add select to column filters
2022-11-08 Jonathan DruartBug 32030: ERM - Correctly style "Edit" and "Delete"
2022-11-08 Jonathan DruartBug 32030: ERM - Vue version