Add comfirm page, add account and name parameter

This commit is contained in:
Wancat
2022-10-19 08:50:44 +08:00
parent 482c293dec
commit 268b488fea
7 changed files with 94 additions and 32 deletions
+4
View File
@@ -0,0 +1,4 @@
{{ .Date }} * cash
cash ${{ .Amount }}
assets:cash
+4
View File
@@ -0,0 +1,4 @@
{{ .Date }} {{ with .Name }}{{ . }}{{ else }}{{ .Account }}{{ end }}
{{ .Account }} ${{ .Amount }}
cash
+4
View File
@@ -0,0 +1,4 @@
{{ .Date }} * withdraw
assets:cash ${{ .Amount }}
assets:checking