-
-
### Description
**What problem are you trying to solve?**
Our unit tests currently take ~11m to run
```
❯ ginkgo --json-report=report.json ./pkg/...
...
❯ cat report.json | jq -r '
[
…
-
:red_circle: Title : BudgetBuddy
:red_circle: Aim : To help users manage their finances by tracking income, expenses, and creating budgets.
:red_circle: Tech Stack Used :
AngularJS
Node.js
…
-
das aktuelle Budget sollte sich nach jeder Ausgabe ändern
-
_**Description:**_
I would like to request the addition of a feature to Denaro that allows users to set monthly or annual budgets for each category (Group). This would be a valuable addition to the…
-
Ref: MGOV06
**Is your feature request related to a problem? Please describe.**
Currently, the Decidim export files for administrators do not offer all the data collected by the platform, due to the a…
-
When adding an expense with a large amount, e.g. add-b a/9999999999999999999999999 c/House,
the amount added breaks and becomes inaccurate, returning 100........ instead.
![image.png](https://raw.gi…
-
When trying to set a large budget, the budget set breaks and doesnt set the correct budget.
e.g. set-b 99999999999999999999999999999999999999999 will result in a budget of 1000......
![image.png](h…
-
TBD
-
I think it would be a great addition if it would be possible to manage budgets with multiple users.
To accomplish this I was thinking about a option to connect to a database on a self hosted server…