Hello,
Me again, asking stupid questions.
I'd like to use Rosario for invoicing, but the formate it generates does not meet legal requirements here in Spain.
I can get it working more or less, but I need to add the social security number D.N.I. of the invoice recipient. I added a field for this in the "Address" category of "Student field", but that does not show on the invoice mailing label.
Is there a way to edit the invoice from the interface, or would I have to change files (e.g. MailingLabel.fnc.php) for this? If so, could you point me in the right direction to do this?
Add data to invoice
- Edited
Hello hanspumpel
The mailing label on the Invoice is generated using the SBPPrintInvoiceHeaders()
function in the modules/Student_Billing_Premium/includes/Invoices.fnc.php
file.
From there, you can get your custom field for the current student ID using a DBGetOne()
SQL query.