[Koha-bugs] [Bug 36289] New: Allow automatic item modification by age to set a date field to today's date

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Mar 8 22:18:25 CET 2024


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36289

            Bug ID: 36289
           Summary: Allow automatic item modification by age to set a date
                    field to today's date
 Change sponsored?: ---
           Product: Koha
           Version: master
          Hardware: All
                OS: All
            Status: NEW
          Severity: enhancement
          Priority: P5 - low
         Component: Cataloging
          Assignee: koha-bugs at lists.koha-community.org
          Reporter: lisette.scheer at bywatersolutions.com
        QA Contact: testopia at bugs.koha-community.org
                CC: m.de.rooy at rijksmuseum.nl

It would be helpful if automatic item modification by age could set a date
field to today's date. 
Example:
Age in days: 60
Age field: items.itemlost_on
Conditions: items.itemlost=5
Substitutions: items.itemlost=6
                      items.itemlost_on=Today

Or, if you want to update the date accessioned to the first day it was
circulating, you could set up a custom damaged status to put items in before
they go to circulate:

Age in days: 1
Age field: items.itemdamaged_on
Conditions: items.itemdamaged=3
Substitutions: items.itemdamaged=0
                      items.dateaccessioned= Today's date

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.


More information about the Koha-bugs mailing list