Getting Started
Previous  Next



After you have successfully installed the EasyBiller, you can configure and start using it by following the instructions below.

Login to Admin Section (yourinstallationfolder/admin/) using the following information.
    username    : admin@yourdomain.com
    password    : admin

Change the settings to match your specific requirements
    at http://yourinstallationfolder/admin/

Add different categories(by clicking the category link),service types(by clicking service types link),different plans under categories(by clicking plans link) and finally different plan rates under each plan(by clicking add rate link provided on plans page).

To send automatic invoicing to the customers set cron jobs/scheduled tasks to run the following files at 1 A.M daily.

     a)  yourinstallationfolder/admin/geninvoice.php

          an example could be
        /usr/bin/php -q /home/EasyBiller/public_html/ yourinstallationfolder/admin/geninvoice.php
    
     b)  yourinstallationfolder/admin/geninvoice_attempt.php

       an example could be 
        /usr/bin/php -q /home/EasyBiller/public_html/ yourinstallationfolder/admin/geninvoice_attempt.php