ispCP - Board - Support
[DEVEL] Billing System - Printable Version

+- ispCP - Board - Support (http://www.isp-control.net/forum)
+-- Forum: ispCP Omega Contributions Area (/forum-40.html)
+--- Forum: Enhancements (/forum-43.html)
+--- Thread: [DEVEL] Billing System (/thread-5553.html)

Pages: 1 2 3 4


RE: [DEVEL] Billing System - tango - 03-04-2009 11:11 PM

tonight I will say test results and write

Thanks

Edit: There is a guide as I install? I try since 2 hours to install Sad


RE: [DEVEL] Billing System - miklosandras - 03-05-2009 04:06 PM

(03-04-2009 11:11 PM)tango Wrote:  tonight I will say test results and write

Thanks

Edit: There is a guide as I install? I try since 2 hours to install Sad

1. Make a database (like ispcp_billing or what you want)

2. Edit the config.php :

$installpath = "http://domain.ltd/billing";

// MySQL database configuration:
$server = "localhost";
$user = "mysqluser";
$password = "mysqluser's passswd";
$dname = "ispcp_billing";

3. Go to: http://domain.ltd/billing/install/install.php

Smile


RE: [DEVEL] Billing System - tango - 03-05-2009 08:24 PM

I have also done, but once I enter install.php, I must click below to agree, then I will install_code.php forwarded. and this is empty


RE: [DEVEL] Billing System - miklosandras - 03-05-2009 09:09 PM

Do not forget to edit config.php :

$installpath = "http://domain.ltd/billing";

in first time, I forgot it, and after I corected to the right url, then the install was successfully and it show: Installation Complete!


RE: [DEVEL] Billing System - tango - 03-05-2009 10:10 PM

thank you Smile

have installpath had forgotten

I get error here a screenshot

http://alleslegal.net/billing.png


RE: [DEVEL] Billing System - miklosandras - 03-05-2009 10:20 PM

At config.php please change the line:

$installpath = "http://admin.ispcp-germany.de/billing/";

to

$installpath = "http://admin.ispcp-germany.de/billing";

and check the Post: #5 for php warnings Smile


RE: [DEVEL] Billing System - tango - 03-05-2009 10:34 PM

(03-05-2009 10:20 PM)miklosandras Wrote:  At config.php please change the line:

$installpath = "http://admin.ispcp-germany.de/billing/";

to

$installpath = "http://admin.ispcp-germany.de/billing";

and check the Post: #5 for php warnings Smile

Edit: have changed, but had no success

config.php = $currsymbol = "";

Edit 2: is this correct? you define a variable of the do not exists Wink /admin/index.php and /index.php

Code:
// Add up the partial payments:
$partialpayments = $partialpayments + $received;

same here
Code:
// Add up all the balances:
$balancetotals = $balancetotals + $balance;



RE: [DEVEL] Billing System - pgentoo - 03-08-2009 09:50 AM

I really want to move all my billing from offline (quickbooks emailed pdf's) to online/realtime balances/invoicing.

Where is this project currently? Does anyone have this working to a usable point?

-
pGentoo


RE: [DEVEL] Billing System - timaaarrreee - 03-25-2009 02:51 PM

Has anyone got this working well? It looks like a great feature.


RE: [DEVEL] Billing System - pgentoo - 05-04-2009 08:34 AM

It should work just fine out of the box for accepting payments via Authorize.net. If you have an Authorize.net credit card processing gateway account, it should just be a matter of filling in your login details, and then linking to it in your ispCP menu.

If you have any specific questions, please let me know.

-
pgentoo