Koha Test Wiki MW Canasta on Koha Portainer

Test major Koha Wiki changes or bug fixes here without fear of breaking the production wiki.

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

Enhancements to debarred patron

From Koha Test Wiki MW Canasta on Koha Portainer
Jump to navigation Jump to search

(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