Skip to content

marcjohnson-kint/mod-finance-storage

 
 

Repository files navigation

mod-finance-storage

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.

Introduction

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.

Building the Project

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.

API Documentation

When running in standalone mode, you may access the module's API docs through the following links:

Additional information

Issue tracker

See project MODFISTO at the FOLIO issue tracker.

About

CRUD module to manage finance-data (i.e. ledgers, funds, budgets, etc.)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 87.2%
  • PLpgSQL 5.1%
  • RAML 4.5%
  • Python 3.1%
  • Other 0.1%