Closed akbarsaputrait closed 2 months ago
Summary: This pull request introduces the ability to generate and download order bills, adds new dependencies, and updates entities.
Key Points:
PdfService
billInvoice
isVerified
StaffUser
Dropped a foreign key constraint and column owner_id from the order table, added OwnerGetBill event type and bill.hbs template.
owner_id
order
OwnerGetBill
bill.hbs
Typo Code Review 📊
✅ All checks passed!
PR Summary by Typo
Summary: This pull request introduces the ability to generate and download order bills, adds new dependencies, and updates entities.
Key Points:
PdfService
methodbillInvoice
generates PDF invoices using Handlebars templates and HTMLToPDF.isVerified
property and orders relationship forStaffUser
entity, created related database migrations.Dropped a foreign key constraint and column
owner_id
from theorder
table, addedOwnerGetBill
event type andbill.hbs
template.To turn off PR summary, please visit Notification settings.