Budget - CRUD
Opened this issue · 0 comments
blazeqwest commented
Нужно добавить CRUD для Budget:
- As User I should be able to create budget with specified amount.
- As User I should be able to mark transaction to be applied to specified budget.
- As User I should be able to check budget status (Initial budget, budget already spent).
- As User I should be able to check detailed history of budget updates (list transactions linked to budget).
- As User I should be able to change budget amount.