AMateos Posted February 26, 2010 Share Posted February 26, 2010 Hi, We need to add a custom field to PDF invoices in the "Invoiced to" section. Is this possible? If so, how? Thank you 0 Quote Link to comment Share on other sites More sharing options...
AMateos Posted March 2, 2010 Author Share Posted March 2, 2010 Anyone has tried to this? 0 Quote Link to comment Share on other sites More sharing options...
omnigenus Posted March 27, 2010 Share Posted March 27, 2010 Simply put user custom field number like $clientsdetails["customfields1"] For example...we have created a custom field for our customers to enter their company ID number. So we check if our user has a company filled in. If so, we add that ID number to our invoices if ($clientsdetails["companyname"]) { $pdf->Cell(0,4,"ID: ".$clientsdetails["customfields1"],0,2,'L'); } 0 Quote Link to comment Share on other sites More sharing options...
AMateos Posted March 31, 2011 Author Share Posted March 31, 2011 Hi, Later but... Thanks for your answer! 0 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.