Daily/Weekly Cash Flow Report
Nobody has claimed this yet.
- Dominant language
- Java
- Stars
- 0
- Forks
- 3
- PR merge metrics
- No merged PRs in 30d
Description
What: A report that shows, for each day, the total inflows (cash, debit, Pix) and total outflows (expenses paid with these methods), resulting in a daily balance.
How: A backend query that combines data from the sales and expenses tables, grouped by day and paymentMethod.
Value: This is the purest view of the business's "lifeblood." It shows whether the company is generating more cash than it spends on a daily basis.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by inspecting the sales and expenses tables and the existing Spring Boot report or dashboard entry points. Trace how paymentMethod and transaction dates are represented, then define the report response around daily inflows, outflows, and balance; done means the query combines both sources and groups results by day and payment method.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java, postgresql, spring-boot
- Domain
- backend, data, databases
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100