Releases: folio-org/mod-feesfines
Releases · folio-org/mod-feesfines
v17.1.3
17.1.3 2022-08-10
- Add support for more loan date formats to financial transactions detail report (MODFEE-266)
v18.0.1
18.0.1 2022-08-09
- Add support for different loan date formats to Financial Transactions Report (MODFEE-266)
v18.0.0
18.0.0 2022-06-27
- Make
paymentStatus
property in accountdata.json required and also make it an enum (MODFEE-220) - Prevent deleting/updating required
Feefine
(MODFEE-243) - Reformat code according to FOLIO code style (MODFEE-244)
- Add missing account payment status
Suspended claim returned
(MODFEE-245) - Return remaining amount in action response (MODFEE-247)
- Fix Refund report for cases when there are refunds linked to same account both inside and outside of the requested interval (MODFEE-249)
- Make comments field not required for cancelling a fee/fine (MODFEE-250)
- Validate that Overdue fine policy interval is not negative (MODFEE-252)
- Validate that Lost item processing fee value is not negative (MODFEE-253)
- Update tests with JUnit 5 (MODFEE-254)
- Add policy fields to the account record (MODFEE-257)
- Upgrade RMB to 34.0.0 (MODFEE-261)
v17.1.2
17.1.2 2022-06-08
- Release mod-feesfines 17.1.2 fixing ZipException (Lotus HF#1) (MODFEE-260)
v17.1.1
v17.1.0
17.1.0 2022-02-22
Reopen a fee/fine on refund (MODFEE-229)
Upgrade to RMB 33.0.4 and Log4j 2.16.0 (MODFEE-232)
Upgrade to RMB 33.2.4 (MODFEE-236)
v16.1.2
v17.0.2
17.0.2 2021-12-17
- Upgrade to RMB 33.0.4 and Log4j 2.16.0 (MODFEE-232)
v17.0.1
- Refund re-opens a closed fee/fine (MODFEE-229)
v17.0.0
17.0.0 2021-09-29
- Use BigDecimal to represent monetary values (MODFEE-29)
- Add schema-level validation for all UUIDs (MODFEE-98)
- Create endpoint to return data for Financial Transactions Detail Report (MODFEE-179)
- Extend fee/fine record with contributors info (MODFEE-198)
- Log patron notice processing errors to Circulation Log (MODFEE-200)
- Fix incorrect Due Date in Financial Transactions Report (MODFEE-201)
- Fix missing staff comment in Circulation Log records (MODFEE-202)
- Add refunded amount to fee/fine balance (MODFEE-203)
- Capture user details in Circulation Log record created upon manual block deletion (MODFEE-204)
- Fix incorrect date formatting in Financial Transactions Report (MODFEE-206)
- Fix missing
type
property in JSON-schemas for fields representing monetary values (MODFEE-210)