Printing module.

This commit is contained in:
Dominik Pantůček 2023-03-25 21:32:02 +01:00
parent 9ffe65ee0c
commit 7ca7f996c4
2 changed files with 17 additions and 8 deletions

View file

@ -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)