Printing module.
This commit is contained in:
parent
9ffe65ee0c
commit
7ca7f996c4
2 changed files with 17 additions and 8 deletions
|
@ -38,7 +38,8 @@ CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
|||
member-record
|
||||
configuration
|
||||
table
|
||||
cards)
|
||||
cards
|
||||
member-print)
|
||||
|
||||
;; Print banner
|
||||
(print "bbstool 0.4 (c) 2023 Brmlab, z.s.")
|
||||
|
@ -130,8 +131,9 @@ CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
|||
(newline)
|
||||
(print "Current month: " (month->string (*current-month*)))
|
||||
(newline)
|
||||
(print mr)
|
||||
(if mr
|
||||
(print-member-record-table mr)
|
||||
(print-member-table mr)
|
||||
(print-members-base-table MB))
|
||||
(newline))
|
||||
((print-stats)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue