FinanceBuddy v1.3.0 — per-board currency shipped. All clean (php -l, ASCII, README + TODO synced)
This commit is contained in:
12
README.md
12
README.md
@@ -30,7 +30,7 @@ Once a board is enabled:
|
||||
|
||||
The task edit/create form gains a **Finance** section in the middle column:
|
||||
|
||||
- **Amount** in R$.
|
||||
- **Amount** in the board's currency (default R$).
|
||||
- **Debit** or **Credit** (money out vs money in).
|
||||
- **Installment** current / total (for example `2` of `10`). Leave the total blank for an
|
||||
open-ended recurring bill.
|
||||
@@ -66,9 +66,13 @@ counting.
|
||||
|
||||
## Money format
|
||||
|
||||
Amounts show in R$ with a comma decimal and no thousand separator (for example `R$1234,56`).
|
||||
Input accepts either a dot or a comma as the decimal separator, so `1234.56` and `1234,56` are
|
||||
the same value.
|
||||
Amounts show with a comma decimal and no thousand separator (for example `R$1234,56`). Input
|
||||
accepts either a dot or a comma as the decimal separator, so `1234.56` and `1234,56` are the same
|
||||
value.
|
||||
|
||||
The currency symbol shown before every amount is **per board**: set it under
|
||||
Settings -> Integrations next to the enable checkbox (up to 4 characters, e.g. `US$`, `EUR`, `GBP`).
|
||||
Leave it empty for the default `R$`.
|
||||
|
||||
## How it stores data
|
||||
|
||||
|
||||
Reference in New Issue
Block a user