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

Add file for receipts generation

parent f45139c2
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