Add discounts, fields, and PDF/email support to manual invoices.

This commit is contained in:
2025-12-04 15:02:19 +01:00
parent 924f8c7f87
commit e310ae4bf8
13 changed files with 812 additions and 125 deletions
@@ -270,4 +270,15 @@
.preview-footer .page-number {
text-align: right;
}
/* Fix tt-select label to match tt-input styling */
.manual-invoice-overlay .tt-select-modern label.col-form-label {
font-weight: normal;
margin-bottom: 0.5rem;
}
/* Ensure consistent form-group spacing */
.manual-invoice-overlay .tt-select-modern.form-group {
margin-bottom: 1rem;
}