monsterit Posted October 26, 2018 Share Posted October 26, 2018 So on the invoices section "admin side" is it possible to show company name as well as client name? Just finding it hard figuring out who's who and the company name will help massively. 0 Quote Link to comment Share on other sites More sharing options...
brian! Posted October 26, 2018 Share Posted October 26, 2018 1 hour ago, monsterit said: So on the invoices section "admin side" is it possible to show company name as well as client name? not easily - there's no template to work with; the table cells don't have IDs or names; unsure if you can access the array with a hook.... jQuery might be an option, but not a simple one! 1 hour ago, monsterit said: Just finding it hard figuring out who's who and the company name will help massively. it would probably be simpler to modify the Invoices Report and use it to show the company name... i've quickly modified it to add Company Name to the optional fields and hyperlinked the invoice ID / invoicenum fields to act as links to edit that invoice... it's not a complete copy of the invoices page, but it gets you on the way... possibly I should make the links open in a new tab, but there are plenty of things I could do... and whatever feature I don't add, that will be the one you'll probably ask forLOL. 🙄 you will need to upload the file to /modules/reports and when you go the Reports homepage, you'll find links in the sidebar/opening Report page to Invoices_Company_Name. invoices_company_name.php 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.