Skip to content
Snippets Groups Projects
Commit bc1001ec authored by Brody Wilton's avatar Brody Wilton
Browse files

Add file for receipts generation

parent d564be33
No related branches found
No related tags found
1 merge request!16update requirements txt to include library for pdf creation, comment out...
# We want to generate receipts for user monthly billing.
# We want the function to accept a user
# It should return the user's username, blanked out details and cost
from fpdf import FPDF
class PDF(FPDF):
pass # do nothing when it's executed
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment