mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-15 16:57:09 +00:00
Lets see if this works.
This commit is contained in:
@@ -8,6 +8,7 @@ install:
|
|||||||
- composer install
|
- composer install
|
||||||
|
|
||||||
script:
|
script:
|
||||||
|
- ./tests/_data/db.sh
|
||||||
- php vendor/bin/codecept build
|
- php vendor/bin/codecept build
|
||||||
- php vendor/bin/codecept run --coverage --coverage-xml
|
- php vendor/bin/codecept run --coverage --coverage-xml
|
||||||
|
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
Firefly III
|
Firefly III
|
||||||
===========
|
===========
|
||||||
|
|
||||||
[](https://travis-ci.org/JC5/firefly-iii)
|
[](https://travis-ci.org/JC5/firefly-iii)
|
||||||
[](http://stillmaintained.com/JC5/firefly-iii)
|
[](http://stillmaintained.com/JC5/firefly-iii)
|
||||||
|
|
||||||
[](https://packagist.org/packages/grumpydictator/firefly-iii)
|
[](https://packagist.org/packages/grumpydictator/firefly-iii)
|
||||||
@@ -17,13 +17,15 @@ laptop and [Firefly II](https://github.com/JC5/Firefly) is live.
|
|||||||
|
|
||||||
## Current features
|
## Current features
|
||||||
|
|
||||||
- [A double-entry bookkeeping system](http://en.wikipedia.org/wiki/Double-entry_bookkeeping_system).
|
- [A double-entry bookkeeping system](http://en.wikipedia.org/wiki/Double-entry_bookkeeping_system);
|
||||||
- You can store, edit and remove withdrawals, deposits and transfers. This allows you full financial management;
|
- You can store, edit and remove withdrawals, deposits and transfers. This allows you full financial management;
|
||||||
- It's possible to create, change and manage money using _budgets_;
|
- It's possible to create, change and manage money using _budgets_;
|
||||||
- Organize transactions using categories;
|
- Organize transactions using categories;
|
||||||
- Save towards a goal using piggy banks;
|
- Save towards a goal using piggy banks;
|
||||||
- Predict and anticipate large expenses using "repeated expenses" (ie. yearly taxes);
|
- Predict and anticipate large expenses using "repeated expenses" (ie. yearly taxes);
|
||||||
- Predict and anticipate bills using "recurring transactions" (rent for example).
|
- Predict and anticipate bills using "recurring transactions" (rent for example);
|
||||||
|
- View basic income / expense reports.
|
||||||
|
-
|
||||||
|
|
||||||
Everything is organised:
|
Everything is organised:
|
||||||
|
|
||||||
|
4
tests/_data/db.sh
Normal file
4
tests/_data/db.sh
Normal file
@@ -0,0 +1,4 @@
|
|||||||
|
#!/bin/bash
|
||||||
|
touch tests/_data/db.sqlite
|
||||||
|
php artisan migrate --seed --env=testing
|
||||||
|
sqlite3 tests/_data/db.sqlite .dump > tests/_data/dump.sql
|
Reference in New Issue
Block a user