One more column.
This commit is contained in:
parent
ce74a8962d
commit
8a3c812797
1 changed files with 2 additions and 0 deletions
|
@ -553,6 +553,7 @@
|
|||
(list (list-ref member 0)
|
||||
(list-ref member 1)
|
||||
"---"
|
||||
|
||||
(sprintf "\t~A" (list-ref member 2))
|
||||
(sprintf "\t~A" (list-ref member 3))
|
||||
(sprintf "\t~A" (list-ref member 4))
|
||||
|
@ -571,6 +572,7 @@
|
|||
(payment (foldl + 0 (map (lambda (b) (ldict-ref b 'payment)) balances)))
|
||||
(total (- (+ credit payment) fees)))
|
||||
(list (list (ansi-string #:bold "Total")
|
||||
""
|
||||
""
|
||||
(ansi-string "\t" #:bold (sprintf "~A" fees))
|
||||
(ansi-string "\t" #:bold (sprintf "~A" credit))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue