Re: [tryton-dev] How to build and use plugins in the client

2018-02-23 Thread Eduardo Ruiz Rodriguez
El viernes, 23 de febrero de 2018, 10:06:07 (UTC+1), Sergi Almacellas Abellana escribió: > El 22/02/18 a les 20:10, Eduardo Ruiz Rodriguez ha escrit: > > El viernes, 15 de diciembre de 2017, 15:39:08 (UTC+1), edbo@gmail.com > > escribió: > >> So what I did was: > >> 1. Create a new label-re

Re: [tryton-dev] How to build and use plugins in the client

2018-02-23 Thread Sergi Almacellas Abellana
El 22/02/18 a les 20:10, Eduardo Ruiz Rodriguez ha escrit: > El viernes, 15 de diciembre de 2017, 15:39:08 (UTC+1), edbo@gmail.com > escribió: >> So what I did was: >> 1. Create a new label-report with plain text as layout. The content of that >> report is JSON-like, so when the report is cr

Re: [tryton-dev] How to build and use plugins in the client

2018-02-23 Thread Eduardo Ruiz Rodriguez
El viernes, 15 de diciembre de 2017, 15:39:08 (UTC+1), edbo@gmail.com escribió: > So what I did was: > 1. Create a new label-report with plain text as layout. The content of that > report is JSON-like, so when the report is created I get a JSON-string. Hello, I'm stucked in that point. How

Re: [tryton-dev] How to build and use plugins in the client

2017-12-15 Thread edbo . design
On Thursday, 14 December 2017 14:49:48 UTC+1, oscar_alvarez wrote: > HiHere a plug in for create csv file opened with Glabels (Linux and works in > TTP247) > > > https://bitbucket.org/presik/plugin_stock_glabels Thanks! I've used your idea to get everything working. Because I'm on windows and

Re: [tryton-dev] How to build and use plugins in the client

2017-12-14 Thread Oscar Andres Alvarez Montero
Hi Here a plug in for create csv file opened with Glabels (Linux and works in TTP247) https://bitbucket.org/presik/plugin_stock_glabels You need this dependence https://bitbucket.org/presik/trytonpsk_stock_shipment_barcode Cheers On Dec 14 2017, at 8:31 am, Cédric Krier wrote: > On 2017-12-13

Re: [tryton-dev] How to build and use plugins in the client

2017-12-14 Thread Cédric Krier
On 2017-12-13 23:48, edbo.des...@gmail.com wrote: > On Thursday, 14 December 2017 00:10:06 UTC+1, Cédric Krier wrote: > > On 2017-12-13 12:54, edbo wrote: > > > On Wednesday, 13 December 2017 10:40:06 UTC+1, Cédric Krier wrote: > > > > On 2017-12-13 01:13, wrote: > > > > > But the question remain

Re: [tryton-dev] How to build and use plugins in the client

2017-12-13 Thread edbo . design
On Thursday, 14 December 2017 00:10:06 UTC+1, Cédric Krier wrote: > On 2017-12-13 12:54, edbo wrote: > > On Wednesday, 13 December 2017 10:40:06 UTC+1, Cédric Krier wrote: > > > On 2017-12-13 01:13, wrote: > > > > But the question remains: Is it possible? > > > > > > Yes probably. Plugins are ki

Re: [tryton-dev] How to build and use plugins in the client

2017-12-13 Thread Cédric Krier
On 2017-12-13 12:54, edbo.des...@gmail.com wrote: > On Wednesday, 13 December 2017 10:40:06 UTC+1, Cédric Krier wrote: > > On 2017-12-13 01:13, wrote: > > > But the question remains: Is it possible? > > > > Yes probably. Plugins are kind of wizard that run on client side. > > I got the first par

Re: [tryton-dev] How to build and use plugins in the client

2017-12-13 Thread edbo . design
On Wednesday, 13 December 2017 10:40:06 UTC+1, Cédric Krier wrote: > On 2017-12-13 01:13, wrote: > > But the question remains: Is it possible? > > Yes probably. Plugins are kind of wizard that run on client side. I got the first part working, I got the data from the database. Now I want to put

Re: [tryton-dev] How to build and use plugins in the client

2017-12-13 Thread Cédric Krier
On 2017-12-13 04:11, edbo.des...@gmail.com wrote: > > But indeed you may be interested by https://bugs.tryton.org/issue6999, I > > think we will allow to customize the command to do direct printing. In > > this case, you could write a script that will recognize the label and > > send it to the righ

Re: [tryton-dev] How to build and use plugins in the client

2017-12-13 Thread edbo . design
On Wednesday, 13 December 2017 10:40:06 UTC+1, Cédric Krier wrote: > On 2017-12-13 01:13, edbo wrote: > > But the question remains: Is it possible? > > Yes probably. Plugins are kind of wizard that run on client side. This is very interesting, it basically means that you can read data from a CO

Re: [tryton-dev] How to build and use plugins in the client

2017-12-13 Thread Cédric Krier
On 2017-12-13 01:13, edbo.des...@gmail.com wrote: > But the question remains: Is it possible? Yes probably. Plugins are kind of wizard that run on client side. > and if so, how can we execute a plugin-command from the client? The plugins appears in the action menu of the form. The plugin can dec

[tryton-dev] How to build and use plugins in the client

2017-12-13 Thread edbo . design
Hello, We have an Altek TTP-343 labelprinter and want to print labels which are created by Tryton. We have created an odt-report with the dimensions of the label, print it to a PDF and then to the labelprinter. Unfortunally printing didn't work and even printing from other programs failed. Exce