]> git.koha-community.org Git - koha.git/commit
Bug 33703: Add Masikto core/kit for date masking
authorLucas Gass <lucas@bywatersolutions.com>
Tue, 30 Jan 2024 00:44:27 +0000 (00:44 +0000)
committerKatrin Fischer <katrin.fischer@bsz-bw.de>
Fri, 26 Apr 2024 15:06:08 +0000 (17:06 +0200)
commita14527777da9eeb494e2121827f5310b20decae7
tree7f259195543d78abfdbf06554405a0c94bc6aa8c
parent780ca530c64a9600ca31e07ae84e7d329849991c
Bug 33703: Add Masikto core/kit for date masking

To test:
1. Apply patch
2. Restart all, clear browser cache
3. In the staff interface start testing some flatpickr instances with direct inputs.
4. Try entering your dates without delimiters, '/' or '-', or '.'.
5. Make sure the dates are well formed.
6. Test with each of dateformat's Koha supports. ( system preference 'dateformat').
7. Add/edit an item with the dateaccessioned.pl plugin loaded, making the dates are well formed.
8. Make an item bookable by going to the item tab of a record and setting at least 1 item to "Bookable:".
9. Now "Place booking", which should trigger a modal.
10. In the "Period" date picker, which is a range, the dates should NOT be formatted.
11. Log in to the OPAC and try some date pickers ( self reg/borrower mod/ect )

Some places to test:
    -Patron record date of birth
    -Patron record registration date
    -Patron record expiry date
    -Checkouts, manually set a due date
    -Patron category, enrollment period

Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
Signed-off-by: Owen Leonard <oleonard@myacpl.org>
Signed-off-by: Katrin Fischer <katrin.fischer@bsz-bw.de>
koha-tmpl/intranet-tmpl/lib/maskito/maskito.core.js [new file with mode: 0644]
koha-tmpl/intranet-tmpl/lib/maskito/maskito.kit.js [new file with mode: 0644]
koha-tmpl/intranet-tmpl/prog/en/includes/calendar.inc