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 - oddyutza - 05-21-2009 05:18 PM

@ ceco91 : field "domain" in table clients, does not exist, so that fix, it is not a fix.

till this moment i've managed to install everything on a test environment.

in the billing sistem everything is empty, i guess the clients should be the ispcp users, but this isn't happening.

the perl code looks incomplete!

any further updates into this? or it is dead?!


RE: [DEVEL] Billing System - oddyutza - 05-23-2009 05:57 AM

fix
in file : billing/admins/modify_client_code.php
replace
Code:
".($password != "" ? "username = '$username'" : "".)"
with
Code:
".($password != "" ? "username = '$username'" : "")."

note : this is just the code u need to change from that whole sintax.

Later i will post an automated script witch copies the data from ispcp table to billing table (clients, packages)

after this i will move on to that perl script, because it is not working as it should be!


RE: [DEVEL] Billing System - alecksievici - 05-29-2009 05:12 PM

any news on this?


RE: [DEVEL] Billing System - oddyutza - 05-29-2009 05:52 PM

news here : http://www.isp-control.net/forum/thread-6793.html
release today later on, only for testing