mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-02-25 18:45:27 -06:00
Update README.md
This commit is contained in:
parent
b1b836652c
commit
4834f3243c
16
README.md
16
README.md
@ -3,9 +3,9 @@ firefly-iii
|
||||
|
||||
Firefly Mark III is a new version of Firefly built upon best practices and lessons learned
|
||||
from building Firefly. It's Mark III since the original Firefly never made it outside of my
|
||||
laptop.
|
||||
laptop and Firefly II is live.
|
||||
|
||||
### Changes
|
||||
## Changes
|
||||
|
||||
Firefly III will feature:
|
||||
|
||||
@ -18,3 +18,15 @@ Firefly III will feature:
|
||||
- Credit cards
|
||||
- More robust code base (mainly for my own peace of mind);
|
||||
- More test-coverage (aka: actual test coverage);
|
||||
|
||||
## More features
|
||||
|
||||
- Firefly will be able to split transactions; a single purchase can be split in multiple entries, for more fine-grained control.
|
||||
- Firefly will be able to join transactions.
|
||||
- Transfers and transactions will be combined into one internal datatype which is more consistent with what you're actually doing: moving money from A to B. The fact that A or B or both are yours should not matter. And it will not, in the future.
|
||||
- The nesting of budgets, categories and beneficiaries will be removed.
|
||||
- Firefly will be able to automatically login a specified account. Although this is pretty unsafe, it removes the need for you to login to your own tool.
|
||||
|
||||
## Not changed
|
||||
|
||||
- Firefly will not encrypt the content of the (MySQL) tables. Old versions of Firefly had this capability but it sucks when searching, sorting and organizing entries.
|
||||
|
Loading…
Reference in New Issue
Block a user