Bug 32807: Fix cypress tests
[koha.git] / koha-tmpl / intranet-tmpl / prog / js / vue / components / ERM / AgreementsList.vue
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