invoicing app 2 Python
# app.py
# Minimal invoicing web app (single file) — Flask + SQLite + Bootstrap
# Features: clients, invoices, auto-numbering, auto-invoice on sale, recurring billing,
# email send (SMTP placeholders), PDF export (fpdf), overdue reminders, simple login (bcrypt).
# Embeddable in Blogger via
Comments
Post a Comment