OpenERP module : hnm_heofax

Copyright (c) 2005-2008 Heonium SARL
Copyright (c) 2005-2008 Christophe CRIER, Baptiste CLENCHARD
All rights reserved.

License
-------

We chose to distribute this module under CeCILL license term. This licence is
compatible with GNU/GPL but is more adapt to french law. See LICENCE file for
details.

Goal
----

This module as for goal to send by FAX any documents in using OpenERP
informations. To make this we use Hylafax server for backoffice and Hylafax
client to send Fax.
Currently this module is only a wrapper to generate a 'sendfax' command with
OpenERP information.

Currently you can
---------------

 - Send mass fax mailing to selected partner (beware to disk space on hylafax
   server).
 - Send PDF/PS/TIFF documents (only one by one) from partner environnement
   (list or form).
 - Send sale documents directly by FAX.
 - Send purchase documents directly by FAX.
 - Using or not FaxCover when sending.
 - Define FaxCover by user or group.
 - Chose FaxCover when you send fax.
 - Possibility to record this operation in partner event.
 - You receive by mail the status of your send (success or error)

Required dependencies
---------------------

 - An OpenERP environnement :-) .
 - Hylafax client installed on server.
 - An Hylafax server on LAN.

Description
-----------

Because i dont use any python hylafax api for this module, you need folowing
for use it:
  - hylafax client program on OpenERP's server.
  - On Debian GNU/Linux :
     # aptitude hylafax-client

And of course somewhere on LAN an Hylafax Server (it's posible to use the same
server) configured and fonctionnal.

Directory :
 coverpage : In this directory you can put your coverpages. The file format is :
    <any_name>-tpl.ps
 i18n : Actually you found only french module translations.
 wizard : The OpenERP wizards.


Configuration
-------------

Before install this module in OpenERP environnement you need to umcompress it 
in 'addons' directory.
You need also to modify the 'fax_cmd' variable in the following file to reflect 
your configuration :
   <your_OpenERP_installation>addons/hnm_heofax/wizard/hnm_heofax_lib.py


I hope it work for you.


