gallib / macope
一个用于管理在线财务的 Laravel 应用。
1.1.0
2022-01-10 23:01 UTC
Requires
- php: ^7.3|^8.0
- davejamesmiller/laravel-breadcrumbs: ^5.3
- felixkiss/uniquewith-validator: ^3.1.0
- fideloper/proxy: ^4.4
- fruitcake/laravel-cors: ^2.0
- guzzlehttp/guzzle: ^7.0.1
- laravel/framework: ^8.18
- laravel/tinker: ^2.5
- laravel/ui: ^3.0
- maatwebsite/excel: ^3.1.19
Requires (Dev)
- barryvdh/laravel-debugbar: ^3.5
- facade/ignition: ^2.5
- fakerphp/faker: ^1.9.1
- filp/whoops: ^2.9
- mockery/mockery: ^1.4.2
- nunomaduro/collision: ^5.0
- phpunit/phpunit: ^9.3.3
- dev-master
- 1.1.0
- 1.0.1
- 1.0.0
- 0.8.1
- 0.8.0
- 0.7.0
- 0.6.0
- 0.5.0
- 0.4.0
- 0.3.0
- 0.2.0
- 0.1.0
- dev-dependabot/npm_and_yarn/minimist-1.2.8
- dev-dependabot/composer/symfony/http-kernel-5.4.20
- dev-dependabot/npm_and_yarn/json5-1.0.2
- dev-dependabot/npm_and_yarn/express-4.18.2
- dev-dependabot/npm_and_yarn/qs-and-express-6.11.0
- dev-dependabot/npm_and_yarn/decode-uri-component-0.2.2
- dev-dependabot/npm_and_yarn/terser-4.8.1
- dev-dependabot/npm_and_yarn/moment-2.29.4
- dev-dependabot/composer/guzzlehttp/guzzle-7.4.5
- dev-dependabot/npm_and_yarn/async-2.6.4
- dev-dependabot/composer/guzzlehttp/psr7-2.2.1
- dev-dependabot/npm_and_yarn/node-forge-1.3.0
- dev-dependabot/npm_and_yarn/nanoid-3.2.0
- dev-develop
This package is auto-updated.
Last update: 2024-09-04 07:38:44 UTC
README
Macope 是一个用于管理在线财务的 Laravel 应用。
安装
使用 Composer
composer install
cp .env.example .env
php artisan key:generate
php artisan migrate
导入文件
目前,支持 PostFinance 和 Migros 银行。
PostFinance
连接到您的 PostFinance 账户后,进入交易页面并点击导出按钮。在 Macope 中导入此文件...就这么简单!
Migros 银行
连接到您的 Migros 银行账户后,在文件传输下下载对账单。在第一个框中,选择您的账户,选择文件格式为 .csv 并点击下载按钮。在 Macope 中导入此文件...就这么简单!