[Tinyerp-users] POS for tiny

2008-01-20 Thread forum-user
Hi there, A friend of mine has developped a POS software with touchscreen capabilities. He has now adapted it to be capable to export move lines for Tiny ERP. We would like to automate move lines import. How to do this ? We have the csv file automatically coming on the server. Many thanks

Re: [Tinyerp-users] POS for tiny

2008-01-20 Thread Hartmut Goebel
Hi, We would like to automate move lines import. Why not talk directly with the server using XMLRPC? -- Schönen Gruß - Regards Hartmut Goebel Goebel Consult Spezialist für IT-Sicherheit in komplexen Umgebungen http://www.goebel-consult.de signature.asc Description: OpenPGP digital

[Tinyerp-users] Re: POS for tiny

2008-01-20 Thread forum-user
Hi, It would be the next step I think. Just not know how to start. ;) ___ Tinyerp-users mailing list http://tiny.be/mailman/listinfo/tinyerp-users

[Tinyerp-users] Tiny book availabla in rough cuts

2008-01-20 Thread forum-user
Fabien, Why don't you make the book Gérer son entreprise avec Tiny ERP availabla in rough cuts (http://www.oreilly.com/roughcuts/), so we can start reading it before it is published?! Paulino ___ Tinyerp-users mailing list

[Tinyerp-users] Tax type python code

2008-01-20 Thread forum-user
To compute the tax amount when the tax type is python code theres are available the variables unit_price and address. I need to compute a tax based on the total amount (unit_price * quantity) the subtotal field in invoice_line. Is there a simple way of doing it?! Thank you, Paulino.

[Tinyerp-users] Re: different tree/form view for a single module

2008-01-20 Thread forum-user
i have done it... this are the steps we have done... 1. when you create a menu it got a id which is in ir_act_window id || name 123 || Personal Details 124 || Company Details 2. you will get the ids of tree / form from ir_ui_view id||name||model||type