Merge lp:~inddiana/sisb/latex_reportes_sisb into lp:sisb

Proposed by [SISB] Joyza Carrasquero
Status: Rejected
Rejected by: Aristóbulo Meneses
Proposed branch: lp:~inddiana/sisb/latex_reportes_sisb
Merge into: lp:sisb
Diff against target: 3780 lines (+3650/-0)
25 files modified
report_latex_sisb/diana_sisb_report_latex/__init__.py (+4/-0)
report_latex_sisb/diana_sisb_report_latex/__openerp__.py (+16/-0)
report_latex_sisb/diana_sisb_report_latex/i18n/bg.po (+143/-0)
report_latex_sisb/diana_sisb_report_latex/i18n/ca.po (+154/-0)
report_latex_sisb/diana_sisb_report_latex/i18n/de.po (+155/-0)
report_latex_sisb/diana_sisb_report_latex/i18n/es.po (+155/-0)
report_latex_sisb/diana_sisb_report_latex/i18n/fi.po (+143/-0)
report_latex_sisb/diana_sisb_report_latex/i18n/fr.po (+153/-0)
report_latex_sisb/diana_sisb_report_latex/i18n/fr_FR.po (+240/-0)
report_latex_sisb/diana_sisb_report_latex/i18n/gl.po (+149/-0)
report_latex_sisb/diana_sisb_report_latex/i18n/hr.po (+153/-0)
report_latex_sisb/diana_sisb_report_latex/i18n/hu.po (+142/-0)
report_latex_sisb/diana_sisb_report_latex/i18n/it.po (+143/-0)
report_latex_sisb/diana_sisb_report_latex/i18n/nl.po (+154/-0)
report_latex_sisb/diana_sisb_report_latex/i18n/pt.po (+143/-0)
report_latex_sisb/diana_sisb_report_latex/i18n/pt_BR.po (+143/-0)
report_latex_sisb/diana_sisb_report_latex/i18n/report_webkit_sample.pot (+139/-0)
report_latex_sisb/diana_sisb_report_latex/i18n/zh_CN.po (+148/-0)
report_latex_sisb/diana_sisb_report_latex/report/plantilla_test.tex (+220/-0)
report_latex_sisb/diana_sisb_report_latex/report_latex_view.xml (+15/-0)
report_latex_sisb/diana_sisb_report_latex/test.sty (+163/-0)
report_latex_sisb/report_latex_sisb_diana/__init__.py (+8/-0)
report_latex_sisb/report_latex_sisb_diana/__openerp__.py (+18/-0)
report_latex_sisb/report_latex_sisb_diana/ir_report.py (+114/-0)
report_latex_sisb/report_latex_sisb_diana/sisb_latex_report.py (+635/-0)
To merge this branch: bzr merge lp:~inddiana/sisb/latex_reportes_sisb
Reviewer Review Type Date Requested Status
Aristóbulo Meneses Pending
Review via email: mp+113295@code.launchpad.net

Description of the change

 [ADD] Modulo de latex para los reportes del sistema integral Simón Bolívar, se generaron dos modulos el report_latex_sisb_diana que contiene el parser del latex y el diana_sisb_report_latex que contiene el .tx que permite generar el pdf en este caso la orden de adquisición de compras'

To post a comment you must log in.

Unmerged revisions

211. By [SISB] Joyza Carrasquero

[ADD] Modulo de latex para los reportes del sistema integral Simón Bolívar,
se generaron dos modulos el report_latex_sisb_diana que contiene el parser del latex y el diana_sisb_report_latex que contiene el .tx que permite generar el pdf en este caso la orden de adquisición de compras

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== added directory 'report_latex_sisb'
2=== added directory 'report_latex_sisb/diana_sisb_report_latex'
3=== added file 'report_latex_sisb/diana_sisb_report_latex/__init__.py'
4--- report_latex_sisb/diana_sisb_report_latex/__init__.py 1970-01-01 00:00:00 +0000
5+++ report_latex_sisb/diana_sisb_report_latex/__init__.py 2012-07-03 20:21:17 +0000
6@@ -0,0 +1,4 @@
7+# -*- coding: utf-8 -*-
8+
9+
10+import report
11
12=== added file 'report_latex_sisb/diana_sisb_report_latex/__openerp__.py'
13--- report_latex_sisb/diana_sisb_report_latex/__openerp__.py 1970-01-01 00:00:00 +0000
14+++ report_latex_sisb/diana_sisb_report_latex/__openerp__.py 2012-07-03 20:21:17 +0000
15@@ -0,0 +1,16 @@
16+# -*- coding: utf-8 -*-
17+
18+
19+{
20+ "name" : "Latex Report Samples",
21+ "description" : """Modulo para la creación de reportes en latex
22+ """,
23+ "version" : "0.1",
24+ "depends" : ["base"],
25+ "category": "Reports/Latex",
26+ "author" : "Industrias Diana, C.A.",
27+ "url": "http://www.industriasdiana.gob.ve",
28+ "data": ["report_latex_view.xml",],
29+ "installable" : True,
30+ "active" : False,
31+}
32
33=== added directory 'report_latex_sisb/diana_sisb_report_latex/i18n'
34=== added file 'report_latex_sisb/diana_sisb_report_latex/i18n/bg.po'
35--- report_latex_sisb/diana_sisb_report_latex/i18n/bg.po 1970-01-01 00:00:00 +0000
36+++ report_latex_sisb/diana_sisb_report_latex/i18n/bg.po 2012-07-03 20:21:17 +0000
37@@ -0,0 +1,143 @@
38+# Bulgarian translation for openobject-addons
39+# Copyright (c) 2011 Rosetta Contributors and Canonical Ltd 2011
40+# This file is distributed under the same license as the openobject-addons package.
41+# FIRST AUTHOR <EMAIL@ADDRESS>, 2011.
42+#
43+msgid ""
44+msgstr ""
45+"Project-Id-Version: openobject-addons\n"
46+"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
47+"POT-Creation-Date: 2011-01-11 11:16+0000\n"
48+"PO-Revision-Date: 2011-03-27 18:03+0000\n"
49+"Last-Translator: Dimitar Markov <dimitar.markov@gmail.com>\n"
50+"Language-Team: Bulgarian <bg@li.org>\n"
51+"MIME-Version: 1.0\n"
52+"Content-Type: text/plain; charset=UTF-8\n"
53+"Content-Transfer-Encoding: 8bit\n"
54+"X-Launchpad-Export-Date: 2011-12-17 06:34+0000\n"
55+"X-Generator: Launchpad (build 14525)\n"
56+
57+#. module: report_webkit_sample
58+#: model:ir.actions.report.xml,name:report_webkit_sample.report_webkit_html
59+msgid "WebKit invoice"
60+msgstr ""
61+
62+#. module: report_webkit_sample
63+#: report:report.webkitaccount.invoice:35
64+msgid "Supplier Invoice"
65+msgstr "Фактура към до�тавчик"
66+
67+#. module: report_webkit_sample
68+#: report:report.webkitaccount.invoice:49
69+msgid "Unit Price"
70+msgstr "Единична цена"
71+
72+#. module: report_webkit_sample
73+#: model:ir.module.module,description:report_webkit_sample.module_meta_information
74+msgid ""
75+"Samples for Webkit Report Engine (report_webkit module).\n"
76+"\n"
77+" A sample invoice report is included in this module, as well as a wizard "
78+"to\n"
79+" add Webkit Report entries on any Document in the system.\n"
80+" \n"
81+" You have to create the print buttons by calling the wizard. For more "
82+"details see:\n"
83+" http://files.me.com/nbessi/06n92k.mov \n"
84+" "
85+msgstr ""
86+
87+#. module: report_webkit_sample
88+#: model:ir.module.module,shortdesc:report_webkit_sample.module_meta_information
89+msgid "Webkit Report Samples"
90+msgstr ""
91+
92+#. module: report_webkit_sample
93+#: report:report.webkitaccount.invoice:49
94+msgid "Disc.(%)"
95+msgstr "От�тъпка (%)"
96+
97+#. module: report_webkit_sample
98+#: report:report.webkitaccount.invoice:22
99+msgid "Fax"
100+msgstr "Фак�"
101+
102+#. module: report_webkit_sample
103+#: report:report.webkitaccount.invoice:44
104+msgid "Document"
105+msgstr "Документ"
106+
107+#. module: report_webkit_sample
108+#: report:report.webkitaccount.invoice:49
109+msgid "Description"
110+msgstr "Опи�ание"
111+
112+#. module: report_webkit_sample
113+#: report:report.webkitaccount.invoice:49
114+msgid "Price"
115+msgstr "Цена"
116+
117+#. module: report_webkit_sample
118+#: report:report.webkitaccount.invoice:44
119+msgid "Invoice Date"
120+msgstr "Дата на фактура"
121+
122+#. module: report_webkit_sample
123+#: report:report.webkitaccount.invoice:49
124+msgid "QTY"
125+msgstr "КОЛ."
126+
127+#. module: report_webkit_sample
128+#: report:report.webkitaccount.invoice:64
129+msgid "Base"
130+msgstr "База"
131+
132+#. module: report_webkit_sample
133+#: report:report.webkitaccount.invoice:44
134+msgid "Partner Ref."
135+msgstr "Отпратка към контрагент"
136+
137+#. module: report_webkit_sample
138+#: report:report.webkitaccount.invoice:49
139+msgid "Taxes"
140+msgstr "Данъци"
141+
142+#. module: report_webkit_sample
143+#: report:report.webkitaccount.invoice:64
144+msgid "Amount"
145+msgstr "Количе�тво"
146+
147+#. module: report_webkit_sample
148+#: report:report.webkitaccount.invoice:28
149+msgid "VAT"
150+msgstr "ДДС"
151+
152+#. module: report_webkit_sample
153+#: report:report.webkitaccount.invoice:37
154+msgid "Refund"
155+msgstr "Обезщетение"
156+
157+#. module: report_webkit_sample
158+#: report:report.webkitaccount.invoice:19
159+msgid "Tel"
160+msgstr "Тел"
161+
162+#. module: report_webkit_sample
163+#: report:report.webkitaccount.invoice:25
164+msgid "E-mail"
165+msgstr "Имейл"
166+
167+#. module: report_webkit_sample
168+#: report:report.webkitaccount.invoice:33
169+msgid "Invoice"
170+msgstr "Фактура"
171+
172+#. module: report_webkit_sample
173+#: report:report.webkitaccount.invoice:39
174+msgid "Supplier Refund"
175+msgstr "Обезщетение на до�тавчик"
176+
177+#. module: report_webkit_sample
178+#: report:report.webkitaccount.invoice:76
179+msgid "Total"
180+msgstr "Общо"
181
182=== added file 'report_latex_sisb/diana_sisb_report_latex/i18n/ca.po'
183--- report_latex_sisb/diana_sisb_report_latex/i18n/ca.po 1970-01-01 00:00:00 +0000
184+++ report_latex_sisb/diana_sisb_report_latex/i18n/ca.po 2012-07-03 20:21:17 +0000
185@@ -0,0 +1,154 @@
186+# Catalan translation for openobject-addons
187+# Copyright (c) 2011 Rosetta Contributors and Canonical Ltd 2011
188+# This file is distributed under the same license as the openobject-addons package.
189+# FIRST AUTHOR <EMAIL@ADDRESS>, 2011.
190+#
191+msgid ""
192+msgstr ""
193+"Project-Id-Version: openobject-addons\n"
194+"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
195+"POT-Creation-Date: 2011-01-11 11:16+0000\n"
196+"PO-Revision-Date: 2011-08-06 15:16+0000\n"
197+"Last-Translator: mgaja (GrupoIsep.com) <Unknown>\n"
198+"Language-Team: Catalan <ca@li.org>\n"
199+"MIME-Version: 1.0\n"
200+"Content-Type: text/plain; charset=UTF-8\n"
201+"Content-Transfer-Encoding: 8bit\n"
202+"X-Launchpad-Export-Date: 2011-12-17 06:34+0000\n"
203+"X-Generator: Launchpad (build 14525)\n"
204+
205+#. module: report_webkit_sample
206+#: model:ir.actions.report.xml,name:report_webkit_sample.report_webkit_html
207+msgid "WebKit invoice"
208+msgstr "Factura Webkit"
209+
210+#. module: report_webkit_sample
211+#: report:report.webkitaccount.invoice:35
212+msgid "Supplier Invoice"
213+msgstr "Factura de proveïdor"
214+
215+#. module: report_webkit_sample
216+#: report:report.webkitaccount.invoice:49
217+msgid "Unit Price"
218+msgstr "Preu unitari"
219+
220+#. module: report_webkit_sample
221+#: model:ir.module.module,description:report_webkit_sample.module_meta_information
222+msgid ""
223+"Samples for Webkit Report Engine (report_webkit module).\n"
224+"\n"
225+" A sample invoice report is included in this module, as well as a wizard "
226+"to\n"
227+" add Webkit Report entries on any Document in the system.\n"
228+" \n"
229+" You have to create the print buttons by calling the wizard. For more "
230+"details see:\n"
231+" http://files.me.com/nbessi/06n92k.mov \n"
232+" "
233+msgstr ""
234+"Exemples del motor d'informes Webkit (report_webkit_module)\n"
235+"\n"
236+" Una factura d'exemple està inclosa en aquest mòdul, així com un "
237+"assistent per\n"
238+" afegir entrades a un informe Webkit sobre qualsevol document del "
239+"sistema.\n"
240+" \n"
241+" Heu de crear els *botons d'imprimir cridant al assistent. Per a més "
242+"detalls vegi:\n"
243+" http://files.me.com/nbessi/06n92k.mov \n"
244+" "
245+
246+#. module: report_webkit_sample
247+#: model:ir.module.module,shortdesc:report_webkit_sample.module_meta_information
248+msgid "Webkit Report Samples"
249+msgstr "Informes Webkit d'exemple"
250+
251+#. module: report_webkit_sample
252+#: report:report.webkitaccount.invoice:49
253+msgid "Disc.(%)"
254+msgstr "Desc.(%)"
255+
256+#. module: report_webkit_sample
257+#: report:report.webkitaccount.invoice:22
258+msgid "Fax"
259+msgstr "Fax"
260+
261+#. module: report_webkit_sample
262+#: report:report.webkitaccount.invoice:44
263+msgid "Document"
264+msgstr "Document"
265+
266+#. module: report_webkit_sample
267+#: report:report.webkitaccount.invoice:49
268+msgid "Description"
269+msgstr "Descripció"
270+
271+#. module: report_webkit_sample
272+#: report:report.webkitaccount.invoice:49
273+msgid "Price"
274+msgstr "Preu"
275+
276+#. module: report_webkit_sample
277+#: report:report.webkitaccount.invoice:44
278+msgid "Invoice Date"
279+msgstr "Data de la factura"
280+
281+#. module: report_webkit_sample
282+#: report:report.webkitaccount.invoice:49
283+msgid "QTY"
284+msgstr "QTAT"
285+
286+#. module: report_webkit_sample
287+#: report:report.webkitaccount.invoice:64
288+msgid "Base"
289+msgstr "Base"
290+
291+#. module: report_webkit_sample
292+#: report:report.webkitaccount.invoice:44
293+msgid "Partner Ref."
294+msgstr "Ref. empresa"
295+
296+#. module: report_webkit_sample
297+#: report:report.webkitaccount.invoice:49
298+msgid "Taxes"
299+msgstr "Impostos"
300+
301+#. module: report_webkit_sample
302+#: report:report.webkitaccount.invoice:64
303+msgid "Amount"
304+msgstr "Quantitat"
305+
306+#. module: report_webkit_sample
307+#: report:report.webkitaccount.invoice:28
308+msgid "VAT"
309+msgstr "IVA"
310+
311+#. module: report_webkit_sample
312+#: report:report.webkitaccount.invoice:37
313+msgid "Refund"
314+msgstr "Devolució"
315+
316+#. module: report_webkit_sample
317+#: report:report.webkitaccount.invoice:19
318+msgid "Tel"
319+msgstr "Tel"
320+
321+#. module: report_webkit_sample
322+#: report:report.webkitaccount.invoice:25
323+msgid "E-mail"
324+msgstr "Correu electrònic"
325+
326+#. module: report_webkit_sample
327+#: report:report.webkitaccount.invoice:33
328+msgid "Invoice"
329+msgstr "Factura"
330+
331+#. module: report_webkit_sample
332+#: report:report.webkitaccount.invoice:39
333+msgid "Supplier Refund"
334+msgstr "Factura d'abonament de proveïdor"
335+
336+#. module: report_webkit_sample
337+#: report:report.webkitaccount.invoice:76
338+msgid "Total"
339+msgstr "Total"
340
341=== added file 'report_latex_sisb/diana_sisb_report_latex/i18n/de.po'
342--- report_latex_sisb/diana_sisb_report_latex/i18n/de.po 1970-01-01 00:00:00 +0000
343+++ report_latex_sisb/diana_sisb_report_latex/i18n/de.po 2012-07-03 20:21:17 +0000
344@@ -0,0 +1,155 @@
345+# German translation for openobject-addons
346+# Copyright (c) 2010 Rosetta Contributors and Canonical Ltd 2010
347+# This file is distributed under the same license as the openobject-addons package.
348+# FIRST AUTHOR <EMAIL@ADDRESS>, 2010.
349+#
350+msgid ""
351+msgstr ""
352+"Project-Id-Version: openobject-addons\n"
353+"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
354+"POT-Creation-Date: 2011-01-11 11:16+0000\n"
355+"PO-Revision-Date: 2011-01-19 12:00+0000\n"
356+"Last-Translator: Thorsten Vocks (OpenBig.org) <thorsten.vocks@big-"
357+"consulting.net>\n"
358+"Language-Team: German <de@li.org>\n"
359+"MIME-Version: 1.0\n"
360+"Content-Type: text/plain; charset=UTF-8\n"
361+"Content-Transfer-Encoding: 8bit\n"
362+"X-Launchpad-Export-Date: 2011-12-17 06:34+0000\n"
363+"X-Generator: Launchpad (build 14525)\n"
364+
365+#. module: report_webkit_sample
366+#: model:ir.actions.report.xml,name:report_webkit_sample.report_webkit_html
367+msgid "WebKit invoice"
368+msgstr "Webkit Rechnung"
369+
370+#. module: report_webkit_sample
371+#: report:report.webkitaccount.invoice:35
372+msgid "Supplier Invoice"
373+msgstr "Lieferanten Rechnung"
374+
375+#. module: report_webkit_sample
376+#: report:report.webkitaccount.invoice:49
377+msgid "Unit Price"
378+msgstr "Preis/ME"
379+
380+#. module: report_webkit_sample
381+#: model:ir.module.module,description:report_webkit_sample.module_meta_information
382+msgid ""
383+"Samples for Webkit Report Engine (report_webkit module).\n"
384+"\n"
385+" A sample invoice report is included in this module, as well as a wizard "
386+"to\n"
387+" add Webkit Report entries on any Document in the system.\n"
388+" \n"
389+" You have to create the print buttons by calling the wizard. For more "
390+"details see:\n"
391+" http://files.me.com/nbessi/06n92k.mov \n"
392+" "
393+msgstr ""
394+"Beispiele für Webkit Report Engine (report_webkit module).\n"
395+"\n"
396+"\n"
397+" Eine Beispielrechnung befindet sich in diesem Modul, außerdem auch ein "
398+"Assistent für die\n"
399+" Erstellung von Webkit Reports zu jedem Dokument in OpenERP.\n"
400+"\n"
401+"Sie müssen die Druck Buttons für die Reports durch den Assistenten "
402+"erstellen, sehen Sie hierzu auch das folgende Video:\n"
403+" http://files.me.com/nbessi/06n92k.mov \n"
404+" "
405+
406+#. module: report_webkit_sample
407+#: model:ir.module.module,shortdesc:report_webkit_sample.module_meta_information
408+msgid "Webkit Report Samples"
409+msgstr "Beispiele Webkit Reports"
410+
411+#. module: report_webkit_sample
412+#: report:report.webkitaccount.invoice:49
413+msgid "Disc.(%)"
414+msgstr "Rabatt (%)"
415+
416+#. module: report_webkit_sample
417+#: report:report.webkitaccount.invoice:22
418+msgid "Fax"
419+msgstr "Fax"
420+
421+#. module: report_webkit_sample
422+#: report:report.webkitaccount.invoice:44
423+msgid "Document"
424+msgstr "Dokument"
425+
426+#. module: report_webkit_sample
427+#: report:report.webkitaccount.invoice:49
428+msgid "Description"
429+msgstr "Beschreibung"
430+
431+#. module: report_webkit_sample
432+#: report:report.webkitaccount.invoice:49
433+msgid "Price"
434+msgstr "Preis"
435+
436+#. module: report_webkit_sample
437+#: report:report.webkitaccount.invoice:44
438+msgid "Invoice Date"
439+msgstr "Datum Rechnung"
440+
441+#. module: report_webkit_sample
442+#: report:report.webkitaccount.invoice:49
443+msgid "QTY"
444+msgstr "Anz."
445+
446+#. module: report_webkit_sample
447+#: report:report.webkitaccount.invoice:64
448+msgid "Base"
449+msgstr "Steuergrundbetrag"
450+
451+#. module: report_webkit_sample
452+#: report:report.webkitaccount.invoice:44
453+msgid "Partner Ref."
454+msgstr "Partner Ref."
455+
456+#. module: report_webkit_sample
457+#: report:report.webkitaccount.invoice:49
458+msgid "Taxes"
459+msgstr "Steuern"
460+
461+#. module: report_webkit_sample
462+#: report:report.webkitaccount.invoice:64
463+msgid "Amount"
464+msgstr "Betrag"
465+
466+#. module: report_webkit_sample
467+#: report:report.webkitaccount.invoice:28
468+msgid "VAT"
469+msgstr "UID"
470+
471+#. module: report_webkit_sample
472+#: report:report.webkitaccount.invoice:37
473+msgid "Refund"
474+msgstr "Gutschrift"
475+
476+#. module: report_webkit_sample
477+#: report:report.webkitaccount.invoice:19
478+msgid "Tel"
479+msgstr "Tel."
480+
481+#. module: report_webkit_sample
482+#: report:report.webkitaccount.invoice:25
483+msgid "E-mail"
484+msgstr "E-Mail"
485+
486+#. module: report_webkit_sample
487+#: report:report.webkitaccount.invoice:33
488+msgid "Invoice"
489+msgstr "Rechnung"
490+
491+#. module: report_webkit_sample
492+#: report:report.webkitaccount.invoice:39
493+msgid "Supplier Refund"
494+msgstr "Lieferanten Gutschrift"
495+
496+#. module: report_webkit_sample
497+#: report:report.webkitaccount.invoice:76
498+msgid "Total"
499+msgstr "Summe"
500
501=== added file 'report_latex_sisb/diana_sisb_report_latex/i18n/es.po'
502--- report_latex_sisb/diana_sisb_report_latex/i18n/es.po 1970-01-01 00:00:00 +0000
503+++ report_latex_sisb/diana_sisb_report_latex/i18n/es.po 2012-07-03 20:21:17 +0000
504@@ -0,0 +1,155 @@
505+# Spanish translation for openobject-addons
506+# Copyright (c) 2010 Rosetta Contributors and Canonical Ltd 2010
507+# This file is distributed under the same license as the openobject-addons package.
508+# FIRST AUTHOR <EMAIL@ADDRESS>, 2010.
509+#
510+msgid ""
511+msgstr ""
512+"Project-Id-Version: openobject-addons\n"
513+"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
514+"POT-Creation-Date: 2011-01-11 11:16+0000\n"
515+"PO-Revision-Date: 2011-01-19 12:00+0000\n"
516+"Last-Translator: Jordi Esteve (www.zikzakmedia.com) "
517+"<jesteve@zikzakmedia.com>\n"
518+"Language-Team: Spanish <es@li.org>\n"
519+"MIME-Version: 1.0\n"
520+"Content-Type: text/plain; charset=UTF-8\n"
521+"Content-Transfer-Encoding: 8bit\n"
522+"X-Launchpad-Export-Date: 2011-12-17 06:34+0000\n"
523+"X-Generator: Launchpad (build 14525)\n"
524+
525+#. module: report_webkit_sample
526+#: model:ir.actions.report.xml,name:report_webkit_sample.report_webkit_html
527+msgid "WebKit invoice"
528+msgstr "Factura Webkit"
529+
530+#. module: report_webkit_sample
531+#: report:report.webkitaccount.invoice:35
532+msgid "Supplier Invoice"
533+msgstr "Factura de Proveedor"
534+
535+#. module: report_webkit_sample
536+#: report:report.webkitaccount.invoice:49
537+msgid "Unit Price"
538+msgstr "Precio unitario"
539+
540+#. module: report_webkit_sample
541+#: model:ir.module.module,description:report_webkit_sample.module_meta_information
542+msgid ""
543+"Samples for Webkit Report Engine (report_webkit module).\n"
544+"\n"
545+" A sample invoice report is included in this module, as well as a wizard "
546+"to\n"
547+" add Webkit Report entries on any Document in the system.\n"
548+" \n"
549+" You have to create the print buttons by calling the wizard. For more "
550+"details see:\n"
551+" http://files.me.com/nbessi/06n92k.mov \n"
552+" "
553+msgstr ""
554+"Ejemplos para el motor de informes Webkit (report_webkit_module)\n"
555+"\n"
556+" Una factura de ejemplo está incluida en este módulo, así como un wizard "
557+"para\n"
558+" añadir entradas a un informe Webkit sobre cualquier documento del "
559+"sistema.\n"
560+" \n"
561+" Tiene que crear los botonos de imprimir llamando al wizard. Para más "
562+"detalles vea:\n"
563+" http://files.me.com/nbessi/06n92k.mov \n"
564+" "
565+
566+#. module: report_webkit_sample
567+#: model:ir.module.module,shortdesc:report_webkit_sample.module_meta_information
568+msgid "Webkit Report Samples"
569+msgstr "Informes Webkit de ejemplo"
570+
571+#. module: report_webkit_sample
572+#: report:report.webkitaccount.invoice:49
573+msgid "Disc.(%)"
574+msgstr "Desc.(%)"
575+
576+#. module: report_webkit_sample
577+#: report:report.webkitaccount.invoice:22
578+msgid "Fax"
579+msgstr "Fax"
580+
581+#. module: report_webkit_sample
582+#: report:report.webkitaccount.invoice:44
583+msgid "Document"
584+msgstr "Documento"
585+
586+#. module: report_webkit_sample
587+#: report:report.webkitaccount.invoice:49
588+msgid "Description"
589+msgstr "Descripción"
590+
591+#. module: report_webkit_sample
592+#: report:report.webkitaccount.invoice:49
593+msgid "Price"
594+msgstr "Precio"
595+
596+#. module: report_webkit_sample
597+#: report:report.webkitaccount.invoice:44
598+msgid "Invoice Date"
599+msgstr "Fecha factura"
600+
601+#. module: report_webkit_sample
602+#: report:report.webkitaccount.invoice:49
603+msgid "QTY"
604+msgstr "CTDAD"
605+
606+#. module: report_webkit_sample
607+#: report:report.webkitaccount.invoice:64
608+msgid "Base"
609+msgstr "Base"
610+
611+#. module: report_webkit_sample
612+#: report:report.webkitaccount.invoice:44
613+msgid "Partner Ref."
614+msgstr "Ref. empresa"
615+
616+#. module: report_webkit_sample
617+#: report:report.webkitaccount.invoice:49
618+msgid "Taxes"
619+msgstr "Impuestos"
620+
621+#. module: report_webkit_sample
622+#: report:report.webkitaccount.invoice:64
623+msgid "Amount"
624+msgstr "Importe"
625+
626+#. module: report_webkit_sample
627+#: report:report.webkitaccount.invoice:28
628+msgid "VAT"
629+msgstr "CIF/NIF"
630+
631+#. module: report_webkit_sample
632+#: report:report.webkitaccount.invoice:37
633+msgid "Refund"
634+msgstr "Reembolso"
635+
636+#. module: report_webkit_sample
637+#: report:report.webkitaccount.invoice:19
638+msgid "Tel"
639+msgstr "Tel"
640+
641+#. module: report_webkit_sample
642+#: report:report.webkitaccount.invoice:25
643+msgid "E-mail"
644+msgstr "E-mail"
645+
646+#. module: report_webkit_sample
647+#: report:report.webkitaccount.invoice:33
648+msgid "Invoice"
649+msgstr "Factura"
650+
651+#. module: report_webkit_sample
652+#: report:report.webkitaccount.invoice:39
653+msgid "Supplier Refund"
654+msgstr "Factura rectificativa (abono) de proveedor"
655+
656+#. module: report_webkit_sample
657+#: report:report.webkitaccount.invoice:76
658+msgid "Total"
659+msgstr "Total"
660
661=== added file 'report_latex_sisb/diana_sisb_report_latex/i18n/fi.po'
662--- report_latex_sisb/diana_sisb_report_latex/i18n/fi.po 1970-01-01 00:00:00 +0000
663+++ report_latex_sisb/diana_sisb_report_latex/i18n/fi.po 2012-07-03 20:21:17 +0000
664@@ -0,0 +1,143 @@
665+# Finnish translation for openobject-addons
666+# Copyright (c) 2011 Rosetta Contributors and Canonical Ltd 2011
667+# This file is distributed under the same license as the openobject-addons package.
668+# FIRST AUTHOR <EMAIL@ADDRESS>, 2011.
669+#
670+msgid ""
671+msgstr ""
672+"Project-Id-Version: openobject-addons\n"
673+"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
674+"POT-Creation-Date: 2011-01-11 11:16+0000\n"
675+"PO-Revision-Date: 2011-08-01 06:16+0000\n"
676+"Last-Translator: Juha Kotamäki <Unknown>\n"
677+"Language-Team: Finnish <fi@li.org>\n"
678+"MIME-Version: 1.0\n"
679+"Content-Type: text/plain; charset=UTF-8\n"
680+"Content-Transfer-Encoding: 8bit\n"
681+"X-Launchpad-Export-Date: 2011-12-17 06:34+0000\n"
682+"X-Generator: Launchpad (build 14525)\n"
683+
684+#. module: report_webkit_sample
685+#: model:ir.actions.report.xml,name:report_webkit_sample.report_webkit_html
686+msgid "WebKit invoice"
687+msgstr "Webkit lasku"
688+
689+#. module: report_webkit_sample
690+#: report:report.webkitaccount.invoice:35
691+msgid "Supplier Invoice"
692+msgstr "Toimittajan lasku"
693+
694+#. module: report_webkit_sample
695+#: report:report.webkitaccount.invoice:49
696+msgid "Unit Price"
697+msgstr "Yksikköhinta"
698+
699+#. module: report_webkit_sample
700+#: model:ir.module.module,description:report_webkit_sample.module_meta_information
701+msgid ""
702+"Samples for Webkit Report Engine (report_webkit module).\n"
703+"\n"
704+" A sample invoice report is included in this module, as well as a wizard "
705+"to\n"
706+" add Webkit Report entries on any Document in the system.\n"
707+" \n"
708+" You have to create the print buttons by calling the wizard. For more "
709+"details see:\n"
710+" http://files.me.com/nbessi/06n92k.mov \n"
711+" "
712+msgstr ""
713+
714+#. module: report_webkit_sample
715+#: model:ir.module.module,shortdesc:report_webkit_sample.module_meta_information
716+msgid "Webkit Report Samples"
717+msgstr "Webkit esimerkkiraportit"
718+
719+#. module: report_webkit_sample
720+#: report:report.webkitaccount.invoice:49
721+msgid "Disc.(%)"
722+msgstr "Alennus (%)"
723+
724+#. module: report_webkit_sample
725+#: report:report.webkitaccount.invoice:22
726+msgid "Fax"
727+msgstr "Faksi"
728+
729+#. module: report_webkit_sample
730+#: report:report.webkitaccount.invoice:44
731+msgid "Document"
732+msgstr "Dokumentti"
733+
734+#. module: report_webkit_sample
735+#: report:report.webkitaccount.invoice:49
736+msgid "Description"
737+msgstr "Kuvaus"
738+
739+#. module: report_webkit_sample
740+#: report:report.webkitaccount.invoice:49
741+msgid "Price"
742+msgstr "Hinta"
743+
744+#. module: report_webkit_sample
745+#: report:report.webkitaccount.invoice:44
746+msgid "Invoice Date"
747+msgstr "Laskun päivämäärä"
748+
749+#. module: report_webkit_sample
750+#: report:report.webkitaccount.invoice:49
751+msgid "QTY"
752+msgstr "Määrä"
753+
754+#. module: report_webkit_sample
755+#: report:report.webkitaccount.invoice:64
756+msgid "Base"
757+msgstr "Pohja"
758+
759+#. module: report_webkit_sample
760+#: report:report.webkitaccount.invoice:44
761+msgid "Partner Ref."
762+msgstr "Kumppanin viite"
763+
764+#. module: report_webkit_sample
765+#: report:report.webkitaccount.invoice:49
766+msgid "Taxes"
767+msgstr "Verot"
768+
769+#. module: report_webkit_sample
770+#: report:report.webkitaccount.invoice:64
771+msgid "Amount"
772+msgstr "Määrä"
773+
774+#. module: report_webkit_sample
775+#: report:report.webkitaccount.invoice:28
776+msgid "VAT"
777+msgstr "ALV"
778+
779+#. module: report_webkit_sample
780+#: report:report.webkitaccount.invoice:37
781+msgid "Refund"
782+msgstr "Palautus"
783+
784+#. module: report_webkit_sample
785+#: report:report.webkitaccount.invoice:19
786+msgid "Tel"
787+msgstr "Puh"
788+
789+#. module: report_webkit_sample
790+#: report:report.webkitaccount.invoice:25
791+msgid "E-mail"
792+msgstr "Sähköposti"
793+
794+#. module: report_webkit_sample
795+#: report:report.webkitaccount.invoice:33
796+msgid "Invoice"
797+msgstr "Lasku"
798+
799+#. module: report_webkit_sample
800+#: report:report.webkitaccount.invoice:39
801+msgid "Supplier Refund"
802+msgstr "Toimittajan hyvitys"
803+
804+#. module: report_webkit_sample
805+#: report:report.webkitaccount.invoice:76
806+msgid "Total"
807+msgstr "Kokonaismäärä"
808
809=== added file 'report_latex_sisb/diana_sisb_report_latex/i18n/fr.po'
810--- report_latex_sisb/diana_sisb_report_latex/i18n/fr.po 1970-01-01 00:00:00 +0000
811+++ report_latex_sisb/diana_sisb_report_latex/i18n/fr.po 2012-07-03 20:21:17 +0000
812@@ -0,0 +1,153 @@
813+# Translation of OpenERP Server.
814+# This file contains the translation of the following modules:
815+# * report_webkit_sample
816+#
817+msgid ""
818+msgstr ""
819+"Project-Id-Version: OpenERP Server 6.0dev\n"
820+"Report-Msgid-Bugs-To: support@openerp.com\n"
821+"POT-Creation-Date: 2011-01-11 11:16+0000\n"
822+"PO-Revision-Date: 2011-01-19 12:00+0000\n"
823+"Last-Translator: Maxime Chambreuil (http://www.savoirfairelinux.com) "
824+"<maxime.chambreuil@savoirfairelinux.com>\n"
825+"Language-Team: \n"
826+"MIME-Version: 1.0\n"
827+"Content-Type: text/plain; charset=UTF-8\n"
828+"Content-Transfer-Encoding: 8bit\n"
829+"X-Launchpad-Export-Date: 2011-12-17 06:34+0000\n"
830+"X-Generator: Launchpad (build 14525)\n"
831+
832+#. module: report_webkit_sample
833+#: model:ir.actions.report.xml,name:report_webkit_sample.report_webkit_html
834+msgid "WebKit invoice"
835+msgstr "facture WebKit"
836+
837+#. module: report_webkit_sample
838+#: report:report.webkitaccount.invoice:35
839+msgid "Supplier Invoice"
840+msgstr "Facture fournisseur"
841+
842+#. module: report_webkit_sample
843+#: report:report.webkitaccount.invoice:49
844+msgid "Unit Price"
845+msgstr "Prix unitaire"
846+
847+#. module: report_webkit_sample
848+#: model:ir.module.module,description:report_webkit_sample.module_meta_information
849+msgid ""
850+"Samples for Webkit Report Engine (report_webkit module).\n"
851+"\n"
852+" A sample invoice report is included in this module, as well as a wizard "
853+"to\n"
854+" add Webkit Report entries on any Document in the system.\n"
855+" \n"
856+" You have to create the print buttons by calling the wizard. For more "
857+"details see:\n"
858+" http://files.me.com/nbessi/06n92k.mov \n"
859+" "
860+msgstr ""
861+"Exemples pour le moteur de rapport Webkit (module report_webkit).\n"
862+"\n"
863+" Un exemple de rapport de facture est inclus dans ce module, tout comme "
864+"un assistant pour\n"
865+" ajouter une entrée de rapport Webkit sur tout document dans le système.\n"
866+" \n"
867+" Vous avez la possibilité de créer des boutons d'impression en appelant "
868+"l'assistant. Pour plus de détails, regardez:\n"
869+" http://files.me.com/nbessi/06n92k.mov \n"
870+" "
871+
872+#. module: report_webkit_sample
873+#: model:ir.module.module,shortdesc:report_webkit_sample.module_meta_information
874+msgid "Webkit Report Samples"
875+msgstr "Exemples de rapports Webkit"
876+
877+#. module: report_webkit_sample
878+#: report:report.webkitaccount.invoice:49
879+msgid "Disc.(%)"
880+msgstr "Disc.(%)"
881+
882+#. module: report_webkit_sample
883+#: report:report.webkitaccount.invoice:22
884+msgid "Fax"
885+msgstr "Fax"
886+
887+#. module: report_webkit_sample
888+#: report:report.webkitaccount.invoice:44
889+msgid "Document"
890+msgstr "Ref. document"
891+
892+#. module: report_webkit_sample
893+#: report:report.webkitaccount.invoice:49
894+msgid "Description"
895+msgstr "Description"
896+
897+#. module: report_webkit_sample
898+#: report:report.webkitaccount.invoice:49
899+msgid "Price"
900+msgstr "Prix"
901+
902+#. module: report_webkit_sample
903+#: report:report.webkitaccount.invoice:44
904+msgid "Invoice Date"
905+msgstr "Date de la facture"
906+
907+#. module: report_webkit_sample
908+#: report:report.webkitaccount.invoice:49
909+msgid "QTY"
910+msgstr "QTÉ"
911+
912+#. module: report_webkit_sample
913+#: report:report.webkitaccount.invoice:64
914+msgid "Base"
915+msgstr "Base"
916+
917+#. module: report_webkit_sample
918+#: report:report.webkitaccount.invoice:44
919+msgid "Partner Ref."
920+msgstr "Réf. partenaire"
921+
922+#. module: report_webkit_sample
923+#: report:report.webkitaccount.invoice:49
924+msgid "Taxes"
925+msgstr "Impôts"
926+
927+#. module: report_webkit_sample
928+#: report:report.webkitaccount.invoice:64
929+msgid "Amount"
930+msgstr "Montant"
931+
932+#. module: report_webkit_sample
933+#: report:report.webkitaccount.invoice:28
934+msgid "VAT"
935+msgstr "TVA"
936+
937+#. module: report_webkit_sample
938+#: report:report.webkitaccount.invoice:37
939+msgid "Refund"
940+msgstr "Remboursement"
941+
942+#. module: report_webkit_sample
943+#: report:report.webkitaccount.invoice:19
944+msgid "Tel"
945+msgstr "Tél"
946+
947+#. module: report_webkit_sample
948+#: report:report.webkitaccount.invoice:25
949+msgid "E-mail"
950+msgstr "Courriel"
951+
952+#. module: report_webkit_sample
953+#: report:report.webkitaccount.invoice:33
954+msgid "Invoice"
955+msgstr "Facture"
956+
957+#. module: report_webkit_sample
958+#: report:report.webkitaccount.invoice:39
959+msgid "Supplier Refund"
960+msgstr "Remboursement fournisseur"
961+
962+#. module: report_webkit_sample
963+#: report:report.webkitaccount.invoice:76
964+msgid "Total"
965+msgstr "Total"
966
967=== added file 'report_latex_sisb/diana_sisb_report_latex/i18n/fr_FR.po'
968--- report_latex_sisb/diana_sisb_report_latex/i18n/fr_FR.po 1970-01-01 00:00:00 +0000
969+++ report_latex_sisb/diana_sisb_report_latex/i18n/fr_FR.po 2012-07-03 20:21:17 +0000
970@@ -0,0 +1,240 @@
971+# Translation of OpenERP Server.
972+# This file contains the translation of the following modules:
973+# * report_webkit_sample
974+#
975+msgid ""
976+msgstr ""
977+"Project-Id-Version: OpenERP Server 6.0dev\n"
978+"Report-Msgid-Bugs-To: support@openerp.com\n"
979+"POT-Creation-Date: 2010-10-05 06:33:26+0000\n"
980+"PO-Revision-Date: 2010-10-05 06:33:26+0000\n"
981+"Last-Translator: <>\n"
982+"Language-Team: \n"
983+"MIME-Version: 1.0\n"
984+"Content-Type: text/plain; charset=UTF-8\n"
985+"Content-Transfer-Encoding: \n"
986+"Plural-Forms: \n"
987+
988+#. module: report_webkit_sample
989+#: wizard_view:ir.report_actions,exist:0
990+msgid "Report Action already exist for this report."
991+msgstr "Report Action already exist for this report."
992+
993+#. module: report_webkit_sample
994+#: wizard_field:ir.report_actions,add,print_button:0
995+msgid "Add print button"
996+msgstr "Add print button"
997+
998+#. module: report_webkit_sample
999+#: model:ir.actions.report.xml,name:report_webkit_sample.report_webkit_html
1000+msgid "WebKit invoice"
1001+msgstr "facture WebKit"
1002+
1003+#. module: report_webkit_sample
1004+#: model:ir.actions.wizard,name:report_webkit_sample.wizard_oo_report_actions
1005+#: wizard_view:ir.report_actions,add:0
1006+#: wizard_view:ir.report_actions,exist:0
1007+msgid "Add Print Buttons"
1008+msgstr "Ajouter des boutons d'impression"
1009+
1010+#. module: report_webkit_sample
1011+#: code:addons/report_webkit_sample/wizard/report_actions.py:0
1012+#, python-format
1013+msgid "Client Actions Connections"
1014+msgstr "Actions Client Connections"
1015+
1016+#. module: report_webkit_sample
1017+#: model:ir.module.module,description:report_webkit_sample.module_meta_information
1018+msgid "Report system base on WebKit engine (wkhtmltopd lib) that allows to do HTML2PDF reporting.\n"
1019+"The module structure and some is inspired of the report_openoffice module\n"
1020+"The module allows:\n"
1021+" -HTML report definition\n"
1022+" -Multi header support \n"
1023+" -Multi logo\n"
1024+" -Multi company support\n"
1025+" -HTML and CSS-3 support (In the limit of the actual WebKIT version)\n"
1026+" -JavaScript support \n"
1027+" -Raw HTML debugger\n"
1028+" -Book printing capabilities\n"
1029+" -Margins definition \n"
1030+" -Paper size definition\n"
1031+"and munch more\n"
1032+"\n"
1033+"Many header are defined per company\n"
1034+"Many logo are defined per company\n"
1035+"CSS style, header and footer body are defined in the company\n"
1036+"\n"
1037+"The mapper library can be found here\n"
1038+"http://code.google.com/p/wkhtmltopdf/\n"
1039+"The libraries are included for Linux, Mac OS X i386 and Windows 32.\n"
1040+"\n"
1041+"A sample invoice report is defined in the report. \n"
1042+"You have to create the print button by calling a wizard. For more details :\n"
1043+" http://files.me.com/nbessi/06n92k.mov \n"
1044+"\n"
1045+"TODO :\n"
1046+"JavaScript support activation deactivation\n"
1047+"Collated and book format support\n"
1048+"Zip return for separated PDF\n"
1049+"Web client WYSIWYG\n"
1050+" "
1051+msgstr "Report system base on WebKit engine (wkhtmltopd lib) that allows to do HTML2PDF reporting.\n"
1052+"The module structure and some is inspired of the report_openoffice module\n"
1053+"The module allows:\n"
1054+" -HTML report definition\n"
1055+" -Multi header support \n"
1056+" -Multi logo\n"
1057+" -Multi company support\n"
1058+" -HTML and CSS-3 support (In the limit of the actual WebKIT version)\n"
1059+" -JavaScript support \n"
1060+" -Raw HTML debugger\n"
1061+" -Book printing capabilities\n"
1062+" -Margins definition \n"
1063+" -Paper size definition\n"
1064+"and munch more\n"
1065+"\n"
1066+"Many header are defined per company\n"
1067+"Many logo are defined per company\n"
1068+"CSS style, header and footer body are defined in the company\n"
1069+"\n"
1070+"The mapper library can be found here\n"
1071+"http://code.google.com/p/wkhtmltopdf/\n"
1072+"The libraries are included for Linux, Mac OS X i386 and Windows 32.\n"
1073+"\n"
1074+"A sample invoice report is defined in the report. \n"
1075+"You have to create the print button by calling a wizard. For more details :\n"
1076+" http://files.me.com/nbessi/06n92k.mov \n"
1077+"\n"
1078+"TODO :\n"
1079+"JavaScript support activation deactivation\n"
1080+"Collated and book format support\n"
1081+"Zip return for separated PDF\n"
1082+"Web client WYSIWYG\n"
1083+" "
1084+
1085+#. module: report_webkit_sample
1086+#: help:ir.report_actions,add,print_button:0
1087+msgid "Add action to menu context in print button."
1088+msgstr "Ajouter à l'action du menu contextuel dans le bouton d'impression."
1089+
1090+#. module: report_webkit_sample
1091+#: wizard_button:ir.report_actions,add,end:0
1092+msgid "_Cancel"
1093+msgstr "_Cancel"
1094+
1095+#. module: report_webkit_sample
1096+#: model:ir.module.module,shortdesc:report_webkit_sample.module_meta_information
1097+msgid "webkit report"
1098+msgstr "rapport webkit"
1099+
1100+#. module: report_webkit_sample
1101+#: wizard_field:ir.report_actions,add,open_action:0
1102+msgid "Open added action"
1103+msgstr "Ouvrir ajouté action"
1104+
1105+#. module: report_webkit_sample
1106+#: wizard_button:ir.report_actions,add,process:0
1107+msgid "_Ok"
1108+msgstr "_Ok"
1109+
1110+#. module: report_webkit_sample
1111+#: wizard_button:ir.report_actions,exist,end:0
1112+msgid "_Close"
1113+msgstr "_Close"
1114+
1115+
1116+#. module: report_webkit_sample
1117+#: webkit:report.webkitaccount.invoice:44
1118+msgid "Invoice Date"
1119+msgstr "Date de la facture"
1120+
1121+#. module: report_webkit_sample
1122+#: webkit:report.webkitaccount.invoice:49
1123+msgid "QTY"
1124+msgstr "QTÉ"
1125+
1126+#. module: report_webkit_sample
1127+#: webkit:report.webkitaccount.invoice:49
1128+msgid "Unit Price"
1129+msgstr "Prix unitaire"
1130+
1131+#. module: report_webkit_sample
1132+#: field:report.webkitaccount.invoice:0
1133+msgid "Unit of Measure"
1134+msgstr "Unité de mesure"
1135+
1136+#. module: report_webkit_sample
1137+#: view:account.invoice:0
1138+#: field:account.invoice.line,invoice_line_tax_id:0
1139+#: model:ir.actions.act_window,name:account.action_tax_form
1140+#: model:ir.ui.menu,name:account.menu_action_tax_form
1141+#: model:ir.ui.menu,name:account.next_id_27
1142+msgid "Taxes"
1143+msgstr "Impôts"
1144+
1145+#. module: report_webkit_sample
1146+#: webkit:report.webkitaccount.invoice:49
1147+msgid "Price"
1148+msgstr "Prix"
1149+
1150+#. module: report_webkit_sample
1151+#: webkit:report.webkitaccount.invoice:0
1152+msgid "Tax Lines"
1153+msgstr "Lignes de taxe"
1154+
1155+#. module: report_webkit_sample
1156+#: webkit:report.webkitaccount.invoice:64
1157+msgid "Amount"
1158+msgstr "Montant"
1159+
1160+#. module: report_webkit_sample
1161+#: webkit:report.webkitaccount.invoice:44
1162+msgid "Partner Ref."
1163+msgstr "Réf. partenaire"
1164+
1165+#. module: report_webkit_sample
1166+#: webkit:report.webkitaccount.invoice:0
1167+msgid "Invoice Ref"
1168+msgstr "Réf. Facture"
1169+
1170+#. module: report_webkit_sample
1171+#: field:account.invoice,amount_tax:0
1172+msgid "Total"
1173+msgstr "Total"
1174+
1175+
1176+#. module: report_webkit_sample
1177+#: field:account.invoice,name:0
1178+#: field:account.invoice.line,name:0
1179+msgid "Description"
1180+msgstr "Description"
1181+
1182+#. module: report_webkit_sample
1183+#: view:account.invoice.line:0
1184+#: webkit:account.invoice.tax,invoice_id:0
1185+msgid "Invoice Line"
1186+msgstr "Ligne de facture"
1187+
1188+#. module: report_webkit_sample
1189+#: field:account.analytic.line,product_id:0
1190+#: field:account.invoice.line,product_id:0
1191+#: field:account.move.line,product_id:0
1192+msgid "Product"
1193+msgstr "Produit"
1194+
1195+#. module: report_webkit_sample
1196+#: field:account.invoice,name:0
1197+msgid "Document"
1198+msgstr "Ref. document"
1199+
1200+#. module: report_webkit_sample
1201+#: webkit:account.invoice.line,discount:0
1202+msgid "Disc.(%)"
1203+msgstr "Disc.(%)"
1204+
1205+#. module: report_webkit_sample
1206+#: model:account.account.type,name:account.account_type_tax
1207+#: field:account.invoice,amount_tax:0
1208+#: field:account.move.line,account_tax_id:0
1209+msgid "Tax"
1210+msgstr "Taxe"
1211
1212=== added file 'report_latex_sisb/diana_sisb_report_latex/i18n/gl.po'
1213--- report_latex_sisb/diana_sisb_report_latex/i18n/gl.po 1970-01-01 00:00:00 +0000
1214+++ report_latex_sisb/diana_sisb_report_latex/i18n/gl.po 2012-07-03 20:21:17 +0000
1215@@ -0,0 +1,149 @@
1216+# Galician translation for openobject-addons
1217+# Copyright (c) 2011 Rosetta Contributors and Canonical Ltd 2011
1218+# This file is distributed under the same license as the openobject-addons package.
1219+# FIRST AUTHOR <EMAIL@ADDRESS>, 2011.
1220+#
1221+msgid ""
1222+msgstr ""
1223+"Project-Id-Version: openobject-addons\n"
1224+"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
1225+"POT-Creation-Date: 2011-01-11 11:16+0000\n"
1226+"PO-Revision-Date: 2011-05-10 15:28+0000\n"
1227+"Last-Translator: Santi (Pexego) <santiago@pexego.es>\n"
1228+"Language-Team: Galician <gl@li.org>\n"
1229+"MIME-Version: 1.0\n"
1230+"Content-Type: text/plain; charset=UTF-8\n"
1231+"Content-Transfer-Encoding: 8bit\n"
1232+"X-Launchpad-Export-Date: 2011-12-17 06:34+0000\n"
1233+"X-Generator: Launchpad (build 14525)\n"
1234+
1235+#. module: report_webkit_sample
1236+#: model:ir.actions.report.xml,name:report_webkit_sample.report_webkit_html
1237+msgid "WebKit invoice"
1238+msgstr "Factura Webkit"
1239+
1240+#. module: report_webkit_sample
1241+#: report:report.webkitaccount.invoice:35
1242+msgid "Supplier Invoice"
1243+msgstr "Factura de provedor"
1244+
1245+#. module: report_webkit_sample
1246+#: report:report.webkitaccount.invoice:49
1247+msgid "Unit Price"
1248+msgstr "Prezo unidade"
1249+
1250+#. module: report_webkit_sample
1251+#: model:ir.module.module,description:report_webkit_sample.module_meta_information
1252+msgid ""
1253+"Samples for Webkit Report Engine (report_webkit module).\n"
1254+"\n"
1255+" A sample invoice report is included in this module, as well as a wizard "
1256+"to\n"
1257+" add Webkit Report entries on any Document in the system.\n"
1258+" \n"
1259+" You have to create the print buttons by calling the wizard. For more "
1260+"details see:\n"
1261+" http://files.me.com/nbessi/06n92k.mov \n"
1262+" "
1263+msgstr ""
1264+"Exemplos para o motor de informes Webkit (report_webkit_module) Neste módulo "
1265+"inclúese unha factura de exemplo, así como un asistente para engadir "
1266+"entradas a un informe Webkit sobre calquera documento do sistema. Ten que "
1267+"crear os botóns de imprimir utilizando o asistente. Para máis detalles, "
1268+"consulte: http://files.me.com/nbessi/06n92k.mov \n"
1269+" "
1270+
1271+#. module: report_webkit_sample
1272+#: model:ir.module.module,shortdesc:report_webkit_sample.module_meta_information
1273+msgid "Webkit Report Samples"
1274+msgstr "Informes Webkit de exemplo"
1275+
1276+#. module: report_webkit_sample
1277+#: report:report.webkitaccount.invoice:49
1278+msgid "Disc.(%)"
1279+msgstr "Desc.(%)"
1280+
1281+#. module: report_webkit_sample
1282+#: report:report.webkitaccount.invoice:22
1283+msgid "Fax"
1284+msgstr "Fax"
1285+
1286+#. module: report_webkit_sample
1287+#: report:report.webkitaccount.invoice:44
1288+msgid "Document"
1289+msgstr "Documento"
1290+
1291+#. module: report_webkit_sample
1292+#: report:report.webkitaccount.invoice:49
1293+msgid "Description"
1294+msgstr "Descrición"
1295+
1296+#. module: report_webkit_sample
1297+#: report:report.webkitaccount.invoice:49
1298+msgid "Price"
1299+msgstr "Prezo"
1300+
1301+#. module: report_webkit_sample
1302+#: report:report.webkitaccount.invoice:44
1303+msgid "Invoice Date"
1304+msgstr "Data da factura"
1305+
1306+#. module: report_webkit_sample
1307+#: report:report.webkitaccount.invoice:49
1308+msgid "QTY"
1309+msgstr "CANT."
1310+
1311+#. module: report_webkit_sample
1312+#: report:report.webkitaccount.invoice:64
1313+msgid "Base"
1314+msgstr "Base"
1315+
1316+#. module: report_webkit_sample
1317+#: report:report.webkitaccount.invoice:44
1318+msgid "Partner Ref."
1319+msgstr "Referencia socio"
1320+
1321+#. module: report_webkit_sample
1322+#: report:report.webkitaccount.invoice:49
1323+msgid "Taxes"
1324+msgstr "Impostos"
1325+
1326+#. module: report_webkit_sample
1327+#: report:report.webkitaccount.invoice:64
1328+msgid "Amount"
1329+msgstr "Cantidade"
1330+
1331+#. module: report_webkit_sample
1332+#: report:report.webkitaccount.invoice:28
1333+msgid "VAT"
1334+msgstr "IVE"
1335+
1336+#. module: report_webkit_sample
1337+#: report:report.webkitaccount.invoice:37
1338+msgid "Refund"
1339+msgstr "Reembolso"
1340+
1341+#. module: report_webkit_sample
1342+#: report:report.webkitaccount.invoice:19
1343+msgid "Tel"
1344+msgstr "Tel."
1345+
1346+#. module: report_webkit_sample
1347+#: report:report.webkitaccount.invoice:25
1348+msgid "E-mail"
1349+msgstr "E-mail"
1350+
1351+#. module: report_webkit_sample
1352+#: report:report.webkitaccount.invoice:33
1353+msgid "Invoice"
1354+msgstr "Factura"
1355+
1356+#. module: report_webkit_sample
1357+#: report:report.webkitaccount.invoice:39
1358+msgid "Supplier Refund"
1359+msgstr "Reembolso do provedor:"
1360+
1361+#. module: report_webkit_sample
1362+#: report:report.webkitaccount.invoice:76
1363+msgid "Total"
1364+msgstr "Total"
1365
1366=== added file 'report_latex_sisb/diana_sisb_report_latex/i18n/hr.po'
1367--- report_latex_sisb/diana_sisb_report_latex/i18n/hr.po 1970-01-01 00:00:00 +0000
1368+++ report_latex_sisb/diana_sisb_report_latex/i18n/hr.po 2012-07-03 20:21:17 +0000
1369@@ -0,0 +1,153 @@
1370+# Croatian translation for openobject-addons
1371+# Copyright (c) 2011 Rosetta Contributors and Canonical Ltd 2011
1372+# This file is distributed under the same license as the openobject-addons package.
1373+# FIRST AUTHOR <EMAIL@ADDRESS>, 2011.
1374+#
1375+msgid ""
1376+msgstr ""
1377+"Project-Id-Version: openobject-addons\n"
1378+"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
1379+"POT-Creation-Date: 2011-01-11 11:16+0000\n"
1380+"PO-Revision-Date: 2011-12-11 20:26+0000\n"
1381+"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
1382+"Language-Team: Croatian <hr@li.org>\n"
1383+"MIME-Version: 1.0\n"
1384+"Content-Type: text/plain; charset=UTF-8\n"
1385+"Content-Transfer-Encoding: 8bit\n"
1386+"X-Launchpad-Export-Date: 2011-12-17 06:34+0000\n"
1387+"X-Generator: Launchpad (build 14525)\n"
1388+
1389+#. module: report_webkit_sample
1390+#: model:ir.actions.report.xml,name:report_webkit_sample.report_webkit_html
1391+msgid "WebKit invoice"
1392+msgstr "WebKit ra�un"
1393+
1394+#. module: report_webkit_sample
1395+#: report:report.webkitaccount.invoice:35
1396+msgid "Supplier Invoice"
1397+msgstr "Ulazni ra�un"
1398+
1399+#. module: report_webkit_sample
1400+#: report:report.webkitaccount.invoice:49
1401+msgid "Unit Price"
1402+msgstr "Jedini�na cijena"
1403+
1404+#. module: report_webkit_sample
1405+#: model:ir.module.module,description:report_webkit_sample.module_meta_information
1406+msgid ""
1407+"Samples for Webkit Report Engine (report_webkit module).\n"
1408+"\n"
1409+" A sample invoice report is included in this module, as well as a wizard "
1410+"to\n"
1411+" add Webkit Report entries on any Document in the system.\n"
1412+" \n"
1413+" You have to create the print buttons by calling the wizard. For more "
1414+"details see:\n"
1415+" http://files.me.com/nbessi/06n92k.mov \n"
1416+" "
1417+msgstr ""
1418+"Samples for Webkit Report Engine (report_webkit module).\n"
1419+"Primjeri Webkit izvještajne platforme (report_webkit modul).\n"
1420+"\n"
1421+" U modul je uklju�en primjer izvještaja ra�una, kao i asistent za \n"
1422+" dodavanje stavaka Webkit izvještaja na bilo koji dokument u sustavu.\n"
1423+"\n"
1424+" Morate kreirati gumbe za ispis pozivajući asistenta. Za više detalja "
1425+"pogledajte: \n"
1426+" http://files.me.com/nbessi/06n92k.mov \n"
1427+" "
1428+
1429+#. module: report_webkit_sample
1430+#: model:ir.module.module,shortdesc:report_webkit_sample.module_meta_information
1431+msgid "Webkit Report Samples"
1432+msgstr "Primjeri Webkit izvještaja"
1433+
1434+#. module: report_webkit_sample
1435+#: report:report.webkitaccount.invoice:49
1436+msgid "Disc.(%)"
1437+msgstr "Popust (%)"
1438+
1439+#. module: report_webkit_sample
1440+#: report:report.webkitaccount.invoice:22
1441+msgid "Fax"
1442+msgstr "Fax"
1443+
1444+#. module: report_webkit_sample
1445+#: report:report.webkitaccount.invoice:44
1446+msgid "Document"
1447+msgstr "Dokument"
1448+
1449+#. module: report_webkit_sample
1450+#: report:report.webkitaccount.invoice:49
1451+msgid "Description"
1452+msgstr "Opis"
1453+
1454+#. module: report_webkit_sample
1455+#: report:report.webkitaccount.invoice:49
1456+msgid "Price"
1457+msgstr "Cijena"
1458+
1459+#. module: report_webkit_sample
1460+#: report:report.webkitaccount.invoice:44
1461+msgid "Invoice Date"
1462+msgstr "Datum ra�una"
1463+
1464+#. module: report_webkit_sample
1465+#: report:report.webkitaccount.invoice:49
1466+msgid "QTY"
1467+msgstr "Kol."
1468+
1469+#. module: report_webkit_sample
1470+#: report:report.webkitaccount.invoice:64
1471+msgid "Base"
1472+msgstr "Osnovica"
1473+
1474+#. module: report_webkit_sample
1475+#: report:report.webkitaccount.invoice:44
1476+msgid "Partner Ref."
1477+msgstr "Partnerova oznaka"
1478+
1479+#. module: report_webkit_sample
1480+#: report:report.webkitaccount.invoice:49
1481+msgid "Taxes"
1482+msgstr "Porezi"
1483+
1484+#. module: report_webkit_sample
1485+#: report:report.webkitaccount.invoice:64
1486+msgid "Amount"
1487+msgstr "Iznos"
1488+
1489+#. module: report_webkit_sample
1490+#: report:report.webkitaccount.invoice:28
1491+msgid "VAT"
1492+msgstr "PDV"
1493+
1494+#. module: report_webkit_sample
1495+#: report:report.webkitaccount.invoice:37
1496+msgid "Refund"
1497+msgstr "Povrat"
1498+
1499+#. module: report_webkit_sample
1500+#: report:report.webkitaccount.invoice:19
1501+msgid "Tel"
1502+msgstr "Tel"
1503+
1504+#. module: report_webkit_sample
1505+#: report:report.webkitaccount.invoice:25
1506+msgid "E-mail"
1507+msgstr "E-pošta"
1508+
1509+#. module: report_webkit_sample
1510+#: report:report.webkitaccount.invoice:33
1511+msgid "Invoice"
1512+msgstr "Ra�un"
1513+
1514+#. module: report_webkit_sample
1515+#: report:report.webkitaccount.invoice:39
1516+msgid "Supplier Refund"
1517+msgstr "Odobrenje dobavlja�a"
1518+
1519+#. module: report_webkit_sample
1520+#: report:report.webkitaccount.invoice:76
1521+msgid "Total"
1522+msgstr "Ukupno"
1523
1524=== added file 'report_latex_sisb/diana_sisb_report_latex/i18n/hu.po'
1525--- report_latex_sisb/diana_sisb_report_latex/i18n/hu.po 1970-01-01 00:00:00 +0000
1526+++ report_latex_sisb/diana_sisb_report_latex/i18n/hu.po 2012-07-03 20:21:17 +0000
1527@@ -0,0 +1,142 @@
1528+# Translation of OpenERP Server.
1529+# This file contains the translation of the following modules:
1530+# * report_webkit_sample
1531+#
1532+msgid ""
1533+msgstr ""
1534+"Project-Id-Version: OpenERP Server 6.0dev\n"
1535+"Report-Msgid-Bugs-To: support@openerp.com\n"
1536+"POT-Creation-Date: 2011-01-11 11:16+0000\n"
1537+"PO-Revision-Date: 2011-01-19 12:00+0000\n"
1538+"Last-Translator: NOVOTRADE RENDSZERH�Z <openerp@novotrade.hu>\n"
1539+"Language-Team: \n"
1540+"MIME-Version: 1.0\n"
1541+"Content-Type: text/plain; charset=utf-8\n"
1542+"Content-Transfer-Encoding: 8bit\n"
1543+"X-Launchpad-Export-Date: 2011-12-17 06:34+0000\n"
1544+"X-Generator: Launchpad (build 14525)\n"
1545+
1546+#. module: report_webkit_sample
1547+#: model:ir.actions.report.xml,name:report_webkit_sample.report_webkit_html
1548+msgid "WebKit invoice"
1549+msgstr "WebKit számla"
1550+
1551+#. module: report_webkit_sample
1552+#: report:report.webkitaccount.invoice:35
1553+msgid "Supplier Invoice"
1554+msgstr "Bejövő számla"
1555+
1556+#. module: report_webkit_sample
1557+#: report:report.webkitaccount.invoice:49
1558+msgid "Unit Price"
1559+msgstr "Egységár"
1560+
1561+#. module: report_webkit_sample
1562+#: model:ir.module.module,description:report_webkit_sample.module_meta_information
1563+msgid ""
1564+"Samples for Webkit Report Engine (report_webkit module).\n"
1565+"\n"
1566+" A sample invoice report is included in this module, as well as a wizard "
1567+"to\n"
1568+" add Webkit Report entries on any Document in the system.\n"
1569+" \n"
1570+" You have to create the print buttons by calling the wizard. For more "
1571+"details see:\n"
1572+" http://files.me.com/nbessi/06n92k.mov \n"
1573+" "
1574+msgstr ""
1575+
1576+#. module: report_webkit_sample
1577+#: model:ir.module.module,shortdesc:report_webkit_sample.module_meta_information
1578+msgid "Webkit Report Samples"
1579+msgstr "WebKit jelentés minták"
1580+
1581+#. module: report_webkit_sample
1582+#: report:report.webkitaccount.invoice:49
1583+msgid "Disc.(%)"
1584+msgstr "Eng. (%)"
1585+
1586+#. module: report_webkit_sample
1587+#: report:report.webkitaccount.invoice:22
1588+msgid "Fax"
1589+msgstr "Fax"
1590+
1591+#. module: report_webkit_sample
1592+#: report:report.webkitaccount.invoice:44
1593+msgid "Document"
1594+msgstr "Dokumentum"
1595+
1596+#. module: report_webkit_sample
1597+#: report:report.webkitaccount.invoice:49
1598+msgid "Description"
1599+msgstr "Leírás"
1600+
1601+#. module: report_webkit_sample
1602+#: report:report.webkitaccount.invoice:49
1603+msgid "Price"
1604+msgstr "Nettó érték"
1605+
1606+#. module: report_webkit_sample
1607+#: report:report.webkitaccount.invoice:44
1608+msgid "Invoice Date"
1609+msgstr "Számla kelte"
1610+
1611+#. module: report_webkit_sample
1612+#: report:report.webkitaccount.invoice:49
1613+msgid "QTY"
1614+msgstr "Db"
1615+
1616+#. module: report_webkit_sample
1617+#: report:report.webkitaccount.invoice:64
1618+msgid "Base"
1619+msgstr "Adóalap"
1620+
1621+#. module: report_webkit_sample
1622+#: report:report.webkitaccount.invoice:44
1623+msgid "Partner Ref."
1624+msgstr "Partner hiv."
1625+
1626+#. module: report_webkit_sample
1627+#: report:report.webkitaccount.invoice:49
1628+msgid "Taxes"
1629+msgstr "Adók"
1630+
1631+#. module: report_webkit_sample
1632+#: report:report.webkitaccount.invoice:64
1633+msgid "Amount"
1634+msgstr "Adó összege"
1635+
1636+#. module: report_webkit_sample
1637+#: report:report.webkitaccount.invoice:28
1638+msgid "VAT"
1639+msgstr "�FA"
1640+
1641+#. module: report_webkit_sample
1642+#: report:report.webkitaccount.invoice:37
1643+msgid "Refund"
1644+msgstr "Jóváíró számla"
1645+
1646+#. module: report_webkit_sample
1647+#: report:report.webkitaccount.invoice:19
1648+msgid "Tel"
1649+msgstr "Tel"
1650+
1651+#. module: report_webkit_sample
1652+#: report:report.webkitaccount.invoice:25
1653+msgid "E-mail"
1654+msgstr "E-mail"
1655+
1656+#. module: report_webkit_sample
1657+#: report:report.webkitaccount.invoice:33
1658+msgid "Invoice"
1659+msgstr "Számla"
1660+
1661+#. module: report_webkit_sample
1662+#: report:report.webkitaccount.invoice:39
1663+msgid "Supplier Refund"
1664+msgstr "Bejövő jóváíró számla"
1665+
1666+#. module: report_webkit_sample
1667+#: report:report.webkitaccount.invoice:76
1668+msgid "Total"
1669+msgstr "Bruttó érték"
1670
1671=== added file 'report_latex_sisb/diana_sisb_report_latex/i18n/it.po'
1672--- report_latex_sisb/diana_sisb_report_latex/i18n/it.po 1970-01-01 00:00:00 +0000
1673+++ report_latex_sisb/diana_sisb_report_latex/i18n/it.po 2012-07-03 20:21:17 +0000
1674@@ -0,0 +1,143 @@
1675+# Italian translation for openobject-addons
1676+# Copyright (c) 2011 Rosetta Contributors and Canonical Ltd 2011
1677+# This file is distributed under the same license as the openobject-addons package.
1678+# FIRST AUTHOR <EMAIL@ADDRESS>, 2011.
1679+#
1680+msgid ""
1681+msgstr ""
1682+"Project-Id-Version: openobject-addons\n"
1683+"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
1684+"POT-Creation-Date: 2011-01-11 11:16+0000\n"
1685+"PO-Revision-Date: 2011-01-19 12:00+0000\n"
1686+"Last-Translator: Nicola Riolini - Micronaet <Unknown>\n"
1687+"Language-Team: Italian <it@li.org>\n"
1688+"MIME-Version: 1.0\n"
1689+"Content-Type: text/plain; charset=UTF-8\n"
1690+"Content-Transfer-Encoding: 8bit\n"
1691+"X-Launchpad-Export-Date: 2011-12-17 06:34+0000\n"
1692+"X-Generator: Launchpad (build 14525)\n"
1693+
1694+#. module: report_webkit_sample
1695+#: model:ir.actions.report.xml,name:report_webkit_sample.report_webkit_html
1696+msgid "WebKit invoice"
1697+msgstr ""
1698+
1699+#. module: report_webkit_sample
1700+#: report:report.webkitaccount.invoice:35
1701+msgid "Supplier Invoice"
1702+msgstr "Fattura Fornitore"
1703+
1704+#. module: report_webkit_sample
1705+#: report:report.webkitaccount.invoice:49
1706+msgid "Unit Price"
1707+msgstr "Prezzo unitario"
1708+
1709+#. module: report_webkit_sample
1710+#: model:ir.module.module,description:report_webkit_sample.module_meta_information
1711+msgid ""
1712+"Samples for Webkit Report Engine (report_webkit module).\n"
1713+"\n"
1714+" A sample invoice report is included in this module, as well as a wizard "
1715+"to\n"
1716+" add Webkit Report entries on any Document in the system.\n"
1717+" \n"
1718+" You have to create the print buttons by calling the wizard. For more "
1719+"details see:\n"
1720+" http://files.me.com/nbessi/06n92k.mov \n"
1721+" "
1722+msgstr ""
1723+
1724+#. module: report_webkit_sample
1725+#: model:ir.module.module,shortdesc:report_webkit_sample.module_meta_information
1726+msgid "Webkit Report Samples"
1727+msgstr ""
1728+
1729+#. module: report_webkit_sample
1730+#: report:report.webkitaccount.invoice:49
1731+msgid "Disc.(%)"
1732+msgstr "Sconto (%)"
1733+
1734+#. module: report_webkit_sample
1735+#: report:report.webkitaccount.invoice:22
1736+msgid "Fax"
1737+msgstr "Fax"
1738+
1739+#. module: report_webkit_sample
1740+#: report:report.webkitaccount.invoice:44
1741+msgid "Document"
1742+msgstr "Documento"
1743+
1744+#. module: report_webkit_sample
1745+#: report:report.webkitaccount.invoice:49
1746+msgid "Description"
1747+msgstr "Descrizione"
1748+
1749+#. module: report_webkit_sample
1750+#: report:report.webkitaccount.invoice:49
1751+msgid "Price"
1752+msgstr "Prezzo"
1753+
1754+#. module: report_webkit_sample
1755+#: report:report.webkitaccount.invoice:44
1756+msgid "Invoice Date"
1757+msgstr "Data fattura"
1758+
1759+#. module: report_webkit_sample
1760+#: report:report.webkitaccount.invoice:49
1761+msgid "QTY"
1762+msgstr "Q.ta"
1763+
1764+#. module: report_webkit_sample
1765+#: report:report.webkitaccount.invoice:64
1766+msgid "Base"
1767+msgstr "Base"
1768+
1769+#. module: report_webkit_sample
1770+#: report:report.webkitaccount.invoice:44
1771+msgid "Partner Ref."
1772+msgstr "Rif. Partner"
1773+
1774+#. module: report_webkit_sample
1775+#: report:report.webkitaccount.invoice:49
1776+msgid "Taxes"
1777+msgstr "Tasse"
1778+
1779+#. module: report_webkit_sample
1780+#: report:report.webkitaccount.invoice:64
1781+msgid "Amount"
1782+msgstr "Importo"
1783+
1784+#. module: report_webkit_sample
1785+#: report:report.webkitaccount.invoice:28
1786+msgid "VAT"
1787+msgstr "IVA"
1788+
1789+#. module: report_webkit_sample
1790+#: report:report.webkitaccount.invoice:37
1791+msgid "Refund"
1792+msgstr ""
1793+
1794+#. module: report_webkit_sample
1795+#: report:report.webkitaccount.invoice:19
1796+msgid "Tel"
1797+msgstr "Tel."
1798+
1799+#. module: report_webkit_sample
1800+#: report:report.webkitaccount.invoice:25
1801+msgid "E-mail"
1802+msgstr "Email"
1803+
1804+#. module: report_webkit_sample
1805+#: report:report.webkitaccount.invoice:33
1806+msgid "Invoice"
1807+msgstr "Fattura"
1808+
1809+#. module: report_webkit_sample
1810+#: report:report.webkitaccount.invoice:39
1811+msgid "Supplier Refund"
1812+msgstr ""
1813+
1814+#. module: report_webkit_sample
1815+#: report:report.webkitaccount.invoice:76
1816+msgid "Total"
1817+msgstr "Totale"
1818
1819=== added file 'report_latex_sisb/diana_sisb_report_latex/i18n/nl.po'
1820--- report_latex_sisb/diana_sisb_report_latex/i18n/nl.po 1970-01-01 00:00:00 +0000
1821+++ report_latex_sisb/diana_sisb_report_latex/i18n/nl.po 2012-07-03 20:21:17 +0000
1822@@ -0,0 +1,154 @@
1823+# Dutch translation for openobject-addons
1824+# Copyright (c) 2011 Rosetta Contributors and Canonical Ltd 2011
1825+# This file is distributed under the same license as the openobject-addons package.
1826+# FIRST AUTHOR <EMAIL@ADDRESS>, 2011.
1827+#
1828+msgid ""
1829+msgstr ""
1830+"Project-Id-Version: openobject-addons\n"
1831+"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
1832+"POT-Creation-Date: 2011-01-11 11:16+0000\n"
1833+"PO-Revision-Date: 2011-01-26 18:29+0000\n"
1834+"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
1835+"Language-Team: Dutch <nl@li.org>\n"
1836+"MIME-Version: 1.0\n"
1837+"Content-Type: text/plain; charset=UTF-8\n"
1838+"Content-Transfer-Encoding: 8bit\n"
1839+"X-Launchpad-Export-Date: 2011-12-17 06:34+0000\n"
1840+"X-Generator: Launchpad (build 14525)\n"
1841+
1842+#. module: report_webkit_sample
1843+#: model:ir.actions.report.xml,name:report_webkit_sample.report_webkit_html
1844+msgid "WebKit invoice"
1845+msgstr "WebKit factuur"
1846+
1847+#. module: report_webkit_sample
1848+#: report:report.webkitaccount.invoice:35
1849+msgid "Supplier Invoice"
1850+msgstr "Inkoopfactuur"
1851+
1852+#. module: report_webkit_sample
1853+#: report:report.webkitaccount.invoice:49
1854+msgid "Unit Price"
1855+msgstr "Stuksprijs"
1856+
1857+#. module: report_webkit_sample
1858+#: model:ir.module.module,description:report_webkit_sample.module_meta_information
1859+msgid ""
1860+"Samples for Webkit Report Engine (report_webkit module).\n"
1861+"\n"
1862+" A sample invoice report is included in this module, as well as a wizard "
1863+"to\n"
1864+" add Webkit Report entries on any Document in the system.\n"
1865+" \n"
1866+" You have to create the print buttons by calling the wizard. For more "
1867+"details see:\n"
1868+" http://files.me.com/nbessi/06n92k.mov \n"
1869+" "
1870+msgstr ""
1871+"Voorbeelden voor Webkit rapportgenerator (report_webkit module).\n"
1872+"\n"
1873+" Een voorbeeld factuur overzicht is bijgevoegd in deze module, naast een "
1874+"assistent om\n"
1875+" Webkit overzicht inschrijvingen toe te voegen op elk Document in het "
1876+"systeem.\n"
1877+" \n"
1878+" U moet de afdrukknop maken door deze assistent aan te roepen. Voor meer "
1879+"details zie:\n"
1880+" http://files.me.com/nbessi/06n92k.mov \n"
1881+" "
1882+
1883+#. module: report_webkit_sample
1884+#: model:ir.module.module,shortdesc:report_webkit_sample.module_meta_information
1885+msgid "Webkit Report Samples"
1886+msgstr "Webkit overzicht voorbeelden"
1887+
1888+#. module: report_webkit_sample
1889+#: report:report.webkitaccount.invoice:49
1890+msgid "Disc.(%)"
1891+msgstr "Krt. (%)"
1892+
1893+#. module: report_webkit_sample
1894+#: report:report.webkitaccount.invoice:22
1895+msgid "Fax"
1896+msgstr "Fax"
1897+
1898+#. module: report_webkit_sample
1899+#: report:report.webkitaccount.invoice:44
1900+msgid "Document"
1901+msgstr "Document"
1902+
1903+#. module: report_webkit_sample
1904+#: report:report.webkitaccount.invoice:49
1905+msgid "Description"
1906+msgstr "Omschrijving"
1907+
1908+#. module: report_webkit_sample
1909+#: report:report.webkitaccount.invoice:49
1910+msgid "Price"
1911+msgstr "Prijs"
1912+
1913+#. module: report_webkit_sample
1914+#: report:report.webkitaccount.invoice:44
1915+msgid "Invoice Date"
1916+msgstr "Factuurdatum"
1917+
1918+#. module: report_webkit_sample
1919+#: report:report.webkitaccount.invoice:49
1920+msgid "QTY"
1921+msgstr "AANT"
1922+
1923+#. module: report_webkit_sample
1924+#: report:report.webkitaccount.invoice:64
1925+msgid "Base"
1926+msgstr "Basis"
1927+
1928+#. module: report_webkit_sample
1929+#: report:report.webkitaccount.invoice:44
1930+msgid "Partner Ref."
1931+msgstr "Relatie ref."
1932+
1933+#. module: report_webkit_sample
1934+#: report:report.webkitaccount.invoice:49
1935+msgid "Taxes"
1936+msgstr "BTW"
1937+
1938+#. module: report_webkit_sample
1939+#: report:report.webkitaccount.invoice:64
1940+msgid "Amount"
1941+msgstr "Bedrag"
1942+
1943+#. module: report_webkit_sample
1944+#: report:report.webkitaccount.invoice:28
1945+msgid "VAT"
1946+msgstr "BTW"
1947+
1948+#. module: report_webkit_sample
1949+#: report:report.webkitaccount.invoice:37
1950+msgid "Refund"
1951+msgstr "Creditnota"
1952+
1953+#. module: report_webkit_sample
1954+#: report:report.webkitaccount.invoice:19
1955+msgid "Tel"
1956+msgstr "Tel"
1957+
1958+#. module: report_webkit_sample
1959+#: report:report.webkitaccount.invoice:25
1960+msgid "E-mail"
1961+msgstr "E-mail"
1962+
1963+#. module: report_webkit_sample
1964+#: report:report.webkitaccount.invoice:33
1965+msgid "Invoice"
1966+msgstr "Factuur"
1967+
1968+#. module: report_webkit_sample
1969+#: report:report.webkitaccount.invoice:39
1970+msgid "Supplier Refund"
1971+msgstr "Creditfactuur inkoop"
1972+
1973+#. module: report_webkit_sample
1974+#: report:report.webkitaccount.invoice:76
1975+msgid "Total"
1976+msgstr "Totaal"
1977
1978=== added file 'report_latex_sisb/diana_sisb_report_latex/i18n/pt.po'
1979--- report_latex_sisb/diana_sisb_report_latex/i18n/pt.po 1970-01-01 00:00:00 +0000
1980+++ report_latex_sisb/diana_sisb_report_latex/i18n/pt.po 2012-07-03 20:21:17 +0000
1981@@ -0,0 +1,143 @@
1982+# Portuguese translation for openobject-addons
1983+# Copyright (c) 2010 Rosetta Contributors and Canonical Ltd 2010
1984+# This file is distributed under the same license as the openobject-addons package.
1985+# FIRST AUTHOR <EMAIL@ADDRESS>, 2010.
1986+#
1987+msgid ""
1988+msgstr ""
1989+"Project-Id-Version: openobject-addons\n"
1990+"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
1991+"POT-Creation-Date: 2011-01-11 11:16+0000\n"
1992+"PO-Revision-Date: 2011-01-19 12:00+0000\n"
1993+"Last-Translator: OpenERP Administrators <Unknown>\n"
1994+"Language-Team: Portuguese <pt@li.org>\n"
1995+"MIME-Version: 1.0\n"
1996+"Content-Type: text/plain; charset=UTF-8\n"
1997+"Content-Transfer-Encoding: 8bit\n"
1998+"X-Launchpad-Export-Date: 2011-12-17 06:34+0000\n"
1999+"X-Generator: Launchpad (build 14525)\n"
2000+
2001+#. module: report_webkit_sample
2002+#: model:ir.actions.report.xml,name:report_webkit_sample.report_webkit_html
2003+msgid "WebKit invoice"
2004+msgstr ""
2005+
2006+#. module: report_webkit_sample
2007+#: report:report.webkitaccount.invoice:35
2008+msgid "Supplier Invoice"
2009+msgstr "Factura de fornecedor"
2010+
2011+#. module: report_webkit_sample
2012+#: report:report.webkitaccount.invoice:49
2013+msgid "Unit Price"
2014+msgstr "Preço unitário"
2015+
2016+#. module: report_webkit_sample
2017+#: model:ir.module.module,description:report_webkit_sample.module_meta_information
2018+msgid ""
2019+"Samples for Webkit Report Engine (report_webkit module).\n"
2020+"\n"
2021+" A sample invoice report is included in this module, as well as a wizard "
2022+"to\n"
2023+" add Webkit Report entries on any Document in the system.\n"
2024+" \n"
2025+" You have to create the print buttons by calling the wizard. For more "
2026+"details see:\n"
2027+" http://files.me.com/nbessi/06n92k.mov \n"
2028+" "
2029+msgstr ""
2030+
2031+#. module: report_webkit_sample
2032+#: model:ir.module.module,shortdesc:report_webkit_sample.module_meta_information
2033+msgid "Webkit Report Samples"
2034+msgstr ""
2035+
2036+#. module: report_webkit_sample
2037+#: report:report.webkitaccount.invoice:49
2038+msgid "Disc.(%)"
2039+msgstr ""
2040+
2041+#. module: report_webkit_sample
2042+#: report:report.webkitaccount.invoice:22
2043+msgid "Fax"
2044+msgstr "Fax"
2045+
2046+#. module: report_webkit_sample
2047+#: report:report.webkitaccount.invoice:44
2048+msgid "Document"
2049+msgstr "Documento"
2050+
2051+#. module: report_webkit_sample
2052+#: report:report.webkitaccount.invoice:49
2053+msgid "Description"
2054+msgstr "Descrição"
2055+
2056+#. module: report_webkit_sample
2057+#: report:report.webkitaccount.invoice:49
2058+msgid "Price"
2059+msgstr "Preço"
2060+
2061+#. module: report_webkit_sample
2062+#: report:report.webkitaccount.invoice:44
2063+msgid "Invoice Date"
2064+msgstr "Data da fatura"
2065+
2066+#. module: report_webkit_sample
2067+#: report:report.webkitaccount.invoice:49
2068+msgid "QTY"
2069+msgstr ""
2070+
2071+#. module: report_webkit_sample
2072+#: report:report.webkitaccount.invoice:64
2073+msgid "Base"
2074+msgstr ""
2075+
2076+#. module: report_webkit_sample
2077+#: report:report.webkitaccount.invoice:44
2078+msgid "Partner Ref."
2079+msgstr "Ref. do parceiro"
2080+
2081+#. module: report_webkit_sample
2082+#: report:report.webkitaccount.invoice:49
2083+msgid "Taxes"
2084+msgstr ""
2085+
2086+#. module: report_webkit_sample
2087+#: report:report.webkitaccount.invoice:64
2088+msgid "Amount"
2089+msgstr ""
2090+
2091+#. module: report_webkit_sample
2092+#: report:report.webkitaccount.invoice:28
2093+msgid "VAT"
2094+msgstr ""
2095+
2096+#. module: report_webkit_sample
2097+#: report:report.webkitaccount.invoice:37
2098+msgid "Refund"
2099+msgstr ""
2100+
2101+#. module: report_webkit_sample
2102+#: report:report.webkitaccount.invoice:19
2103+msgid "Tel"
2104+msgstr "Telefone"
2105+
2106+#. module: report_webkit_sample
2107+#: report:report.webkitaccount.invoice:25
2108+msgid "E-mail"
2109+msgstr ""
2110+
2111+#. module: report_webkit_sample
2112+#: report:report.webkitaccount.invoice:33
2113+msgid "Invoice"
2114+msgstr "Fatura"
2115+
2116+#. module: report_webkit_sample
2117+#: report:report.webkitaccount.invoice:39
2118+msgid "Supplier Refund"
2119+msgstr "Reembolso de Fornecedor"
2120+
2121+#. module: report_webkit_sample
2122+#: report:report.webkitaccount.invoice:76
2123+msgid "Total"
2124+msgstr "Total"
2125
2126=== added file 'report_latex_sisb/diana_sisb_report_latex/i18n/pt_BR.po'
2127--- report_latex_sisb/diana_sisb_report_latex/i18n/pt_BR.po 1970-01-01 00:00:00 +0000
2128+++ report_latex_sisb/diana_sisb_report_latex/i18n/pt_BR.po 2012-07-03 20:21:17 +0000
2129@@ -0,0 +1,143 @@
2130+# Brazilian Portuguese translation for openobject-addons
2131+# Copyright (c) 2011 Rosetta Contributors and Canonical Ltd 2011
2132+# This file is distributed under the same license as the openobject-addons package.
2133+# FIRST AUTHOR <EMAIL@ADDRESS>, 2011.
2134+#
2135+msgid ""
2136+msgstr ""
2137+"Project-Id-Version: openobject-addons\n"
2138+"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
2139+"POT-Creation-Date: 2011-01-11 11:16+0000\n"
2140+"PO-Revision-Date: 2011-03-17 01:44+0000\n"
2141+"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
2142+"Language-Team: Brazilian Portuguese <pt_BR@li.org>\n"
2143+"MIME-Version: 1.0\n"
2144+"Content-Type: text/plain; charset=UTF-8\n"
2145+"Content-Transfer-Encoding: 8bit\n"
2146+"X-Launchpad-Export-Date: 2011-12-17 06:34+0000\n"
2147+"X-Generator: Launchpad (build 14525)\n"
2148+
2149+#. module: report_webkit_sample
2150+#: model:ir.actions.report.xml,name:report_webkit_sample.report_webkit_html
2151+msgid "WebKit invoice"
2152+msgstr ""
2153+
2154+#. module: report_webkit_sample
2155+#: report:report.webkitaccount.invoice:35
2156+msgid "Supplier Invoice"
2157+msgstr "Fatura de Fornecedor"
2158+
2159+#. module: report_webkit_sample
2160+#: report:report.webkitaccount.invoice:49
2161+msgid "Unit Price"
2162+msgstr "Preço Unitário"
2163+
2164+#. module: report_webkit_sample
2165+#: model:ir.module.module,description:report_webkit_sample.module_meta_information
2166+msgid ""
2167+"Samples for Webkit Report Engine (report_webkit module).\n"
2168+"\n"
2169+" A sample invoice report is included in this module, as well as a wizard "
2170+"to\n"
2171+" add Webkit Report entries on any Document in the system.\n"
2172+" \n"
2173+" You have to create the print buttons by calling the wizard. For more "
2174+"details see:\n"
2175+" http://files.me.com/nbessi/06n92k.mov \n"
2176+" "
2177+msgstr ""
2178+
2179+#. module: report_webkit_sample
2180+#: model:ir.module.module,shortdesc:report_webkit_sample.module_meta_information
2181+msgid "Webkit Report Samples"
2182+msgstr ""
2183+
2184+#. module: report_webkit_sample
2185+#: report:report.webkitaccount.invoice:49
2186+msgid "Disc.(%)"
2187+msgstr "Desc.(%)"
2188+
2189+#. module: report_webkit_sample
2190+#: report:report.webkitaccount.invoice:22
2191+msgid "Fax"
2192+msgstr "Fax"
2193+
2194+#. module: report_webkit_sample
2195+#: report:report.webkitaccount.invoice:44
2196+msgid "Document"
2197+msgstr "Documento"
2198+
2199+#. module: report_webkit_sample
2200+#: report:report.webkitaccount.invoice:49
2201+msgid "Description"
2202+msgstr "Descrição"
2203+
2204+#. module: report_webkit_sample
2205+#: report:report.webkitaccount.invoice:49
2206+msgid "Price"
2207+msgstr "Preço"
2208+
2209+#. module: report_webkit_sample
2210+#: report:report.webkitaccount.invoice:44
2211+msgid "Invoice Date"
2212+msgstr ""
2213+
2214+#. module: report_webkit_sample
2215+#: report:report.webkitaccount.invoice:49
2216+msgid "QTY"
2217+msgstr ""
2218+
2219+#. module: report_webkit_sample
2220+#: report:report.webkitaccount.invoice:64
2221+msgid "Base"
2222+msgstr ""
2223+
2224+#. module: report_webkit_sample
2225+#: report:report.webkitaccount.invoice:44
2226+msgid "Partner Ref."
2227+msgstr ""
2228+
2229+#. module: report_webkit_sample
2230+#: report:report.webkitaccount.invoice:49
2231+msgid "Taxes"
2232+msgstr ""
2233+
2234+#. module: report_webkit_sample
2235+#: report:report.webkitaccount.invoice:64
2236+msgid "Amount"
2237+msgstr ""
2238+
2239+#. module: report_webkit_sample
2240+#: report:report.webkitaccount.invoice:28
2241+msgid "VAT"
2242+msgstr ""
2243+
2244+#. module: report_webkit_sample
2245+#: report:report.webkitaccount.invoice:37
2246+msgid "Refund"
2247+msgstr ""
2248+
2249+#. module: report_webkit_sample
2250+#: report:report.webkitaccount.invoice:19
2251+msgid "Tel"
2252+msgstr ""
2253+
2254+#. module: report_webkit_sample
2255+#: report:report.webkitaccount.invoice:25
2256+msgid "E-mail"
2257+msgstr ""
2258+
2259+#. module: report_webkit_sample
2260+#: report:report.webkitaccount.invoice:33
2261+msgid "Invoice"
2262+msgstr ""
2263+
2264+#. module: report_webkit_sample
2265+#: report:report.webkitaccount.invoice:39
2266+msgid "Supplier Refund"
2267+msgstr ""
2268+
2269+#. module: report_webkit_sample
2270+#: report:report.webkitaccount.invoice:76
2271+msgid "Total"
2272+msgstr ""
2273
2274=== added file 'report_latex_sisb/diana_sisb_report_latex/i18n/report_webkit_sample.pot'
2275--- report_latex_sisb/diana_sisb_report_latex/i18n/report_webkit_sample.pot 1970-01-01 00:00:00 +0000
2276+++ report_latex_sisb/diana_sisb_report_latex/i18n/report_webkit_sample.pot 2012-07-03 20:21:17 +0000
2277@@ -0,0 +1,139 @@
2278+# Translation of OpenERP Server.
2279+# This file contains the translation of the following modules:
2280+# * report_webkit_sample
2281+#
2282+msgid ""
2283+msgstr ""
2284+"Project-Id-Version: OpenERP Server 6.0.0-rc2\n"
2285+"Report-Msgid-Bugs-To: support@openerp.com\n"
2286+"POT-Creation-Date: 2011-01-11 11:16:01+0000\n"
2287+"PO-Revision-Date: 2011-01-11 11:16:01+0000\n"
2288+"Last-Translator: <>\n"
2289+"Language-Team: \n"
2290+"MIME-Version: 1.0\n"
2291+"Content-Type: text/plain; charset=UTF-8\n"
2292+"Content-Transfer-Encoding: \n"
2293+"Plural-Forms: \n"
2294+
2295+#. module: report_webkit_sample
2296+#: model:ir.actions.report.xml,name:report_webkit_sample.report_webkit_html
2297+msgid "WebKit invoice"
2298+msgstr ""
2299+
2300+#. module: report_webkit_sample
2301+#: report:report.webkitaccount.invoice:35
2302+msgid "Supplier Invoice"
2303+msgstr ""
2304+
2305+#. module: report_webkit_sample
2306+#: report:report.webkitaccount.invoice:49
2307+msgid "Unit Price"
2308+msgstr ""
2309+
2310+#. module: report_webkit_sample
2311+#: model:ir.module.module,description:report_webkit_sample.module_meta_information
2312+msgid "Samples for Webkit Report Engine (report_webkit module).\n"
2313+"\n"
2314+" A sample invoice report is included in this module, as well as a wizard to\n"
2315+" add Webkit Report entries on any Document in the system.\n"
2316+" \n"
2317+" You have to create the print buttons by calling the wizard. For more details see:\n"
2318+" http://files.me.com/nbessi/06n92k.mov \n"
2319+" "
2320+msgstr ""
2321+
2322+#. module: report_webkit_sample
2323+#: model:ir.module.module,shortdesc:report_webkit_sample.module_meta_information
2324+msgid "Webkit Report Samples"
2325+msgstr ""
2326+
2327+#. module: report_webkit_sample
2328+#: report:report.webkitaccount.invoice:49
2329+msgid "Disc.(%)"
2330+msgstr ""
2331+
2332+#. module: report_webkit_sample
2333+#: report:report.webkitaccount.invoice:22
2334+msgid "Fax"
2335+msgstr ""
2336+
2337+#. module: report_webkit_sample
2338+#: report:report.webkitaccount.invoice:44
2339+msgid "Document"
2340+msgstr ""
2341+
2342+#. module: report_webkit_sample
2343+#: report:report.webkitaccount.invoice:49
2344+msgid "Description"
2345+msgstr ""
2346+
2347+#. module: report_webkit_sample
2348+#: report:report.webkitaccount.invoice:49
2349+msgid "Price"
2350+msgstr ""
2351+
2352+#. module: report_webkit_sample
2353+#: report:report.webkitaccount.invoice:44
2354+msgid "Invoice Date"
2355+msgstr ""
2356+
2357+#. module: report_webkit_sample
2358+#: report:report.webkitaccount.invoice:49
2359+msgid "QTY"
2360+msgstr ""
2361+
2362+#. module: report_webkit_sample
2363+#: report:report.webkitaccount.invoice:64
2364+msgid "Base"
2365+msgstr ""
2366+
2367+#. module: report_webkit_sample
2368+#: report:report.webkitaccount.invoice:44
2369+msgid "Partner Ref."
2370+msgstr ""
2371+
2372+#. module: report_webkit_sample
2373+#: report:report.webkitaccount.invoice:49
2374+msgid "Taxes"
2375+msgstr ""
2376+
2377+#. module: report_webkit_sample
2378+#: report:report.webkitaccount.invoice:64
2379+msgid "Amount"
2380+msgstr ""
2381+
2382+#. module: report_webkit_sample
2383+#: report:report.webkitaccount.invoice:28
2384+msgid "VAT"
2385+msgstr ""
2386+
2387+#. module: report_webkit_sample
2388+#: report:report.webkitaccount.invoice:37
2389+msgid "Refund"
2390+msgstr ""
2391+
2392+#. module: report_webkit_sample
2393+#: report:report.webkitaccount.invoice:19
2394+msgid "Tel"
2395+msgstr ""
2396+
2397+#. module: report_webkit_sample
2398+#: report:report.webkitaccount.invoice:25
2399+msgid "E-mail"
2400+msgstr ""
2401+
2402+#. module: report_webkit_sample
2403+#: report:report.webkitaccount.invoice:33
2404+msgid "Invoice"
2405+msgstr ""
2406+
2407+#. module: report_webkit_sample
2408+#: report:report.webkitaccount.invoice:39
2409+msgid "Supplier Refund"
2410+msgstr ""
2411+
2412+#. module: report_webkit_sample
2413+#: report:report.webkitaccount.invoice:76
2414+msgid "Total"
2415+msgstr ""
2416+
2417
2418=== added file 'report_latex_sisb/diana_sisb_report_latex/i18n/zh_CN.po'
2419--- report_latex_sisb/diana_sisb_report_latex/i18n/zh_CN.po 1970-01-01 00:00:00 +0000
2420+++ report_latex_sisb/diana_sisb_report_latex/i18n/zh_CN.po 2012-07-03 20:21:17 +0000
2421@@ -0,0 +1,148 @@
2422+# Chinese (Simplified) translation for openobject-addons
2423+# Copyright (c) 2011 Rosetta Contributors and Canonical Ltd 2011
2424+# This file is distributed under the same license as the openobject-addons package.
2425+# FIRST AUTHOR <EMAIL@ADDRESS>, 2011.
2426+#
2427+msgid ""
2428+msgstr ""
2429+"Project-Id-Version: openobject-addons\n"
2430+"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
2431+"POT-Creation-Date: 2011-01-11 11:16+0000\n"
2432+"PO-Revision-Date: 2011-07-13 02:07+0000\n"
2433+"Last-Translator: openerp-china.black-jack <onetimespeed@gmail.com>\n"
2434+"Language-Team: Chinese (Simplified) <zh_CN@li.org>\n"
2435+"MIME-Version: 1.0\n"
2436+"Content-Type: text/plain; charset=UTF-8\n"
2437+"Content-Transfer-Encoding: 8bit\n"
2438+"X-Launchpad-Export-Date: 2011-12-17 06:34+0000\n"
2439+"X-Generator: Launchpad (build 14525)\n"
2440+
2441+#. module: report_webkit_sample
2442+#: model:ir.actions.report.xml,name:report_webkit_sample.report_webkit_html
2443+msgid "WebKit invoice"
2444+msgstr "WebKit �票"
2445+
2446+#. module: report_webkit_sample
2447+#: report:report.webkitaccount.invoice:35
2448+msgid "Supplier Invoice"
2449+msgstr "供应商�票"
2450+
2451+#. module: report_webkit_sample
2452+#: report:report.webkitaccount.invoice:49
2453+msgid "Unit Price"
2454+msgstr "�价"
2455+
2456+#. module: report_webkit_sample
2457+#: model:ir.module.module,description:report_webkit_sample.module_meta_information
2458+msgid ""
2459+"Samples for Webkit Report Engine (report_webkit module).\n"
2460+"\n"
2461+" A sample invoice report is included in this module, as well as a wizard "
2462+"to\n"
2463+" add Webkit Report entries on any Document in the system.\n"
2464+" \n"
2465+" You have to create the print buttons by calling the wizard. For more "
2466+"details see:\n"
2467+" http://files.me.com/nbessi/06n92k.mov \n"
2468+" "
2469+msgstr ""
2470+"Webkit 报表引擎示例( Webkit 模�)\n"
2471+" 在这模�里除包�一个�票报表例�还有一在系统任何文档里加入 Webkit 报表引擎的�导。\n"
2472+" \n"
2473+" 您必须�调用�导创建打�按钮,如更详细的资料请看:http://files.me.com/nbessi/06n92k.mov \n"
2474+" "
2475+
2476+#. module: report_webkit_sample
2477+#: model:ir.module.module,shortdesc:report_webkit_sample.module_meta_information
2478+msgid "Webkit Report Samples"
2479+msgstr "Webkit报表例�"
2480+
2481+#. module: report_webkit_sample
2482+#: report:report.webkitaccount.invoice:49
2483+msgid "Disc.(%)"
2484+msgstr "折扣(%)"
2485+
2486+#. module: report_webkit_sample
2487+#: report:report.webkitaccount.invoice:22
2488+msgid "Fax"
2489+msgstr "传真"
2490+
2491+#. module: report_webkit_sample
2492+#: report:report.webkitaccount.invoice:44
2493+msgid "Document"
2494+msgstr "��"
2495+
2496+#. module: report_webkit_sample
2497+#: report:report.webkitaccount.invoice:49
2498+msgid "Description"
2499+msgstr "说明"
2500+
2501+#. module: report_webkit_sample
2502+#: report:report.webkitaccount.invoice:49
2503+msgid "Price"
2504+msgstr "ä»·æ ¼"
2505+
2506+#. module: report_webkit_sample
2507+#: report:report.webkitaccount.invoice:44
2508+msgid "Invoice Date"
2509+msgstr "�票日期"
2510+
2511+#. module: report_webkit_sample
2512+#: report:report.webkitaccount.invoice:49
2513+msgid "QTY"
2514+msgstr "数�"
2515+
2516+#. module: report_webkit_sample
2517+#: report:report.webkitaccount.invoice:64
2518+msgid "Base"
2519+msgstr "税基"
2520+
2521+#. module: report_webkit_sample
2522+#: report:report.webkitaccount.invoice:44
2523+msgid "Partner Ref."
2524+msgstr "业务伙伴"
2525+
2526+#. module: report_webkit_sample
2527+#: report:report.webkitaccount.invoice:49
2528+msgid "Taxes"
2529+msgstr "税"
2530+
2531+#. module: report_webkit_sample
2532+#: report:report.webkitaccount.invoice:64
2533+msgid "Amount"
2534+msgstr "金�"
2535+
2536+#. module: report_webkit_sample
2537+#: report:report.webkitaccount.invoice:28
2538+msgid "VAT"
2539+msgstr "增值税"
2540+
2541+#. module: report_webkit_sample
2542+#: report:report.webkitaccount.invoice:37
2543+msgid "Refund"
2544+msgstr "红字�票"
2545+
2546+#. module: report_webkit_sample
2547+#: report:report.webkitaccount.invoice:19
2548+msgid "Tel"
2549+msgstr "电�"
2550+
2551+#. module: report_webkit_sample
2552+#: report:report.webkitaccount.invoice:25
2553+msgid "E-mail"
2554+msgstr "电�邮件"
2555+
2556+#. module: report_webkit_sample
2557+#: report:report.webkitaccount.invoice:33
2558+msgid "Invoice"
2559+msgstr "�票"
2560+
2561+#. module: report_webkit_sample
2562+#: report:report.webkitaccount.invoice:39
2563+msgid "Supplier Refund"
2564+msgstr "供应商红字�票"
2565+
2566+#. module: report_webkit_sample
2567+#: report:report.webkitaccount.invoice:76
2568+msgid "Total"
2569+msgstr "总计"
2570
2571=== added directory 'report_latex_sisb/diana_sisb_report_latex/report'
2572=== added file 'report_latex_sisb/diana_sisb_report_latex/report/plantilla_test.tex'
2573--- report_latex_sisb/diana_sisb_report_latex/report/plantilla_test.tex 1970-01-01 00:00:00 +0000
2574+++ report_latex_sisb/diana_sisb_report_latex/report/plantilla_test.tex 2012-07-03 20:21:17 +0000
2575@@ -0,0 +1,220 @@
2576+\documentclass[landscape]{report}
2577+\usepackage[utf8]{inputenc}
2578+\usepackage{anysize}
2579+\usepackage{longtable}
2580+\usepackage{booktabs}
2581+\usepackage{tabulary}
2582+\usepackage{fancyhdr}
2583+\usepackage[pdftex]{graphicx}
2584+\usepackage[pdftex]{hyperref}
2585+\usepackage{tabularx}
2586+\usepackage{supertabular}
2587+\usepackage{graphicx}
2588+\usepackage{multirow}
2589+\DeclareGraphicsExtensions{.jpg,.png,.pdf}
2590+
2591+
2592+\widowpenalty = 10000
2593+\clubpenalty = 10000
2594+
2595+\begin{document}
2596+
2597+\marginsize{0.5cm}{0.1cm}{0.3cm}{-0.3cm}
2598+
2599+
2600+
2601+<%def name="tax(ol)">
2602+ <%
2603+ if ol:
2604+ for tax in ol.taxes_id:
2605+ tax_name=tax.name
2606+ return tax_name.replace('%','\%')
2607+ else:
2608+ return '0\% IVA'
2609+
2610+ return "Por Ninguno"
2611+ %>
2612+</%def>
2613+
2614+
2615+<%def name="fecha(ol)">
2616+ <%
2617+ import time
2618+ from datetime import datetime, timedelta
2619+ import datetime as dt
2620+
2621+ res={}
2622+ dateStr1 = str(ol.date_order)
2623+ dateStr2 = str(ol.minimum_planned_date)
2624+ print "Fechas %s Fecha 2 %s"%(dateStr1, dateStr2)
2625+ d1, m1, y1 = (int(x) for x in dateStr1.split('/'))
2626+ d2, m2, y2 = (int(x) for x in dateStr2.split('/'))
2627+ date1 = dt.date(y1, m1, d1)
2628+ date2 = dt.date(y2, m2, d2)
2629+ print "Date1 %s Date2 %s"%(date1, date2)
2630+ if str(date1) != str(date2):
2631+ dateDiff = date2 - date1
2632+ print "DateDiff ",dateDiff
2633+ x=str(dateDiff)
2634+ print "Esto es X: ", x
2635+ number=x.split(",")
2636+ if number:
2637+ number_1=number[0].split(" ")
2638+ if number_1[1] == 'days':
2639+ number_1[1] = 'dias'
2640+ if number_1[1] == 'day':
2641+ number_1[1] = 'dia'
2642+ if number_1[1] == 'month':
2643+ number_1[1] = 'mes'
2644+ if number_1[1] == 'months':
2645+ number_1[1] = 'meses'
2646+ if number_1[1] == 'year':
2647+ number_1[1] = 'año'
2648+ if number_1[1] == 'years':
2649+ number_1[1] = 'años'
2650+ fecha="%s %s"%(number_1[0],number_1[1])
2651+ else:
2652+ fecha = '0 Dias'
2653+ return fecha
2654+ %>
2655+</%def>
2656+
2657+
2658+<%def name="empresa(partner_id)">
2659+ <%
2660+ for row in partner_id.address:
2661+ res = {
2662+ 'street':row.street,
2663+ 'phone':row.phone,
2664+ 'fax':row.fax,
2665+ 'email':row.email,
2666+ 'city':row.city,
2667+ 'name':row.name,
2668+ 'country':row.country_id.name,
2669+ }
2670+ return res
2671+ %>
2672+</%def>
2673+
2674+
2675+
2676+\begin{longtable}{p{2.3cm}p{1.5cm}p{4.16cm}p{2.83cm}p{2.83cm}p{2.83cm}p{2.83cm}p{2cm}p{2cm}}
2677+%for po in objects :
2678+
2679+\begin{tabular}{c l}
2680+ \multirow{1}{*}{\includegraphics[width=0.09 \textwidth]{/tmp/logo.jpg}} & \\\
2681+
2682+ & \multirow{1}{*}${company.partner_id.name} \\\
2683+ & \multirow{1}{*}${company.partner_id.vat[2:] or ''|entity } \\\
2684+
2685+ & \multirow{1}{*}${self.empresa(company.partner_id)['street']} \\\
2686+
2687+ & \multirow{1}{*}${self.empresa(company.partner_id)['phone']} \\\
2688+
2689+ & \multirow{1}{*}${self.empresa(company.partner_id)['email']} \\\
2690+
2691+ & \multirow{1}{*}${self.empresa(company.partner_id)['email']} \\\
2692+\end{tabular}
2693+
2694+\begin{tabular}{|p{2cm}|p{4cm}|p{3cm}|p{3cm}|p{3cm}|p{4cm}|p{3cm}|p{2.67cm}|}
2695+
2696+\hline
2697+ \multicolumn{8}{|c|}{\footnotesize ORDEN DE ADQUISICIÓN} \\\
2698+\hline
2699+\footnotesize Orden & \footnotesize Nº de Orden & \footnotesize Fecha Elaboracion & \footnotesize Plazo Ejecucion & \footnotesize Fecha Entrega & \footnotesize Entregar Mercancia en: & \footnotesize Consignado & \footnotesize Objeto \\\
2700+ \hline
2701+\footnotesize ${po.product_id.product_tmpl_id.type} & \footnotesize ${po.name} & \footnotesize ${po.date_order or ''|entity} & \footnotesize ${self.fecha(po)} & \footnotesize ${po.minimum_planned_date or ''|entity} & {\footnotesize Nuestra planta} & {\footnotesize Industrias Diana C.A} & \\\
2702+
2703+ \hline
2704+
2705+\end{tabular}
2706+
2707+\begin{tabular}{|p{5.22cm}|p{4cm}|p{3.9cm}|p{4cm}|p{4.20cm}|p{4.20cm}|}
2708+\hline
2709+ \multicolumn{6}{|l|}{\footnotesize Datos Proveedor} \\\
2710+\hline
2711+\footnotesize Proveedor & \footnotesize Rif & \footnotesize C\'odigo & \footnotesize Tel\'efono & \footnotesize Representante & \footnotesize Comprador \\\
2712+ \hline
2713+\footnotesize ${po.partner_id and po.partner_id.name} & \footnotesize ${po.partner_id and po.partner_id.vat[2:] or ''|entity} & \footnotesize ${po.partner_id and po.partner_id.ref or ''|entity} & \footnotesize ${po.partner_address_id and po.partner_address_id.phone} & \footnotesize ${po.partner_address_id and po.partner_address_id.name} & \footnotesize ${po.create_uid.name}\\\
2714+\hline
2715+\end{tabular}
2716+%endfor
2717+\\\
2718+\\\
2719+\hline
2720+\multicolumn{1}{r}{\footnotesize \bf Requisici\'on} & {\footnotesize \bf Item} & \textbf{\footnotesize Descripci\'on} & \textbf{\footnotesize C\'odigo} & \textbf{\footnotesize Cantidad} & \textbf{\footnotesize Unidad} & \textbf{\footnotesize IVA} & {\footnotesize \bf Precio U} & {\footnotesize \bf Total}\\\
2721+\hline
2722+\endhead
2723+
2724+\hline
2725+\multicolumn{2}{|l}{\footnotesize Condici\'on de Pago} & \multicolumn{3}{|l|}{\footnotesize Via} & \multicolumn{1}{|l|}{\footnotesize Seguro} & \multicolumn{3}{|l|}{\footnotesize Destino}\\\
2726+\hline
2727+\multicolumn{2}{|l}{\footnotesize Moneda: ${po.pricelist_id.currency_id.name}} & \multicolumn{3}{|l|}{\footnotesize Rep. Legal} & \multicolumn{1}{|l|}{\footnotesize Coor Compras} & \multicolumn{1}{|l|}{\footnotesize Gcia. Admin Y Finanzas} &\multicolumn{2}{|l|}{\footnotesize Gcia.General}\\\
2728+\hline
2729+\multicolumn{9}{|l|}{\footnotesize Observación:} \\\
2730+\hline
2731+
2732+\multicolumn{5}{|l|}{\footnotesize Representante Legal} & \multicolumn{4}{|l|}{\footnotesize Gerente General} \\\
2733+\multicolumn{5}{|l|}{\footnotesize Contratista} & \multicolumn{4}{|l|}{\footnotesize Empresa} \\\
2734+\multicolumn{5}{|l|}{\footnotesize Firma y Sello} & \multicolumn{4}{|l|}{\footnotesize Firma y Sello} \\\
2735+\hline
2736+\endfoot
2737+\hline
2738+\multicolumn{2}{|l}{\footnotesize Condici\'on de Pago} & \multicolumn{3}{|l|}{\footnotesize Via} & \multicolumn{1}{|l|}{\footnotesize Seguro} & \multicolumn{3}{|l|}{\footnotesize Destino}\\\
2739+\hline
2740+\multicolumn{2}{|l}{\footnotesize Moneda: ${po.pricelist_id.currency_id.name}} & \multicolumn{3}{|l|}{\footnotesize Rep. Legal} & \multicolumn{1}{|l|}{\footnotesize Coor Compras} & \multicolumn{1}{|l|}{\footnotesize Gcia. Admin Y Finanzas} &\multicolumn{2}{|l|}{\footnotesize Gcia.General}\\\
2741+\hline
2742+\multicolumn{9}{|l|}{\footnotesize Observación:} \\\
2743+\hline
2744+
2745+\multicolumn{5}{|l|}{\footnotesize Representante Legal} & \multicolumn{4}{|l|}{\footnotesize Gerente General} \\\
2746+\multicolumn{5}{|l|}{\footnotesize Contratista} & \multicolumn{4}{|l|}{\footnotesize Empresa} \\\
2747+\multicolumn{5}{|l|}{\footnotesize Firma y Sello} & \multicolumn{4}{|l|}{\footnotesize Firma y Sello} \\\
2748+\hline
2749+\endlastfoot
2750+
2751+<% contador = 1 %>
2752+%for line in po.order_line:
2753+
2754+\multicolumn{1}{r}\footnotesize ${po.origin} & ${str(contador)} & \footnotesize ${line.name} & \footnotesize ${line.product_id.default_code} & \footnotesize ${formatLang(line.product_qty)} & \footnotesize ${line.product_uom.name} & \footnotesize ${self.tax(line)} & \footnotesize ${formatLang(line.price_unit)} & \footnotesize${formatLang(line.price_subtotal)} \\\
2755+\hline
2756+ <% contador += 1 %>
2757+ %endfor
2758+
2759+\multicolumn{1}{l}{} & {} & {} & {} & {} & {} & {} & {\footnotesize Neto Total} & \footnotesize ${formatLang(po.amount_untaxed)}\\\
2760+\multicolumn{1}{l}{} & {} & {} & {} & {} & {} & {} & {\footnotesize IVA} & \footnotesize ${formatLang(po.amount_tax)}\\\
2761+\hline
2762+\multicolumn{1}{l}{} & {} & {} & {} & {} & {} & {} & {\footnotesize Total} & \footnotesize ${formatLang(po.amount_total)}\\\
2763+
2764+
2765+
2766+\end{longtable}
2767+
2768+
2769+\newpage
2770+\section*{\footnotesize Condiciones Generales}
2771+\begin{enumerate}
2772+\item \footnotesize La mercancía está sujeta a la inspección y aprobación por parte de INDUSTRIAS DIANA, C.A., antes y después de su entrega. En consecuencia podrá ser devuelta o retenida a costo y riesgo exclusivo del Proveedor o Vendedor.
2773+\item Esta Orden de Adquisición no puede ser transferida ni cedida, total o parcialmente, por el Proveedor o Vendedor; es valida únicamente si el material es recibido con la conformidad definitiva de INDUSTRIAS DIANA, C.A.
2774+\item El Proveedor o Vendedor será responsable de todos los gastos por cualquier avería o deterioro que sufriera la mercancía debido al embalaje deficiente o inadecuado.
2775+\item INDUSTRIAS DIANA, C.A. Se reserva el derecho de cambiar su programa de entrega de mercancía y de cancelar, total o parcialmente, esta Orden de Adquisición cuando: (a).- La entrega de material, mercancía, producto o la prestación de servicios no haya sido efectuada en la fecha establecida (b).- El material, mercancía, producto o servicio prestado, no este conforme con las especificaciones. (c).- No exista constancia por escrito que INDUSTRIAS DIANA,C.A. Haya recibido conforme del Proveedor o Vendedor, el material, mercancía, producto o servicio prestado.
2776+\item Toda mercancía será recibida en el Almacén de INDUSTRIAS DIANA C.A con su respectiva Nota de Entrega o donde se le indique por escrito.
2777+\item Para la cancelación de esta Orden de Adquisición debe presentarse Factura en original y copia junto con la Orden de Adquisición en original.
2778+\item A los efectos de esta Orden de Adquisición las partes eligen como domicilio especial y excluyente a la ciudad de Valencia, Estado Carabobo; a cuya jurisdicción las partes deberán someterse.
2779+\item El proveedor o vendedor se compromete a realizar un aporte equivalente al 5\% del monto total de la presente orden, por concepto de compromiso de responsabilidad social, autorizando a Industrias Diana, C.A a realizar las retenciones a que hubiere lugar. Conforme a lo establecido en los artículos 34 y 35 del reglamento de la Ley Contrataciones Públicas.
2780+\item Fianza de Fiel Cumplimiento: Para garantizar la cabal ejecución de la obra, prestación del servicio o suministro del bien conforme a las estipulaciones de la obra y sus anexos, LA CONTRATISTA consignará fianza del fiel cumplimiento ante LA COMPAÑ�A, la cual será por un monto no mero al 15\% del monto total establecido en el Contrato, y tendrá vigencia hasta que se suscriba el Acta de Recepción Definitiva del servicio. De no haberse previsto la constitución de la fianza, o en caso de que LA CONTRATISTA no presente la fianza estipulada, LA COMPAÑ�A hará la retención legal correspondiente al 10\% sobre los pagos que realice. Las cantidades que se retengan a LA CONTRATISTA por este concepto permanecerán en posesión de LA COMPAÑ�A, no devengarán intereses, ni tampoco comisión a favor de LA CONTRATISTA, y serán entregadas a esta última, al momento de finalizarse este Contrato.
2781+\item Fianza de Anticipo: Para garantizar el cumplimiento del anticipo otorgado, LA CONTRATISTA consignará una fianza solidaria , otorgada por un banco, compañía de seguro, o sociedades de garantías recíprocas para la pequeña y mediana empresa, a satisfacción de Industrias Diana C.A., por el cien por ciento (100\%) del monto del anticipo otorgado.
2782+\item Garantía Laboral: Para garantizar el cumplimiento de todas las obligaciones laborales LA CONTRATISTA frente a sus trabajadores, derivadas de la ejecución de este CONTRATO, LA CONTRATISTA consignará ante LA COMPAÑ�A fianza por el monto del diez por ciento (10\%) del costo de la mano de obra, con vigencia desde el inicio del contrato hasta catorce (14) meses después de la TERMINACIÓN o RECEPCIÓN DEFINITIVA de la OBRA, conforme a lo establecido en el artículo 101 de la Ley de Contrataciones Públicas. En caso de no constituir la precitada fianza, LA COMPAÑ�A, efectuará una retención equivalente al 5\% sobre los pagos que realice, según lo señalado en el artículo 136 del Reglamento de la Ley de Contrataciones Públicas, dicho monto total retenido será reintegrado al momento de la recepción definitiva de la OBRA, de acuerdo a lo establecido en el último aparte del art. 101 de la Ley de Contrataciones Públicas.
2783+\item PENALIZACIÓN: LA CONTRATISTA, declara que conoce y acepta todas las condiciones plasmadas en el presente contrato, por tal razón, conviene que en caso de retraso simple e injustificado en el lapso de ejecución estipulado para la prestación de servicios le será descontado de un cero como treinta y cinco por ciento (0,35\%) del monto total del presente contrato por cada día de retraso.
2784+ \end{enumerate}
2785+ \begin{tabular}{|l| l|}
2786+
2787+
2788+\hline
2789+\multicolumn{1}{|p{12cm}|}{\footnotesize Representante Legal} & \multicolumn{1}{|p{12cm}|}{\footnotesize Gerente General} \\\
2790+\multicolumn{1}{|l|}{\footnotesize Contratista} & \multicolumn{1}{|l|}{\footnotesize Empresa} \\\
2791+\multicolumn{1}{|l|}{\footnotesize Firma y Sello} & \multicolumn{1}{|l|}{\footnotesize Firma y Sello} \\\
2792+
2793+\hline
2794+ \end{tabular}
2795+\end{document}
2796
2797=== added file 'report_latex_sisb/diana_sisb_report_latex/report_latex_view.xml'
2798--- report_latex_sisb/diana_sisb_report_latex/report_latex_view.xml 1970-01-01 00:00:00 +0000
2799+++ report_latex_sisb/diana_sisb_report_latex/report_latex_view.xml 2012-07-03 20:21:17 +0000
2800@@ -0,0 +1,15 @@
2801+<?xml version="1.0" encoding="utf-8"?>
2802+<openerp>
2803+ <data>
2804+
2805+ <report auto="True"
2806+ id="report_latex_demo"
2807+ model="purchase.order"
2808+ name="Latex purchase order"
2809+ string="Report Latex Compras"
2810+ file="diana_sisb_report_latex/report/plantilla_test.tex"
2811+ report_type="latex"
2812+ />
2813+
2814+ </data>
2815+</openerp>
2816
2817=== added file 'report_latex_sisb/diana_sisb_report_latex/test.sty'
2818--- report_latex_sisb/diana_sisb_report_latex/test.sty 1970-01-01 00:00:00 +0000
2819+++ report_latex_sisb/diana_sisb_report_latex/test.sty 2012-07-03 20:21:17 +0000
2820@@ -0,0 +1,163 @@
2821+% Exemple d’extension par Tobias Oetiker
2822+\ProvidesPackage{test}
2823+%-----------------------------------------------------------------------
2824+% Type de document: DS
2825+%-----------------------------------------------------------------------
2826+%\usepackage{ucs}
2827+\usepackage[utf8]{inputenc}
2828+\usepackage[frenchb]{babel}
2829+\usepackage{fancyhdr}
2830+
2831+\usepackage[pdftex, %
2832+ bookmarks = true,% % Signets
2833+ bookmarksnumbered = true,% % Signets numérotés
2834+ pdfpagemode = None,% % Signets/vignettes fermé à l'ouverture
2835+ pdfstartview = FitH,% % La page prend toute la largeur
2836+ pdfpagelayout = SinglePage,% Vue par page
2837+ colorlinks = true,% % Liens en couleur
2838+ urlcolor = magenta,% % Couleur des liens externes
2839+ pdfborder = {0 0 0}% % Style de bordure : ici, pas de bordure
2840+ ]{hyperref}% % Utilisation de HyperTeX
2841+
2842+
2843+%\pdfoutput=0 % uncomment this to run PDFTeX in TeX mode
2844+\usepackage{ifpdf}
2845+\ifx\pdftexversion\undefined %if using TeX
2846+ \usepackage{graphicx}
2847+\else %if using PDFTeX
2848+ \usepackage[pdftex]{graphicx}
2849+\fi
2850+\ifpdf %if using PDFTeX in PDF mode
2851+ \DeclareGraphicsExtensions{.pdf,.png,.mps}
2852+ %\usepackage{pgf}
2853+\else %if using TeX or PDFTeX in TeX mode
2854+ \usepackage{graphicx}
2855+ \DeclareGraphicsExtensions{.eps,.bmp}
2856+ \DeclareGraphicsRule{.emf}{bmp}{}{}% declare EMF filename extension
2857+ \DeclareGraphicsRule{.png}{bmp}{}{}% declare PNG filename extension
2858+\fi
2859+
2860+\usepackage{wrapfig}% package for wrapfigure environment
2861+\usepackage{color}
2862+\usepackage{ulem}
2863+%\usepackage{amsfonts}
2864+\usepackage{makeidx}
2865+\usepackage{amsmath,amssymb,framed,calc,multicol,lscape,fancybox}
2866+% Pour les graphiques:
2867+% Quelques fonctionnalités utiles:
2868+\usepackage{array,multirow,enumerate}
2869+\usepackage{fourier}
2870+\usepackage{eurosym}
2871+%\usepackage{pst-all,pst-eucl}
2872+%-----------------------------------------------------------------------
2873+% Mise en page générale:
2874+%-----------------------------------------------------------------------
2875+
2876+\columnseprule0.25pt
2877+\parindent 0pt\topmargin 0pt\headheight 0pt\headsep 0pt\footskip 0pt
2878+\usepackage[dvips,a4paper,margin=6mm]{geometry}
2879+\everymath{\displaystyle}
2880+
2881+%-----------------------------------------------------------------------
2882+% Macros de présentation des exercices:
2883+% Utilisation: \exo
2884+%-----------------------------------------------------------------------
2885+\newcounter{nexo}
2886+\setcounter{nexo}{0}
2887+
2888+\newcounter{nexop}
2889+\setcounter{nexop}{0}
2890+
2891+%exercice sans barème:
2892+\newcommand{\exo}{
2893+ \stepcounter{nexo}
2894+ {\textbf{$\triangleright$ Exercice \arabic{nexo} : \hrulefill }}
2895+ \par
2896+}
2897+% exercice avec barème:
2898+\newcommand{\exop}[1]{
2899+ \stepcounter{nexop}
2900+ {\textbf{$\triangleright$ Exercice \arabic{nexop} \hrulefill (#1 points) :}}
2901+}
2902+% Questions
2903+\newenvironment{questions}{\begin{enumerate}[1 $\, \diamond$]}{\end{enumerate}}
2904+%-----------------------------------------------------------------------
2905+% Titrages du document :
2906+% \titrage {nom}{classe}
2907+% \ds {nom}{classe}{coef}{date}{temps}{calculatrice}
2908+%-----------------------------------------------------------------------
2909+\newcommand{\titrage}[2]{
2910+{\Large #1}\hfill#2
2911+\par\rule[+6pt]{\linewidth}{0.5mm}
2912+\par
2913+}
2914+
2915+\newcommand{\ds}[6]{
2916+% \ds{Devoir de ...}{Classe}{coeff}{temps en mn}{calculatrice autorisée ou non}
2917+% nom et classe
2918+{\Large #1}\hfill#2
2919+\par
2920+% coef et temps
2921+Coefficient: $#3$ \hfill $#4\,mn$
2922+\par
2923+% calculatrice + date automatique
2924+Calculatrice #5 \hfill #6
2925+% on complète par un trait horizontal
2926+\par\rule[+6pt]{\linewidth}{0.5mm}
2927+\par
2928+}
2929+
2930+%-----------------------------------------------------------------------
2931+% Intervalles :
2932+% f:fermé, o:ouvert, fo: fermé-ouvert, of: ouvert-fermé
2933+% Utilisation:
2934+% \intfo{-1}{2} donnera [-1;2[
2935+%-----------------------------------------------------------------------
2936+\newcommand{\intf}[2]{\left[ #1 ; #2 \right]}
2937+\newcommand{\into}[2]{\left] #1 ; #2 \right[}
2938+\newcommand{\intfo}[2]{\left[ #1 ; #2 \right[}
2939+\newcommand{\intof}[2]{\left] #1 ; #2 \right]}
2940+%-----------------------------------------------------------------------
2941+% Repères et normes:
2942+% Utilisation:
2943+% \roij donnera (O,i,j)
2944+%-----------------------------------------------------------------------
2945+% Pour définir une norme dont la taille s'adapte à celle de
2946+% l'expression normée...
2947+\newcommand{\norme}[1]{\ensuremath{\left\|#1\right\|}}
2948+\newcommand{\vecteur}[1]{\overrightarrow{\strut #1}}
2949+%Les vecteurs i, j et k
2950+\newcommand{\vimath}{\vecteur{i}}
2951+\newcommand{\vjmath}{\vecteur{j}}
2952+\newcommand{\vkmath}{\vecteur{k}}
2953+\newcommand{\vnul}{\vecteur{0}}
2954+%le repère (o,i,j)
2955+\newcommand{\roij}{\ensuremath{(O,\vimath,\vjmath)}}
2956+\newcommand{\collroij}{\ensuremath{(O,I,J)}}
2957+
2958+%-----------------------------------------------------------------------
2959+% Raccourcis pour * :
2960+%-----------------------------------------------------------------------
2961+% le symbole de multiplication:
2962+\def\*{\times}
2963+% PGCD et PPCM :
2964+\def\pgcd{\mathop{\rm PGCD}\nolimits}
2965+\def\ppcm{\mathop{\rm ppcm}\nolimits}
2966+
2967+% Les abreviations:
2968+\newtheorem{ppte}{Propriété}
2969+\newtheorem{thm}{Théorème}
2970+\newtheorem{defi}{Définition}
2971+\newtheorem{lemme}{Lemme}
2972+\newtheorem{coro}{Corollaire}
2973+\newtheorem{prop}{Proposition}
2974+\newtheorem{reg}{Règle}
2975+\newtheorem{conj}{Conjecture}
2976+\newtheorem{remar}{Remarque}
2977+\newtheorem{exem}{Exemple}
2978+\newtheorem{exems}{Exemples}
2979+\newcommand{\para}[1]{
2980+ \color{red}
2981+ \section {\textit{#1}}
2982+ \color{black}
2983+ }
2984\ No newline at end of file
2985
2986=== added directory 'report_latex_sisb/report_latex_sisb_diana'
2987=== added file 'report_latex_sisb/report_latex_sisb_diana/__init__.py'
2988--- report_latex_sisb/report_latex_sisb_diana/__init__.py 1970-01-01 00:00:00 +0000
2989+++ report_latex_sisb/report_latex_sisb_diana/__init__.py 2012-07-03 20:21:17 +0000
2990@@ -0,0 +1,8 @@
2991+# -*- coding: utf-8 -*-
2992+
2993+import header
2994+#~ import company
2995+import report_helper
2996+import sisb_latex_report
2997+import ir_report
2998+import wizard
2999
3000=== added file 'report_latex_sisb/report_latex_sisb_diana/__openerp__.py'
3001--- report_latex_sisb/report_latex_sisb_diana/__openerp__.py 1970-01-01 00:00:00 +0000
3002+++ report_latex_sisb/report_latex_sisb_diana/__openerp__.py 2012-07-03 20:21:17 +0000
3003@@ -0,0 +1,18 @@
3004+# -*- coding: utf-8 -*-
3005+##############################################################################
3006+
3007+
3008+{
3009+ "name" : "sisb_latex_report",
3010+ "description" : """Modulo para reportes en latex
3011+ """,
3012+ "version" : "0.10",
3013+ "depends" : ["base"],
3014+ "author" : "Industrias Diana, C.A.",
3015+ "category": "Reports/Latex",
3016+ "url": "http://www.industriasdiana.gob.ve",
3017+ "data": [
3018+ ],
3019+ "installable" : True,
3020+ "active" : False,
3021+}
3022
3023=== added file 'report_latex_sisb/report_latex_sisb_diana/ir_report.py'
3024--- report_latex_sisb/report_latex_sisb_diana/ir_report.py 1970-01-01 00:00:00 +0000
3025+++ report_latex_sisb/report_latex_sisb_diana/ir_report.py 2012-07-03 20:21:17 +0000
3026@@ -0,0 +1,114 @@
3027+# -*- coding: utf-8 -*-
3028+##############################################################################
3029+
3030+from osv import osv, fields
3031+import netsvc
3032+from webkit_report import WebKitParser
3033+from report.report_sxw import rml_parse
3034+
3035+def register_report(name, model, tmpl_path, parser=rml_parse):
3036+ "Register the report into the services"
3037+ name = 'report.%s' % name
3038+ if netsvc.Service._services.get(name, False):
3039+ service = netsvc.Service._services[name]
3040+ if isinstance(service, WebKitParser):
3041+ #already instantiated properly, skip it
3042+ return
3043+ if hasattr(service, 'parser'):
3044+ parser = service.parser
3045+ del netsvc.Service._services[name]
3046+ WebKitParser(name, model, tmpl_path, parser=parser)
3047+
3048+
3049+class ReportXML(osv.osv):
3050+
3051+ def __init__(self, pool, cr):
3052+ super(ReportXML, self).__init__(pool, cr)
3053+
3054+ def register_all(self,cursor):
3055+ value = super(ReportXML, self).register_all(cursor)
3056+ cursor.execute("SELECT * FROM ir_act_report_xml WHERE report_type = 'webkit' or report_type = 'latex' ")
3057+ records = cursor.dictfetchall()
3058+ for record in records:
3059+ register_report(record['report_name'], record['model'], record['report_rml'])
3060+ return value
3061+
3062+ def unlink(self, cursor, user, ids, context=None):
3063+ """Delete report and unregister it"""
3064+ trans_obj = self.pool.get('ir.translation')
3065+ trans_ids = trans_obj.search(
3066+ cursor,
3067+ user,
3068+ [('type', '=', 'report'), ('res_id', 'in', ids)]
3069+ )
3070+ trans_obj.unlink(cursor, user, trans_ids)
3071+
3072+ # Warning: we cannot unregister the services at the moment
3073+ # because they are shared across databases. Calling a deleted
3074+ # report will fail so it's ok.
3075+
3076+ res = super(ReportXML, self).unlink(
3077+ cursor,
3078+ user,
3079+ ids,
3080+ context
3081+ )
3082+ return res
3083+
3084+ def create(self, cursor, user, vals, context=None):
3085+ "Create report and register it"
3086+ res = super(ReportXML, self).create(cursor, user, vals, context)
3087+ if vals.get('report_type','') == 'webkit':
3088+ # I really look forward to virtual functions :S
3089+ register_report(
3090+ vals['report_name'],
3091+ vals['model'],
3092+ vals.get('report_rml', False)
3093+ )
3094+ elif vals.get('report_type','') == 'latex':
3095+ register_report(
3096+ vals['report_name'],
3097+ vals['model'],
3098+ vals.get('report_rml', False)
3099+ )
3100+ return res
3101+
3102+ def write(self, cr, uid, ids, vals, context=None):
3103+ "Edit report and manage it registration"
3104+ if isinstance(ids, (int, long)):
3105+ ids = [ids,]
3106+ for rep in self.browse(cr, uid, ids, context=context):
3107+ if rep.report_type != 'webkit' and rep.report_type != 'latex':
3108+ continue
3109+ if vals.get('report_name', False) and \
3110+ vals['report_name'] != rep.report_name:
3111+ report_name = vals['report_name']
3112+ else:
3113+ report_name = rep.report_name
3114+
3115+ register_report(
3116+ report_name,
3117+ vals.get('model', rep.model),
3118+ vals.get('report_rml', rep.report_rml)
3119+ )
3120+ res = super(ReportXML, self).write(cr, uid, ids, vals, context)
3121+ return res
3122+
3123+ _name = 'ir.actions.report.xml'
3124+ _inherit = 'ir.actions.report.xml'
3125+ _columns = {
3126+ 'webkit_header': fields.property(
3127+ 'ir.header_webkit',
3128+ type='many2one',
3129+ relation='ir.header_webkit',
3130+ string='WebKit Header',
3131+ help="The header linked to the report",
3132+ method=True,
3133+ view_load=True,
3134+ required=True
3135+ ),
3136+ 'webkit_debug' : fields.boolean('Webkit debug', help="Enable the webkit engine debugger"),
3137+ 'report_webkit_data': fields.text('Webkit Template', help="This template will be used if the main report file is not found"),
3138+ }
3139+
3140+ReportXML()
3141
3142=== added file 'report_latex_sisb/report_latex_sisb_diana/sisb_latex_report.py'
3143--- report_latex_sisb/report_latex_sisb_diana/sisb_latex_report.py 1970-01-01 00:00:00 +0000
3144+++ report_latex_sisb/report_latex_sisb_diana/sisb_latex_report.py 2012-07-03 20:21:17 +0000
3145@@ -0,0 +1,635 @@
3146+# -*- coding: utf-8 -*-
3147+##############################################################################
3148+
3149+import subprocess
3150+import os
3151+import report
3152+import tempfile
3153+import time
3154+from mako.template import Template
3155+from mako import exceptions
3156+import netsvc
3157+import pooler
3158+from report_helper import WebKitHelper
3159+from report.report_sxw import *
3160+import addons
3161+import tools
3162+from tools.translate import _
3163+from osv.osv import except_osv
3164+import binascii
3165+
3166+
3167+def mako_template(text):
3168+ """Build a Mako template.
3169+
3170+ This template uses UTF-8 encoding
3171+ """
3172+ # default_filters=['unicode', 'h'] can be used to set global filters
3173+ return Template(text, input_encoding='utf-8', output_encoding='utf-8')
3174+
3175+class WebKitParser(report_sxw):
3176+ """Custom class that use webkit to render HTML reports
3177+ Code partially taken from report openoffice. Thanks guys :)
3178+ """
3179+ def __init__(self, name, table, rml=False, parser=False,
3180+ header=True, store=False):
3181+ self.parser_instance = False
3182+ self.localcontext={}
3183+ report_sxw.__init__(self, name, table, rml, parser,
3184+ header, store)
3185+
3186+ def get_lib(self, cursor, uid, company) :
3187+ """Return the lib wkhtml path"""
3188+ #TODO Detect lib in system first
3189+ path = self.pool.get('res.company').read(cursor, uid, company, ['lib_path',])
3190+ path = path['lib_path']
3191+ if not path:
3192+ raise except_osv(
3193+ _('Wkhtmltopdf library path is not set in company'),
3194+ _('Please install executable on your system'+
3195+ ' (sudo apt-get install wkhtmltopdf) or download it from here:'+
3196+ ' http://code.google.com/p/wkhtmltopdf/downloads/list and set the'+
3197+ ' path to the executable on the Company form.'+
3198+ 'Minimal version is 0.9.9')
3199+ )
3200+ if os.path.isabs(path) :
3201+ if (os.path.exists(path) and os.access(path, os.X_OK)\
3202+ and os.path.basename(path).startswith('wkhtmltopdf')):
3203+ return path
3204+ else:
3205+ raise except_osv(
3206+ _('Wrong Wkhtmltopdf path set in company'+
3207+ 'Given path is not executable or path is wrong'),
3208+ 'for path %s'%(path)
3209+ )
3210+ else :
3211+ raise except_osv(
3212+ _('path to Wkhtmltopdf is not absolute'),
3213+ 'for path %s'%(path)
3214+ )
3215+ def generate_pdf_webkit(self, comm_path, report_xml, header, footer, html_list, webkit_header=False):
3216+ """Call webkit in order to generate pdf"""
3217+ if not webkit_header:
3218+ webkit_header = report_xml.webkit_header
3219+ tmp_dir = tempfile.gettempdir()
3220+ out_filename = tempfile.mktemp(suffix=".pdf", prefix="webkit.tmp.")
3221+ files = []
3222+ file_to_del = []
3223+ if comm_path:
3224+ command = [comm_path]
3225+ else:
3226+ command = ['wkhtmltopdf']
3227+
3228+ command.append('--quiet')
3229+ # default to UTF-8 encoding. Use <meta charset="latin-1"> to override.
3230+ command.extend(['--encoding', 'utf-8'])
3231+ if header :
3232+ head_file = file( os.path.join(
3233+ tmp_dir,
3234+ str(time.time()) + '.head.html'
3235+ ),
3236+ 'w'
3237+ )
3238+ head_file.write(header)
3239+ head_file.close()
3240+ file_to_del.append(head_file.name)
3241+ command.extend(['--header-html', head_file.name])
3242+ if footer :
3243+ foot_file = file( os.path.join(
3244+ tmp_dir,
3245+ str(time.time()) + '.foot.html'
3246+ ),
3247+ 'w'
3248+ )
3249+ foot_file.write(footer)
3250+ foot_file.close()
3251+ file_to_del.append(foot_file.name)
3252+ command.extend(['--footer-html', foot_file.name])
3253+
3254+ if webkit_header.margin_top :
3255+ command.extend(['--margin-top', str(webkit_header.margin_top).replace(',', '.')])
3256+ if webkit_header.margin_bottom :
3257+ command.extend(['--margin-bottom', str(webkit_header.margin_bottom).replace(',', '.')])
3258+ if webkit_header.margin_left :
3259+ command.extend(['--margin-left', str(webkit_header.margin_left).replace(',', '.')])
3260+ if webkit_header.margin_right :
3261+ command.extend(['--margin-right', str(webkit_header.margin_right).replace(',', '.')])
3262+ if webkit_header.orientation :
3263+ command.extend(['--orientation', str(webkit_header.orientation).replace(',', '.')])
3264+ if webkit_header.format :
3265+ command.extend(['--page-size', str(webkit_header.format).replace(',', '.')])
3266+ count = 0
3267+ for html in html_list :
3268+ html_file = file(os.path.join(tmp_dir, str(time.time()) + str(count) +'.body.html'), 'w')
3269+ count += 1
3270+ html_file.write(html)
3271+ html_file.close()
3272+ file_to_del.append(html_file.name)
3273+ command.append(html_file.name)
3274+ command.append(out_filename)
3275+ try:
3276+ status = subprocess.call(command, stderr=subprocess.PIPE) # ignore stderr
3277+ if status :
3278+ raise except_osv(
3279+ _('Webkit raise an error' ),
3280+ status
3281+ )
3282+ except Exception:
3283+ for f_to_del in file_to_del :
3284+ os.unlink(f_to_del)
3285+
3286+ pdf = file(out_filename, 'rb').read()
3287+ for f_to_del in file_to_del :
3288+ os.unlink(f_to_del)
3289+
3290+ os.unlink(out_filename)
3291+ return pdf
3292+
3293+ def generate_pdf_latex(self, comm_path, report_xml, header, footer, latex_list, webkit_header=False):
3294+
3295+ file_to_del = []
3296+
3297+
3298+ tmp_dir = tempfile.gettempdir()
3299+ out_filename = tempfile.mktemp(suffix=".pdf", prefix="latex.tmp.")
3300+ file_to_del.append(out_filename)
3301+ tmp_filename = out_filename.replace(".pdf",".tex")
3302+ file_to_del.append(tmp_filename)
3303+ log_filename = out_filename.replace(".pdf",".log")
3304+ file_to_del.append(log_filename)
3305+ out_file = out_filename.replace(".pdf",".out")
3306+ file_to_del.append(out_file)
3307+ aux_file = out_filename.replace(".pdf",".aux")
3308+ file_to_del.append(aux_file)
3309+
3310+ nombre_archivo = tmp_filename
3311+ f = open(nombre_archivo,'w')
3312+ f.write(latex_list[0])
3313+ f.close()
3314+
3315+ f = open(log_filename,'w')
3316+ f.write("This File is Generate by me =)")
3317+ f.close()
3318+
3319+ sty_body = """% Exemple dextension par Tobias Oetiker
3320+\ProvidesPackage{test}
3321+%-----------------------------------------------------------------------
3322+% Type de document: DS
3323+%-----------------------------------------------------------------------
3324+%\usepackage{ucs}
3325+\usepackage[utf8]{inputenc}
3326+\usepackage[frenchb]{babel}
3327+\usepackage{fancyhdr}
3328+
3329+\usepackage[pdftex, %
3330+ bookmarks = true,% % Signets
3331+ bookmarksnumbered = true,% % Signets numrots
3332+ pdfpagemode = None,% % Signets/vignettes ferm l'ouverture
3333+ pdfstartview = FitH,% % La page prend toute la largeur
3334+ pdfpagelayout = SinglePage,% Vue par page
3335+ colorlinks = true,% % Liens en couleur
3336+ urlcolor = magenta,% % Couleur des liens externes
3337+ pdfborder = {0 0 0}% % Style de bordure : ici, pas de bordure
3338+ ]{hyperref}% % Utilisation de HyperTeX
3339+
3340+
3341+%\pdfoutput=0 % uncomment this to run PDFTeX in TeX mode
3342+\usepackage{ifpdf}
3343+\ifx\pdftexversion\undefined %if using TeX
3344+ \usepackage{graphicx}
3345+\else %if using PDFTeX
3346+ \usepackage[pdftex]{graphicx}
3347+\fi
3348+\ifpdf %if using PDFTeX in PDF mode
3349+ \DeclareGraphicsExtensions{.pdf,.png,.mps}
3350+ %\usepackage{pgf}
3351+\else %if using TeX or PDFTeX in TeX mode
3352+ \usepackage{graphicx}
3353+ \DeclareGraphicsExtensions{.eps,.bmp}
3354+ \DeclareGraphicsRule{.emf}{bmp}{}{}% declare EMF filename extension
3355+ \DeclareGraphicsRule{.png}{bmp}{}{}% declare PNG filename extension
3356+\fi
3357+
3358+\usepackage{wrapfig}% package for wrapfigure environment
3359+\usepackage{color}
3360+\usepackage{ulem}
3361+%\usepackage{amsfonts}
3362+\usepackage{makeidx}
3363+\usepackage{amsmath,amssymb,framed,calc,multicol,lscape,fancybox}
3364+% Pour les graphiques:
3365+% Quelques fonctionnalits utiles:
3366+\usepackage{array,multirow,enumerate}
3367+\usepackage{fourier}
3368+\usepackage{eurosym}
3369+%\usepackage{pst-all,pst-eucl}
3370+%-----------------------------------------------------------------------
3371+% Mise en page gnrale:
3372+%-----------------------------------------------------------------------
3373+
3374+\columnseprule0.25pt
3375+\parindent 0pt\topmargin 0pt\headheight 0pt\headsep 0pt\footskip 0pt
3376+\usepackage[dvips,a4paper,margin=6mm]{geometry}
3377+\everymath{\displaystyle}
3378+
3379+%-----------------------------------------------------------------------
3380+% Macros de prsentation des exercices:
3381+% Utilisation: \exo
3382+%-----------------------------------------------------------------------
3383+\newcounter{nexo}
3384+\setcounter{nexo}{0}
3385+
3386+\newcounter{nexop}
3387+\setcounter{nexop}{0}
3388+
3389+%exercice sans barme:
3390+\newcommand{\exo}{
3391+ \stepcounter{nexo}
3392+ {\textbf{$\triangleright$ Exercice \arabic{nexo} : \hrulefill }}
3393+ \par
3394+}
3395+% exercice avec barme:
3396+\newcommand{\exop}[1]{
3397+ \stepcounter{nexop}
3398+ {\textbf{$\triangleright$ Exercice \arabic{nexop} \hrulefill (#1 points) :}}
3399+}
3400+% Questions
3401+\newenvironment{questions}{\begin{enumerate}[1 $\, \diamond$]}{\end{enumerate}}
3402+%-----------------------------------------------------------------------
3403+% Titrages du document :
3404+% \titrage {nom}{classe}
3405+% \ds {nom}{classe}{coef}{date}{temps}{calculatrice}
3406+%-----------------------------------------------------------------------
3407+\newcommand{\titrage}[2]{
3408+{\Large #1}\hfill#2
3409+\par\rule[+6pt]{\linewidth}{0.5mm}
3410+\par
3411+}
3412+
3413+\newcommand{\ds}[6]{
3414+% \ds{Devoir de ...}{Classe}{coeff}{temps en mn}{calculatrice autorise ou non}
3415+% nom et classe
3416+{\Large #1}\hfill#2
3417+\par
3418+% coef et temps
3419+Coefficient: $#3$ \hfill $#4\,mn$
3420+\par
3421+% calculatrice + date automatique
3422+Calculatrice #5 \hfill #6
3423+% on complte par un trait horizontal
3424+\par\rule[+6pt]{\linewidth}{0.5mm}
3425+\par
3426+}
3427+
3428+%-----------------------------------------------------------------------
3429+% Intervalles :
3430+% f:ferm, o:ouvert, fo: ferm-ouvert, of: ouvert-ferm
3431+% Utilisation:
3432+% \intfo{-1}{2} donnera [-1;2[
3433+%-----------------------------------------------------------------------
3434+\newcommand{\intf}[2]{\left[ #1 ; #2 \right]}
3435+\newcommand{\into}[2]{\left] #1 ; #2 \right[}
3436+\newcommand{\intfo}[2]{\left[ #1 ; #2 \right[}
3437+\newcommand{\intof}[2]{\left] #1 ; #2 \right]}
3438+%-----------------------------------------------------------------------
3439+% Repres et normes:
3440+% Utilisation:
3441+% \roij donnera (O,i,j)
3442+%-----------------------------------------------------------------------
3443+% Pour dfinir une norme dont la taille s'adapte celle de
3444+% l'expression norme...
3445+\newcommand{\norme}[1]{\ensuremath{\left\|#1\right\|}}
3446+\newcommand{\vecteur}[1]{\overrightarrow{\strut #1}}
3447+%Les vecteurs i, j et k
3448+\newcommand{\vimath}{\vecteur{i}}
3449+\newcommand{\vjmath}{\vecteur{j}}
3450+\newcommand{\vkmath}{\vecteur{k}}
3451+\newcommand{\vnul}{\vecteur{0}}
3452+%le repre (o,i,j)
3453+\newcommand{\roij}{\ensuremath{(O,\vimath,\vjmath)}}
3454+\newcommand{\collroij}{\ensuremath{(O,I,J)}}
3455+
3456+%-----------------------------------------------------------------------
3457+% Raccourcis pour * :
3458+%-----------------------------------------------------------------------
3459+% le symbole de multiplication:
3460+\def\*{\times}
3461+% PGCD et PPCM :
3462+\def\pgcd{\mathop{\rm PGCD}\nolimits}
3463+\def\ppcm{\mathop{\rm ppcm}\nolimits}
3464+
3465+% Les abreviations:
3466+\newtheorem{ppte}{Proprit}
3467+\newtheorem{thm}{Thorme}
3468+\newtheorem{defi}{Dfinition}
3469+\newtheorem{lemme}{Lemme}
3470+\newtheorem{coro}{Corollaire}
3471+\newtheorem{prop}{Proposition}
3472+\newtheorem{reg}{Rgle}
3473+\newtheorem{conj}{Conjecture}
3474+\newtheorem{remar}{Remarque}
3475+\newtheorem{exem}{Exemple}
3476+\newtheorem{exems}{Exemples}
3477+\newcommand{\para}[1]{
3478+ \color{red}
3479+ \section {\textit{#1}}
3480+ \color{black}
3481+ }"""
3482+
3483+ f = open(tmp_dir+'/test.sty','w')
3484+ f.write(sty_body)
3485+ f.close()
3486+
3487+ command = 'pdflatex -output-directory=%s %s' % (tmp_dir, tmp_filename)
3488+
3489+ try:
3490+ status = os.system(command)
3491+ except Exception:
3492+ for f_to_del in file_to_del :
3493+ os.unlink(f_to_del)
3494+ pdf = file(out_filename, 'rb').read()
3495+
3496+ for f_to_del in file_to_del :
3497+ os.unlink(f_to_del)
3498+
3499+ return pdf
3500+
3501+ def CompanyLogo(self, CompanyName, width = 0.05):
3502+ ids = self.pool.get('res.company').search(self.parser_instance.cr, self.parser_instance.uid,[('name','=',CompanyName)])
3503+ Company = self.pool.get('res.company').browse(self.parser_instance.cr, self.parser_instance.uid, ids)
3504+ for log in Company:
3505+ Binary_File = binascii.a2b_base64(unicode(log.logo))
3506+ partner_id = log.partner_id.id
3507+ ids = self.pool.get('res.partner').search(self.parser_instance.cr, self.parser_instance.uid,[('id','=',partner_id)])
3508+ partners = self.pool.get('res.partner').browse(self.parser_instance.cr, self.parser_instance.uid, ids)
3509+ for partner in partners:
3510+ coname = partner.name
3511+ covat = partner.vat
3512+ phone = partner.phone
3513+ email = partner.email
3514+ website = partner.website
3515+ for add in partner.address:
3516+ if add.street:
3517+ address = add.street
3518+ else:
3519+ address = ''
3520+ if add.street2:
3521+ address += add.street2
3522+
3523+ tmp_dir = tempfile.gettempdir()
3524+ File = tmp_dir + "/" + "logo.jpg"
3525+ f = open(File,'wb')
3526+ f.write(Binary_File)
3527+ f.close()
3528+ if not width:
3529+ width = 0.05
3530+ if width > 0:
3531+ #~ logo = "\includegraphics[width=%s Tex]{%s}"%(width,File)
3532+ logo = """ \\begin{figure}
3533+ \includegraphics[width=%s \\textwidth]{%s}
3534+ \\begin{tabular}{c}
3535+ \multicolumn{1}{l}{%s}\\\\
3536+ \multicolumn{1}{l}{RIF:%s}\\\\
3537+ \multicolumn{1}{l}{Telefonos:%s}\\\\
3538+ \multicolumn{1}{l}{Email:%s}\\\\
3539+ \multicolumn{1}{l}{Sitio Web:%s}\\\\
3540+ \multicolumn{1}{l}{Direccion: %s}\\\\
3541+ \end{tabular}
3542+ \end{figure} """%(width,File,coname,covat,phone,email,website,address)
3543+
3544+ #~ logo = logo.replace("Tex","\\textwidth")
3545+ return logo
3546+
3547+ def setLang(self, lang):
3548+ if not lang:
3549+ lang = 'en_US'
3550+ self.localcontext['lang'] = lang
3551+ for obj in self.parser_instance.objects:
3552+ obj._context['lang'] = lang
3553+
3554+ def translate_call(self, src):
3555+ """Translate String."""
3556+ ir_translation = self.pool.get('ir.translation')
3557+ res = ir_translation._get_source(self.parser_instance.cr, self.parser_instance.uid, None, 'report', self.localcontext.get('lang', 'en_US'), src)
3558+ if not res :
3559+ return src
3560+ return res
3561+
3562+ def formatLang(self, value, digits=None, date=False, date_time=False, grouping=True, monetary=False):
3563+ """format using the know cursor, language from localcontext"""
3564+ if digits is None:
3565+ digits = self.parser_instance.get_digits(value)
3566+ if isinstance(value, (str, unicode)) and not value:
3567+ return ''
3568+ pool_lang = self.pool.get('res.lang')
3569+ lang = self.localcontext['lang']
3570+
3571+ lang_ids = pool_lang.search(self.parser_instance.cr, self.parser_instance.uid, [('code','=',lang)])[0]
3572+ lang_obj = pool_lang.browse(self.parser_instance.cr, self.parser_instance.uid, lang_ids)
3573+
3574+ if date or date_time:
3575+ if not str(value):
3576+ return ''
3577+
3578+ date_format = lang_obj.date_format
3579+ parse_format = '%Y-%m-%d'
3580+ if date_time:
3581+ value=value.split('.')[0]
3582+ date_format = date_format + " " + lang_obj.time_format
3583+ parse_format = '%Y-%m-%d %H:%M:%S'
3584+ if not isinstance(value, time.struct_time):
3585+ return time.strftime(date_format, time.strptime(value, parse_format))
3586+
3587+ else:
3588+ date = datetime(*value.timetuple()[:6])
3589+ return date.strftime(date_format)
3590+
3591+ return lang_obj.format('%.' + str(digits) + 'f', value, grouping=grouping, monetary=monetary)
3592+
3593+ # override needed to keep the attachments' storing procedure
3594+ def create_single_pdf(self, cursor, uid, ids, data, report_xml, context=None):
3595+ """generate the PDF"""
3596+
3597+ if context is None:
3598+ context={}
3599+
3600+ if report_xml.report_type != 'webkit' and report_xml.report_type != 'latex':
3601+ return super(WebKitParser,self).create_single_pdf(cursor, uid, ids, data, report_xml, context=context)
3602+
3603+ self.parser_instance = self.parser(
3604+ cursor,
3605+ uid,
3606+ self.name2,
3607+ context=context
3608+ )
3609+ if report_xml.report_type == 'webkit':
3610+
3611+ self.pool = pooler.get_pool(cursor.dbname)
3612+ objs = self.getObjects(cursor, uid, ids, context)
3613+ self.parser_instance.set_context(objs, data, ids, report_xml.report_type)
3614+
3615+ template = False
3616+
3617+ if report_xml.report_file :
3618+ path = addons.get_module_resource(report_xml.report_file)
3619+ if path and os.path.exists(path) :
3620+ template = file(path).read()
3621+ if not template and report_xml.report_webkit_data :
3622+ template = report_xml.report_webkit_data
3623+ if not template :
3624+ raise except_osv(_('Error!'), _('Webkit Report template not found !'))
3625+ header = report_xml.webkit_header.html
3626+ footer = report_xml.webkit_header.footer_html
3627+ if not header and report_xml.header:
3628+ raise except_osv(
3629+ _('No header defined for this Webkit report!'),
3630+ _('Please set a header in company settings')
3631+ )
3632+ if not report_xml.header :
3633+ #I know it could be cleaner ...
3634+ header = u"""
3635+ <html>
3636+ <head>
3637+ <meta content="text/html; charset=UTF-8" http-equiv="content-type"/>
3638+ <style type="text/css">
3639+ ${css}
3640+ </style>
3641+ <script>
3642+ function subst() {
3643+ var vars={};
3644+ var x=document.location.search.substring(1).split('&');
3645+ for(var i in x) {var z=x[i].split('=',2);vars[z[0]] = unescape(z[1]);}
3646+ var x=['frompage','topage','page','webpage','section','subsection','subsubsection'];
3647+ for(var i in x) {
3648+ var y = document.getElementsByClassName(x[i]);
3649+ for(var j=0; j<y.length; ++j) y[j].textContent = vars[x[i]];
3650+ }
3651+ }
3652+ </script>
3653+ </head>
3654+ <body style="border:0; margin: 0;" onload="subst()">
3655+ </body>
3656+ </html>"""
3657+ css = report_xml.webkit_header.css
3658+ if not css :
3659+ css = ''
3660+ user = self.pool.get('res.users').browse(cursor, uid, uid)
3661+ company= user.company_id
3662+
3663+ #default_filters=['unicode', 'entity'] can be used to set global filter
3664+ body_mako_tpl = mako_template(template)
3665+ helper = WebKitHelper(cursor, uid, report_xml.id, context)
3666+ self.parser_instance.localcontext.update({'setLang':self.setLang})
3667+ self.parser_instance.localcontext.update({'formatLang':self.formatLang})
3668+ try :
3669+ html = body_mako_tpl.render( helper=helper,
3670+ css=css,
3671+ _=self.translate_call,
3672+ **self.parser_instance.localcontext
3673+ )
3674+ except Exception, e:
3675+ msg = exceptions.text_error_template().render()
3676+ netsvc.Logger().notifyChannel('Webkit render', netsvc.LOG_ERROR, msg)
3677+ raise except_osv(_('Webkit render'), msg)
3678+ head_mako_tpl = mako_template(header)
3679+ try :
3680+ head = head_mako_tpl.render(helper=helper,
3681+ css=css,
3682+ _=self.translate_call,
3683+ _debug=False,
3684+ **self.parser_instance.localcontext)
3685+ except Exception, e:
3686+ raise except_osv(_('Webkit render'),
3687+ exceptions.text_error_template().render())
3688+ foot = False
3689+ if footer :
3690+ foot_mako_tpl = mako_template(footer)
3691+ try :
3692+ foot = foot_mako_tpl.render(helper=helper,
3693+ css=css,
3694+ _=self.translate_call,
3695+ **self.parser_instance.localcontext)
3696+ except:
3697+ msg = exceptions.text_error_template().render()
3698+ netsvc.Logger().notifyChannel('Webkit render', netsvc.LOG_ERROR, msg)
3699+ raise except_osv(_('Webkit render'), msg)
3700+ if report_xml.webkit_debug :
3701+ try :
3702+ deb = head_mako_tpl.render(helper=helper,
3703+ css=css,
3704+ _debug=tools.ustr(html),
3705+ _=self.translate_call,
3706+ **self.parser_instance.localcontext)
3707+ except Exception, e:
3708+ msg = exceptions.text_error_template().render()
3709+ netsvc.Logger().notifyChannel('Webkit render', netsvc.LOG_ERROR, msg)
3710+ raise except_osv(_('Webkit render'), msg)
3711+ return (deb, 'html')
3712+ bin = self.get_lib(cursor, uid, company.id)
3713+ pdf = self.generate_pdf_webkit(bin, report_xml, head, foot, [html])
3714+
3715+ elif report_xml.report_type == 'latex':
3716+
3717+ self.pool = pooler.get_pool(cursor.dbname)
3718+ objs = self.getObjects(cursor, uid, ids, context)
3719+ self.parser_instance.set_context(objs, data, ids, report_xml.report_type)
3720+ user = self.pool.get('res.users').browse(cursor, uid, uid)
3721+
3722+ if report_xml.report_file :
3723+ path = addons.get_module_resource(report_xml.report_file)
3724+ if path and os.path.exists(path) :
3725+ template = file(path).read()
3726+ if not template and report_xml.report_webkit_data :
3727+ template = report_xml.report_webkit_data
3728+ if not template :
3729+ raise except_osv(_('Error!'), _('Latex Report template not found !'))
3730+
3731+ helper = WebKitHelper(cursor, uid, report_xml.id, context)
3732+ self.parser_instance.localcontext.update({'CompanyLogo':self.CompanyLogo})
3733+
3734+ company= user.company_id
3735+ #~ bin = self.get_lib(cursor, uid, company.id)
3736+ bin = None
3737+ head = None
3738+ foot = None
3739+ #~ latex = template
3740+ latex = mako_template(template)
3741+ latex_text = latex.render(helper=helper,
3742+ css='',
3743+ _=self.translate_call,
3744+ **self.parser_instance.localcontext
3745+ )
3746+ #~ Copia el logo en el temporal
3747+ logo = self.CompanyLogo(user.company_id.name,0.00)
3748+ pdf = self.generate_pdf_latex(bin, report_xml, head, foot, [latex_text])
3749+ return (pdf, 'pdf')
3750+
3751+
3752+ def create(self, cursor, uid, ids, data, context=None):
3753+ """We override the create function in order to handle generator
3754+ Code taken from report openoffice. Thanks guys :) """
3755+ pool = pooler.get_pool(cursor.dbname)
3756+ ir_obj = pool.get('ir.actions.report.xml')
3757+ report_xml_ids = ir_obj.search(cursor, uid,
3758+ [('report_name', '=', self.name[7:])], context=context)
3759+ if report_xml_ids:
3760+
3761+ report_xml = ir_obj.browse(
3762+ cursor,
3763+ uid,
3764+ report_xml_ids[0],
3765+ context=context
3766+ )
3767+ report_xml.report_rml = None
3768+ report_xml.report_rml_content = None
3769+ report_xml.report_sxw_content_data = None
3770+ report_rml.report_sxw_content = None
3771+ report_rml.report_sxw = None
3772+ else:
3773+ return super(WebKitParser, self).create(cursor, uid, ids, data, context)
3774+
3775+ if (report_xml.report_type != 'webkit') and (report_xml.report_type != 'latex'):
3776+ return super(WebKitParser, self).create(cursor, uid, ids, data, context)
3777+ result = self.create_source_pdf(cursor, uid, ids, data, report_xml, context)
3778+ if not result:
3779+ return (False,False)
3780+ return result

Subscribers

People subscribed via source and target branches