update expense item name

This commit is contained in:
2026-05-29 13:25:38 +07:00
parent f7399fd0e7
commit 1b7bec4f81
14 changed files with 77 additions and 37 deletions
+2 -2
View File
@@ -129,6 +129,6 @@ type ExpenseCategoryTotal struct {
}
type OperationalExpenseItem struct {
Description string
Amount float64
Item string
Amount float64
}