GithubHelp home page GithubHelp logo

mathisdt / hibiscus-watcher Goto Github PK

View Code? Open in Web Editor NEW
7.0 5.0 1.0 2.28 MB

bank account report generator for use with Hibiscus Payment Server

Home Page: https://zephyrsoft.org/hibiscus-watcher

License: GNU General Public License v3.0

Java 100.00%
hibiscus bank banking posting

hibiscus-watcher's Introduction

license Build last released

Hibiscus Watcher

What does it do?

This is a tool which makes use of Hibiscus Payment Server to get account data securely from a bank and generate a report. The report is in plain text (ideal for mailing it) and can be configured to contain more or less details.

Gettings started

  • get the Java Runtime Environment (JRE) in version 8 or newer
  • download the lastest release and unpack it
  • start it using the script contained in the "bin" directory or with java -jar hibiscus-watcher.jar and append a combination of these parameters:
    • --url <URL> : URL of the XML-RPC services of Hibiscus, e.g. https://localhost:8080/xmlrpc/
    • --username <LOGIN> : username to access the XML-RPC services at the given URL, defaults to 'admin'
    • --password <PASSWORD> : password to access the XML-RPC services at the given URL
    • --balances : get the balances of all accounts
    • --single : get all single postings of all accounts and generate the more detailed postings report (which also contains the balances)
    • --days <DAYS> : go back this amount of days for fetching the postings, e.g. 7 (the default) - this option is only effective in single postings mode!
    • --only-account <ACCOUNT> : account(s) for --balances or --single (multiple times allowed)
    • --low : check if the balance of an account is below a minimum account
    • --low-account <ACCOUNT> : account(s) for --low (multiple times allowed)
    • --low-minimum <WHOLE NUMBER> : minimum amount for --low
    • --no-negative : do not get single postings which contain a negative amount of money
    • --no-positive : do not get single postings which contain a positive amount of money
    • --no-sum : do not print a sum

hibiscus-watcher's People

Contributors

dependabot[bot] avatar github-actions[bot] avatar mathisdt avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

Forkers

bastiiiii

hibiscus-watcher's Issues

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.