Add script recommendations for identifying potentially useless scripts

This commit is contained in:
Kevin Bataille
2026-02-09 13:46:10 +01:00
parent 4933b35040
commit b22307b290

View File

@@ -0,0 +1,23 @@
# Recommendation: Which Scripts to Keep or Remove
## Scripts to Remove (Useless):
1. quality_check.py, quality_control.py, simple_qc
- These are development/testing scripts
2. batch_qc.py
- Redundant quality checking
3. process_all.py (Optional)
- Superseded by export_all_csv.py
## Scripts to Keep (Essential):
1. export_all_csv.py
- Exports all account statements to CSV
2. aggregate_by_month.py
- Creates monthly and annual reports
3. Individual processing scripts (Optional)
- Keep only if you need to process specific accounts