Koha Test Wiki MediaWiki Postgres

One of a series of test instances for migrating the Koha Wiki MediaWiki database.

For the current Koha Wiki, visit https://wiki.koha-community.org .

Enhancements to debarred patron

From Koha Test Wiki MediaWiki Postgres

Jump to: navigation, 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

Personal tools