Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/gallib/macope
- Owner: gallib
- License: mit
- Created: 2017-01-23T15:15:14.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2023-03-04T04:30:52.000Z (almost 2 years ago)
- Last Synced: 2024-11-24T11:37:53.318Z (about 2 months ago)
- Topics: accounting, laravel, laravel-5-package, migros-bank, online-finance, postfinance
- Language: PHP
- Size: 7.26 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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!