Enhancements to debarred patron
Jump to navigation
Jump to search
Home
Home
Home
Koha > Technical > Development > RFCs > Koha components for RFCs > Library System Modules RFCs > Circulation RFCs
Koha > Technical > Development > RFCs > Koha components for RFCs > Library System Modules RFCs > Members/Patrons RFCs
Koha > Technical > Development > RFCs > Koha version targeted RFCs > Koha 3.4 RFCs
(Biblibre - sponsored by Université Lyon 3)
In 3.2 when a patron is manually flagged using gonenoaddress, lost or debarred, it's just managed as a toggle choice.
Enhancements proposed are:
- add a comment field to the current 3 choices: e.g. debarred_comment
- change debarred field from tinyint to timestamp: entered through the UI
If timestamp == null, patron has never been debarred
If timestamp >= NOW(), patron is debarred
If timestamp ⇐ NOW(), patron not debarred anymore
Home
Home
Home
Koha > Technical > Development > RFCs > Koha components for RFCs > Library System Modules RFCs > Circulation RFCs
Koha > Technical > Development > RFCs > Koha components for RFCs > Library System Modules RFCs > Members/Patrons RFCs
Koha > Technical > Development > RFCs > Koha version targeted RFCs > Koha 3.4 RFCs