Sakemo / Sakemo/sgvs-api

Daily/Weekly Cash Flow Report

Open
#4 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

enhancement
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

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.