https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=40932 --- Comment #15 from Martin Renvoize (ashimema) <martin.renvoize@openfifth.co.uk> --- Created attachment 201852 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=201852&action=edit Bug 40932: Add received column to aqorders_items and system preferences Adds aqorders_items.received (datetime, nullable) to track when an item was first physically received via circulation check-in, with a supporting index for the lookups added later in this series. Adds system preferences, both disabled by default so the feature is fully opt-in: - AutoCloseInvoicesOnCheckin (YesNo, default off) - AutoCloseInvoiceAlertDays (Integer, default off/0) Also indexes aqinvoices.closedate and aqinvoices.shipmentdate, used by the staff home page alert query added later in this series. Sponsored-by: Westminster City Council <https://www.westminster.gov.uk/> Sponsored-by: Royal Borough of Kensington and Chelsea <https://www.rbkc.gov.uk/> Sponsored-by: OpenFifth <https://openfifth.co.uk> -- You are receiving this mail because: You are watching all bug changes.