Get Paid to Participate     Twitter     Facebook     Google+
Hosting Discussion
 

Hosting Discussion > Operating a Web Hosting Business > Billing and Accounting > Offline billing management program to be released this week
forgot password?


Reply


Old
  Post #1 (permalink)   03-14-2004, 06:55 AM
HD Wizard
 
Join Date: Jul 2003
Posts: 2,100

Status: BlackStorm is offline
Hey all,
Wanted to let people know that I will be releasing a program most likely tomorrow for offline billing management.

I have been working on this for a while and recently hired an extra coder who has also been working on the program.

A lot of hosts want to save details offline for their clients, including myself, which is why I decided to write this program.

A lot is planned, and quite a lot has been done on it recently.

It currently works in all versions of windows and is to be tested for linux.

All data is stored in a MySQL database which allows the integration of an online script.

The first public beta should be available tomorrow (Monday 15th March) as I said and it will be free of charge.

More details can be found on www.BillVoice.com but most information is not available on the site until the program is out of beta (Because of the large number of changes that could occur and the information would quickly go out of date)

if anyone has any questions just ask

Thanks
John
 
 
 


Old
  Post #2 (permalink)   03-14-2004, 08:49 AM
HD Master
 
Join Date: Nov 2003
Location: Chicago, IL
Posts: 400
Send a message via ICQ to imported_maxhest Send a message via AIM to imported_maxhest Send a message via Yahoo to imported_maxhest

Status: imported_maxhest is offline
Wooo Hooo, I will have to get ahold of that when it comes out! WTG John, can't wait!!
__________________
Max
www.moon-hosting.com
Premium Linux Hosting :tux:
A MoonInteractive Company
 
 
 


Old
  Post #3 (permalink)   03-14-2004, 09:56 AM
HD Master
 
Join Date: Feb 2004
Posts: 348

Status: RobAPI is offline
Im very interested in seeing this also
I dont think there is anything for offline billing management, not specially for hosting anyway
__________________
Robert
 
 
 


Old
  Post #4 (permalink)   03-15-2004, 11:52 AM
HD Wizard
 
Join Date: Jul 2003
Posts: 2,100

Status: BlackStorm is offline
Now available to download free of charge from www.BillVoice.com

Please use the forums on that site if you have support questions for it instead of this thread

Enjoy!
John
 
 
 


Old
  Post #5 (permalink)   03-15-2004, 12:49 PM
HD Guru
 
turnkey's Avatar
 
Join Date: Dec 2003
Location: Cary, NC
Posts: 588
Send a message via Yahoo to turnkey

Status: turnkey is offline
Cool, I will download it tonight and let you know how it works on Linux.
__________________
Turnkey Resellers
www.turnkeyresellers.com
Reseller Hosting and PHP Programming
 
 
 


Old
  Post #6 (permalink)   03-15-2004, 08:58 PM
HD Addict
 
Join Date: Oct 2003
Location: Toronto, Canada
Posts: 208
Send a message via ICQ to imported_Andrew Send a message via AIM to imported_Andrew Send a message via Yahoo to imported_Andrew

Status: imported_Andrew is offline
Hey John,

Looks good - Im going to load this up and take it for the old test drive...
 
 
 


Old
  Post #7 (permalink)   03-16-2004, 02:48 AM
HD Wizard
 
Join Date: Jul 2003
Posts: 2,100

Status: BlackStorm is offline
Thanks Andrew and Robert
There are instructions on how to get it working but its pretty simple.
Also done a quick guide on how to use everything last night which I will put up today
 
 
 


Old
  Post #8 (permalink)   03-16-2004, 03:26 AM
HD Amateur
 
Join Date: Dec 2003
Location: Indiana, USA
Posts: 94
Send a message via Yahoo to jdshells

Status: jdshells is offline
I am planning on using this software as well, I can bulid a great backend to a website in PHP, maybe we use it as an add-in for the software. Let me know what you think John.
__________________
Thanks,
JD
DemonicsNet Hosting
 
 
 


Old
  Post #9 (permalink)   03-16-2004, 04:18 AM
HD Wizard
 
Join Date: Jul 2003
Posts: 2,100

Status: BlackStorm is offline
Hey Brent
Thanks but I have hired a coder who will be working on a script to integrate it for a few online things also

What kind of thing are you thinking of for an add-in?

If you have any comments, or suggestions for the program I would really appreciate it if you could post them on the forum

Thanks
John
 
 
 


Old
  Post #10 (permalink)   03-16-2004, 05:59 AM
HD Guru
 
turnkey's Avatar
 
Join Date: Dec 2003
Location: Cary, NC
Posts: 588
Send a message via Yahoo to turnkey

Status: turnkey is offline
John,

Well, it does not look like it will run on Linux under a null wine enviroment. I did not install mySQL (didn't know that was required...) but I think it errored out way before it would even look for mySQL.

If your direction is mySQL then I will wait until you have a web version. It just does not make much sience to run these services on a PC where they should be ran from a server. I still like the idea of a stand alone program.

What I will do is install mySQL on my Windows machine at home. It never gets used and will see how your program looks. I just don't want to install extra services on my Linux laptop and slow it down.
__________________
Turnkey Resellers
www.turnkeyresellers.com
Reseller Hosting and PHP Programming
 
 
 


Old
  Post #11 (permalink)   03-16-2004, 06:33 AM
HD Wizard
 
Join Date: Jul 2003
Posts: 2,100

Status: BlackStorm is offline
Hey Robert,
If you wanted you could run it from an external database, including one on your own hosting server.
All you have to do is import the SQL dump to your external server and connect to that instead of localhost.
Having MySQL to store the data has a few advantages, for large/medium businesses, they can all connect to the one server and store data, and its updated in real time instead of running the program on one PC, or running it on all computers and having to compile the data together.
This way the data is shared between the users.
MySQL also means its very easy to have something online which can be integrated into the program, for example, letting users signup online, then the data can be imported o your offline program so you dont have to manually add clients, clients can also edit their details etc.

Overall using MySQL means there is a lot more options available for the future and it makes it easier to manage clients if using more than one computer, even from more than one location, for billing and client management.
 
 
 


Old
  Post #12 (permalink)   03-17-2004, 07:12 AM
HD Wizard
 
Join Date: Jul 2003
Posts: 2,100

Status: BlackStorm is offline
Quote:
If your direction is mySQL then I will wait until you have a web version.
Robert, have you tried connecting to your hosting server?
Just create the database named Hosting and import the sql dump (Small enough for phpmyadmin) and connect to the IP of your server.
 
 
 


Old
  Post #13 (permalink)   03-17-2004, 07:33 AM
HD Guru
 
turnkey's Avatar
 
Join Date: Dec 2003
Location: Cary, NC
Posts: 588
Send a message via Yahoo to turnkey

Status: turnkey is offline
John,

I will try that again tonight. I forgot about the remote mySQL option I have. I will setup the DB then try it from Linux and if Linux does not work will do it from Windows.
__________________
Turnkey Resellers
www.turnkeyresellers.com
Reseller Hosting and PHP Programming
 
 
 


Old
  Post #14 (permalink)   03-17-2004, 07:44 AM
HD Guru
 
Join Date: Oct 2003
Location: Michigan, USA
Posts: 553

Status: Vovex Technology is offline
The web site looks like it has some badass potential there John. Can;'t wait until you get product information + a few screen shots up there.

Im going to download your software tomorrow and take it from there. I'll report any bugs I find and post a few suggestions
__________________
Jonathan
 
 
 


Old
  Post #15 (permalink)   03-17-2004, 07:47 AM
HD Wizard
 
Join Date: Jul 2003
Posts: 2,100

Status: BlackStorm is offline
No problem robert.

Jon, I can put that up soon enough, maybe even do something today if I have time.
The version out now has had a few problems but to be honest, its working better than I thought
Still first beta release but doing pretty good so far, havent found many problems testing it.
 
 
 
Reply
Previous Thread Next Thread


Thread Tools

New Post New Post   Old Post Old Post
Posting Rules:
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On
Sponsored By: