Jump to content

m8internet

Member
  • Posts

    755
  • Joined

  • Last visited

About m8internet

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

m8internet's Achievements

Senior Member

Senior Member (3/3)

-5

Reputation

  1. $toDoQuery = Capsule::table('tbltodolist')->whereNotIn('status',['Completed'])->take(11)->get(); $toDo = json_decode(json_encode($toDoQuery), true); return (isset($toDo)) ? $toDo : []; Amending as above, and now the items are in date order, soonest to latest Removed : ->latest('date')
  2. I have the cron set to five minutes, but it can take up to two hours before it commences, then it sends them all WHMCS Support could not find anything causing the issue
  3. Yes, that has solved the issue and the difference is now clear to see How do you modify the code so that the renewals are shown with the most recent first?
  4. Downloaded again, no modifications, this is what I see; they are both identical
  5. I have disabled, enabled, and replaced There is no change, they are both identical
  6. Where is this part of code added?
  7. I too have downloaded this to compare However in 8.0.4 it looks identical When I amend the line to $toDo = Capsule::table('tbltodolist')->whereIn('status', ['Incomplete', 'New', 'Pending'])->orderBy('duedate', 'asc')->take(11)->get(); All I get is No Incomplete Items Add To Do Item
  8. I was unable to post this in Technical, so feel free to move I updated my own computer this week Previously : Windows Vista IE10 New : Windows 10 IE11 Everything is working fine, except my login to WHMCS admin area Previously I could insert the admin username / password, close the window and be straight back in when reopening window I am now being asked for the username / password every time I open a new window The browser is not remembering the setting I have searched for a setting I may have overlooked, but cannot find anything Please advise
  9. It is not possible to resend the Hosting Account Information eMail This is my solution - Copy the content of Hosting Account Information eMail Create a new Template called : Existing Account Information If a customer loses their Account information, this can be sent as and when required
  10. No, still running version v5.0.3 Unable to upgrade (as next version failed to load) Therefore this option will not be possible Looks like I will have to manually adjust each product / service, wait payment, then amend after payment
  11. I am going on two holidays during 2014, and have advised all my customers of this The only issue I have not been able to resolve is the Invoices which include Domain Name renewals, when these are due in my absence The Domain Name renewals are processed manually I therefore have a list of the affected customers These invoices need to be sent out in advance, otherwise the Domain Names will expire (along with all the issues that creates) The only practical solution I can find is to manually adjust each service and to then use the Create Invoice feature The customers then make payment and the renewals processed On my return the services are then returned to their corrected values (correcting before would result in a duplicate new Invoice which has already been paid) Does anyone know of any other methods?
  12. WHMCS should not be used for financial accounting purposes It can only be used for the turnover and to confirm the amounts received to your payment gateways All other costs are on separate invoices Sounds like your accountant is not aware of how WHMCS works and is relying on it to cut corners
  13. I have rechecked, and within my copy of forwardpage.tpl there is no such line
  14. Why would Nominet rules apply to Verisign controlled Domain Name?
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use & Guidelines and understand your posts will initially be pre-moderated