Summary: | Add the age column to statistics table | ||
---|---|---|---|
Product: | Koha | Reporter: | Josef Moravec <josef.moravec> |
Component: | Architecture, internals, and plumbing | Assignee: | Josef Moravec <josef.moravec> |
Status: | NEW --- | QA Contact: | Testopia <testopia> |
Severity: | enhancement | ||
Priority: | P5 - low | CC: | george |
Version: | Main | ||
Hardware: | All | ||
OS: | All | ||
Change sponsored?: | --- | Patch complexity: | --- |
Documentation contact: | Documentation submission: | ||
Text to go in the release notes: | Version(s) released in: | ||
Circulation function: | |||
Bug Depends on: | |||
Bug Blocks: | 18081 |
Description
Josef Moravec
2018-04-18 12:10:45 UTC
One question: does it make sense to calculate ages (if possible) during database update? Maybe as an optional script? - I am not sure how it would take for a big table with many entries, especially as you'd want to calculate with the date of birth and timestamp (age when the entry was made). (In reply to Katrin Fischer from comment #2) > Maybe as an optional script? - I am not sure how it would take for a big > table with many entries, especially as you'd want to calculate with the date > of birth and timestamp (age when the entry was made). Yes, that was intended to make the calculation like this. The optional script sound good to me. Thanks! |