Yes, this is possible using a unix command like wget run in cron, or
by running a modified einvoice php file from the command line php
interpreter.

To use wget,  one would also have to generate the right  login cookie
for this to work.  You would use wget to query a url such as:
http://www.yourname.com/citrusdb/index.php?load=billing&tooltype=module&type=tools&einvoice=on&billingdate=YYY-MM-DD&submit=Submit

It's also possible to rip out the web based php code from the
tools/modules/billing/einvoice.php file into it's own php file and,
modify that php file to login to the database and take some command
line inputs from a script in cron that knows what day it wants to
bill, then send that data through the same einvoicing process.

Paul


On 9/23/07, Jack Martin <[EMAIL PROTECTED]> wrote:
>
>
>
> Is there a way to make Citrus automatically generate and email the invoices?
> -------------------------------------------------------------------------
> This SF.net email is sponsored by: Microsoft
> Defy all challenges. Microsoft(R) Visual Studio 2005.
> http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
> _______________________________________________
> Citrusdb-users mailing list
> Citrusdb-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/citrusdb-users
>
>


-- 
The CitrusDB Project | http://www.citrusdb.org
Open Source Customer Care & Billing System

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Citrusdb-users mailing list
Citrusdb-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/citrusdb-users

Reply via email to