]> git.evergreen-ils.org Git - Evergreen.git/commit
LP2002343: cash reports end date cannot come before start date
authorJane Sandberg <js7389@princeton.edu>
Sun, 14 May 2023 07:58:17 +0000 (00:58 -0700)
committerBill Erickson <berickxx@gmail.com>
Thu, 24 Aug 2023 14:58:31 +0000 (10:58 -0400)
commit16cd7e1e495dbe761a72669eb9ef13e8caaea0c2
treedf6e11194bbcc34abbfe042a81c142aa87e6fbeb
parentb0b2bfe7b285fef8e8dea008c3c2149df4d110c1
LP2002343: cash reports end date cannot come before start date

To test:
1. Log in as a staff member with a branch-level home library (global admin account will work only if you change it from CONS to, say, BR1)
2. As that staff member, bill some patrons and then accept some payments from them
3. Go to admin > local admin > cash reports
4. Try to set the end date before the start date.
5. Note that you get an alert, and cannot press the Submit button.
6. Confirm that when you enter valid dates and select your staff member's home ou, the reports display as usual.

Signed-off-by: Jane Sandberg <js7389@princeton.edu>
Signed-off-by: Galen Charlton <gmc@equinoxOLI.org>
Signed-off-by: Bill Erickson <berickxx@gmail.com>
Open-ILS/src/eg2/src/app/share/date-select/date-select.component.ts
Open-ILS/src/eg2/src/app/staff/admin/local/cash-reports/cash-reports.component.html
Open-ILS/src/eg2/src/app/staff/admin/local/cash-reports/cash-reports.component.spec.ts [new file with mode: 0644]
Open-ILS/src/eg2/src/app/staff/admin/local/cash-reports/cash-reports.component.ts