Jump to content

HogWildMark

Member
  • Posts

    17
  • Joined

  • Last visited

Everything posted by HogWildMark

  1. Any truth to the posts on these pages? http://hostjury.com/blog/view/453/see-you-later-alligator-brent-oxley-talks-about-sale-of-hostgator-to-endurance Plus here is some background on complaints listed at the BBB on EIG http://www.bbb.org/boston/business-reviews/internet-services/the-endurance-international-group-inc-in-burlington-ma-76863/
  2. I can't access the client portal to even login or access the support desk, Something about a bad SSL Cert
  3. I have a question in regards to how long it takes to transfer the ownership of a WHMCS Account w/license from one company owner to another. Especially when my business partner wants to step down and surrender all information over to me. Everything is currently in their name. What is the process for him giving me the information so that I can take over that account. He is prolonging the whole process for over 1 week now and I grow tired of waiting. I and the founder/CEO. He was 50% partner until he sold his other company and made me aware that he no longer wished to remain as a partner in our company. Will I need to open another account risk a problem with WHMCS denying me a new license. Will I have to actually wait until he gives me control of that account. Can WHMCS help me anyway to gain control of that account. Or is there an actual process that has to be completed?
  4. I have captcha enabled and GD is enabled on our server however the captcha does not showup when ordering on checkout or on account creation Captcha Form Protection Always On (5 digit verification code shown to ensure human submission) Please help
  5. I agree it would be nice to be notified if and when our admins and staff replies to a ticket so that we all do not reply at the same time.
  6. This is what I want and how I want it layed out <?php # The title of your report $reportdata["title"] = "Staff Sales Report"; # The description of your report $reportdata["description"] = "Staff Sales Report"; # Header text - this gets displayed above the report table of data $reportdata["headertext"] = ""; # Report Table of Data Column Headings - should be an array of values $reportdata["tableheadings"] = array("Staff Member","Total Products Sold","Total Monthly Sales"); # Report Table Values - one of these lines for each row you want in the table # should be an array of values to match the column headings $reportdata["tablevalues"][] = array("Staff Name 1",Number of Product Sales","$Grand Total Sales"); $reportdata["tablevalues"][] = array("Staff Name 1",Number of Product Sales","$Grand Total Sales");$reportdata["tablevalues"][] = array("Staff Name 1",Number of Product Sales","$Grand Total Sales"); # Report Footer Text - this gets displayed below the report table of data $data["footertext"] = "Staff Sales Report"; ?> I am just not sure what fields I need to enter from our sql tables to pull that information and to go about entering that info into the above code. Plus I would like to generate this report based on the the month I want.
  7. Both actually We pay our staff $2 per sales plus 15% commission on a monthly basis. So I would need total over dollar amount of sales and the total number of sales. It does not need to be broken down per sales Example Employee | Products Sold | Product Sales -------------------------------------------------------------------------------------- Tom | 15 | 35
  8. I have the reported created in billing/modules/reports called staff_report.php and yes I can run the report from within whmcs admin. That much I know how to do. The above code is from another report I copy/pasted into the staff_report.php What I need to know is what fields I need to generate the report I want or if I can get someone to do it for me?
  9. I'm still seeking assistance. Does anyone from WHMCS read these forums. Help would be greatly appreciated?
  10. Does anyone have any idea on how to do this.
  11. I have the report created now I just need help getting the required info into it
  12. How do I create a custom WHMCS report that will allow me to pull information and show me the following: * Number of sales per staff member (We have a custom field created for this) * Which product they sold. This would be beneficial in allowing us to compensate our staff efficently.
  13. Please visit our site to see WHMCS integrated with Joomla http://www.HogWIldHost.com
×
×
  • 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