I don't know if you entered the dates in this format or not, but the
dates for billing need to be entered in ISO format
(http://www.cl.cam.ac.uk/~mgk25/iso-time.html) - this is the way mysql
stores dates and some countries enter dates in different formats, so
this makes sure everyone enter them in the same way.

eg: for 3/24/2006 you'll need to enter it as 2006-03-24

Also it needs the billing ID in that id field to generate the invoice,
not the customer ID (the customer ID feature is on the todo list)

I would try making a printed invoice before you try to email one, then
at least you know making invoices works.

The e-invoices uses the php mail() command which uses the local MTA on
the server, such as Sendmail or Postfix on unix machines or on windows
it uses the smtp server specified in the php.ini

I'm testing citrus's ability  printing over 1000 invoices and citrus
generate the invoice page, but then I crash firefox when I try to
print :)  I might need to do this some other way using javascript
print features for some group of invoice pages or make them into a pdf
or something first.

Paul


-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid0944&bid$1720&dat1642
_______________________________________________
Citrusdb-users mailing list
Citrusdb-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/citrusdb-users

Reply via email to