the billing.pl file doesnt add anything to the mysql
database for billed customers. I stumbled across the
solution by changing the eq in if($ADD_INVOICES
eq "Off")
to an = sign and it started adding into the database.
2) System does not calculate by the billing cycle. IE.
A package that contains a resource that costs $10/mo,
but bills quarterly is $30/cycle. billing.pl only inserts
$10 into the customers invoice instead of multiplying
that by 3
3) Bills. Lists all accounts (kinda make it cluttered,
especially if billing for 1 of several accounts) Section
that shows "Billed accounts" should list domain name
next to them for clarity.
Logged In: YES
user_id=9477
Did you make changes to the billing.pl from the 1.1.6 version?