| Summary: | Remove dateaccessioned.pl plugin | ||
|---|---|---|---|
| Product: | Koha | Reporter: | Lucas Gass (lukeg) <lucas> | 
| Component: | Architecture, internals, and plumbing | Assignee: | Bugs List <koha-bugs> | 
| Status: | NEW --- | QA Contact: | Testopia <testopia> | 
| Severity: | normal | ||
| Priority: | P5 - low | CC: | esther.melander, magnus | 
| Version: | Main | ||
| Hardware: | All | ||
| OS: | All | ||
| GIT URL: | Initiative type: | --- | |
| Sponsorship status: | --- | Crowdfunding goal: | 0 | 
| Patch complexity: | --- | Documentation contact: | |
| Documentation submission: | Text to go in the release notes: | ||
| Version(s) released in: | Circulation function: | ||
| Bug Depends on: | 37398 | ||
| Bug Blocks: | |||
| 
 
        
          Description
        
        
          Lucas Gass (lukeg)
        
        
        
        
          2024-09-24 17:55:34 UTC
        
       
    What does the date accessioned plugin do? Does it automatically fill in the current date when you click in the field? Can the datepicker do that? (In reply to Magnus Enger from comment #1) > What does the date accessioned plugin do? Does it automatically fill in the > current date when you click in the field? Can the datepicker do that? Dateaccessioned plugin initializes a flatpickr and also does set_to_today when you click on one of the empty date fields. I move this functionality to calendar.inc: https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=171881&action=diff Some libraries like to add the date accessioned plugin to different fields in their framework. One example is the 998, which is used by for cataloger's to record their initials and a date of when they either looked at or edited the record. In this scenario it is nice to add a date selection option to a field that is not necessarily previously defined or used for dates.  |