Skip to content

fmfdias/statements_converter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

76 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

StatementsConverter

This is an command line app I've built as an training app while reading Dave Thomas excelent Programming Elixir.

The tool converts bank statements to the QIF format.

Currently it only supports bank statement files from 2 Portuguese banks, Banco BPI and Millennium BCP.

I may add other Portuguese banks support in the near future, but please, do a pull request if you want to add more.

Installation

Building from source

Prerequisites

Clone/Download the repo. On the repo folder run the following commands:

$> (export MIX_ENV=prod; mix deps.get && mix escript.build && mix escript.install)

Executable

Prerequisites

Download the latest release. After it, paste it to a place in the $PATH environment variable. (e.g: /usr/opt/bin)

MIX

Prerequisites

$> mix escript.install https://github.com/fmfdias/statements_converter/releases/download/0.1.8/statements_converter