Git Product home page Git Product logo

stan's Introduction

Stan - The Statement Analyzer

What's this?

Stan is both a library and command line tool to convert and analyze bank account statements. It works completely offline by parsing the statement files you specify and does not require any online or HBCI connection.

What statement files are supported?

  • Postbank PDF

    The Postbank has changed the format for PDF account statements multiple times. The supported formats are the ones introduced in July 2014 and in June 2017, respectively.

  • FYRST PDF

    This is a variant of the Postbank PDF account statements.

  • Postbank DB PDF

    The new (monochrome) PDF format after the Postbank's IT migration to the Deutsche Bank infrastructure in 2023.

  • ING(-DiBa)

  • PSD Bank PDF

What file formats can be exported to?

How to run the command line tool?

As there are no binary releases yet, the easiest way to run Stan currently is by cloning the source code repository and leveraging Gradle's run task:

$ ./gradlew :cli:run --args="--help"

This will both build (if required) and run Stan. Then follow the usage instructions and replace --help in the above run with the desired options.

Alternatively, you can first create / install OS-specific run scripts via

$ ./gradlew installDist

and then run Stan by executing a script like

$ ./cli/build/install/stan/bin/stan --help

stan's People

Contributors

renovate[bot] avatar sschuberth avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

Forkers

verceti-ke

stan's Issues

Provide build and run instructions

It is unclear howto build and run this project.

When running gradle run I will get an error saying that no file has been specified, when appending the file path to the command I cannot get it running either. Please also show how to display the help messages provided in code

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.