Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/gallib/macope

A package to manage your online finance
https://github.com/gallib/macope

accounting laravel laravel-5-package migros-bank online-finance postfinance

Last synced: about 1 month ago
JSON representation

A package to manage your online finance

Awesome Lists containing this project

README

        

# Macope

Macope is a Laravel application to manage your online finance.

## Installation

Using Composer

```
composer install
cp .env.example .env
php artisan key:generate
php artisan migrate
```

## Import files

For now, PostFinance and Migros Bank are supported.

### PostFinance

Once connected to your PostFinance account, go on the transaction page and click on export button.
Import this file on Macope and... that's all!

### Migros Bank

Once connected to your Migros Bank account, go on download statements under files transfer. On the first box, choose your account and select **.csv** as file format and click on download button.
Import this file on Macope and... that's all!