Preliminary payments and fees in one table.

This commit is contained in:
Dominik Pantůček 2023-06-18 19:45:19 +02:00
parent a6f307d230
commit 34f54b2bb0
3 changed files with 22 additions and 6 deletions

View file

@ -282,7 +282,7 @@
(bal 0))
(if (null? trs)
(let ((res (reverse rbls)))
(print res)
;;(print res)
res)
(let* ((amt (list-ref (car trs) 4))
(nbal (+ bal amt)))