Bug 40833 - Only display possible available dates when running a COUNTER 5.1 harvest
Summary: Only display possible available dates when running a COUNTER 5.1 harvest
Status: NEW
Alias: None
Product: Koha
Classification: Unclassified
Component: ERM (show other bugs)
Version: Main
Hardware: All All
: P5 - low enhancement
Assignee: Jonathan Druart
QA Contact: Testopia
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2025-09-18 09:13 UTC by Pedro Amorim
Modified: 2025-09-18 09:14 UTC (History)
6 users (show)

See Also:
GIT URL:
Change sponsored?: ---
Patch complexity: ---
Documentation contact:
Documentation submission:
Text to go in the release notes:
Version(s) released in:
Circulation function:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Pedro Amorim 2025-09-18 09:13:53 UTC
Preliminary dev plan:
A) When the 'Run now' button is clicked, perform a request that fetches the first_month_available and last_month_available of a provider.
B) Ensure the flatpickr data range selectors only allow a data selection based on A) .e.g disable all dates that fall outside of the available range.