FelipePSoares / EconoFlow

An easy system to help you control your personal or company budget.
https://econoflow.pt/
MIT License
3 stars 4 forks source link

[FrontEnd, BackEnd] Create the feature of copy the budget from previous month #110

Closed FelipePSoares closed 1 month ago

FelipePSoares commented 1 month ago

We need to create a controller method that receive a project and a date and copy all the expenses with budget from previous month without the amount just the budget and name.

Then we need to add a button to the project detail page that will call this method.