Our invoice has a series of pre set aspects such as Logo, Practice Address, invoice details and invoice table etc etc.
Some are pre fixed and some like Patient name and address, email etc are drawn from current patient details.
Is there a way to subdivide something like the invoice table so that certain parts can be omitted with ( display none) CSS lines.
This would be useful BECAUSE our invoice states….”invoice…… for treatment completed on …..2026” which is usually a very recent date…..this though is useless if we are billing for something a few weeks ago or even an ancient error omitted account.
Solutions….. have 2 invoices in which one doesn’t preset the treatment completed date and leaves it amendable
OR
Subdivide the “invoice table” into its current bank details section and a treatment complete section….. then on the rare occasions that the date just causes confusion….. we could use the CSS (display none) to omit it

