Re: [Citrusdb-users] Using the auto scripts

2010-07-07 Thread Paul Yasi
Here is script that I put together for automatic sending of einvoices. You can put it in the citrusdb root folder and run it from cron daily to send einvoices to those customers that have E-Invoice billing types and the current day as their next billing date. I've put it into the code

Re: [Citrusdb-users] Using the auto scripts

2010-06-22 Thread David Boutcher
Thanks for that Paul After a lot of fiddling someone suggested I add this line to the start of the statusupdate file: chdir(/var/www/mydomain.com/web/billing/); Which worked really well. Maybe you can consider adding this as standard? Some how use a variable for the path? If you could

Re: [Citrusdb-users] Using the auto scripts

2010-06-19 Thread Paul Yasi
The statusupdate script requires many of the files in the /include folder of citrus, so if it cannot find those files in the same place it is at it cannot run. You can copy the /include folder to the same place you are running statusupdate from to get it to work or a better idea may be to use a