Bug 36289 - Allow automatic item modification by age to set a date field to today's date
Summary: Allow automatic item modification by age to set a date field to today's date
Status: NEW
Alias: None
Product: Koha
Classification: Unclassified
Component: Cataloging (show other bugs)
Version: Main
Hardware: All All
: P5 - low enhancement
Assignee: Bugs List
QA Contact: Testopia
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-03-08 21:18 UTC by Lisette Scheer
Modified: 2024-03-08 21:18 UTC (History)
1 user (show)

See Also:
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 Lisette Scheer 2024-03-08 21:18:25 UTC
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