AlexBroz Posted March 21, 2017 Share Posted March 21, 2017 Hi all, I would like to simply add another field into the invoices exporting tool found under Reports > Invoices > Exports (invoices.php file). This field is called 'description' and relates to the billable item associated with the invoice, an example of this field can be found under Client profile > Billable items. How would I go about adding this to the exporting tool? 0 Quote Link to comment Share on other sites More sharing options...
AlexBroz Posted March 23, 2017 Author Share Posted March 23, 2017 I now understand that the billable items table (tblinvoicesitems) relates to the invoices table (tblinvoices) via tblinvoices.id = tblinvoiceitems.invoiceid. Would anyone know how i can add this logic into this reporting tool so that I can add the associated billable item to the invoice. 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.