#5 Possibility to create a blank payment-sheet

This commit is contained in:
2025-02-27 18:11:30 +01:00
parent b63f4ef370
commit 8516d270f4
2 changed files with 82 additions and 49 deletions
+8
View File
@@ -0,0 +1,8 @@
from create_payment_slip import create_payment_slip
import logging, sys
logging.basicConfig(stream=sys.stderr, level=logging.DEBUG)
create_payment_slip()
logging.debug(f'Empty payment slip created')