Bug 31190

Summary: Add item creation date in items table
Product: Koha Reporter: Mathieu Saby <mathsabypro>
Component: CatalogingAssignee: Bugs List <koha-bugs>
Status: NEW --- QA Contact: Testopia <testopia>
Severity: enhancement    
Priority: P5 - low CC: m.de.rooy
Version: Main   
Hardware: All   
OS: All   
See Also: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30392
Change sponsored?: --- Patch complexity: ---
Documentation contact: Documentation submission:
Text to go in the release notes:
Version(s) released in:
Circulation function:

Description Mathieu Saby 2022-07-19 15:50:34 UTC
In biblio table, there is a "datecreated" field, but I believe there is nothing similar for items.
Some other ILS have a field to store the effective creation date of an item in the system, in a non editable way, which is not the same kind of information as items.dateaccessioned (the date of entry of an item in library's collection).

This kind of information can be useful for system administration purposes.