Copyright (C) 2017-2022 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.
This RMB-module is responsible for the persistence of finance-related data (i.e. funds, ledgers, transactions, etc.)
For additional information regarding this module, please refer to the Finance Module WIKI.
To compile this module, head to the root-folder and run the following command in your Terminal:
mvn clean install
To run the module in standalone mode (i.e. without involving Okapi):
java -jar target/mod-finance-fat.jar -Dhttp.port=8081 embed_postgres=true
Note that the above command launches an embedded Postgres server and is accessible using the default creds found in the Credentials section here.
When running in standalone mode, you may access the module's API docs through the following links:
See project MODFISTO at the FOLIO issue tracker.