Update dependencies.
This commit is contained in:
parent
7335f86bb9
commit
628a37d06c
3 changed files with 8 additions and 7 deletions
|
@ -50,7 +50,7 @@
|
|||
util-dict-list
|
||||
brmember
|
||||
cal-month
|
||||
table-old
|
||||
table
|
||||
listing
|
||||
ansi
|
||||
cal-period
|
||||
|
@ -502,7 +502,7 @@
|
|||
|
||||
(define (unpaired-table mb . args)
|
||||
(apply
|
||||
table->list
|
||||
table->string-list
|
||||
(cons
|
||||
(list "Id" "Date" "Amount" "" "VS" "Type" "Message" "Account" "Bank")
|
||||
(map
|
||||
|
@ -518,8 +518,9 @@
|
|||
(bank-transaction-bank tr)
|
||||
))
|
||||
(mbase-unpaired mb)))
|
||||
#:row0-border #t
|
||||
#:col-border #t
|
||||
#:border '(((#:bottom #:right light) ... (#:bottom light))
|
||||
((#:right light) ... none)
|
||||
...)
|
||||
args))
|
||||
|
||||
;; Prints all transactions which the members base considers unpaired.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue