blazeqwest/epsilon

Budget - CRUD

Opened this issue · 0 comments

Нужно добавить CRUD для Budget:

  1. As User I should be able to create budget with specified amount.
  2. As User I should be able to mark transaction to be applied to specified budget.
  3. As User I should be able to check budget status (Initial budget, budget already spent).
  4. As User I should be able to check detailed history of budget updates (list transactions linked to budget).
  5. As User I should be able to change budget amount.