↓ 2 callersFunctiongenerate_report Generate a spending report for the given period. Supports: today, yesterday, week, last-week, month, last-month, last-2-months
skills/finance-tracker-2.0.0/lib/reports.py:180
↓ 1 callersFunction_parse_period Parse period string into (start_date, end_date, title). Supports: - today, yesterday, week, month, year, all - last-N-days,
skills/finance-tracker-2.0.0/lib/reports.py:18