PDA

View Full Version : Excellent Job but a couple more features



imfreeinhim
10-28-05, 11:57 AM
Matt, you've done an excellent job, but here are some things to consider
adding in:

1. Like the other messaage, let us have several payment options, to
disable a payment option leave the price blank or use a code.
2. The ability for us to add invoices manually for non-hosting
products would be nice.
3. Here is a long term goal, one which you could charge for:
The ability to control different servers and have the program
create the account on the corresponding server.

You have definately beat whmautopilot in some areas with the
automation added but it does still have you passed in invoice
creation (manually) and monitoring other servers, but like I said, it
doesn't bother me enough to go back to 20.00 per month for. :)

Keep up the good work,
Jeff

Matt
10-31-05, 04:35 PM
Hi Jeff,

I am adding quarterly and semi-annual payment terms for the next release of WHMCS.

I will also look into adding the ability to create manual invoices for non-hosting products and again will try and get this into the next release.

You're right about the long term goal, and this is a goal which I am looking to meet fairly soon. Within the next few minor releases, support for multiple servers will be added.

Matt

imfreeinhim
10-31-05, 05:49 PM
Also, there was another request similar to this, but as you may know, WHM has the ability to create CSV files itself (I am a reseller and I have that option, it's located when you slect List Accounts, then in the right hand almost top corner, there is a link that says Fetch CSV, I way to take
this file, and import current accounts in WHMCS would be nice, (but then we'd still need to manually add the clients to the packages but at least most of the info woulld be imported.)

Now for the silly bug (and whmautopilot hasn't fixed it either), I don't
know perl/php so I'll do this in BASIC for fun:

invoice:
if hosting.account ="active" and hosting.account.type <>"free" then:
printgeninvoice:
else
return

(I know, my program is sloppy, but your invoice system is
generating invoices for free accounts with a $0.00 payment due)
oops :)

No need to suspend an account for not paying nothing in 7 days. :)

Just thought I'd let ya know.
Jeff

Matt
10-31-05, 05:57 PM
The CSV import is interesting. I will look into this.

As for the invoices - I'm pretty sure that this isn't the case. If you set the Billing Cycle to Free Account in the drop down, then invoices are not sent. True, they are sent if you only set the amount due to 0.00 and leave the billing cycle to Monthly or Yearly.

Matt