sorry for the delay,
had some personal issues!
!!! THIS IS A PRE-RELEASE, DON'T TEST IN PRODUCTION ENVIRONMENT !!!
here it goes..
http://www.itls.ro/billing-1.0.zip (size is to big for attach, The maximum size for that type of file is 1024 kilobytes. and the archive has over 1.5MB)
that is the link for downloading the script witch includes the following:
a. the database (ispcp_billing.sql)
b. gui interface (billing folder)
c. script that moves ispcp domains to billing clients (billing.php)
what is missing :
a. autoinvoice, still has some bugs, need to fix (recurring part)
b. new users for billing gui, permissions based
c. the auth is plain text -> need to change to md5 and to get it work with point b.
d. some other templates (reports, invoices)
- for the moment these are the main missing features
how do i install?
a. unzip the archive.
b. import the ispcp_billing.sql file into your db
c. copy the billing directory to /var/www/ispcp/gui/tools/
d. set the appropriate permissions to it
e. edit the file configuration.php witch is located in includes folder
f. add the alias to your 00_master.conf
eg:
Code:
Alias /billing /var/www/ispcp/gui/tools/billing/
g. restart the webserver
h. open billing.php and configure it, maybe u`ll need it for moving clients from ispcp to billing.
i. open gui interface
j. login with username :
admin & password :
admin
what are the next steps :
- add the missing features
- add the option to edit admin user , name password
- implement the logging feature
- release for production environments.
PS : the invoice template is romanian, because i'm a romanian, and i intend to use this for my own production environment.
please test for bugs, and give a hollow!