Copyright (C) 2016-2023 The Open Library Foundation
This software is distributed under the terms of the Apache License, Version 2.0. See the file "LICENSE" for more information.
Module to provide central feesfines management for FOLIO systems.
The raml-module-builder framework.
Other modules.
Other FOLIO Developer documentation is at dev.folio.org
See project MODFEE at the FOLIO issue tracker.
See the built target/ModuleDescriptor.json
for the interfaces that this module
requires and provides, the permissions, and the additional module metadata.
This module's API documentation.
The built artifacts for this module are available. See configuration for repository access, and the Docker image.
It was decided and agreed with the fee/fine's PO that default fee/fine amount rounding mode is half up
(java BigDecimal.ROUND_HALF_UP
). It means that value X < 0.005
is rounded to 0.00
and value X >= 0.005
is rounded to 0.01
.