pjohns
11th September 2002, 17:39
Our finance department posts (envelopes and stamps) 100's of statements a month and have asked me if I know of a fax solution that will help with this process. Whilst I know there are Baan fax solutions available I don't want to spend £1000's.
Has anybody got any ideas on how I can print out statements from Baan and then fax. I initially thought we could print statements to Word and then some how use a macro to fax the individual statements. But this I know will get messy.
All ideas will be greatly received!
PJ
nick_rogers
11th September 2002, 17:47
I have been looking at some software by www.nazdaq.co.il
very cheap - they have several products that are interactive and also automatic that can fax/email the action reports from Baan.
I will not say the $$cost you can contact them...I was kinda shocked at the price (expecting much more).
Another way I might explore is setting up the FAX device, and then in the "wanted" reports using a lookup to the supplier/customer table to read the fax number.
mark_h
11th September 2002, 17:59
If you can launch the software with parameters like excel, then you can always develop your own device driver. You can check out the code and utilities forum for examples. You can see various methods of launching different applications. It also seems to me that someone had a sample of a fax device, but I can not find it. So the poor mans solution is to develop it yourself - maybe.
Good Luck!
Mark
Francesco
11th September 2002, 18:14
That would save you even more...right?
jroberts
11th September 2002, 18:18
We are evaluating a fax server right now that has an text API.
It will watch a directory, and when files arrive into the directory, search them for codes that contain the information about who to send the fax to.
I am considering writing some custom code into the standard baan reports that will put these fax codes into the report, and then just print them off into the directory.
One of the issues is that each fax must be it's own file.
I think the fax server is called 'Fax Maker'.
John
nick_rogers
11th September 2002, 18:30
Attached is a Fax quick guide for setting up the Fax Device in Baan. You could make the whole thing dynamic by looking up the customer/supplier fax number.
hm1974
16th September 2002, 14:07
Hi,
Our solution is to send an email from the BAAN Server to an small linux box with a modem. The software on the linux system is called hylafax, it´s very powerful and free!!.
More infos www.hylafax.org (http://www.hylafax.org)
Greetings
HM
norwim
16th September 2002, 18:52
We have hylafax running here as well.
All you need to do is:
a) get a linux-System running with a modem and the hylafax server (This takes some time for experimenting, but as already said: It's free!)
b) create a "printing-device" for Baan, which in reality is a shell script that transfers the data to the hylafax-server (Here we take the field "Filename" as container for the recipients faxnumber)
c) some additional scripting on the faxserver creates an email that informs the sender whether his fax was submitted or not
Just try and have fun while developing the script needed, if you get stuck, mail me (now@niederrhein.de)
regards
Norbert
sant123
8th June 2004, 00:22
Hi, Norbert,
We have Baan Installed on IBM AIX unix machine, and we also have Redhat Linux machines for out public website, how easy is it to set up the hylafax and get baan to send fax. Can I install hylafax on aix5.2???
If you send me more info on install/configure hylafax I would appreciate.
Thanks
mostrightfuture
17th June 2004, 10:55
HI sant123,
There is one more new product developed by FutureIT namd Generic command server (GCS). This is total server based solution, no client side installation, no extenssion of reports etc. Just configure a new device and send fax using Microsft SBS shared fax service and send email using Exchange server. I think the product can ne customize for other plateforms.
yes, its not a free product.
you can contact to future IT for further detail at info@futureit.ch (www.futureit.ch).
Thanks
Mahmood
haraprasad
23rd March 2011, 13:05
Dear BAAN Guru,
please share your code or document u have .
My email is patra.haraprasad@gmail.com..
Thanks and Regards
Hara
We have hylafax running here as well.
All you need to do is:
a) get a linux-System running with a modem and the hylafax server (This takes some time for experimenting, but as already said: It's free!)
b) create a "printing-device" for Baan, which in reality is a shell script that transfers the data to the hylafax-server (Here we take the field "Filename" as container for the recipients faxnumber)
c) some additional scripting on the faxserver creates an email that informs the sender whether his fax was submitted or not
Just try and have fun while developing the script needed, if you get stuck, mail me (now@niederrhein.de)
regards
Norbert