View Full Version : Customer Accounts
Anonymous
2nd September 2005, 10:27
Hello everyone. Our company supplies mobile phones to people in the states who are going abroad. When they use their phone abroad, they generate a bill. What we currently do is print these invoices off on our system (we use Dataease) and then send them off to them by post.
What we would really like to have on our website is to have a members login service, where customers can view their invoices online. We have people here who understand ASP but ideally, we would like a third party to provide this service.
Does anyone know any services out there?
Cheers, ken
www.mobal.com
MinuWeb
2nd September 2005, 10:52
Hi,
Basically you would need a script to display the info (pdf invoices would be a nice addition as well) that you want the client to see, with an API so it can grab data from your PC where the main database is kept upon request.
We recently built a similar system for Kerry Group PLC in Ireland, that allows share holders to login and view the number of shares they have, dividends paid, dividends due and any recent share transactions. They used windows servers in their office where the info is stored and we built the script in php on linux server with an API that gathered uptodate data whenever a user logged in.
If you would like to discuss this further please mail me tony@vshosting.co.uk and I can make you a firm offer after finding out more about your exact requirements and current system setup.
MichaelG
2nd September 2005, 12:16
Happy to help - mail me ;)
SNS IT
2nd September 2005, 18:29
Hi,
we habe team of asp developers interested e-mail hema.jadav@snsitltd.com
regards
Hemal
www.snsitltd.com
DuaneJackson
9th September 2005, 16:30
Your ASP guys should be able to do this themselves, it's pretty straight forward once you are plugged into the data.
Take a look at www.fpdf.org, if they need some examples of how this can be used to generate invoices based on the data in ASP then let me know and I'll send you some scripts I have.