Details
-
Type: Improvement
-
Status: Closed
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: 5.2.0-b1
-
Component/s: Staff Interface
-
Labels:None
Description
It's useful in some cases to include the description of a package on the invoice.
Under Settings > Company > Billing/Payment, under Invoice and Charge Options, below "Invoice Services Together" add a new setting (disabled by default to maintain current functionality) called:
[ ] Include Package Descriptions on Invoices
With a tooltip that says:
Check to include the text version of Package descriptions to be appended to service line items.
If this option is checked, and there is a Text version of the Package description for the service being invoiced, include the text description beginning on the next line after the currently formatted line item. For example:
Bronze Hosting - mydomain.com (Oct 12, 2021 - Oct 12, 2022)
5GB disk
50GB monthly bandwidth
Where the Text version of the Package description for the Bronze Hosting plan lists:
5GB disk
50GB monthly bandwidth
It should observe new lines within a description, but not any markdown or html unless TCPDF supports that natively, which I don't think so. The description starts 1 line below the current text.
Looks like the current solution appends the package description to config option and setup fee line items.