mirror of
https://github.com/linuxserver/budge.git
synced 2026-01-15 17:41:41 +08:00
easier to read 'warning' color in budget table
This commit is contained in:
parent
f8ef6da039
commit
e90fddc8fd
@ -1,5 +1,5 @@
|
||||
# BudgE
|
||||
BudgE (pronounced "budgie", like the bird) is an open source "budgeting with envelopes" personal finance app.
|
||||
BudgE (pronounced "budgie", like the bird) is an open source "budgeting with envelopes" personal finance app, taking inspiration from other tools such as [Aspire Budgeting](https://www.aspirebudget.com/), [budgetzero](https://budgetzero.io/), and [Buckets](https://www.budgetwithbuckets.com/).
|
||||
|
||||
:warning: BudgE still under active development and considered an 'alpha' version until more tests can be written to ensure functionality is maintained. :warning:
|
||||
|
||||
@ -10,11 +10,11 @@ BudgE (pronounced "budgie", like the bird) is an open source "budgeting with env
|
||||
- Standard bank account management
|
||||
- Credit card management with payment handling
|
||||
- Tracking accounts
|
||||
- Transaction export
|
||||
- Export account transactions
|
||||
- CSV transaction import
|
||||
|
||||
# Planned Features
|
||||
- [ ] Multiple budges per user (already started)
|
||||
- [ ] CSV file import
|
||||
- [ ] Goals
|
||||
- [ ] Reports
|
||||
- [ ] Payee management
|
||||
|
||||
@ -90,7 +90,7 @@ export default function App(props) {
|
||||
main: '#e74c3c',
|
||||
},
|
||||
warning: {
|
||||
main: '#ffa84a',
|
||||
main: '#ec912e',
|
||||
},
|
||||
},
|
||||
components: {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user