Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .changeset/add-day-of-week-sheet.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"mpesa2csv": minor
---

Add optional Day-of-Week Activity Excel analysis sheet.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ M-PESA Statement PDFs arrive password-locked. mpesa2csv unlocks them on your mac

### Excel analysis sheets

Optionally include sheets for money in/out, charges, cash-flow summary, monthly/weekly breakdown, daily balance, amount distribution, top contacts, recurring payments, and time-of-day patterns.
Optionally include sheets for money in/out, charges, reversals, cash-flow summary, monthly/weekly breakdown, daily balance, amount distribution, top contacts, recurring payments, time-of-day patterns, and day-of-week activity.

### Privacy

Expand Down
2 changes: 1 addition & 1 deletion src-tauri/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions src/components/export-options.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,12 @@ const SHEET_GROUPS = [
name: "Time of Day",
description: "Transaction activity by hour — night, morning, afternoon, evening",
},
{
key: "includeDayOfWeekSheet" as keyof ExportOptionsType,
name: "Day of Week",
description:
"Transaction activity by weekday — peak days and weekday vs weekend",
},
],
},
];
Expand Down
Loading
Loading