Comment 7 for bug 838432

Revision history for this message
xrg (xrg) wrote : Re: [Bug 838432] Re: [WISHLIST] Remove save button in binary widget

On Thursday 01 September 2011, you wrote:
> These fiscal printer not is a normal printer.
> Its need a communication via serial port & commands to write.
>...
> Its need:
> 1. Driver in client
> 2. App what execute sentences to serial port.
> 3. File with parser sentece, generate with server and execute directly

Same here. (see "fiscal_prints.py") But I preferred to install the printer
against the /server/, not the client. Because, I thought, it is better to have
the fine-settings in the server machine, and then equally let any client
connect and issue invoices through OpenERP.
Else, you see, somebody could connect to the db through a "normal" openerp
client and bypass the fiscal printing setup.
Note that the serial printer /can/ be installed (physically) at the client
machine. Only that it must be controlled by the server application, not the
gtk client or so. (what if you wanted to use the web-client also? )