openmind Posted May 8, 2009 Share Posted May 8, 2009 Only a couple which for a major upgrade is pretty good. After the upgrade I found that all my domain extensions had -1 in the transfer price field effectively disabling all transfers in. If you select the option "Block Existing Domains" in the general config this will prevent a user transferring in a domain at a later stage. So they order hosting on say Monday and then later decide they want to transfer the domain in, they can't with this enabled. I can't recall if it was like this in v3, it makes sense for new registrations and hosting plans but not transfers in. SagePay still seems to be odd with AVS checking having to be disabled for brand new orders. I'm waiting for SagePay to cme back to me with more info. Under Reports > Server Revenue Forecasts the currency symbol is missing next to the values (trivial but still missing) A crumbtrail in the admin area for clients would be handy as it's not immeadiuatly obvious how to go back a screen, this is partly down to links being virtually identical to normall text5 which a tweak in the css would sort... These are all minor issues, overall the upgrade is spot on 0 Quote Link to comment Share on other sites More sharing options...
openmind Posted May 8, 2009 Author Share Posted May 8, 2009 On the front screen of the admin area you have Todays orders, Todays Pending, and Todays Completed. Todays Pending filters the orders correctly by only showing todays pending orders but the other two links don't apply the today filter and just show all orders. 0 Quote Link to comment Share on other sites More sharing options...
djpete Posted May 8, 2009 Share Posted May 8, 2009 (edited) I hate to say this but I don't like the new template for the following reasons: Text hard to read and not uniform. Fonts way too big. Design seems very "heavy" Switched back to the original layout. Appreciated all the time that has gone into the new design but... Hopefully there may be other designs to choose from in the future. Quote: "After the upgrade I found that all my domain extensions had -1 in the transfer price field effectively disabling all transfers in." I found the exact same problem. But as for as the actual upgrade goes. FANTASTIC! I'm new to WHMCS and enjoying its benefits more each day. Edited May 8, 2009 by djpete 0 Quote Link to comment Share on other sites More sharing options...
mediademon Posted May 8, 2009 Share Posted May 8, 2009 Really missing the "Unpaid Invoices" and "Overdue Invoices" balances on the admin home page, used these a lot to gauge how much was out there invoiced. Not really useful knowing how many invoices are outstanding, you could have 50 for £5 each or 2 for £5k...! Clicking through to the list doesn't give totals either? Don't want to take anything away from this release though there's lot's in there and I'm working through it! 0 Quote Link to comment Share on other sites More sharing options...
redrat Posted May 8, 2009 Share Posted May 8, 2009 Really missing the "Unpaid Invoices" and "Overdue Invoices" balances on the admin home page, used these a lot to gauge how much was out there invoiced. Not really useful knowing how many invoices are outstanding, you could have 50 for £5 each or 2 for £5k...! Clicking through to the list doesn't give totals either? Don't want to take anything away from this release though there's lot's in there and I'm working through it! Yep, that is a shame really. Both would be excellent! 0 Quote Link to comment Share on other sites More sharing options...
wsa Posted May 12, 2009 Share Posted May 12, 2009 Yes I like the old templates better 0 Quote Link to comment Share on other sites More sharing options...
keliix06 Posted May 12, 2009 Share Posted May 12, 2009 Quote: "After the upgrade I found that all my domain extensions had -1 in the transfer price field effectively disabling all transfers in."I found the exact same problem. Odd, we didn't have that problem when we did the upgrade. All prices transferred correctly. Really missing the "Unpaid Invoices" and "Overdue Invoices" balances on the admin home page, used these a lot to gauge how much was out there invoiced. Us too. I looked through the smarty debug to see if the values were passed but just not used anywhere, couldn't see anything. 0 Quote Link to comment Share on other sites More sharing options...
othellotech Posted May 12, 2009 Share Posted May 12, 2009 I looked through the smarty debug to see if the values were passed but just not used anywhere, couldn't see anything. try ... <a href="invoices.php?status=Overdue">Overdue Invoices</a>: ({$overdueinvoices}) {$overdueinvoicesamount} <a href="invoices.php?status=Unpaid">Unpaid</a>: ({$totalunpaidinvoices}) {$currencysymbol}{$unpaidinvoicestotal} 0 Quote Link to comment Share on other sites More sharing options...
mediademon Posted May 12, 2009 Share Posted May 12, 2009 Hi Rob Can confirm that: {$overdueinvoices} should now be {$sidebarstats.invoices.overdue} {$totalunpaidinvoices} should now be {$sidebarstats.invoices.unpaid} The following tokens do not work...! {$overdueinvoicesamount}{$currencysymbol}{$unpaidinvoicestotal} Thanks for trying though! 0 Quote Link to comment Share on other sites More sharing options...
mediademon Posted May 12, 2009 Share Posted May 12, 2009 Oh and {$sidebarstats.invoices.unpaid.total} doesn't work either! 0 Quote Link to comment Share on other sites More sharing options...
magga Posted May 12, 2009 Share Posted May 12, 2009 For those who like the old admin area, why not just change it back? "By default after the upgrade your admin account will be set to the new admin area design. You can revert to the old design by going to My Account > Template > Original." 0 Quote Link to comment Share on other sites More sharing options...
mediademon Posted May 12, 2009 Share Posted May 12, 2009 But why not have it all? {php} $sql_query = "select sum(total) as unpaidinvoicetotal from tblinvoices where status='unpaid'"; $sql_result = mysql_query($sql_query); $sql_array = mysql_fetch_array($sql_result); {/php} <tr><td class="fieldlabel"><a href="invoices.php?status=Unpaid">Unpaid Invoices</a></td><td class="fieldarea"><span class="textred"><b>{$sidebarstats.invoices.unpaid} ({php}echo £.$sql_array['unpaidinvoicetotal'];{/php})</b></span></td></tr> {php} $sql_query = "SELECT sum(total) as overdueinvoicetotal FROM `tblinvoices` WHERE duedate < now() AND status='unpaid'"; $sql_result = mysql_query($sql_query); $sql_array = mysql_fetch_array($sql_result); {/php} <tr><td class="fieldlabel"><a href="invoices.php?status=Overdue">Overdue Invoices</a></td><td class="fieldarea"><span class="textblack"><b>{$sidebarstats.invoices.overdue} ({php}echo £.$sql_array['overdueinvoicetotal'];{/php})</b></span></td></tr> 0 Quote Link to comment Share on other sites More sharing options...
rodeoXtreme Posted May 12, 2009 Share Posted May 12, 2009 Great Post Mediademon, Works great. We moved it from the sidebar over to the homepage however. Thanks! 0 Quote Link to comment Share on other sites More sharing options...
RyanH Posted May 12, 2009 Share Posted May 12, 2009 Only one problem with this, it's ignoring currencies. I have some USD and some GBP invoices and it's counting them together in one total which is then wrong. I guess that's why they removed it. 0 Quote Link to comment Share on other sites More sharing options...
mediademon Posted May 12, 2009 Share Posted May 12, 2009 Yeah me too, replaced the admin "Unpaid Invoices" and "Overdue Invoices" stats count straight in homepage.tpl - just copy it straight over there. Also swapped the colours so overdue was red... made sense really. <span class="textblack"> swapped with <span class="textred"> Pleased you like it... 0 Quote Link to comment Share on other sites More sharing options...
mediademon Posted May 12, 2009 Share Posted May 12, 2009 Hehe guess so RyanH Makes a change that USD codes needs changing from GBP Don't think it stores this in the invoice header, will check... 0 Quote Link to comment Share on other sites More sharing options...
sanfranciscohost Posted May 15, 2009 Share Posted May 15, 2009 I am finding that the "Next Due Date" field for the domains listed on the clientsdomainlist.php page are not reporting the same value from 'nextduedate' in the database. The "Next Due Date" field is reporting the correct value in the clients profile "domains" tab. Can someone else confirm? I am not sure if I need to refresh cache / templates to see the new values so let me know if that is the case. Thanks! Deborah 0 Quote Link to comment Share on other sites More sharing options...
isdoo Posted May 15, 2009 Share Posted May 15, 2009 Already reported 0 Quote Link to comment Share on other sites More sharing options...
creativhost Posted May 18, 2009 Share Posted May 18, 2009 I have a few users not able to get emails from us. They use a email such as gmail email as a second profile and it works fine. 0 Quote Link to comment Share on other sites More sharing options...
HiDef-Laws Posted May 18, 2009 Share Posted May 18, 2009 For those who like the old admin area, why not just change it back? "By default after the upgrade your admin account will be set to the new admin area design. You can revert to the old design by going to My Account > Template > Original." It's still not the same. The quicksearch is totally broken when you try to roll it back. Just 'diff' the .css files from 3.8 admin to the "original" listed with 4.0...there are a lot of differences. The 3.8 admin css can't be applied over the "original" without it also being borked. I'm getting angry because I can't use the quicksearch in either v4 or original (this being the search located right next to your name, My Account and Log In/Log Out at the top left of WHMCS admin. 0 Quote Link to comment Share on other sites More sharing options...
wehostem Posted May 19, 2009 Share Posted May 19, 2009 I don't like the new v4 manager look either, to heavy on the design. I like the simply colors and layout of the old style, it was easier to look at all the numbers and data, almost like a spread sheet. The one important thing I used alot was the upcoming domain renewal on the home page, and it is gone in v4 "original" template. I will have to figure out how to get that back in. Overall it is a great release, good to see some of the new features, and hopefully they will keep coming! Thanks 0 Quote Link to comment Share on other sites More sharing options...
mediademon Posted June 2, 2009 Share Posted June 2, 2009 SagePay still seems to be odd with AVS checking having to be disabled for brand new orders. I'm waiting for SagePay to come back to me with more info. Am experiencing the same issue - any news? 0 Quote Link to comment Share on other sites More sharing options...
ChrisGooding Posted June 3, 2009 Share Posted June 3, 2009 I don't like the new v4 manager look either, to heavy on the design. I like the simply colors and layout of the old style, it was easier to look at all the numbers and data, almost like a spread sheet. The one important thing I used alot was the upcoming domain renewal on the home page, and it is gone in v4 "original" template. I will have to figure out how to get that back in. Overall it is a great release, good to see some of the new features, and hopefully they will keep coming! Thanks Im pretty sure that you can switch the layout/design back to the old style...... In fact I think that it is mentioned in the features list. Not sure how to do it though I'm afraid. 0 Quote Link to comment Share on other sites More sharing options...
mediademon Posted June 3, 2009 Share Posted June 3, 2009 I don't like the new v4 manager look either, to heavy on the design. I like the simply colors and layout of the old style, it was easier to look at all the numbers and data, almost like a spread sheet. The one important thing I used alot was the upcoming domain renewal on the home page, and it is gone in v4 "original" template. I will have to figure out how to get that back in. Sparky' Upcoming Domain Renewals: http://forum.whmcs.com/showthread.php?t=20319 Mediademon Invoice Totals: http://forum.whmcs.com/showthread.php?t=20914 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.