Bug 40833

Summary: Only display possible available dates when running a COUNTER 5.1 harvest
Product: Koha Reporter: Pedro Amorim <pedro.amorim>
Component: ERMAssignee: Jonathan Druart <jonathan.druart>
Status: NEW --- QA Contact: Testopia <testopia>
Severity: enhancement    
Priority: P5 - low CC: jeremy.evans, jonathan.druart, jonathan.field, martin.renvoize, matt.blenkinsop, pedro.amorim
Version: Main   
Hardware: All   
OS: All   
GIT URL: Change sponsored?: ---
Patch complexity: --- Documentation contact:
Documentation submission: Text to go in the release notes:
Version(s) released in:
Circulation function:

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.