FatihYldrm Posted February 6, 2017 Share Posted February 6, 2017 Hello, I want to sort the invoice types on separate pages how do I do it? Paid unPaid Changed Reimbursed 0 Quote Link to comment Share on other sites More sharing options...
brian! Posted February 6, 2017 Share Posted February 6, 2017 instead of posting so many minor questions, wouldn't it just be easier to pay a developer to do them for you? there'd be a few ways to do what you want - depending on *exactly* what you want to do... if you wanted to do it in the template, you could use code similar to the thread below - though that's for products, so while the code you need will be different, the principle should work. you could write for SQL queries and use each in their own table... I could go on, but it would take longer to explain in detail how to do any of them, than it would to get a developer in and do it for you. 0 Quote Link to comment Share on other sites More sharing options...
FatihYldrm Posted February 6, 2017 Author Share Posted February 6, 2017 instead of posting so many minor questions, wouldn't it just be easier to pay a developer to do them for you? there'd be a few ways to do what you want - depending on *exactly* what you want to do... if you wanted to do it in the template, you could use code similar to the thread below - though that's for products, so while the code you need will be different, the principle should work. you could write for SQL queries and use each in their own table... I could go on, but it would take longer to explain in detail how to do any of them, than it would to get a developer in and do it for you. Eg can not I use such coding on the billing page? {if $service.group eq $smarty.get.group or !$smarty.get.group} /* TABLE CODE */ {if} 0 Quote Link to comment Share on other sites More sharing options...
brian! Posted February 6, 2017 Share Posted February 6, 2017 Eg can not I use such coding on the billing page? no - because $service won't exist in the invoices page, it will likely be $invoices... and if you're doing it on a completely new .php page, $invoices won't exist at all. 0 Quote Link to comment Share on other sites More sharing options...
FatihYldrm Posted February 6, 2017 Author Share Posted February 6, 2017 no - because $service won't exist in the invoices page, it will likely be $invoices... and if you're doing it on a completely new .php page, $invoices won't exist at all. Can not I do this grouping in the clientareainovices.tpl file? 0 Quote Link to comment Share on other sites More sharing options...
brian! Posted February 6, 2017 Share Posted February 6, 2017 Can not I do this grouping in the clientareainovices.tpl file? yes - but it might effectively break the sidebar filters. 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.