Merge lp:~vauxoo/addons-vauxoo/addons-vauxoo-cicsa into lp:addons-vauxoo/7.0

Proposed by hbto [Vauxoo] http://www.vauxoo.com
Status: Merged
Approved by: hbto [Vauxoo] http://www.vauxoo.com
Approved revision: 1088
Merged at revision: 1115
Proposed branch: lp:~vauxoo/addons-vauxoo/addons-vauxoo-cicsa
Merge into: lp:addons-vauxoo/7.0
Diff against target: 8357 lines (+7073/-631)
56 files modified
account_anglo_saxon_stock_move/__init__.py (+27/-0)
account_anglo_saxon_stock_move/__openerp__.py (+51/-0)
account_anglo_saxon_stock_move/model/__init__.py (+27/-0)
account_anglo_saxon_stock_move/model/invoice.py (+32/-0)
account_anglo_saxon_stock_move/model/stock.py (+39/-0)
account_anglo_saxon_stock_move/wizard/__init__.py (+25/-0)
account_move_line_extended/__init__.py (+27/-0)
account_move_line_extended/__openerp__.py (+53/-0)
account_move_line_extended/model/__init__.py (+25/-0)
account_move_line_extended/view/account_move_line_view.xml (+44/-0)
account_move_line_extended/wizard/__init__.py (+25/-0)
aging_due_report/__openerp__.py (+13/-4)
aging_due_report/data/aging_due_webkit_header.xml (+389/-0)
aging_due_report/data/customer_detail_due_webkit_header.xml (+412/-0)
aging_due_report/data/customer_formal_due_webkit_header.xml (+414/-0)
aging_due_report/data/supplier_aging_due_webkit_header.xml (+401/-0)
aging_due_report/data/supplier_detail_due_webkit_header.xml (+413/-0)
aging_due_report/data/supplier_formal_due_webkit_header.xml (+414/-0)
aging_due_report/i18n/es.po (+466/-207)
aging_due_report/i18n/es_MX.po (+479/-2)
aging_due_report/i18n/es_VE.po (+479/-2)
aging_due_report/report/aging_due_report.rml (+16/-15)
aging_due_report/report/aging_due_report_html.mako (+64/-0)
aging_due_report/report/aging_due_report_webkit.xml (+126/-0)
aging_due_report/report/detail_due_report.rml (+24/-34)
aging_due_report/report/detail_due_report_html.mako (+82/-0)
aging_due_report/report/formal_due_report.rml (+88/-86)
aging_due_report/report/formal_due_report_html.mako (+108/-0)
aging_due_report/report/ing_due_report.xml (+7/-3)
aging_due_report/report/parser.py (+345/-165)
aging_due_report/report/provision_due_report.rml (+0/-110)
aging_due_report/report/supplier_aging_due_report.rml (+111/-0)
aging_due_report/report/supplier_aging_due_report_html.mako (+63/-0)
aging_due_report/report/supplier_detail_due_report.rml (+148/-0)
aging_due_report/report/supplier_detail_due_report_html.mako (+81/-0)
aging_due_report/report/supplier_formal_due_report.rml (+191/-0)
aging_due_report/report/supplier_formal_due_report_html.mako (+110/-0)
purchase_order_description/__init__.py (+27/-0)
purchase_order_description/__openerp__.py (+52/-0)
purchase_order_description/model/__init__.py (+26/-0)
purchase_order_description/model/purchase_order.py (+37/-0)
purchase_order_description/view/purchase_order_view.xml (+24/-0)
purchase_order_description/wizard/__init__.py (+25/-0)
stock_move_entries/model/stock_move_entries.py (+3/-3)
stock_purchase_expiry/__init__.py (+27/-0)
stock_purchase_expiry/__openerp__.py (+56/-0)
stock_purchase_expiry/doc/index.html (+445/-0)
stock_purchase_expiry/doc/index.rst (+129/-0)
stock_purchase_expiry/model/__init__.py (+27/-0)
stock_purchase_expiry/model/purchase.py (+49/-0)
stock_purchase_expiry/model/stock.py (+151/-0)
stock_purchase_expiry/view/purchase_order_view.xml (+31/-0)
stock_purchase_expiry/view/stock_picking_view.xml (+34/-0)
stock_purchase_expiry/wizard/__init__.py (+26/-0)
stock_purchase_expiry/wizard/stock.py (+67/-0)
stock_purchase_expiry/wizard/stock_invoice_onshipping_view.xml (+18/-0)
To merge this branch: bzr merge lp:~vauxoo/addons-vauxoo/addons-vauxoo-cicsa
Reviewer Review Type Date Requested Status
hbto [Vauxoo] http://www.vauxoo.com Approve
Review via email: mp+230353@code.launchpad.net

Description of the change

[MERGE] new module stock_purchase_expiry added.
[MERGE] new module account_move_line_extended.
[FIX] fix in stock_move_entries related with string attribute

To post a comment you must log in.
1086. By Yanina Aular (Vauxoo)

[FIX] fix in stock_move_entries related with string attribute

1087. By hbto [Vauxoo] http://www.vauxoo.com

[MERGE] From Merge

1088. By Katherine Zaoral (Vauxoo)

[MERE] Account Payment reports are now multicurrency. Also developed de Account
Receivable reports multicurrency. The localization report data was removed.

Revision history for this message
hbto [Vauxoo] http://www.vauxoo.com (humbertoarocha) wrote :
review: Approve
1089. By hbto [Vauxoo] http://www.vauxoo.com

[ADD] Added module allows to creates a reference from stock_move into invoice lines

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== added directory 'account_anglo_saxon_stock_move'
2=== added file 'account_anglo_saxon_stock_move/__init__.py'
3--- account_anglo_saxon_stock_move/__init__.py 1970-01-01 00:00:00 +0000
4+++ account_anglo_saxon_stock_move/__init__.py 2014-08-17 06:47:16 +0000
5@@ -0,0 +1,27 @@
6+#!/usr/bin/python
7+# -*- encoding: utf-8 -*-
8+###############################################################################
9+# Module Writen to OpenERP, Open Source Management Solution
10+# Copyright (C) OpenERP Venezuela (<http://www.vauxoo.com>).
11+# All Rights Reserved
12+############# Credits #########################################################
13+# Coded by: Humberto Arocha <hbto@vauxoo.com>
14+# Planified by: Humberto Arocha <hbto@vauxoo.com>
15+# Audited by: Humberto Arocha <hbto@vauxoo.com>
16+###############################################################################
17+# This program is free software: you can redistribute it and/or modify
18+# it under the terms of the GNU Affero General Public License as published
19+# by the Free Software Foundation, either version 3 of the License, or
20+# (at your option) any later version.
21+#
22+# This program is distributed in the hope that it will be useful,
23+# but WITHOUT ANY WARRANTY; without even the implied warranty of
24+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
25+# GNU Affero General Public License for more details.
26+#
27+# You should have received a copy of the GNU Affero General Public License
28+# along with this program. If not, see <http://www.gnu.org/licenses/>.
29+###############################################################################
30+
31+import model
32+import wizard
33
34=== added file 'account_anglo_saxon_stock_move/__openerp__.py'
35--- account_anglo_saxon_stock_move/__openerp__.py 1970-01-01 00:00:00 +0000
36+++ account_anglo_saxon_stock_move/__openerp__.py 2014-08-17 06:47:16 +0000
37@@ -0,0 +1,51 @@
38+#!/usr/bin/python
39+# -*- encoding: utf-8 -*-
40+###############################################################################
41+# Module Writen to OpenERP, Open Source Management Solution
42+# Copyright (C) OpenERP Venezuela (<http://www.vauxoo.com>).
43+# All Rights Reserved
44+############# Credits #########################################################
45+# Coded by: Humberto Arocha <hbto@vauxoo.com>
46+# Planified by: Humberto Arocha <hbto@vauxoo.com>
47+# Audited by: Humberto Arocha <hbto@vauxoo.com>
48+###############################################################################
49+# This program is free software: you can redistribute it and/or modify
50+# it under the terms of the GNU Affero General Public License as published
51+# by the Free Software Foundation, either version 3 of the License, or
52+# (at your option) any later version.
53+#
54+# This program is distributed in the hope that it will be useful,
55+# but WITHOUT ANY WARRANTY; without even the implied warranty of
56+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
57+# GNU Affero General Public License for more details.
58+#
59+# You should have received a copy of the GNU Affero General Public License
60+# along with this program. If not, see <http://www.gnu.org/licenses/>.
61+###############################################################################
62+
63+{
64+ 'name': 'Account Anglo-Saxon Stock Move',
65+ 'version': '1.0',
66+ 'author': 'Vauxoo',
67+ 'website': 'http://www.vauxoo.com/',
68+ 'category': '',
69+ 'description': '''
70+Account Anglo-Saxon Stock Move
71+------------------------------
72+ This module adds an attribute to the Account Invoice Line object
73+ and in the case of creating invoice from shipments attach the Stock Move
74+ Record on the regarding Invoice Line
75+''',
76+ 'depends': [
77+ 'account_anglo_saxon',
78+ ],
79+ 'data': [
80+ ],
81+ 'demo': [],
82+ 'test': [],
83+ 'qweb': [],
84+ 'js': [],
85+ 'css': [],
86+ 'active': False,
87+ 'installable': True,
88+}
89
90=== added directory 'account_anglo_saxon_stock_move/data'
91=== added directory 'account_anglo_saxon_stock_move/demo'
92=== added directory 'account_anglo_saxon_stock_move/doc'
93=== added directory 'account_anglo_saxon_stock_move/doc/images'
94=== added directory 'account_anglo_saxon_stock_move/i18n'
95=== added directory 'account_anglo_saxon_stock_move/model'
96=== added file 'account_anglo_saxon_stock_move/model/__init__.py'
97--- account_anglo_saxon_stock_move/model/__init__.py 1970-01-01 00:00:00 +0000
98+++ account_anglo_saxon_stock_move/model/__init__.py 2014-08-17 06:47:16 +0000
99@@ -0,0 +1,27 @@
100+#!/usr/bin/python
101+# -*- encoding: utf-8 -*-
102+###############################################################################
103+# Module Writen to OpenERP, Open Source Management Solution
104+# Copyright (C) OpenERP Venezuela (<http://www.vauxoo.com>).
105+# All Rights Reserved
106+############# Credits #########################################################
107+# Coded by: Yanina Aular <yani@vauxoo.com>
108+# Planified by: Humberto Arocha <hbto@vauxoo.com>
109+# Audited by: Humberto Arocha <hbto@vauxoo.com>
110+###############################################################################
111+# This program is free software: you can redistribute it and/or modify
112+# it under the terms of the GNU Affero General Public License as published
113+# by the Free Software Foundation, either version 3 of the License, or
114+# (at your option) any later version.
115+#
116+# This program is distributed in the hope that it will be useful,
117+# but WITHOUT ANY WARRANTY; without even the implied warranty of
118+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
119+# GNU Affero General Public License for more details.
120+#
121+# You should have received a copy of the GNU Affero General Public License
122+# along with this program. If not, see <http://www.gnu.org/licenses/>.
123+###############################################################################
124+
125+import stock
126+import invoice
127
128=== added file 'account_anglo_saxon_stock_move/model/invoice.py'
129--- account_anglo_saxon_stock_move/model/invoice.py 1970-01-01 00:00:00 +0000
130+++ account_anglo_saxon_stock_move/model/invoice.py 2014-08-17 06:47:16 +0000
131@@ -0,0 +1,32 @@
132+##############################################################################
133+#
134+# OpenERP, Open Source Management Solution
135+# Copyright (C)
136+# 2004-2010 Tiny SPRL (<http://tiny.be>).
137+# 2009-2010 Veritos (http://veritos.nl).
138+# All Rights Reserved
139+#
140+# This program is free software: you can redistribute it and/or modify
141+# it under the terms of the GNU Affero General Public License as
142+# published by the Free Software Foundation, either version 3 of the
143+# License, or (at your option) any later version.
144+#
145+# This program is distributed in the hope that it will be useful,
146+# but WITHOUT ANY WARRANTY; without even the implied warranty of
147+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
148+# GNU Affero General Public License for more details.
149+#
150+# You should have received a copy of the GNU Affero General Public License
151+# along with this program. If not, see <http://www.gnu.org/licenses/>.
152+#
153+##############################################################################
154+
155+from openerp.osv import osv, fields
156+
157+class account_invoice_line(osv.osv):
158+ _inherit = "account.invoice.line"
159+
160+ _columns = {
161+ 'move_id': fields.many2one('stock.move', string="Move line", help="If the invoice was generated from a stock.picking, reference to the related move line."),
162+ }
163+# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:
164
165=== added file 'account_anglo_saxon_stock_move/model/stock.py'
166--- account_anglo_saxon_stock_move/model/stock.py 1970-01-01 00:00:00 +0000
167+++ account_anglo_saxon_stock_move/model/stock.py 2014-08-17 06:47:16 +0000
168@@ -0,0 +1,39 @@
169+#!/usr/bin/python
170+# -*- encoding: utf-8 -*-
171+###############################################################################
172+# Module Writen to OpenERP, Open Source Management Solution
173+# Copyright (C) OpenERP Venezuela (<http://www.vauxoo.com>).
174+# All Rights Reserved
175+############# Credits #########################################################
176+# Coded by: Humberto Arocha <hbto@vauxoo.com>
177+# Planified by: Humberto Arocha <hbto@vauxoo.com>
178+# Audited by: Humberto Arocha <hbto@vauxoo.com>
179+###############################################################################
180+# This program is free software: you can redistribute it and/or modify
181+# it under the terms of the GNU Affero General Public License as published
182+# by the Free Software Foundation, either version 3 of the License, or
183+# (at your option) any later version.
184+#
185+# This program is distributed in the hope that it will be useful,
186+# but WITHOUT ANY WARRANTY; without even the implied warranty of
187+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
188+# GNU Affero General Public License for more details.
189+#
190+# You should have received a copy of the GNU Affero General Public License
191+# along with this program. If not, see <http://www.gnu.org/licenses/>.
192+###############################################################################
193+
194+from openerp.osv import osv
195+
196+class stock_picking(osv.osv):
197+ _inherit = "stock.picking"
198+ _description = "Picking List"
199+
200+ def _prepare_invoice_line(self, cr, uid, group, picking, move_line, invoice_id,
201+ invoice_vals, context=None):
202+ """Overwrite to add move_id reference"""
203+ res = super(stock_picking, self)._prepare_invoice_line(cr, uid, group, picking, move_line, invoice_id, invoice_vals, context=context)
204+ res.update({
205+ 'move_id': move_line.id,
206+ })
207+ return res
208
209=== added directory 'account_anglo_saxon_stock_move/report'
210=== added directory 'account_anglo_saxon_stock_move/security'
211=== added directory 'account_anglo_saxon_stock_move/static'
212=== added directory 'account_anglo_saxon_stock_move/static/description'
213=== added file 'account_anglo_saxon_stock_move/static/description/index.html'
214=== added directory 'account_anglo_saxon_stock_move/static/src'
215=== added directory 'account_anglo_saxon_stock_move/static/src/css'
216=== added directory 'account_anglo_saxon_stock_move/static/src/img'
217=== added file 'account_anglo_saxon_stock_move/static/src/img/icon.png'
218Binary files account_anglo_saxon_stock_move/static/src/img/icon.png 1970-01-01 00:00:00 +0000 and account_anglo_saxon_stock_move/static/src/img/icon.png 2014-08-17 06:47:16 +0000 differ
219=== added directory 'account_anglo_saxon_stock_move/static/src/js'
220=== added directory 'account_anglo_saxon_stock_move/static/src/xml'
221=== added directory 'account_anglo_saxon_stock_move/test'
222=== added directory 'account_anglo_saxon_stock_move/view'
223=== added directory 'account_anglo_saxon_stock_move/wizard'
224=== added file 'account_anglo_saxon_stock_move/wizard/__init__.py'
225--- account_anglo_saxon_stock_move/wizard/__init__.py 1970-01-01 00:00:00 +0000
226+++ account_anglo_saxon_stock_move/wizard/__init__.py 2014-08-17 06:47:16 +0000
227@@ -0,0 +1,25 @@
228+#!/usr/bin/python
229+# -*- encoding: utf-8 -*-
230+###############################################################################
231+# Module Writen to OpenERP, Open Source Management Solution
232+# Copyright (C) OpenERP Venezuela (<http://www.vauxoo.com>).
233+# All Rights Reserved
234+############# Credits #########################################################
235+# Coded by: Humberto Arocha <hbto@vauxoo.com>
236+# Planified by: Humberto Arocha <hbto@vauxoo.com>
237+# Audited by: Humberto Arocha <hbto@vauxoo.com>
238+###############################################################################
239+# This program is free software: you can redistribute it and/or modify
240+# it under the terms of the GNU Affero General Public License as published
241+# by the Free Software Foundation, either version 3 of the License, or
242+# (at your option) any later version.
243+#
244+# This program is distributed in the hope that it will be useful,
245+# but WITHOUT ANY WARRANTY; without even the implied warranty of
246+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
247+# GNU Affero General Public License for more details.
248+#
249+# You should have received a copy of the GNU Affero General Public License
250+# along with this program. If not, see <http://www.gnu.org/licenses/>.
251+###############################################################################
252+
253
254=== added directory 'account_anglo_saxon_stock_move/workflow'
255=== added directory 'account_move_line_extended'
256=== added file 'account_move_line_extended/__init__.py'
257--- account_move_line_extended/__init__.py 1970-01-01 00:00:00 +0000
258+++ account_move_line_extended/__init__.py 2014-08-17 06:47:16 +0000
259@@ -0,0 +1,27 @@
260+#!/usr/bin/python
261+# -*- encoding: utf-8 -*-
262+###############################################################################
263+# Module Writen to OpenERP, Open Source Management Solution
264+# Copyright (C) OpenERP Venezuela (<http://www.vauxoo.com>).
265+# All Rights Reserved
266+############# Credits #########################################################
267+# Coded by: Katherine Zaoral <kathy@vauxoo.com>
268+# Planified by: Humberto Arocha <hbto@vauxoo.com>
269+# Audited by: Humberto Arocha <hbto@vauxoo.com>
270+###############################################################################
271+# This program is free software: you can redistribute it and/or modify
272+# it under the terms of the GNU Affero General Public License as published
273+# by the Free Software Foundation, either version 3 of the License, or
274+# (at your option) any later version.
275+#
276+# This program is distributed in the hope that it will be useful,
277+# but WITHOUT ANY WARRANTY; without even the implied warranty of
278+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
279+# GNU Affero General Public License for more details.
280+#
281+# You should have received a copy of the GNU Affero General Public License
282+# along with this program. If not, see <http://www.gnu.org/licenses/>.
283+###############################################################################
284+
285+import model
286+import wizard
287
288=== added file 'account_move_line_extended/__openerp__.py'
289--- account_move_line_extended/__openerp__.py 1970-01-01 00:00:00 +0000
290+++ account_move_line_extended/__openerp__.py 2014-08-17 06:47:16 +0000
291@@ -0,0 +1,53 @@
292+#!/usr/bin/python
293+# -*- encoding: utf-8 -*-
294+###############################################################################
295+# Module Writen to OpenERP, Open Source Management Solution
296+# Copyright (C) OpenERP Venezuela (<http://www.vauxoo.com>).
297+# All Rights Reserved
298+############# Credits #########################################################
299+# Coded by: Katherine Zaoral <kathy@vauxoo.com>
300+# Planified by: Humberto Arocha <hbto@vauxoo.com>
301+# Audited by: Humberto Arocha <hbto@vauxoo.com>
302+###############################################################################
303+# This program is free software: you can redistribute it and/or modify
304+# it under the terms of the GNU Affero General Public License as published
305+# by the Free Software Foundation, either version 3 of the License, or
306+# (at your option) any later version.
307+#
308+# This program is distributed in the hope that it will be useful,
309+# but WITHOUT ANY WARRANTY; without even the implied warranty of
310+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
311+# GNU Affero General Public License for more details.
312+#
313+# You should have received a copy of the GNU Affero General Public License
314+# along with this program. If not, see <http://www.gnu.org/licenses/>.
315+###############################################################################
316+
317+{
318+ 'name': 'Account Move Line Extended',
319+ 'version': '1.0',
320+ 'author': 'Vauxoo',
321+ 'website': 'http://www.vauxoo.com/',
322+ 'category': '',
323+ 'description': '''
324+Account Move Line Extended
325+==========================
326+
327+Add a new view for the account move lines at the menu ``Accounting or Invocing
328+> Journal Entries > Journal Items Extended``. The currency and the amount
329+currency fields are visible.
330+''',
331+ 'depends': [
332+ 'account',
333+ ],
334+ 'data': [
335+ 'view/account_move_line_view.xml',
336+ ],
337+ 'demo': [],
338+ 'test': [],
339+ 'qweb': [],
340+ 'js': [],
341+ 'css': [],
342+ 'active': False,
343+ 'installable': True,
344+}
345
346=== added directory 'account_move_line_extended/data'
347=== added directory 'account_move_line_extended/demo'
348=== added directory 'account_move_line_extended/doc'
349=== added directory 'account_move_line_extended/doc/images'
350=== added directory 'account_move_line_extended/i18n'
351=== added directory 'account_move_line_extended/model'
352=== added file 'account_move_line_extended/model/__init__.py'
353--- account_move_line_extended/model/__init__.py 1970-01-01 00:00:00 +0000
354+++ account_move_line_extended/model/__init__.py 2014-08-17 06:47:16 +0000
355@@ -0,0 +1,25 @@
356+#!/usr/bin/python
357+# -*- encoding: utf-8 -*-
358+###############################################################################
359+# Module Writen to OpenERP, Open Source Management Solution
360+# Copyright (C) OpenERP Venezuela (<http://www.vauxoo.com>).
361+# All Rights Reserved
362+############# Credits #########################################################
363+# Coded by: Katherine Zaoral <kathy@vauxoo.com>
364+# Planified by: Humberto Arocha <hbto@vauxoo.com>
365+# Audited by: Humberto Arocha <hbto@vauxoo.com>
366+###############################################################################
367+# This program is free software: you can redistribute it and/or modify
368+# it under the terms of the GNU Affero General Public License as published
369+# by the Free Software Foundation, either version 3 of the License, or
370+# (at your option) any later version.
371+#
372+# This program is distributed in the hope that it will be useful,
373+# but WITHOUT ANY WARRANTY; without even the implied warranty of
374+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
375+# GNU Affero General Public License for more details.
376+#
377+# You should have received a copy of the GNU Affero General Public License
378+# along with this program. If not, see <http://www.gnu.org/licenses/>.
379+###############################################################################
380+
381
382=== added directory 'account_move_line_extended/report'
383=== added directory 'account_move_line_extended/security'
384=== added directory 'account_move_line_extended/static'
385=== added directory 'account_move_line_extended/static/description'
386=== added file 'account_move_line_extended/static/description/index.html'
387=== added directory 'account_move_line_extended/static/src'
388=== added directory 'account_move_line_extended/static/src/css'
389=== added directory 'account_move_line_extended/static/src/img'
390=== added file 'account_move_line_extended/static/src/img/icon.png'
391Binary files account_move_line_extended/static/src/img/icon.png 1970-01-01 00:00:00 +0000 and account_move_line_extended/static/src/img/icon.png 2014-08-17 06:47:16 +0000 differ
392=== added directory 'account_move_line_extended/static/src/js'
393=== added directory 'account_move_line_extended/static/src/xml'
394=== added directory 'account_move_line_extended/test'
395=== added directory 'account_move_line_extended/view'
396=== added file 'account_move_line_extended/view/account_move_line_view.xml'
397--- account_move_line_extended/view/account_move_line_view.xml 1970-01-01 00:00:00 +0000
398+++ account_move_line_extended/view/account_move_line_view.xml 2014-08-17 06:47:16 +0000
399@@ -0,0 +1,44 @@
400+<?xml version="1.0" encoding="utf-8"?>
401+<openerp>
402+ <data>
403+ <record id="aml_extended_tree" model="ir.ui.view">
404+ <field name="name">Journal Entries Extended</field>
405+ <field name="model">account.move.line</field>
406+ <field name="arch" type="xml">
407+ <tree string="Journal Entries Extended" version="7.0">
408+ <field name="journal_id"/>
409+ <field name="period_id"/>
410+ <field name="date"/>
411+ <field name="name"/>
412+ <field name="ref"/>
413+ <field name="partner_id"/>
414+ <field name="account_id"/>
415+ <field name="move_id"/>
416+ <field name="debit" sum="Total Debit"/>
417+ <field name="credit" sum="Total Credit"/>
418+ <field name="amount_currency"/>
419+ <field name="currency_id"/>
420+ <field name="date_maturity"/>
421+ <field name="reconcile"/>
422+ <field name="state"/>
423+ <field name="company_id" invisible="1"/>
424+ </tree>
425+ </field>
426+ </record>
427+
428+ <record model="ir.actions.act_window" id="action_aml_extended">
429+ <field name="name">Journal Items Extended</field>
430+ <field name="res_model">account.move.line</field>
431+ <field name="view_type">form</field>
432+ <field name="view_mode">tree,form</field>
433+ <field name="view_id" ref="aml_extended_tree"/>
434+ </record>
435+
436+ <menuitem
437+ id="journal_aml_menu"
438+ name="Journal Items Extended"
439+ parent="account.menu_finance_entries"
440+ sequence="100"
441+ action="action_aml_extended"/>
442+ </data>
443+</openerp>
444
445=== added directory 'account_move_line_extended/wizard'
446=== added file 'account_move_line_extended/wizard/__init__.py'
447--- account_move_line_extended/wizard/__init__.py 1970-01-01 00:00:00 +0000
448+++ account_move_line_extended/wizard/__init__.py 2014-08-17 06:47:16 +0000
449@@ -0,0 +1,25 @@
450+#!/usr/bin/python
451+# -*- encoding: utf-8 -*-
452+###############################################################################
453+# Module Writen to OpenERP, Open Source Management Solution
454+# Copyright (C) OpenERP Venezuela (<http://www.vauxoo.com>).
455+# All Rights Reserved
456+############# Credits #########################################################
457+# Coded by: Katherine Zaoral <kathy@vauxoo.com>
458+# Planified by: Humberto Arocha <hbto@vauxoo.com>
459+# Audited by: Humberto Arocha <hbto@vauxoo.com>
460+###############################################################################
461+# This program is free software: you can redistribute it and/or modify
462+# it under the terms of the GNU Affero General Public License as published
463+# by the Free Software Foundation, either version 3 of the License, or
464+# (at your option) any later version.
465+#
466+# This program is distributed in the hope that it will be useful,
467+# but WITHOUT ANY WARRANTY; without even the implied warranty of
468+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
469+# GNU Affero General Public License for more details.
470+#
471+# You should have received a copy of the GNU Affero General Public License
472+# along with this program. If not, see <http://www.gnu.org/licenses/>.
473+###############################################################################
474+
475
476=== added directory 'account_move_line_extended/workflow'
477=== modified file 'aging_due_report/__openerp__.py'
478--- aging_due_report/__openerp__.py 2014-05-09 21:51:34 +0000
479+++ aging_due_report/__openerp__.py 2014-08-17 06:47:16 +0000
480@@ -34,12 +34,21 @@
481 A Customer's Formal Due Report,
482 A Customer's Detail Due Report,
483 A Customer's Aging Due Report.
484+A Supplier's Formal Due Report,
485+A Supplier's Detail Due Report,
486+A Supplier's Aging Due Report.
487 """,
488- "depends" : ["account",
489-],
490- "init_xml" : [],
491- "update_xml" : [
492+ "depends" : ["account", "report_webkit",
493+ ],
494+ "data" : [
495 "report/ing_due_report.xml",
496+ "data/aging_due_webkit_header.xml",
497+ "data/customer_formal_due_webkit_header.xml",
498+ "data/customer_detail_due_webkit_header.xml",
499+ "data/supplier_aging_due_webkit_header.xml",
500+ "data/supplier_formal_due_webkit_header.xml",
501+ "data/supplier_detail_due_webkit_header.xml",
502+ "report/aging_due_report_webkit.xml",
503
504 ],
505 "active": False,
506
507=== added directory 'aging_due_report/data'
508=== added file 'aging_due_report/data/aging_due_webkit_header.xml'
509--- aging_due_report/data/aging_due_webkit_header.xml 1970-01-01 00:00:00 +0000
510+++ aging_due_report/data/aging_due_webkit_header.xml 2014-08-17 06:47:16 +0000
511@@ -0,0 +1,389 @@
512+<?xml version="1.0" ?>
513+<openerp>
514+ <data noupdate="0">
515+ <record id="ir_header_webkit_aging_due_report" model="ir.header_webkit">
516+ <field name="footer_html"><![CDATA[<!DOCTYPE>
517+ <html>
518+ <head>
519+ <meta content="text/html; charset=UTF-8" http-equiv="content-type"/>
520+ <script>
521+ function subst() {
522+ var vars={};
523+ var x=document.location.search.substring(1).split('&');
524+ for(var i in x) {var z=x[i].split('=',2);vars[z[0]] = unescape(z[1]);}
525+ var x=['frompage','topage','page','webpage','section','subsection','subsubsection'];
526+ for(var i in x) {
527+ var y = document.getElementsByClassName(x[i]);
528+ for(var j=0; j<y.length; ++j) y[j].textContent = vars[x[i]];
529+ }
530+ }
531+ </script>
532+ </head>
533+ <body style="border:0; margin: 0;" onload="subst()">
534+ <table style="border-top: 1px solid black; width: 100%">
535+ <tr >
536+ <td style="text-align:left;font-size:7;" width="50%">Generado con software libre en OpenERP y Webkit por http://www.vauxoo.com</td>
537+ <td style="text-align:right;font-size:11;" width="45%">Page <span class="page"/></td><td style="text-align:left;font-size:11;" width="5%"> of <span class="topage"/></td>
538+ </tr>
539+ </table>
540+ </body>
541+ </html>]]>
542+ </field>
543+ <field name="orientation">Landscape</field>
544+ <field name="format">Letter</field>
545+ <field name="html"><![CDATA[<!DOCTYPE>
546+ <html>
547+ <head>
548+ <meta content="text/html; charset=UTF-8" http-equiv="content-type"/>
549+ <script>
550+ function subst() {
551+ var vars={};
552+ var x=document.location.search.substring(1).split('&');
553+ for(var i in x) {var z=x[i].split('=',2);vars[z[0]] = unescape(z[1]);}
554+ var x=['frompage','topage','page','webpage','section','subsection','subsubsection'];
555+ for(var i in x) {
556+ var y = document.getElementsByClassName(x[i]);
557+ for(var j=0; j<y.length; ++j) y[j].textContent = vars[x[i]];
558+ }
559+ }
560+ </script>
561+ <style type="text/css">
562+ ${css}
563+ </style>
564+ </head>
565+ <body style="border:0; margin: 0;" onload="subst()">
566+ ${_debug or ''|n} </body>
567+ </html>]]>
568+ </field>
569+ <field eval="0.0" name="margin_top"/>
570+ <field name="css" ><![CDATA[
571+.table_all_border {
572+ border-collapse: collapse;
573+ width: 100%;
574+ border: 1px solid #DFDFDE; }
575+ .table_all_border > thead > tr > th,
576+ .table_all_border > thead > tr > td,
577+ .table_all_border > tbody > tr > th,
578+ .table_all_border > tbody > tr > td,
579+ .table_all_border > tfoot > tr > th,
580+ .table_all_border > tfoot > tr > td {
581+ border: 1px solid #DFDFDE; }
582+ .table_all_border > thead > tr > th,
583+ .table_all_border > thead > tr > td {
584+ border-bottom-width: 1px solid #DFDFDE; }
585+
586+.table_title_bg_color {
587+ border-collapse: collapse; }
588+ .table_title_bg_color > thead > tr > th,
589+ .table_title_bg_color > tbody > tr > th,
590+ .table_title_bg_color > tfoot > tr > th {
591+ border-bottom: 1px solid #DFDFDE;
592+ border-top: 1px solid #DFDFDE;
593+ background-color: #A41D35;
594+ font-size: 10;
595+ color: white; }
596+
597+.table_title {
598+ border-collapse: collapse;
599+ width: 100%; }
600+ .table_title > thead > tr > th,
601+ .table_title > tbody > tr > th,
602+ .table_title > tfoot > tr > th {
603+ border-bottom: 2px solid #DFDFDE;
604+ font-size: 10;
605+ color: white; }
606+
607+.table_row_border {
608+ border-collapse: collapse;
609+ width: 100%; }
610+ .table_row_border > thead > tr > th,
611+ .table_row_border > thead > tr > td,
612+ .table_row_border > tbody > tr > th,
613+ .table_row_border > tbody > tr > td,
614+ .table_row_border > tfoot > tr > th,
615+ .table_row_border > tfoot > tr > td {
616+ border-bottom: 1px solid #DFDFDE; }
617+ .table_row_border > thead > tr > th,
618+ .table_row_border > thead > tr > td {
619+ border-bottom-width: 1px; }
620+
621+.table_column_border {
622+ border-collapse: collapse;
623+ }
624+ .table_column_border > thead > tr > td,
625+ .table_column_border > tbody > tr > td,
626+ .table_column_border > tfoot > tr > td {
627+ border: 1px solid #DFDFDE;
628+ border-width: 0 1px; }
629+ .table_column_border > thead > tr > td:first-child, .table_column_border > thead > tr td + td,
630+ .table_column_border > tbody > tr > td:first-child,
631+ .table_column_border > tbody > tr td + td,
632+ .table_column_border > tfoot > tr > td:first-child,
633+ .table_column_border > tfoot > tr td + td {
634+ border-left: 0; }
635+ .table_column_border > thead > tr > td:last-child,
636+ .table_column_border > tbody > tr > td:last-child,
637+ .table_column_border > tfoot > tr > td:last-child {
638+ padding-right: 0;
639+ border-right: 0; }
640+
641+.table_alter_color_row {
642+ border-collapse: collapse; }
643+ .table_alter_color_row > tbody > tr:nth-child(2n+1) > td {
644+ background-color: gainsboro ; }
645+ .table_alter_color_row > tbody > tr:nth-child(2n+2) > td {
646+ background-color: whitesmoke; }
647+
648+.table_alter_color_column {
649+ border-collapse: collapse;
650+ width: 100%; }
651+ .table_alter_color_column > tbody
652+ > tr
653+ > td:nth-child(2n+1) {
654+ background-color: gainsboro; }
655+ .table_alter_color_column > tbody
656+ > tr
657+ > td:nth-child(2n+2) {
658+ background-color: whitesmoke; }
659+
660+.table_only_border_top {
661+ border-collapse: collapse;
662+ width: 100%; }
663+ .table_only_border_top > tbody
664+ > tr {
665+ border-top: 1px solid #DFDFDE; }
666+
667+.table_only_border_bottom {
668+ border-collapse: collapse;
669+ width: 100%; }
670+ .table_only_border_bottom > tbody
671+ > tr {
672+ border-bottom: 1px solid #DFDFDE; }
673+
674+.panel {
675+ padding: 8px 8px;
676+ background-color: #5bc0de; }
677+
678+.panel_radius_color {
679+ border: 2px solid #ee8f9e;
680+ border-radius: 15px;
681+ padding: 8px 8px; }
682+
683+.panel_radius_trans {
684+ border: 2px solid transparent;
685+ border-radius: 15px;
686+ padding: 8px 8px; }
687+
688+.panel_bg_color {
689+ padding: 8px 8px;
690+ background: #f2f2f2; }
691+
692+.panel_bg_color_title {
693+ padding: 8px 8px;
694+ background: #A41D35;
695+ color: white;
696+ font-size: 12;
697+ font-family: "Helvetica Neue", Helvetica, Arial, sans_serif; }
698+
699+.panel_box_shadow {
700+ box-shadow: 5px 5px 10px #222222; }
701+
702+.panel_border_radius_top {
703+ border-top-right-radius: 15px;
704+ border-top-left-radius: 15px;
705+ border: 2px solid #ee8f9e;
706+ padding: 5px; }
707+
708+.panel_radius_top {
709+ border-top-right-radius: 15px;
710+ border-top-left-radius: 15px;
711+ padding: 5px; }
712+
713+.panel_border_radius_top_right {
714+ border-top-right-radius: 15px;
715+ border: 2px solid #ee8f9e;
716+ padding: 5px; }
717+
718+.panel_border_radius_top_left {
719+ border-top-left-radius: 15px;
720+ border: 2px solid #ee8f9e;
721+ padding: 5px; }
722+
723+.panel_border_radius_bottom {
724+ border-bottom-right-radius: 15px;
725+ border-bottom-left-radius: 15px;
726+ border: 2px solid #ee8f9e;
727+ padding: 5px; }
728+
729+.panel_radius_bottom {
730+ border-bottom-right-radius: 15px;
731+ border-bottom-left-radius: 15px;
732+ padding: 5px; }
733+
734+.panel_border_radius_bottom_right {
735+ border-bottom-right-radius: 15px;
736+ border: 2px solid #ee8f9e;
737+ padding: 5px; }
738+
739+.panel_border_radius_bottom_left {
740+ border-bottom-left-radius: 15px;
741+ border: 2px solid #ee8f9e;
742+ padding: 5px; }
743+
744+body {
745+ color: black;
746+ font-family: "Helvetica Neue", Helvetica, Arial, sans_serif, Times-BoldItalic, Helvetica-Oblique;
747+ font-size: 9;
748+ margin: 0;
749+ padding: 0;
750+ height: 100%;
751+ line-height: 12px; }
752+
753+table.basic_table {
754+ border-collapse: collapse;
755+ width: 100%; }
756+
757+.imagen_company {
758+ vertical-align: top;
759+ width: 35%; }
760+
761+.data_emitter {
762+ vertical-align: top;
763+ color: black;
764+ text-align: right;
765+ font-size: 7; }
766+
767+.data_customer {
768+ vertical-align: top;
769+ color: black;
770+ text-align: left;
771+ font-size: 7; }
772+
773+th {
774+ padding-right: 2px;
775+ padding-left: 2px;
776+ text-align: center;
777+ font-size: 8; }
778+
779+strong{
780+ font-size: 12;
781+ font-weight: bold;
782+}
783+
784+.data_company{
785+ font-size: 10;
786+}
787+
788+
789+pre {
790+ font-size: 6pt;
791+ font-family: helvetica;
792+ white-space: pre-wrap;
793+ white-space: -moz-pre-wrap !important;
794+ white-space: -pre-wrap;
795+ white-space: -o-pre-wrap;
796+ word-wrap: break-word; }
797+
798+
799+.pre_description {
800+ font-size: 7pt;
801+ font-family: helvetica;
802+ white-space: pre-wrap;
803+ white-space: -moz-pre-wrap !important;
804+ white-space: -pre-wrap;
805+ white-space: -o-pre-wrap;
806+ word-wrap: break-word; }
807+
808+hr{
809+ width:95%;
810+ color:lightgrey;
811+}
812+
813+td{
814+ font-size:9;
815+}
816+
817+.td_without_bottom{
818+ border-bottom: 1px solid #FFFFFF;
819+}
820+
821+.td_amount{
822+ text-align:right
823+}
824+
825+.td_center {
826+text-align: center; }
827+
828+.td_bold {
829+font-weight: bold; }
830+
831+.th_widht {
832+ widht: 33%; }
833+
834+.td_condiciones{
835+ font-size:6;
836+}
837+
838+table.fixed {
839+table-layout:fixed;
840+width:33%;
841+word-break:break-all;
842+}
843+
844+td.total_td {
845+border-top: solid 1.5px #A41D35;
846+font-size: 8;
847+padding-right: 2px;
848+padding-left: 2px;
849+font-weight: bold;
850+color: black; }
851+
852+td.sub_total_td {
853+border-top: solid 1.5px #A41D35;
854+font-size: 8;
855+padding-right: 2px;
856+padding-left: 2px;
857+color: black; }
858+
859+.td_vertical_middle {
860+ vertical-align: middle; }
861+
862+.ITEMSTITLELEFT {
863+ text-align: left;
864+ font-family: Helvetica-Bold;
865+ font-size: 12;
866+ color: white;
867+ }
868+
869+.ITEMSTITLERIGHT {
870+ text-align: right;
871+ font-family: Helvetica-Bold;
872+ font-size: 12;
873+ color: white;
874+ }
875+
876+.ITEMSLEFT {
877+ text-align: LEFT;
878+ font-family: Helvetica-Bold;
879+ font-size: 9;
880+ color: black;
881+ }
882+
883+.ITEMSRIGHT {
884+ text-align: right;
885+ font-family: Helvetica-Bold;
886+ font-size: 9;
887+ color: black;
888+ }
889+
890+
891+
892+]]> </field>
893+ <field name="name">Aging Due Report Webkit</field>
894+ </record>
895+ <record id="ir_header_img_companylogo0" model="ir.header_img">
896+ <field eval="&quot;&quot;&quot;jpg&quot;&quot;&quot;" name="type"/>
897+ <field eval="&quot;&quot;&quot;company_logo&quot;&quot;&quot;" name="name"/>
898+ </record>
899+ </data>
900+</openerp>
901
902=== added file 'aging_due_report/data/customer_detail_due_webkit_header.xml'
903--- aging_due_report/data/customer_detail_due_webkit_header.xml 1970-01-01 00:00:00 +0000
904+++ aging_due_report/data/customer_detail_due_webkit_header.xml 2014-08-17 06:47:16 +0000
905@@ -0,0 +1,412 @@
906+<?xml version="1.0" ?>
907+<openerp>
908+ <data noupdate="0">
909+ <record id="ir_header_webkit_detail_due_report" model="ir.header_webkit">
910+ <field name="footer_html"><![CDATA[<!DOCTYPE>
911+ <html>
912+ <head>
913+ <meta content="text/html; charset=UTF-8" http-equiv="content-type"/>
914+ <script>
915+ function subst() {
916+ var vars={};
917+ var x=document.location.search.substring(1).split('&');
918+ for(var i in x) {var z=x[i].split('=',2);vars[z[0]] = unescape(z[1]);}
919+ var x=['frompage','topage','page','webpage','section','subsection','subsubsection'];
920+ for(var i in x) {
921+ var y = document.getElementsByClassName(x[i]);
922+ for(var j=0; j<y.length; ++j) y[j].textContent = vars[x[i]];
923+ }
924+ }
925+ </script>
926+ </head>
927+ <body style="border:0; margin: 0;" onload="subst()">
928+ <table style="border-top: 1px solid black; width: 100%">
929+ <tr >
930+ <td style="text-align:left;font-size:7;" width="50%">Generado con software libre en OpenERP y Webkit por http://www.vauxoo.com</td>
931+ <td style="text-align:right;font-size:11;" width="45%">Page <span class="page"/></td><td style="text-align:left;font-size:11;" width="5%"> of <span class="topage"/></td>
932+ </tr>
933+ </table>
934+ </body>
935+ </html>]]>
936+ </field>
937+ <field name="orientation">Portrait</field>
938+ <field name="format">Letter</field>
939+ <field name="html"><![CDATA[<!DOCTYPE>
940+ <html>
941+ <head>
942+ <meta content="text/html; charset=UTF-8" http-equiv="content-type"/>
943+ <script>
944+ function subst() {
945+ var vars={};
946+ var x=document.location.search.substring(1).split('&');
947+ for(var i in x) {var z=x[i].split('=',2);vars[z[0]] = unescape(z[1]);}
948+ var x=['frompage','topage','page','webpage','section','subsection','subsubsection'];
949+ for(var i in x) {
950+ var y = document.getElementsByClassName(x[i]);
951+ for(var j=0; j<y.length; ++j) y[j].textContent = vars[x[i]];
952+ }
953+ }
954+ </script>
955+ <style type="text/css">
956+ ${css}
957+ </style>
958+ </head>
959+ <body style="border:0; margin: 0;" onload="subst()">
960+ ${_debug or ''|n} </body>
961+ </html>]]>
962+ </field>
963+ <field eval="0.0" name="margin_top"/>
964+ <field name="css" ><![CDATA[
965+.table_all_border {
966+ border-collapse: collapse;
967+ width: 100%;
968+ border: 1px solid #1A1A1A; }
969+ .table_all_border > thead > tr > th,
970+ .table_all_border > thead > tr > td,
971+ .table_all_border > tbody > tr > th,
972+ .table_all_border > tbody > tr > td,
973+ .table_all_border > tfoot > tr > th,
974+ .table_all_border > tfoot > tr > td {
975+ border: 1px solid #1A1A1A; }
976+ .table_all_border > thead > tr > th,
977+ .table_all_border > thead > tr > td {
978+ border-bottom-width: 1px solid #1A1A1A; }
979+
980+.table_title_bg_color {
981+ border-collapse: collapse; }
982+ .table_title_bg_color > thead > tr > th,
983+ .table_title_bg_color > tbody > tr > th,
984+ .table_title_bg_color > tfoot > tr > th {
985+ /*border-bottom: 1px solid #1A1A1A;
986+ border-top: 1px solid #1A1A1A;*/
987+ border: 0.5px solid #FFFFFF;
988+ background-color: #A41D35;
989+ font-size: 8;
990+ color: white; }
991+
992+.table_title {
993+ border-collapse: collapse;
994+ width: 100%; }
995+ .table_title > thead > tr > th,
996+ .table_title > tbody > tr > th,
997+ .table_title > tfoot > tr > th {
998+ border-bottom: 2px solid #1A1A1A;
999+ font-size: 8;
1000+ color: white; }
1001+
1002+.table_row_border {
1003+ border-collapse: collapse;
1004+ width: 100%; }
1005+ .table_row_border > thead > tr > th,
1006+ .table_row_border > thead > tr > td,
1007+ .table_row_border > tbody > tr > th,
1008+ .table_row_border > tbody > tr > td,
1009+ .table_row_border > tfoot > tr > th,
1010+ .table_row_border > tfoot > tr > td {
1011+ border-bottom: 1px solid #1A1A1A; }
1012+ .table_row_border > thead > tr > th,
1013+ .table_row_border > thead > tr > td {
1014+ border-bottom-width: 1px; }
1015+
1016+.table_column_border {
1017+ border-collapse: collapse;
1018+ }
1019+ .table_column_border > thead > tr > td,
1020+ .table_column_border > tbody > tr > td,
1021+ .table_column_border > tfoot > tr > td {
1022+ border: 1px solid #1A1A1A;
1023+ border-width: 0 1px; }
1024+ .table_column_border > thead > tr > td:first-child, .table_column_border > thead > tr td + td,
1025+ .table_column_border > tbody > tr > td:first-child,
1026+ .table_column_border > tbody > tr td + td,
1027+ .table_column_border > tfoot > tr > td:first-child,
1028+ .table_column_border > tfoot > tr td + td {
1029+ border-left: 0; }
1030+ .table_column_border > thead > tr > td:last-child,
1031+ .table_column_border > tbody > tr > td:last-child,
1032+ .table_column_border > tfoot > tr > td:last-child {
1033+ padding-right: 0;
1034+ border-right: 0; }
1035+
1036+.table_alter_color_row {
1037+ border-collapse: collapse; }
1038+ .table_alter_color_row > tbody > tr:nth-child(2n+1) > td {
1039+ background-color: white ; }
1040+ .table_alter_color_row > tbody > tr:nth-child(2n+2) > td {
1041+ background-color: white; }
1042+
1043+.table_alter_color_column {
1044+ border-collapse: collapse;
1045+ width: 100%; }
1046+ .table_alter_color_column > tbody
1047+ > tr
1048+ > td:nth-child(2n+1) {
1049+ background-color: gainsboro; }
1050+ .table_alter_color_column > tbody
1051+ > tr
1052+ > td:nth-child(2n+2) {
1053+ background-color: whitesmoke; }
1054+
1055+.table_only_border_top {
1056+ border-collapse: collapse;
1057+ width: 100%; }
1058+ .table_only_border_top > tbody
1059+ > tr {
1060+ border-top: 1px solid #1A1A1A; }
1061+
1062+.table_only_border_bottom {
1063+ border-collapse: collapse;
1064+ width: 100%; }
1065+ .table_only_border_bottom > tbody
1066+ > tr {
1067+ border-bottom: 1px solid #1A1A1A; }
1068+
1069+.panel {
1070+ padding: 8px 8px;
1071+ background-color: #5bc0de; }
1072+
1073+.panel_radius_color {
1074+ border: 2px solid #1A1A1A;
1075+ border-radius: 15px;
1076+ padding: 8px 8px; }
1077+
1078+.panel_radius_trans {
1079+ border: 2px solid transparent;
1080+ border-radius: 15px;
1081+ padding: 8px 8px; }
1082+
1083+.panel_bg_color {
1084+ padding: 8px 8px;
1085+ background: #1A1A1A; }
1086+
1087+.panel_bg_color_title {
1088+ padding: 8px 8px;
1089+ background: #1A1A1A;
1090+ color: white;
1091+ font-size: 9;
1092+ font-family: "Helvetica Neue", Helvetica, Arial, sans_serif; }
1093+
1094+.panel_box_shadow {
1095+ box-shadow: 5px 5px 10px #1A1A1A; }
1096+
1097+.panel_border_radius_top {
1098+ border-top-right-radius: 15px;
1099+ border-top-left-radius: 15px;
1100+ border: 2px solid #1A1A1A;
1101+ padding: 5px; }
1102+
1103+.panel_radius_top {
1104+ border-top-right-radius: 15px;
1105+ border-top-left-radius: 15px;
1106+ padding: 5px; }
1107+
1108+.panel_border_radius_top_right {
1109+ border-top-right-radius: 15px;
1110+ border: 2px solid #1A1A1A;
1111+ padding: 5px; }
1112+
1113+.panel_border_radius_top_left {
1114+ border-top-left-radius: 15px;
1115+ border: 2px solid #1A1A1A;
1116+ padding: 5px; }
1117+
1118+.panel_border_radius_bottom {
1119+ border-bottom-right-radius: 15px;
1120+ border-bottom-left-radius: 15px;
1121+ border: 2px solid #1A1A1A;
1122+ padding: 5px; }
1123+
1124+.panel_radius_bottom {
1125+ border-bottom-right-radius: 15px;
1126+ border-bottom-left-radius: 15px;
1127+ padding: 5px; }
1128+
1129+.panel_border_radius_bottom_right {
1130+ border-bottom-right-radius: 15px;
1131+ border: 2px solid #1A1A1A;
1132+ padding: 5px; }
1133+
1134+.panel_border_radius_bottom_left {
1135+ border-bottom-left-radius: 15px;
1136+ border: 2px solid #1A1A1A;
1137+ padding: 5px; }
1138+
1139+body {
1140+ color: black;
1141+ font-family: "Helvetica Neue", Helvetica, Arial, sans_serif, Times-BoldItalic, Helvetica-Bold, Helvetica-Oblique;
1142+ font-size: 8;
1143+ margin: 0;
1144+ padding: 0;
1145+ height: 100%;
1146+ line-height: 12px; }
1147+
1148+table.basic_table {
1149+ border-collapse: collapse;
1150+ width: 100%; }
1151+
1152+.imagen_company {
1153+ vertical-align: top;
1154+ width: 35%; }
1155+
1156+.data_emitter {
1157+ vertical-align: top;
1158+ color: black;
1159+ text-align: right;
1160+ font-size: 7; }
1161+
1162+.data_customer {
1163+ vertical-align: top;
1164+ color: black;
1165+ text-align: left;
1166+ font-size: 7; }
1167+
1168+th {
1169+ padding-right: 2px;
1170+ padding-left: 2px;
1171+ text-align: center;
1172+ font-size: 7; }
1173+
1174+strong{
1175+ font-size: 12;
1176+ font-weight: bold;
1177+}
1178+
1179+.data_company{
1180+ font-size: 10;
1181+}
1182+
1183+
1184+pre {
1185+ font-size: 6pt;
1186+ font-family: helvetica;
1187+ white-space: pre-wrap;
1188+ white-space: -moz-pre-wrap !important;
1189+ white-space: -pre-wrap;
1190+ white-space: -o-pre-wrap;
1191+ word-wrap: break-word; }
1192+
1193+
1194+.pre_description {
1195+ font-size: 7pt;
1196+ font-family: helvetica;
1197+ white-space: pre-wrap;
1198+ white-space: -moz-pre-wrap !important;
1199+ white-space: -pre-wrap;
1200+ white-space: -o-pre-wrap;
1201+ word-wrap: break-word; }
1202+
1203+hr{
1204+ width:95%;
1205+ color:lightgrey;
1206+}
1207+
1208+td{
1209+ font-size:7;
1210+}
1211+
1212+.td_without_bottom{
1213+ border-bottom: 1px solid #FFFFFF;
1214+}
1215+
1216+.td_amount{
1217+ text-align:right
1218+}
1219+
1220+.td_center {
1221+text-align: center; }
1222+
1223+.td_bold {
1224+font-weight: bold; }
1225+
1226+.th_widht {
1227+ widht: 33%; }
1228+
1229+.td_condiciones{
1230+ font-size:6;
1231+}
1232+
1233+table.fixed {
1234+table-layout:fixed;
1235+width:33%;
1236+word-break:break-all;
1237+}
1238+
1239+td.total_td {
1240+border-top: solid 1.5px #A41D35;
1241+font-size: 8;
1242+padding-right: 2px;
1243+padding-left: 2px;
1244+font-weight: bold;
1245+color: black; }
1246+
1247+td.sub_total_td {
1248+border-top: solid 1.5px #A41D35;
1249+font-size: 8;
1250+padding-right: 2px;
1251+padding-left: 2px;
1252+color: black; }
1253+
1254+.td_vertical_middle {
1255+ vertical-align: middle; }
1256+
1257+.ITEMSTITLELEFT {
1258+ text-align: left;
1259+ font-family: Helvetica-Bold;
1260+ font-size: 9;
1261+ color: white;
1262+ }
1263+
1264+.ITEMSTITLERIGHT {
1265+ text-align: right;
1266+ font-family: Helvetica-Bold;
1267+ font-size: 9;
1268+ color: white;
1269+ }
1270+
1271+.ITEMSLEFT {
1272+ text-align: LEFT;
1273+ font-family: Helvetica-Bold;
1274+ font-size: 8;
1275+ color: black;
1276+ border-color: white;
1277+ }
1278+
1279+.ITEMSRIGHT {
1280+ text-align: right;
1281+ font-family: Helvetica-Bold;
1282+ font-size: 8;
1283+ color: black;
1284+ border-color: white;
1285+ }
1286+
1287+.CUSTOMERNAME {
1288+ text-align: right;
1289+ font-family: Helvetica-Oblique;
1290+ font-size: 12;
1291+ color: black;
1292+ }
1293+
1294+.CUSTOMERTEXT {
1295+ text-align: left;
1296+ font-family: Times-BoldItalic;
1297+ font-size: 12;
1298+ color: black;
1299+ }
1300+
1301+.CUSTOMERCENTER {
1302+ text-align: center;
1303+ font-family: Times-BoldItalic;
1304+ font-size: 10;
1305+ color: black;
1306+ }
1307+
1308+ .ITEMBOLD{
1309+ background-color: lightgrey;
1310+ font-weight: bold;
1311+}
1312+]]> </field>
1313+ <field name="name">Aging Detail Report Webkit</field>
1314+ </record>
1315+
1316+ </data>
1317+</openerp>
1318
1319=== added file 'aging_due_report/data/customer_formal_due_webkit_header.xml'
1320--- aging_due_report/data/customer_formal_due_webkit_header.xml 1970-01-01 00:00:00 +0000
1321+++ aging_due_report/data/customer_formal_due_webkit_header.xml 2014-08-17 06:47:16 +0000
1322@@ -0,0 +1,414 @@
1323+<?xml version="1.0" ?>
1324+<openerp>
1325+ <data noupdate="0">
1326+ <record id="ir_header_webkit_formal_due_report" model="ir.header_webkit">
1327+ <field name="footer_html"><![CDATA[<!DOCTYPE>
1328+ <html>
1329+ <head>
1330+ <meta content="text/html; charset=UTF-8" http-equiv="content-type"/>
1331+ <script>
1332+ function subst() {
1333+ var vars={};
1334+ var x=document.location.search.substring(1).split('&');
1335+ for(var i in x) {var z=x[i].split('=',2);vars[z[0]] = unescape(z[1]);}
1336+ var x=['frompage','topage','page','webpage','section','subsection','subsubsection'];
1337+ for(var i in x) {
1338+ var y = document.getElementsByClassName(x[i]);
1339+ for(var j=0; j<y.length; ++j) y[j].textContent = vars[x[i]];
1340+ }
1341+ }
1342+ </script>
1343+ </head>
1344+ <body style="border:0; margin: 0;" onload="subst()">
1345+ <table style="border-top: 1px solid black; width: 100%">
1346+ <tr >
1347+ <td style="text-align:left;font-size:7;" width="50%">Generado con software libre en OpenERP y Webkit por http://www.vauxoo.com</td>
1348+ <td style="text-align:right;font-size:11;" width="45%">Page <span class="page"/></td><td style="text-align:left;font-size:11;" width="5%"> of <span class="topage"/></td>
1349+ </tr>
1350+ </table>
1351+ </body>
1352+ </html>]]>
1353+ </field>
1354+ <field name="orientation">Portrait</field>
1355+ <field name="format">Letter</field>
1356+ <field name="html"><![CDATA[<!DOCTYPE>
1357+ <html>
1358+ <head>
1359+ <meta content="text/html; charset=UTF-8" http-equiv="content-type"/>
1360+ <script>
1361+ function subst() {
1362+ var vars={};
1363+ var x=document.location.search.substring(1).split('&');
1364+ for(var i in x) {var z=x[i].split('=',2);vars[z[0]] = unescape(z[1]);}
1365+ var x=['frompage','topage','page','webpage','section','subsection','subsubsection'];
1366+ for(var i in x) {
1367+ var y = document.getElementsByClassName(x[i]);
1368+ for(var j=0; j<y.length; ++j) y[j].textContent = vars[x[i]];
1369+ }
1370+ }
1371+ </script>
1372+ <style type="text/css">
1373+ ${css}
1374+ </style>
1375+ </head>
1376+ <body style="border:0; margin: 0;" onload="subst()">
1377+ ${_debug or ''|n} </body>
1378+ </html>]]>
1379+ </field>
1380+ <field eval="0.0" name="margin_top"/>
1381+ <field name="css" ><![CDATA[
1382+.table_all_border {
1383+ border-collapse: collapse;
1384+ width: 100%;
1385+ border: 1px solid #1A1A1A; }
1386+ .table_all_border > thead > tr > th,
1387+ .table_all_border > thead > tr > td,
1388+ .table_all_border > tbody > tr > th,
1389+ .table_all_border > tbody > tr > td,
1390+ .table_all_border > tfoot > tr > th,
1391+ .table_all_border > tfoot > tr > td {
1392+ border: 1px solid #1A1A1A; }
1393+ .table_all_border > thead > tr > th,
1394+ .table_all_border > thead > tr > td {
1395+ border-bottom-width: 1px solid #1A1A1A; }
1396+
1397+.table_title_bg_color {
1398+ border-collapse: collapse; }
1399+ .table_title_bg_color > thead > tr > th,
1400+ .table_title_bg_color > tbody > tr > th,
1401+ .table_title_bg_color > tfoot > tr > th {
1402+ border-bottom: 1px solid #1A1A1A;
1403+ border-top: 1px solid #1A1A1A;
1404+ background-color: #A41D35;
1405+ font-size: 10;
1406+ color: white; }
1407+
1408+.table_title {
1409+ border-collapse: collapse;
1410+ width: 100%; }
1411+ .table_title > thead > tr > th,
1412+ .table_title > tbody > tr > th,
1413+ .table_title > tfoot > tr > th {
1414+ border-bottom: 2px solid #1A1A1A;
1415+ font-size: 10;
1416+ color: white; }
1417+
1418+.table_row_border {
1419+ border-collapse: collapse;
1420+ width: 100%; }
1421+ .table_row_border > thead > tr > th,
1422+ .table_row_border > thead > tr > td,
1423+ .table_row_border > tbody > tr > th,
1424+ .table_row_border > tbody > tr > td,
1425+ .table_row_border > tfoot > tr > th,
1426+ .table_row_border > tfoot > tr > td {
1427+ border-bottom: 1px solid #1A1A1A; }
1428+ .table_row_border > thead > tr > th,
1429+ .table_row_border > thead > tr > td {
1430+ border-bottom-width: 1px; }
1431+
1432+.table_column_border {
1433+ border-collapse: collapse;
1434+ }
1435+ .table_column_border > thead > tr > td,
1436+ .table_column_border > tbody > tr > td,
1437+ .table_column_border > tfoot > tr > td {
1438+ border: 1px solid #1A1A1A;
1439+ border-width: 0 1px; }
1440+ .table_column_border > thead > tr > td:first-child, .table_column_border > thead > tr td + td,
1441+ .table_column_border > tbody > tr > td:first-child,
1442+ .table_column_border > tbody > tr td + td,
1443+ .table_column_border > tfoot > tr > td:first-child,
1444+ .table_column_border > tfoot > tr td + td {
1445+ border-left: 0; }
1446+ .table_column_border > thead > tr > td:last-child,
1447+ .table_column_border > tbody > tr > td:last-child,
1448+ .table_column_border > tfoot > tr > td:last-child {
1449+ padding-right: 0;
1450+ border-right: 0; }
1451+
1452+.table_alter_color_row {
1453+ border-collapse: collapse; }
1454+ .table_alter_color_row > tbody > tr:nth-child(2n+1) > td {
1455+ background-color: white ; }
1456+ .table_alter_color_row > tbody > tr:nth-child(2n+2) > td {
1457+ background-color: white; }
1458+
1459+.table_alter_color_column {
1460+ border-collapse: collapse;
1461+ width: 100%; }
1462+ .table_alter_color_column > tbody
1463+ > tr
1464+ > td:nth-child(2n+1) {
1465+ background-color: gainsboro; }
1466+ .table_alter_color_column > tbody
1467+ > tr
1468+ > td:nth-child(2n+2) {
1469+ background-color: whitesmoke; }
1470+
1471+.table_only_border_top {
1472+ border-collapse: collapse;
1473+ width: 100%; }
1474+ .table_only_border_top > tbody
1475+ > tr {
1476+ border-top: 1px solid #1A1A1A; }
1477+
1478+.table_only_border_bottom {
1479+ border-collapse: collapse;
1480+ width: 100%; }
1481+ .table_only_border_bottom > tbody
1482+ > tr {
1483+ border-bottom: 1px solid #1A1A1A; }
1484+
1485+.panel {
1486+ padding: 8px 8px;
1487+ background-color: #5bc0de; }
1488+
1489+.panel_radius_color {
1490+ border: 2px solid #1A1A1A;
1491+ border-radius: 15px;
1492+ padding: 8px 8px; }
1493+
1494+.panel_radius_trans {
1495+ border: 2px solid transparent;
1496+ border-radius: 15px;
1497+ padding: 8px 8px; }
1498+
1499+.panel_bg_color {
1500+ padding: 8px 8px;
1501+ background: #1A1A1A; }
1502+
1503+.panel_bg_color_title {
1504+ padding: 8px 8px;
1505+ background: #1A1A1A;
1506+ color: white;
1507+ font-size: 10;
1508+ font-family: "Helvetica Neue", Helvetica, Arial, sans_serif, Times-BoldItalic, Helvetica-Oblique; }
1509+
1510+.panel_box_shadow {
1511+ box-shadow: 5px 5px 10px #1A1A1A; }
1512+
1513+.panel_border_radius_top {
1514+ border-top-right-radius: 15px;
1515+ border-top-left-radius: 15px;
1516+ border: 2px solid #1A1A1A;
1517+ padding: 5px; }
1518+
1519+.panel_radius_top {
1520+ border-top-right-radius: 15px;
1521+ border-top-left-radius: 15px;
1522+ padding: 5px; }
1523+
1524+.panel_border_radius_top_right {
1525+ border-top-right-radius: 15px;
1526+ border: 2px solid #1A1A1A;
1527+ padding: 5px; }
1528+
1529+.panel_border_radius_top_left {
1530+ border-top-left-radius: 15px;
1531+ border: 2px solid #1A1A1A;
1532+ padding: 5px; }
1533+
1534+.panel_border_radius_bottom {
1535+ border-bottom-right-radius: 15px;
1536+ border-bottom-left-radius: 15px;
1537+ border: 2px solid #1A1A1A;
1538+ padding: 5px; }
1539+
1540+.panel_radius_bottom {
1541+ border-bottom-right-radius: 15px;
1542+ border-bottom-left-radius: 15px;
1543+ padding: 5px; }
1544+
1545+.panel_border_radius_bottom_right {
1546+ border-bottom-right-radius: 15px;
1547+ border: 2px solid #1A1A1A;
1548+ padding: 5px; }
1549+
1550+.panel_border_radius_bottom_left {
1551+ border-bottom-left-radius: 15px;
1552+ border: 2px solid #1A1A1A;
1553+ padding: 5px; }
1554+
1555+body {
1556+ color: black;
1557+ font-family: "Helvetica Neue", Helvetica, Arial, sans_serif, Times-BoldItalic, Helvetica-Bold, Helvetica-Oblique;
1558+ font-size: 8;
1559+ margin: 0;
1560+ padding: 0;
1561+ height: 100%;
1562+ line-height: 12px; }
1563+
1564+table.basic_table {
1565+ border-collapse: collapse;
1566+ width: 100%; }
1567+
1568+.imagen_company {
1569+ vertical-align: top;
1570+ width: 35%; }
1571+
1572+.data_emitter {
1573+ vertical-align: top;
1574+ color: black;
1575+ text-align: right;
1576+ font-size: 7; }
1577+
1578+.data_customer {
1579+ vertical-align: top;
1580+ color: black;
1581+ text-align: left;
1582+ font-size: 7; }
1583+
1584+th {
1585+ padding-right: 2px;
1586+ padding-left: 2px;
1587+ text-align: center;
1588+ font-size: 7; }
1589+
1590+strong{
1591+ font-size: 12;
1592+ font-weight: bold;
1593+}
1594+
1595+.data_company{
1596+ font-size: 10;
1597+}
1598+
1599+
1600+pre {
1601+ font-size: 6pt;
1602+ font-family: helvetica;
1603+ white-space: pre-wrap;
1604+ white-space: -moz-pre-wrap !important;
1605+ white-space: -pre-wrap;
1606+ white-space: -o-pre-wrap;
1607+ word-wrap: break-word; }
1608+
1609+
1610+.pre_description {
1611+ font-size: 7pt;
1612+ font-family: helvetica;
1613+ white-space: pre-wrap;
1614+ white-space: -moz-pre-wrap !important;
1615+ white-space: -pre-wrap;
1616+ white-space: -o-pre-wrap;
1617+ word-wrap: break-word; }
1618+
1619+hr{
1620+ width:95%;
1621+ color:lightgrey;
1622+}
1623+
1624+td{
1625+ font-size:7;
1626+}
1627+
1628+.td_without_bottom{
1629+ border-bottom: 1px solid #FFFFFF;
1630+}
1631+
1632+.td_amount{
1633+ text-align:right
1634+}
1635+
1636+.td_center {
1637+text-align: center; }
1638+
1639+.td_bold {
1640+font-weight: bold; }
1641+
1642+.th_widht {
1643+ widht: 33%; }
1644+
1645+.td_condiciones{
1646+ font-size:6;
1647+}
1648+
1649+table.fixed {
1650+table-layout:fixed;
1651+width:33%;
1652+word-break:break-all;
1653+}
1654+
1655+td.total_td {
1656+border-top: solid 1.5px #A41D35;
1657+font-size: 8;
1658+padding-right: 2px;
1659+padding-left: 2px;
1660+font-weight: bold;
1661+color: black; }
1662+
1663+td.sub_total_td {
1664+border-top: solid 1.5px #A41D35;
1665+font-size: 8;
1666+padding-right: 2px;
1667+padding-left: 2px;
1668+color: black; }
1669+
1670+.td_vertical_middle {
1671+ vertical-align: middle; }
1672+
1673+.ITEMSTITLELEFT {
1674+ text-align: left;
1675+ font-family: Helvetica-Bold;
1676+ font-size: 8;
1677+ color: white;
1678+ }
1679+
1680+.ITEMSTITLERIGHT {
1681+ text-align: right;
1682+ font-family: Helvetica-Bold;
1683+ font-size: 8;
1684+ color: white;
1685+ }
1686+
1687+.ITEMSLEFT {
1688+ text-align: LEFT;
1689+ font-family: Helvetica-Bold;
1690+ font-size: 8;
1691+ color: black;
1692+ border-color: white;
1693+ }
1694+
1695+.ITEMSRIGHT {
1696+ text-align: right;
1697+ font-family: Helvetica-Bold;
1698+ font-size: 8;
1699+ color: black;
1700+ border-color: white;
1701+ }
1702+
1703+.CUSTOMERNAME {
1704+ text-align: right;
1705+ font-family: Helvetica-Oblique;
1706+ font-size: 8pt;
1707+ color: black;
1708+ font-weight: bold;
1709+ }
1710+
1711+.CUSTOMERTEXT {
1712+ text-align: left;
1713+ font-family: Times-BoldItalic;
1714+ font-size: 10;
1715+ color: black;
1716+ }
1717+
1718+.CUSTOMERCENTER {
1719+ text-align: center;
1720+ font-family: Times-BoldItalic;
1721+ font-size: 8pt;
1722+ color: black;
1723+ }
1724+
1725+ .CUSTOMEROTHER {
1726+ text-align: right;
1727+ font-family: Helvetica-Oblique;
1728+ font-size: 8pt;
1729+ color: black;
1730+ }
1731+]]> </field>
1732+ <field name="name">Aging Formal Report Webkit</field>
1733+ </record>
1734+
1735+ </data>
1736+</openerp>
1737
1738=== added file 'aging_due_report/data/supplier_aging_due_webkit_header.xml'
1739--- aging_due_report/data/supplier_aging_due_webkit_header.xml 1970-01-01 00:00:00 +0000
1740+++ aging_due_report/data/supplier_aging_due_webkit_header.xml 2014-08-17 06:47:16 +0000
1741@@ -0,0 +1,401 @@
1742+<?xml version="1.0" ?>
1743+<openerp>
1744+ <data noupdate="0">
1745+ <record id="ir_header_webkit_supplier_aging_due_report" model="ir.header_webkit">
1746+ <field name="footer_html"><![CDATA[<!DOCTYPE>
1747+ <html>
1748+ <head>
1749+ <meta content="text/html; charset=UTF-8" http-equiv="content-type"/>
1750+ <script>
1751+ function subst() {
1752+ var vars={};
1753+ var x=document.location.search.substring(1).split('&');
1754+ for(var i in x) {var z=x[i].split('=',2);vars[z[0]] = unescape(z[1]);}
1755+ var x=['frompage','topage','page','webpage','section','subsection','subsubsection'];
1756+ for(var i in x) {
1757+ var y = document.getElementsByClassName(x[i]);
1758+ for(var j=0; j<y.length; ++j) y[j].textContent = vars[x[i]];
1759+ }
1760+ }
1761+ </script>
1762+ </head>
1763+ <body style="border:0; margin: 0;" onload="subst()">
1764+ <table style="border-top: 1px solid black; width: 100%">
1765+ <tr >
1766+ <td style="text-align:left;font-size:7;" width="50%">Generado con software libre en OpenERP y Webkit por http://www.vauxoo.com</td>
1767+ <td style="text-align:right;font-size:11;" width="45%">Page <span class="page"/></td><td style="text-align:left;font-size:11;" width="5%"> of <span class="topage"/></td>
1768+ </tr>
1769+ </table>
1770+ </body>
1771+ </html>]]>
1772+ </field>
1773+ <field name="orientation">Landscape</field>
1774+ <field name="format">Letter</field>
1775+ <field name="html"><![CDATA[<!DOCTYPE>
1776+ <html>
1777+ <head>
1778+ <meta content="text/html; charset=UTF-8" http-equiv="content-type"/>
1779+ <script>
1780+ function subst() {
1781+ var vars={};
1782+ var x=document.location.search.substring(1).split('&');
1783+ for(var i in x) {var z=x[i].split('=',2);vars[z[0]] = unescape(z[1]);}
1784+ var x=['frompage','topage','page','webpage','section','subsection','subsubsection'];
1785+ for(var i in x) {
1786+ var y = document.getElementsByClassName(x[i]);
1787+ for(var j=0; j<y.length; ++j) y[j].textContent = vars[x[i]];
1788+ }
1789+ }
1790+ </script>
1791+ <style type="text/css">
1792+ ${css}
1793+ </style>
1794+ </head>
1795+ <body style="border:0; margin: 0;" onload="subst()">
1796+ ${_debug or ''|n} </body>
1797+ </html>]]>
1798+ </field>
1799+ <field eval="0.0" name="margin_top"/>
1800+ <field name="css" ><![CDATA[
1801+.table_all_border {
1802+ border-collapse: collapse;
1803+ width: 100%;
1804+ border: 1px solid #DFDFDE; }
1805+ .table_all_border > thead > tr > th,
1806+ .table_all_border > thead > tr > td,
1807+ .table_all_border > tbody > tr > th,
1808+ .table_all_border > tbody > tr > td,
1809+ .table_all_border > tfoot > tr > th,
1810+ .table_all_border > tfoot > tr > td {
1811+ border: 1px solid #DFDFDE; }
1812+ .table_all_border > thead > tr > th,
1813+ .table_all_border > thead > tr > td {
1814+ border-bottom-width: 1px solid #DFDFDE; }
1815+
1816+.table_title_bg_color {
1817+ border-collapse: collapse; }
1818+ .table_title_bg_color > thead > tr > th,
1819+ .table_title_bg_color > tbody > tr > th,
1820+ .table_title_bg_color > tfoot > tr > th {
1821+ border-bottom: 1px solid #DFDFDE;
1822+ border-top: 1px solid #DFDFDE;
1823+ background-color: #A41D35;
1824+ font-size: 10;
1825+ color: white; }
1826+
1827+.table_title {
1828+ border-collapse: collapse;
1829+ width: 100%; }
1830+ .table_title > thead > tr > th,
1831+ .table_title > tbody > tr > th,
1832+ .table_title > tfoot > tr > th {
1833+ border-bottom: 2px solid #DFDFDE;
1834+ font-size: 3px;
1835+ color: white; }
1836+
1837+.table_row_border {
1838+ border-collapse: collapse;
1839+ width: 100%; }
1840+ .table_row_border > thead > tr > th,
1841+ .table_row_border > thead > tr > td,
1842+ .table_row_border > tbody > tr > th,
1843+ .table_row_border > tbody > tr > td,
1844+ .table_row_border > tfoot > tr > th,
1845+ .table_row_border > tfoot > tr > td {
1846+ border-bottom: 1px solid #DFDFDE; }
1847+ .table_row_border > thead > tr > th,
1848+ .table_row_border > thead > tr > td {
1849+ border-bottom-width: 1px; }
1850+
1851+.table_column_border {
1852+ border-collapse: collapse;
1853+ }
1854+ .table_column_border > thead > tr > td,
1855+ .table_column_border > tbody > tr > td,
1856+ .table_column_border > tfoot > tr > td {
1857+ border: 1px solid #DFDFDE;
1858+ border-width: 0 1px; }
1859+ .table_column_border > thead > tr > td:first-child, .table_column_border > thead > tr td + td,
1860+ .table_column_border > tbody > tr > td:first-child,
1861+ .table_column_border > tbody > tr td + td,
1862+ .table_column_border > tfoot > tr > td:first-child,
1863+ .table_column_border > tfoot > tr td + td {
1864+ border-left: 0; }
1865+ .table_column_border > thead > tr > td:last-child,
1866+ .table_column_border > tbody > tr > td:last-child,
1867+ .table_column_border > tfoot > tr > td:last-child {
1868+ padding-right: 0;
1869+ border-right: 0; }
1870+
1871+.table_alter_color_row {
1872+ border-collapse: collapse; }
1873+ .table_alter_color_row > tbody > tr:nth-child(2n+1) > td {
1874+ background-color: gainsboro ; }
1875+ .table_alter_color_row > tbody > tr:nth-child(2n+2) > td {
1876+ background-color: whitesmoke; }
1877+
1878+.table_alter_color_column {
1879+ border-collapse: collapse;
1880+ width: 100%; }
1881+ .table_alter_color_column > tbody
1882+ > tr
1883+ > td:nth-child(2n+1) {
1884+ background-color: gainsboro; }
1885+ .table_alter_color_column > tbody
1886+ > tr
1887+ > td:nth-child(2n+2) {
1888+ background-color: whitesmoke; }
1889+
1890+.table_only_border_top {
1891+ border-collapse: collapse;
1892+ width: 100%; }
1893+ .table_only_border_top > tbody
1894+ > tr {
1895+ border-top: 1px solid #DFDFDE; }
1896+
1897+.table_only_border_bottom {
1898+ border-collapse: collapse;
1899+ width: 100%; }
1900+ .table_only_border_bottom > tbody
1901+ > tr {
1902+ border-bottom: 1px solid #DFDFDE; }
1903+
1904+.panel {
1905+ padding: 8px 8px;
1906+ background-color: #5bc0de; }
1907+
1908+.panel_radius_color {
1909+ border: 2px solid #ee8f9e;
1910+ border-radius: 15px;
1911+ padding: 8px 8px; }
1912+
1913+.panel_radius_trans {
1914+ border: 2px solid transparent;
1915+ border-radius: 15px;
1916+ padding: 8px 8px; }
1917+
1918+.panel_bg_color {
1919+ padding: 8px 8px;
1920+ background: #f2f2f2; }
1921+
1922+.panel_bg_color_title {
1923+ padding: 8px 8px;
1924+ background: #A41D35;
1925+ color: white;
1926+ font-size: 10;
1927+ font-family: "Helvetica Neue", Helvetica, Arial, sans_serif; }
1928+
1929+.panel_box_shadow {
1930+ box-shadow: 5px 5px 10px #222222; }
1931+
1932+.panel_border_radius_top {
1933+ border-top-right-radius: 15px;
1934+ border-top-left-radius: 15px;
1935+ border: 2px solid #ee8f9e;
1936+ padding: 5px; }
1937+
1938+.panel_radius_top {
1939+ border-top-right-radius: 15px;
1940+ border-top-left-radius: 15px;
1941+ padding: 5px; }
1942+
1943+.panel_border_radius_top_right {
1944+ border-top-right-radius: 15px;
1945+ border: 2px solid #ee8f9e;
1946+ padding: 5px; }
1947+
1948+.panel_border_radius_top_left {
1949+ border-top-left-radius: 15px;
1950+ border: 2px solid #ee8f9e;
1951+ padding: 5px; }
1952+
1953+.panel_border_radius_bottom {
1954+ border-bottom-right-radius: 15px;
1955+ border-bottom-left-radius: 15px;
1956+ border: 2px solid #ee8f9e;
1957+ padding: 5px; }
1958+
1959+.panel_radius_bottom {
1960+ border-bottom-right-radius: 15px;
1961+ border-bottom-left-radius: 15px;
1962+ padding: 5px; }
1963+
1964+.panel_border_radius_bottom_right {
1965+ border-bottom-right-radius: 15px;
1966+ border: 2px solid #ee8f9e;
1967+ padding: 5px; }
1968+
1969+.panel_border_radius_bottom_left {
1970+ border-bottom-left-radius: 15px;
1971+ border: 2px solid #ee8f9e;
1972+ padding: 5px; }
1973+
1974+body {
1975+ color: black;
1976+ font-family: "Helvetica Neue", Helvetica, Arial, sans_serif, Times-BoldItalic, Helvetica-Bold, Helvetica-Oblique;
1977+ font-size: 3;
1978+ margin: 0;
1979+ padding: 0;
1980+ height: 100%;
1981+ line-height: 12px; }
1982+
1983+table.basic_table {
1984+ border-collapse: collapse;
1985+ width: 100%; }
1986+
1987+.imagen_company {
1988+ vertical-align: top;
1989+ width: 35%; }
1990+
1991+.data_emitter {
1992+ vertical-align: top;
1993+ color: black;
1994+ text-align: right;
1995+ font-size: 7; }
1996+
1997+.data_customer {
1998+ vertical-align: top;
1999+ color: black;
2000+ text-align: left;
2001+ font-size: 7; }
2002+
2003+th {
2004+ padding-right: 2px;
2005+ padding-left: 2px;
2006+ text-align: center;
2007+ font-size: 9; }
2008+
2009+strong{
2010+ font-size: 12;
2011+ font-weight: bold;
2012+}
2013+
2014+.data_company{
2015+ font-size: 10;
2016+}
2017+
2018+
2019+pre {
2020+ font-size: 6pt;
2021+ font-family: helvetica;
2022+ white-space: pre-wrap;
2023+ white-space: -moz-pre-wrap !important;
2024+ white-space: -pre-wrap;
2025+ white-space: -o-pre-wrap;
2026+ word-wrap: break-word; }
2027+
2028+
2029+.pre_description {
2030+ font-size: 7pt;
2031+ font-family: helvetica;
2032+ white-space: pre-wrap;
2033+ white-space: -moz-pre-wrap !important;
2034+ white-space: -pre-wrap;
2035+ white-space: -o-pre-wrap;
2036+ word-wrap: break-word; }
2037+
2038+hr{
2039+ width:95%;
2040+ color:lightgrey;
2041+}
2042+
2043+td{
2044+ font-size:10;
2045+}
2046+
2047+.td_without_bottom{
2048+ border-bottom: 1px solid #FFFFFF;
2049+}
2050+
2051+.td_amount{
2052+ text-align:right
2053+}
2054+
2055+.td_center {
2056+text-align: center; }
2057+
2058+.td_bold {
2059+font-weight: bold; }
2060+
2061+.th_widht {
2062+ widht: 33%; }
2063+
2064+.td_condiciones{
2065+ font-size:6;
2066+}
2067+
2068+table.fixed {
2069+table-layout:fixed;
2070+width:33%;
2071+word-break:break-all;
2072+}
2073+
2074+td.total_td {
2075+border-top: solid 1.5px #A41D35;
2076+font-size: 8;
2077+padding-right: 2px;
2078+padding-left: 2px;
2079+font-weight: bold;
2080+color: black; }
2081+
2082+td.sub_total_td {
2083+border-top: solid 1.5px #A41D35;
2084+font-size: 8;
2085+padding-right: 2px;
2086+padding-left: 2px;
2087+color: black; }
2088+
2089+.td_vertical_middle {
2090+ vertical-align: middle; }
2091+
2092+.ITEMSTITLELEFT {
2093+ text-align: left;
2094+ font-family: Helvetica-Bold;
2095+ font-size: 10;
2096+ color: white;
2097+ }
2098+
2099+.ITEMSTITLERIGHT {
2100+ text-align: right;
2101+ font-family: Helvetica-Bold;
2102+ font-size: 10;
2103+ color: white;
2104+ }
2105+
2106+.ITEMSLEFT {
2107+ text-align: LEFT;
2108+ font-family: Helvetica-Bold;
2109+ font-size: 9;
2110+ color: black;
2111+ }
2112+
2113+.ITEMSRIGHT {
2114+ text-align: right;
2115+ font-family: Helvetica-Bold;
2116+ font-size: 9;
2117+ color: black;
2118+ }
2119+
2120+.CUSTOMERNAME {
2121+ text-align: right;
2122+ font-family: Helvetica-Oblique;
2123+ font-size: 8;
2124+ color: black;
2125+ leading: 12;
2126+ spaceBefore: 3;
2127+ }
2128+
2129+.CUSTOMERTEXT {
2130+ text-align: left;
2131+ font-family: Times-BoldItalic;
2132+ font-size: 8;
2133+ color: black;
2134+ }
2135+
2136+
2137+]]> </field>
2138+ <field name="name">Supplier Aging Report Webkit</field>
2139+ </record>
2140+
2141+ </data>
2142+</openerp>
2143
2144=== added file 'aging_due_report/data/supplier_detail_due_webkit_header.xml'
2145--- aging_due_report/data/supplier_detail_due_webkit_header.xml 1970-01-01 00:00:00 +0000
2146+++ aging_due_report/data/supplier_detail_due_webkit_header.xml 2014-08-17 06:47:16 +0000
2147@@ -0,0 +1,413 @@
2148+<?xml version="1.0" ?>
2149+<openerp>
2150+ <data noupdate="0">
2151+ <record id="ir_header_webkit_supplier_detail_due_report" model="ir.header_webkit">
2152+ <field name="footer_html"><![CDATA[<!DOCTYPE>
2153+ <html>
2154+ <head>
2155+ <meta content="text/html; charset=UTF-8" http-equiv="content-type"/>
2156+ <script>
2157+ function subst() {
2158+ var vars={};
2159+ var x=document.location.search.substring(1).split('&');
2160+ for(var i in x) {var z=x[i].split('=',2);vars[z[0]] = unescape(z[1]);}
2161+ var x=['frompage','topage','page','webpage','section','subsection','subsubsection'];
2162+ for(var i in x) {
2163+ var y = document.getElementsByClassName(x[i]);
2164+ for(var j=0; j<y.length; ++j) y[j].textContent = vars[x[i]];
2165+ }
2166+ }
2167+ </script>
2168+ </head>
2169+ <body style="border:0; margin: 0;" onload="subst()">
2170+ <table style="border-top: 1px solid black; width: 100%">
2171+ <tr >
2172+ <td style="text-align:left;font-size:7;" width="50%">Generado con software libre en OpenERP y Webkit por http://www.vauxoo.com</td>
2173+ <td style="text-align:right;font-size:11;" width="45%">Page <span class="page"/></td><td style="text-align:left;font-size:11;" width="5%"> of <span class="topage"/></td>
2174+ </tr>
2175+ </table>
2176+ </body>
2177+ </html>]]>
2178+ </field>
2179+ <field name="orientation">Portrait</field>
2180+ <field name="format">Letter</field>
2181+ <field name="html"><![CDATA[<!DOCTYPE>
2182+ <html>
2183+ <head>
2184+ <meta content="text/html; charset=UTF-8" http-equiv="content-type"/>
2185+ <script>
2186+ function subst() {
2187+ var vars={};
2188+ var x=document.location.search.substring(1).split('&');
2189+ for(var i in x) {var z=x[i].split('=',2);vars[z[0]] = unescape(z[1]);}
2190+ var x=['frompage','topage','page','webpage','section','subsection','subsubsection'];
2191+ for(var i in x) {
2192+ var y = document.getElementsByClassName(x[i]);
2193+ for(var j=0; j<y.length; ++j) y[j].textContent = vars[x[i]];
2194+ }
2195+ }
2196+ </script>
2197+ <style type="text/css">
2198+ ${css}
2199+ </style>
2200+ </head>
2201+ <body style="border:0; margin: 0;" onload="subst()">
2202+ ${_debug or ''|n} </body>
2203+ </html>]]>
2204+ </field>
2205+ <field eval="0.0" name="margin_top"/>
2206+ <field name="css" ><![CDATA[
2207+.table_all_border {
2208+ border-collapse: collapse;
2209+ width: 100%;
2210+ border: 1px solid #1A1A1A; }
2211+ .table_all_border > thead > tr > th,
2212+ .table_all_border > thead > tr > td,
2213+ .table_all_border > tbody > tr > th,
2214+ .table_all_border > tbody > tr > td,
2215+ .table_all_border > tfoot > tr > th,
2216+ .table_all_border > tfoot > tr > td {
2217+ border: 1px solid #1A1A1A; }
2218+ .table_all_border > thead > tr > th,
2219+ .table_all_border > thead > tr > td {
2220+ border-bottom-width: 1px solid #1A1A1A; }
2221+
2222+.table_title_bg_color {
2223+ border-collapse: collapse; }
2224+ .table_title_bg_color > thead > tr > th,
2225+ .table_title_bg_color > tbody > tr > th,
2226+ .table_title_bg_color > tfoot > tr > th {
2227+ /*border-bottom: 1px solid #1A1A1A;
2228+ border-top: 1px solid #1A1A1A;*/
2229+ border: 0.5px solid #FFFFFF;
2230+ background-color: #A41D35;
2231+ font-size: 8;
2232+ color: white; }
2233+
2234+.table_title {
2235+ border-collapse: collapse;
2236+ width: 100%; }
2237+ .table_title > thead > tr > th,
2238+ .table_title > tbody > tr > th,
2239+ .table_title > tfoot > tr > th {
2240+ border-bottom: 2px solid #1A1A1A;
2241+ font-size: 8;
2242+ color: white; }
2243+
2244+.table_row_border {
2245+ border-collapse: collapse;
2246+ width: 100%; }
2247+ .table_row_border > thead > tr > th,
2248+ .table_row_border > thead > tr > td,
2249+ .table_row_border > tbody > tr > th,
2250+ .table_row_border > tbody > tr > td,
2251+ .table_row_border > tfoot > tr > th,
2252+ .table_row_border > tfoot > tr > td {
2253+ border-bottom: 1px solid #1A1A1A; }
2254+ .table_row_border > thead > tr > th,
2255+ .table_row_border > thead > tr > td {
2256+ border-bottom-width: 1px; }
2257+
2258+.table_column_border {
2259+ border-collapse: collapse;
2260+ }
2261+ .table_column_border > thead > tr > td,
2262+ .table_column_border > tbody > tr > td,
2263+ .table_column_border > tfoot > tr > td {
2264+ border: 1px solid #1A1A1A;
2265+ border-width: 0 1px; }
2266+ .table_column_border > thead > tr > td:first-child, .table_column_border > thead > tr td + td,
2267+ .table_column_border > tbody > tr > td:first-child,
2268+ .table_column_border > tbody > tr td + td,
2269+ .table_column_border > tfoot > tr > td:first-child,
2270+ .table_column_border > tfoot > tr td + td {
2271+ border-left: 0; }
2272+ .table_column_border > thead > tr > td:last-child,
2273+ .table_column_border > tbody > tr > td:last-child,
2274+ .table_column_border > tfoot > tr > td:last-child {
2275+ padding-right: 0;
2276+ border-right: 0; }
2277+
2278+.table_alter_color_row {
2279+ border-collapse: collapse; }
2280+ .table_alter_color_row > tbody > tr:nth-child(2n+1) > td {
2281+ background-color: white ; }
2282+ .table_alter_color_row > tbody > tr:nth-child(2n+2) > td {
2283+ background-color: white; }
2284+
2285+.table_alter_color_column {
2286+ border-collapse: collapse;
2287+ width: 100%; }
2288+ .table_alter_color_column > tbody
2289+ > tr
2290+ > td:nth-child(2n+1) {
2291+ background-color: gainsboro; }
2292+ .table_alter_color_column > tbody
2293+ > tr
2294+ > td:nth-child(2n+2) {
2295+ background-color: whitesmoke; }
2296+
2297+.table_only_border_top {
2298+ border-collapse: collapse;
2299+ width: 100%; }
2300+ .table_only_border_top > tbody
2301+ > tr {
2302+ border-top: 1px solid #1A1A1A; }
2303+
2304+.table_only_border_bottom {
2305+ border-collapse: collapse;
2306+ width: 100%; }
2307+ .table_only_border_bottom > tbody
2308+ > tr {
2309+ border-bottom: 1px solid #1A1A1A; }
2310+
2311+.panel {
2312+ padding: 8px 8px;
2313+ background-color: #5bc0de; }
2314+
2315+.panel_radius_color {
2316+ border: 2px solid #1A1A1A;
2317+ border-radius: 15px;
2318+ padding: 8px 8px; }
2319+
2320+.panel_radius_trans {
2321+ border: 2px solid transparent;
2322+ border-radius: 15px;
2323+ padding: 8px 8px; }
2324+
2325+.panel_bg_color {
2326+ padding: 8px 8px;
2327+ background: #1A1A1A; }
2328+
2329+.panel_bg_color_title {
2330+ padding: 8px 8px;
2331+ background: #1A1A1A;
2332+ color: white;
2333+ font-size: 9;
2334+ font-family: "Helvetica Neue", Helvetica, Arial, sans_serif; }
2335+
2336+.panel_box_shadow {
2337+ box-shadow: 5px 5px 10px #1A1A1A; }
2338+
2339+.panel_border_radius_top {
2340+ border-top-right-radius: 15px;
2341+ border-top-left-radius: 15px;
2342+ border: 2px solid #1A1A1A;
2343+ padding: 5px; }
2344+
2345+.panel_radius_top {
2346+ border-top-right-radius: 15px;
2347+ border-top-left-radius: 15px;
2348+ padding: 5px; }
2349+
2350+.panel_border_radius_top_right {
2351+ border-top-right-radius: 15px;
2352+ border: 2px solid #1A1A1A;
2353+ padding: 5px; }
2354+
2355+.panel_border_radius_top_left {
2356+ border-top-left-radius: 15px;
2357+ border: 2px solid #1A1A1A;
2358+ padding: 5px; }
2359+
2360+.panel_border_radius_bottom {
2361+ border-bottom-right-radius: 15px;
2362+ border-bottom-left-radius: 15px;
2363+ border: 2px solid #1A1A1A;
2364+ padding: 5px; }
2365+
2366+.panel_radius_bottom {
2367+ border-bottom-right-radius: 15px;
2368+ border-bottom-left-radius: 15px;
2369+ padding: 5px; }
2370+
2371+.panel_border_radius_bottom_right {
2372+ border-bottom-right-radius: 15px;
2373+ border: 2px solid #1A1A1A;
2374+ padding: 5px; }
2375+
2376+.panel_border_radius_bottom_left {
2377+ border-bottom-left-radius: 15px;
2378+ border: 2px solid #1A1A1A;
2379+ padding: 5px; }
2380+
2381+body {
2382+ color: black;
2383+ font-family: "Helvetica Neue", Helvetica, Arial, sans_serif, Times-BoldItalic, Helvetica-Bold, Helvetica-Oblique;
2384+ font-size: 8;
2385+ margin: 0;
2386+ padding: 0;
2387+ height: 100%;
2388+ line-height: 12px; }
2389+
2390+table.basic_table {
2391+ border-collapse: collapse;
2392+ width: 100%; }
2393+
2394+.imagen_company {
2395+ vertical-align: top;
2396+ width: 35%; }
2397+
2398+.data_emitter {
2399+ vertical-align: top;
2400+ color: black;
2401+ text-align: right;
2402+ font-size: 7; }
2403+
2404+.data_customer {
2405+ vertical-align: top;
2406+ color: black;
2407+ text-align: left;
2408+ font-size: 7; }
2409+
2410+th {
2411+ padding-right: 2px;
2412+ padding-left: 2px;
2413+ text-align: center;
2414+ font-size: 7; }
2415+
2416+strong{
2417+ font-size: 12;
2418+ font-weight: bold;
2419+}
2420+
2421+.data_company{
2422+ font-size: 10;
2423+}
2424+
2425+
2426+pre {
2427+ font-size: 6pt;
2428+ font-family: helvetica;
2429+ white-space: pre-wrap;
2430+ white-space: -moz-pre-wrap !important;
2431+ white-space: -pre-wrap;
2432+ white-space: -o-pre-wrap;
2433+ word-wrap: break-word; }
2434+
2435+
2436+.pre_description {
2437+ font-size: 7pt;
2438+ font-family: helvetica;
2439+ white-space: pre-wrap;
2440+ white-space: -moz-pre-wrap !important;
2441+ white-space: -pre-wrap;
2442+ white-space: -o-pre-wrap;
2443+ word-wrap: break-word; }
2444+
2445+hr{
2446+ width:95%;
2447+ color:lightgrey;
2448+}
2449+
2450+td{
2451+ font-size:7;
2452+}
2453+
2454+.td_without_bottom{
2455+ border-bottom: 1px solid #FFFFFF;
2456+}
2457+
2458+.td_amount{
2459+ text-align:right
2460+}
2461+
2462+.td_center {
2463+text-align: center; }
2464+
2465+.td_bold {
2466+font-weight: bold; }
2467+
2468+.th_widht {
2469+ widht: 33%; }
2470+
2471+.td_condiciones{
2472+ font-size:6;
2473+}
2474+
2475+table.fixed {
2476+table-layout:fixed;
2477+width:33%;
2478+word-break:break-all;
2479+}
2480+
2481+td.total_td {
2482+border-top: solid 1.5px #A41D35;
2483+font-size: 8;
2484+padding-right: 2px;
2485+padding-left: 2px;
2486+font-weight: bold;
2487+color: black; }
2488+
2489+td.sub_total_td {
2490+border-top: solid 1.5px #A41D35;
2491+font-size: 8;
2492+padding-right: 2px;
2493+padding-left: 2px;
2494+color: black; }
2495+
2496+.td_vertical_middle {
2497+ vertical-align: middle; }
2498+
2499+.ITEMSTITLELEFT {
2500+ text-align: left;
2501+ font-family: Helvetica-Bold;
2502+ font-size: 9;
2503+ color: white;
2504+ }
2505+
2506+.ITEMSTITLERIGHT {
2507+ text-align: right;
2508+ font-family: Helvetica-Bold;
2509+ font-size: 9;
2510+ color: white;
2511+ }
2512+
2513+.ITEMSLEFT {
2514+ text-align: LEFT;
2515+ font-family: Helvetica-Bold;
2516+ font-size: 8;
2517+ color: black;
2518+ border-color: white;
2519+ }
2520+
2521+.ITEMSRIGHT {
2522+ text-align: right;
2523+ font-family: Helvetica-Bold;
2524+ font-size: 8;
2525+ color: black;
2526+ border-color: white;
2527+ }
2528+
2529+.CUSTOMERNAME {
2530+ text-align: right;
2531+ font-family: Helvetica-Oblique;
2532+ font-size: 12;
2533+ color: black;
2534+ }
2535+
2536+.CUSTOMERTEXT {
2537+ text-align: left;
2538+ font-family: Times-BoldItalic;
2539+ font-size: 12;
2540+ color: black;
2541+ }
2542+
2543+.CUSTOMERCENTER {
2544+ text-align: center;
2545+ font-family: Times-BoldItalic;
2546+ font-size: 10;
2547+ color: black;
2548+ }
2549+
2550+.ITEMBOLD{
2551+ background-color: lightgrey;
2552+ font-weight: bold;
2553+}
2554+
2555+]]> </field>
2556+ <field name="name">Supplier Detail Report Webkit</field>
2557+ </record>
2558+
2559+ </data>
2560+</openerp>
2561
2562=== added file 'aging_due_report/data/supplier_formal_due_webkit_header.xml'
2563--- aging_due_report/data/supplier_formal_due_webkit_header.xml 1970-01-01 00:00:00 +0000
2564+++ aging_due_report/data/supplier_formal_due_webkit_header.xml 2014-08-17 06:47:16 +0000
2565@@ -0,0 +1,414 @@
2566+<?xml version="1.0" ?>
2567+<openerp>
2568+ <data noupdate="0">
2569+ <record id="ir_header_webkit_supplier_formal_due_report" model="ir.header_webkit">
2570+ <field name="footer_html"><![CDATA[<!DOCTYPE>
2571+ <html>
2572+ <head>
2573+ <meta content="text/html; charset=UTF-8" http-equiv="content-type"/>
2574+ <script>
2575+ function subst() {
2576+ var vars={};
2577+ var x=document.location.search.substring(1).split('&');
2578+ for(var i in x) {var z=x[i].split('=',2);vars[z[0]] = unescape(z[1]);}
2579+ var x=['frompage','topage','page','webpage','section','subsection','subsubsection'];
2580+ for(var i in x) {
2581+ var y = document.getElementsByClassName(x[i]);
2582+ for(var j=0; j<y.length; ++j) y[j].textContent = vars[x[i]];
2583+ }
2584+ }
2585+ </script>
2586+ </head>
2587+ <body style="border:0; margin: 0;" onload="subst()">
2588+ <table style="border-top: 1px solid black; width: 100%">
2589+ <tr >
2590+ <td style="text-align:left;font-size:7;" width="50%">Generado con software libre en OpenERP y Webkit por http://www.vauxoo.com</td>
2591+ <td style="text-align:right;font-size:11;" width="45%">Page <span class="page"/></td><td style="text-align:left;font-size:11;" width="5%"> of <span class="topage"/></td>
2592+ </tr>
2593+ </table>
2594+ </body>
2595+ </html>]]>
2596+ </field>
2597+ <field name="orientation">Portrait</field>
2598+ <field name="format">Letter</field>
2599+ <field name="html"><![CDATA[<!DOCTYPE>
2600+ <html>
2601+ <head>
2602+ <meta content="text/html; charset=UTF-8" http-equiv="content-type"/>
2603+ <script>
2604+ function subst() {
2605+ var vars={};
2606+ var x=document.location.search.substring(1).split('&');
2607+ for(var i in x) {var z=x[i].split('=',2);vars[z[0]] = unescape(z[1]);}
2608+ var x=['frompage','topage','page','webpage','section','subsection','subsubsection'];
2609+ for(var i in x) {
2610+ var y = document.getElementsByClassName(x[i]);
2611+ for(var j=0; j<y.length; ++j) y[j].textContent = vars[x[i]];
2612+ }
2613+ }
2614+ </script>
2615+ <style type="text/css">
2616+ ${css}
2617+ </style>
2618+ </head>
2619+ <body style="border:0; margin: 0;" onload="subst()">
2620+ ${_debug or ''|n} </body>
2621+ </html>]]>
2622+ </field>
2623+ <field eval="0.0" name="margin_top"/>
2624+ <field name="css" ><![CDATA[
2625+.table_all_border {
2626+ border-collapse: collapse;
2627+ width: 100%;
2628+ border: 1px solid #1A1A1A; }
2629+ .table_all_border > thead > tr > th,
2630+ .table_all_border > thead > tr > td,
2631+ .table_all_border > tbody > tr > th,
2632+ .table_all_border > tbody > tr > td,
2633+ .table_all_border > tfoot > tr > th,
2634+ .table_all_border > tfoot > tr > td {
2635+ border: 1px solid #1A1A1A; }
2636+ .table_all_border > thead > tr > th,
2637+ .table_all_border > thead > tr > td {
2638+ border-bottom-width: 1px solid #1A1A1A; }
2639+
2640+.table_title_bg_color {
2641+ border-collapse: collapse; }
2642+ .table_title_bg_color > thead > tr > th,
2643+ .table_title_bg_color > tbody > tr > th,
2644+ .table_title_bg_color > tfoot > tr > th {
2645+ border-bottom: 1px solid #1A1A1A;
2646+ border-top: 1px solid #1A1A1A;
2647+ background-color: #A41D35;
2648+ font-size: 10;
2649+ color: white; }
2650+
2651+.table_title {
2652+ border-collapse: collapse;
2653+ width: 100%; }
2654+ .table_title > thead > tr > th,
2655+ .table_title > tbody > tr > th,
2656+ .table_title > tfoot > tr > th {
2657+ border-bottom: 2px solid #1A1A1A;
2658+ font-size: 10;
2659+ color: white; }
2660+
2661+.table_row_border {
2662+ border-collapse: collapse;
2663+ width: 100%; }
2664+ .table_row_border > thead > tr > th,
2665+ .table_row_border > thead > tr > td,
2666+ .table_row_border > tbody > tr > th,
2667+ .table_row_border > tbody > tr > td,
2668+ .table_row_border > tfoot > tr > th,
2669+ .table_row_border > tfoot > tr > td {
2670+ border-bottom: 1px solid #1A1A1A; }
2671+ .table_row_border > thead > tr > th,
2672+ .table_row_border > thead > tr > td {
2673+ border-bottom-width: 1px; }
2674+
2675+.table_column_border {
2676+ border-collapse: collapse;
2677+ }
2678+ .table_column_border > thead > tr > td,
2679+ .table_column_border > tbody > tr > td,
2680+ .table_column_border > tfoot > tr > td {
2681+ border: 1px solid #1A1A1A;
2682+ border-width: 0 1px; }
2683+ .table_column_border > thead > tr > td:first-child, .table_column_border > thead > tr td + td,
2684+ .table_column_border > tbody > tr > td:first-child,
2685+ .table_column_border > tbody > tr td + td,
2686+ .table_column_border > tfoot > tr > td:first-child,
2687+ .table_column_border > tfoot > tr td + td {
2688+ border-left: 0; }
2689+ .table_column_border > thead > tr > td:last-child,
2690+ .table_column_border > tbody > tr > td:last-child,
2691+ .table_column_border > tfoot > tr > td:last-child {
2692+ padding-right: 0;
2693+ border-right: 0; }
2694+
2695+.table_alter_color_row {
2696+ border-collapse: collapse; }
2697+ .table_alter_color_row > tbody > tr:nth-child(2n+1) > td {
2698+ background-color: white ; }
2699+ .table_alter_color_row > tbody > tr:nth-child(2n+2) > td {
2700+ background-color: white; }
2701+
2702+.table_alter_color_column {
2703+ border-collapse: collapse;
2704+ width: 100%; }
2705+ .table_alter_color_column > tbody
2706+ > tr
2707+ > td:nth-child(2n+1) {
2708+ background-color: gainsboro; }
2709+ .table_alter_color_column > tbody
2710+ > tr
2711+ > td:nth-child(2n+2) {
2712+ background-color: whitesmoke; }
2713+
2714+.table_only_border_top {
2715+ border-collapse: collapse;
2716+ width: 100%; }
2717+ .table_only_border_top > tbody
2718+ > tr {
2719+ border-top: 1px solid #1A1A1A; }
2720+
2721+.table_only_border_bottom {
2722+ border-collapse: collapse;
2723+ width: 100%; }
2724+ .table_only_border_bottom > tbody
2725+ > tr {
2726+ border-bottom: 1px solid #1A1A1A; }
2727+
2728+.panel {
2729+ padding: 8px 8px;
2730+ background-color: #5bc0de; }
2731+
2732+.panel_radius_color {
2733+ border: 2px solid #1A1A1A;
2734+ border-radius: 15px;
2735+ padding: 8px 8px; }
2736+
2737+.panel_radius_trans {
2738+ border: 2px solid transparent;
2739+ border-radius: 15px;
2740+ padding: 8px 8px; }
2741+
2742+.panel_bg_color {
2743+ padding: 8px 8px;
2744+ background: #1A1A1A; }
2745+
2746+.panel_bg_color_title {
2747+ padding: 8px 8px;
2748+ background: #1A1A1A;
2749+ color: white;
2750+ font-size: 10;
2751+ font-family: "Helvetica Neue", Helvetica, Arial, sans_serif, Times-BoldItalic, Helvetica-Oblique; }
2752+
2753+.panel_box_shadow {
2754+ box-shadow: 5px 5px 10px #1A1A1A; }
2755+
2756+.panel_border_radius_top {
2757+ border-top-right-radius: 15px;
2758+ border-top-left-radius: 15px;
2759+ border: 2px solid #1A1A1A;
2760+ padding: 5px; }
2761+
2762+.panel_radius_top {
2763+ border-top-right-radius: 15px;
2764+ border-top-left-radius: 15px;
2765+ padding: 5px; }
2766+
2767+.panel_border_radius_top_right {
2768+ border-top-right-radius: 15px;
2769+ border: 2px solid #1A1A1A;
2770+ padding: 5px; }
2771+
2772+.panel_border_radius_top_left {
2773+ border-top-left-radius: 15px;
2774+ border: 2px solid #1A1A1A;
2775+ padding: 5px; }
2776+
2777+.panel_border_radius_bottom {
2778+ border-bottom-right-radius: 15px;
2779+ border-bottom-left-radius: 15px;
2780+ border: 2px solid #1A1A1A;
2781+ padding: 5px; }
2782+
2783+.panel_radius_bottom {
2784+ border-bottom-right-radius: 15px;
2785+ border-bottom-left-radius: 15px;
2786+ padding: 5px; }
2787+
2788+.panel_border_radius_bottom_right {
2789+ border-bottom-right-radius: 15px;
2790+ border: 2px solid #1A1A1A;
2791+ padding: 5px; }
2792+
2793+.panel_border_radius_bottom_left {
2794+ border-bottom-left-radius: 15px;
2795+ border: 2px solid #1A1A1A;
2796+ padding: 5px; }
2797+
2798+body {
2799+ color: black;
2800+ font-family: "Helvetica Neue", Helvetica, Arial, sans_serif, Times-BoldItalic, Helvetica-Bold, Helvetica-Oblique;
2801+ font-size: 8;
2802+ margin: 0;
2803+ padding: 0;
2804+ height: 100%;
2805+ line-height: 12px; }
2806+
2807+table.basic_table {
2808+ border-collapse: collapse;
2809+ width: 100%; }
2810+
2811+.imagen_company {
2812+ vertical-align: top;
2813+ width: 35%; }
2814+
2815+.data_emitter {
2816+ vertical-align: top;
2817+ color: black;
2818+ text-align: right;
2819+ font-size: 7; }
2820+
2821+.data_customer {
2822+ vertical-align: top;
2823+ color: black;
2824+ text-align: left;
2825+ font-size: 7; }
2826+
2827+th {
2828+ padding-right: 2px;
2829+ padding-left: 2px;
2830+ text-align: center;
2831+ font-size: 7; }
2832+
2833+strong{
2834+ font-size: 12;
2835+ font-weight: bold;
2836+}
2837+
2838+.data_company{
2839+ font-size: 10;
2840+}
2841+
2842+
2843+pre {
2844+ font-size: 6pt;
2845+ font-family: helvetica;
2846+ white-space: pre-wrap;
2847+ white-space: -moz-pre-wrap !important;
2848+ white-space: -pre-wrap;
2849+ white-space: -o-pre-wrap;
2850+ word-wrap: break-word; }
2851+
2852+
2853+.pre_description {
2854+ font-size: 7pt;
2855+ font-family: helvetica;
2856+ white-space: pre-wrap;
2857+ white-space: -moz-pre-wrap !important;
2858+ white-space: -pre-wrap;
2859+ white-space: -o-pre-wrap;
2860+ word-wrap: break-word; }
2861+
2862+hr{
2863+ width:95%;
2864+ color:lightgrey;
2865+}
2866+
2867+td{
2868+ font-size:7;
2869+}
2870+
2871+.td_without_bottom{
2872+ border-bottom: 1px solid #FFFFFF;
2873+}
2874+
2875+.td_amount{
2876+ text-align:right
2877+}
2878+
2879+.td_center {
2880+text-align: center; }
2881+
2882+.td_bold {
2883+font-weight: bold; }
2884+
2885+.th_widht {
2886+ widht: 33%; }
2887+
2888+.td_condiciones{
2889+ font-size:6;
2890+}
2891+
2892+table.fixed {
2893+table-layout:fixed;
2894+width:33%;
2895+word-break:break-all;
2896+}
2897+
2898+td.total_td {
2899+border-top: solid 1.5px #A41D35;
2900+font-size: 8;
2901+padding-right: 2px;
2902+padding-left: 2px;
2903+font-weight: bold;
2904+color: black; }
2905+
2906+td.sub_total_td {
2907+border-top: solid 1.5px #A41D35;
2908+font-size: 8;
2909+padding-right: 2px;
2910+padding-left: 2px;
2911+color: black; }
2912+
2913+.td_vertical_middle {
2914+ vertical-align: middle; }
2915+
2916+.ITEMSTITLELEFT {
2917+ text-align: left;
2918+ font-family: Helvetica-Bold;
2919+ font-size: 8;
2920+ color: white;
2921+ }
2922+
2923+.ITEMSTITLERIGHT {
2924+ text-align: right;
2925+ font-family: Helvetica-Bold;
2926+ font-size: 8;
2927+ color: white;
2928+ }
2929+
2930+.ITEMSLEFT {
2931+ text-align: LEFT;
2932+ font-family: Helvetica-Bold;
2933+ font-size: 8;
2934+ color: black;
2935+ border-color: white;
2936+ }
2937+
2938+.ITEMSRIGHT {
2939+ text-align: right;
2940+ font-family: Helvetica-Bold;
2941+ font-size: 8;
2942+ color: black;
2943+ border-color: white;
2944+ }
2945+
2946+.CUSTOMERNAME {
2947+ text-align: right;
2948+ font-family: Helvetica-Oblique;
2949+ font-size: 8pt;
2950+ color: black;
2951+ font-weight: bold;
2952+ }
2953+
2954+.CUSTOMERTEXT {
2955+ text-align: left;
2956+ font-family: Times-BoldItalic;
2957+ font-size: 10;
2958+ color: black;
2959+ }
2960+
2961+.CUSTOMERCENTER {
2962+ text-align: center;
2963+ font-family: Times-BoldItalic;
2964+ font-size: 8pt;
2965+ color: black;
2966+ }
2967+
2968+ .CUSTOMEROTHER {
2969+ text-align: right;
2970+ font-family: Helvetica-Oblique;
2971+ font-size: 8pt;
2972+ color: black;
2973+ }
2974+]]> </field>
2975+ <field name="name">Supplier Formal Report Webkit</field>
2976+ </record>
2977+
2978+ </data>
2979+</openerp>
2980
2981=== modified file 'aging_due_report/i18n/es.po'
2982--- aging_due_report/i18n/es.po 2014-08-09 05:43:24 +0000
2983+++ aging_due_report/i18n/es.po 2014-08-17 06:47:16 +0000
2984@@ -6,229 +6,488 @@
2985 msgstr ""
2986 "Project-Id-Version: OpenERP Server 7.0\n"
2987 "Report-Msgid-Bugs-To: \n"
2988-"POT-Creation-Date: 2013-11-07 01:12+0000\n"
2989-"PO-Revision-Date: 2013-11-07 03:28+0000\n"
2990+"POT-Creation-Date: 2014-08-08 23:51+0000\n"
2991+"PO-Revision-Date: 2014-08-08 23:51+0000\n"
2992 "Last-Translator: <>\n"
2993 "Language-Team: \n"
2994 "MIME-Version: 1.0\n"
2995 "Content-Type: text/plain; charset=UTF-8\n"
2996-"Content-Transfer-Encoding: 8bit\n"
2997-"X-Launchpad-Export-Date: 2014-08-09 05:42+0000\n"
2998-"X-Generator: Launchpad (build 17156)\n"
2999-
3000-#. module: aging_due_report
3001+"Content-Transfer-Encoding: \n"
3002+"Plural-Forms: \n"
3003+
3004+#. module: aging_due_report
3005+#: report:addons/aging_due_report/report/supplier_aging_due_report_html.mako:34
3006+msgid "TOT./AP"
3007+msgstr "TOT./AP"
3008+
3009+#. module: aging_due_report
3010+#: report:addons/aging_due_report/report/detail_due_report_html.mako:67
3011+#: report:addons/aging_due_report/report/detail_due_report_html.mako:83
3012+#: report:detail_due_report:0
3013+#: report:supplier_detail_due_report:0
3014+msgid "TOTAL"
3015+msgstr "TOTAL"
3016+
3017+#. module: aging_due_report
3018+#: report:addons/aging_due_report/report/aging_due_report_html.mako:35
3019+msgid "TOT./AR"
3020+msgstr "TOT./AR"
3021+
3022+#. module: aging_due_report
3023+#: report:addons/aging_due_report/report/formal_due_report_html.mako:98
3024+#: report:addons/aging_due_report/report/supplier_formal_due_report_html.mako:100
3025 #: report:formal_due_report:0
3026-msgid "Atentamente,"
3027-msgstr ""
3028+#: report:supplier_formal_due_report:0
3029+msgid "Best Regards,"
3030+msgstr "Atentamente,"
3031
3032 #. module: aging_due_report
3033+#: report:addons/aging_due_report/report/detail_due_report_html.mako:41
3034+#: report:addons/aging_due_report/report/supplier_detail_due_report_html.mako:41
3035 #: report:detail_due_report:0
3036-msgid "RET.IVA."
3037-msgstr ""
3038+#: report:supplier_detail_due_report:0
3039+msgid "TOT/INV."
3040+msgstr "TOT/INV."
3041
3042 #. module: aging_due_report
3043 #: report:aging_due_report:0
3044-msgid "31-60 DIAS"
3045-msgstr ""
3046-
3047-#. module: aging_due_report
3048-#: report:formal_due_report:0
3049-msgid "C: N/CRED."
3050-msgstr ""
3051-
3052-#. module: aging_due_report
3053-#: report:formal_due_report:0
3054+msgid "TOT./AR ("
3055+msgstr "TOT./AR ("
3056+
3057+#. module: aging_due_report
3058+#: report:addons/aging_due_report/report/supplier_detail_due_report_html.mako:18
3059+#: model:ir.actions.report.xml,name:aging_due_report.supplier_detail_due_report
3060+msgid "Supplier Detail Report of Debts"
3061+msgstr "Reporte Detallado de Deudas de Proveedores"
3062+
3063+#. module: aging_due_report
3064+#: report:addons/aging_due_report/report/formal_due_report_html.mako:81
3065+#: report:addons/aging_due_report/report/supplier_formal_due_report_html.mako:83
3066+msgid "I: INVOICE"
3067+msgstr "F: FACTURA"
3068+
3069+#. module: aging_due_report
3070+#: report:addons/aging_due_report/report/aging_due_report_html.mako:30
3071+#: report:addons/aging_due_report/report/aging_due_report_html.mako:31
3072+#: report:addons/aging_due_report/report/aging_due_report_html.mako:32
3073+#: report:addons/aging_due_report/report/aging_due_report_html.mako:33
3074+#: report:addons/aging_due_report/report/aging_due_report_html.mako:34
3075+#: report:addons/aging_due_report/report/supplier_aging_due_report_html.mako:29
3076+#: report:addons/aging_due_report/report/supplier_aging_due_report_html.mako:30
3077+#: report:addons/aging_due_report/report/supplier_aging_due_report_html.mako:31
3078+#: report:addons/aging_due_report/report/supplier_aging_due_report_html.mako:32
3079+#: report:addons/aging_due_report/report/supplier_aging_due_report_html.mako:33
3080+msgid "DAYS"
3081+msgstr "DÍAS"
3082+
3083+#. module: aging_due_report
3084+#: report:addons/aging_due_report/report/detail_due_report_html.mako:54
3085+#: report:addons/aging_due_report/report/formal_due_report_html.mako:58
3086+#: report:addons/aging_due_report/report/supplier_detail_due_report_html.mako:54
3087+msgid "%s DAYS"
3088+msgstr "%s DÍAS"
3089+
3090+#. module: aging_due_report
3091+#: report:addons/aging_due_report/report/detail_due_report_html.mako:43
3092+#: report:addons/aging_due_report/report/supplier_detail_due_report_html.mako:43
3093+#: report:detail_due_report:0
3094+#: report:supplier_detail_due_report:0
3095+msgid "INCOME WH"
3096+msgstr "INGRESOS WH"
3097+
3098+#. module: aging_due_report
3099+#: report:addons/aging_due_report/report/formal_due_report_html.mako:47
3100+#: report:addons/aging_due_report/report/supplier_formal_due_report_html.mako:49
3101+#: report:formal_due_report:0
3102+#: report:supplier_formal_due_report:0
3103 msgid "TOTAL/DOC."
3104-msgstr ""
3105-
3106-#. module: aging_due_report
3107-#: report:detail_due_report:0
3108-#: report:formal_due_report:0
3109-msgid "F/EMISION"
3110-msgstr ""
3111-
3112-#. module: aging_due_report
3113-#: report:aging_due_report:0
3114-msgid "01-30 DIAS"
3115-msgstr ""
3116-
3117-#. module: aging_due_report
3118-#: report:formal_due_report:0
3119-msgid "DOCUMENTO"
3120-msgstr ""
3121-
3122-#. module: aging_due_report
3123-#: report:aging_due_report:0
3124-msgid "EMPRESA"
3125-msgstr ""
3126-
3127-#. module: aging_due_report
3128-#: report:formal_due_report:0
3129+msgstr "TOTAL/DOC."
3130+
3131+#. module: aging_due_report
3132+#: report:aging_due_report:0
3133+#: report:supplier_aging_due_report:0
3134+msgid "31-60 DAYS"
3135+msgstr "31-60 DÍAS"
3136+
3137+#. module: aging_due_report
3138+#: report:addons/aging_due_report/report/detail_due_report_html.mako:36
3139+#: report:addons/aging_due_report/report/formal_due_report_html.mako:42
3140+#: report:addons/aging_due_report/report/supplier_detail_due_report_html.mako:36
3141+#: report:addons/aging_due_report/report/supplier_formal_due_report_html.mako:44
3142+#: report:detail_due_report:0
3143+#: report:formal_due_report:0
3144+#: report:supplier_detail_due_report:0
3145+#: report:supplier_formal_due_report:0
3146+msgid "EMIS DATE"
3147+msgstr "F/EMISION"
3148+
3149+#. module: aging_due_report
3150+#: report:addons/aging_due_report/report/detail_due_report_html.mako:42
3151+#: report:addons/aging_due_report/report/supplier_detail_due_report_html.mako:42
3152+#: report:detail_due_report:0
3153+#: report:supplier_detail_due_report:0
3154+msgid "VAT WH"
3155+msgstr "VAT WH"
3156+
3157+#. module: aging_due_report
3158+#: report:addons/aging_due_report/report/detail_due_report_html.mako:46
3159+#: report:addons/aging_due_report/report/formal_due_report_html.mako:48
3160+#: report:detail_due_report:0
3161+#: report:formal_due_report:0
3162+msgid "COLLECTS"
3163+msgstr "ABONOS"
3164+
3165+#. module: aging_due_report
3166+#: report:addons/aging_due_report/report/supplier_formal_due_report_html.mako:35
3167+msgid "Supplier Financial Statement"
3168+msgstr "Supplier Financial Statement"
3169+
3170+#. module: aging_due_report
3171+#: model:ir.actions.report.xml,name:aging_due_report.supplier_formal_due_report_html
3172+msgid "Supplier Formal Report of Debts Webkit"
3173+msgstr "Reporte Formal de Deudas de Proveedores en Webkit"
3174+
3175+#. module: aging_due_report
3176+#: report:addons/aging_due_report/report/formal_due_report_html.mako:55
3177+#: report:addons/aging_due_report/report/supplier_formal_due_report_html.mako:57
3178+msgid "I:"
3179+msgstr "F:"
3180+
3181+#. module: aging_due_report
3182+#: report:addons/aging_due_report/report/supplier_aging_due_report_html.mako:18
3183+#: model:ir.actions.report.xml,name:aging_due_report.supplier_aging_due_report
3184+msgid "Supplier Aging Report of Debts"
3185+msgstr "Reporte Antiguedad de Deudas de Proveedores"
3186+
3187+#. module: aging_due_report
3188+#: report:addons/aging_due_report/report/detail_due_report_html.mako:37
3189+#: report:addons/aging_due_report/report/formal_due_report_html.mako:43
3190+#: report:addons/aging_due_report/report/supplier_detail_due_report_html.mako:37
3191+#: report:addons/aging_due_report/report/supplier_formal_due_report_html.mako:45
3192+#: report:detail_due_report:0
3193+#: report:formal_due_report:0
3194+#: report:supplier_detail_due_report:0
3195+#: report:supplier_formal_due_report:0
3196+msgid "DUE DATE"
3197+msgstr "F/VENC."
3198+
3199+#. module: aging_due_report
3200+#: report:aging_due_report:0
3201+#: report:detail_due_report:0
3202+#: report:supplier_aging_due_report:0
3203+#: report:supplier_detail_due_report:0
3204+msgid "/ Page:"
3205+msgstr "/ Página:"
3206+
3207+#. module: aging_due_report
3208+#: report:aging_due_report:0
3209+#: report:detail_due_report:0
3210+#: report:supplier_aging_due_report:0
3211+#: report:supplier_detail_due_report:0
3212+msgid "Print Date:"
3213+msgstr "Fecha Impresión:"
3214+
3215+#. module: aging_due_report
3216+#: model:ir.actions.report.xml,name:aging_due_report.formal_due_report_webkit
3217+msgid "Customer Formal Report of Debts Webkit"
3218+msgstr "Reporte Formal de Deudas de Clientes en Webkit"
3219+
3220+#. module: aging_due_report
3221+#: report:addons/aging_due_report/report/detail_due_report_html.mako:40
3222+#: report:addons/aging_due_report/report/formal_due_report_html.mako:46
3223+#: report:addons/aging_due_report/report/supplier_detail_due_report_html.mako:40
3224+#: report:addons/aging_due_report/report/supplier_formal_due_report_html.mako:48
3225+#: report:detail_due_report:0
3226+#: report:formal_due_report:0
3227+#: report:supplier_detail_due_report:0
3228+#: report:supplier_formal_due_report:0
3229+msgid "TAX"
3230+msgstr "IMP."
3231+
3232+#. module: aging_due_report
3233+#: report:supplier_formal_due_report:0
3234+msgid "DOCUMENT: Supplier Financial Statement"
3235+msgstr "DOCUMENTO: Estado Financiero del Proveedor"
3236+
3237+#. module: aging_due_report
3238+#: report:addons/aging_due_report/report/formal_due_report_html.mako:68
3239+#: report:addons/aging_due_report/report/supplier_formal_due_report_html.mako:70
3240+#: report:formal_due_report:0
3241+#: report:supplier_formal_due_report:0
3242 msgid "C:"
3243-msgstr ""
3244-
3245-#. module: aging_due_report
3246-#: report:detail_due_report:0
3247-#: report:formal_due_report:0
3248-msgid "SALDO"
3249-msgstr ""
3250-
3251-#. module: aging_due_report
3252-#: report:detail_due_report:0
3253-#: report:formal_due_report:0
3254-msgid "ABONO"
3255-msgstr ""
3256-
3257-#. module: aging_due_report
3258-#: report:aging_due_report:0
3259-msgid "RIF"
3260-msgstr ""
3261-
3262-#. module: aging_due_report
3263-#: report:formal_due_report:0
3264-msgid "F: FACTURA"
3265-msgstr ""
3266-
3267-#. module: aging_due_report
3268-#: report:detail_due_report:0
3269-#: report:formal_due_report:0
3270-msgid "TOTAL"
3271-msgstr ""
3272-
3273-#. module: aging_due_report
3274-#: report:aging_due_report:0
3275-msgid "+ 120 DIAS"
3276-msgstr ""
3277-
3278-#. module: aging_due_report
3279-#: report:detail_due_report:0
3280-msgid "TOT/FACT."
3281-msgstr ""
3282-
3283-#. module: aging_due_report
3284-#: report:formal_due_report:0
3285-msgid "DOCUMENTO: Estado Contable del Cliente"
3286-msgstr ""
3287-
3288-#. module: aging_due_report
3289-#: report:detail_due_report:0
3290-msgid "RET.MUN."
3291-msgstr ""
3292-
3293-#. module: aging_due_report
3294+msgstr "C:"
3295+
3296+#. module: aging_due_report
3297+#: model:ir.actions.report.xml,name:aging_due_report.aging_due_report_webkit
3298+msgid "Customer Aging Report of Debts Webkit"
3299+msgstr "Reporte Antiguedad de Deudas de Clientes en Webkit"
3300+
3301+#. module: aging_due_report
3302+#: report:addons/aging_due_report/report/formal_due_report_html.mako:80
3303+#: report:addons/aging_due_report/report/supplier_formal_due_report_html.mako:82
3304+#: report:formal_due_report:0
3305+#: report:supplier_formal_due_report:0
3306+msgid "F: INVOICE"
3307+msgstr "F: INVOICE"
3308+
3309+#. module: aging_due_report
3310+#: model:ir.actions.report.xml,name:aging_due_report.supplier_detail_due_report_html
3311+msgid "Supplier Detail Report of Debts Webkit"
3312+msgstr "Reporte Detallado de Deudas de Proveedores en Webkit"
3313+
3314+#. module: aging_due_report
3315+#: report:addons/aging_due_report/report/supplier_detail_due_report_html.mako:46
3316+#: report:addons/aging_due_report/report/supplier_formal_due_report_html.mako:50
3317+#: report:supplier_detail_due_report:0
3318+#: report:supplier_formal_due_report:0
3319+msgid "PAYMENTS"
3320+msgstr "PAGOS"
3321+
3322+#. module: aging_due_report
3323+#: report:addons/aging_due_report/report/formal_due_report_html.mako:33
3324+msgid "Customer Financial Statement"
3325+msgstr "Estado Financiero del Cliente"
3326+
3327+#. module: aging_due_report
3328+#: report:addons/aging_due_report/report/formal_due_report_html.mako:84
3329+#: report:addons/aging_due_report/report/supplier_formal_due_report_html.mako:86
3330+msgid "TOTAL IN "
3331+msgstr "TOTAL EN "
3332+
3333+#. module: aging_due_report
3334+#: report:addons/aging_due_report/report/aging_due_report_html.mako:27
3335+#: report:addons/aging_due_report/report/supplier_aging_due_report_html.mako:26
3336+#: report:aging_due_report:0
3337+#: report:supplier_aging_due_report:0
3338+msgid "TIN"
3339+msgstr "VAT"
3340+
3341+#. module: aging_due_report
3342+#: report:addons/aging_due_report/report/formal_due_report_html.mako:41
3343+#: report:addons/aging_due_report/report/supplier_formal_due_report_html.mako:43
3344+#: report:formal_due_report:0
3345+#: report:supplier_formal_due_report:0
3346+msgid "DOCUMENT"
3347+msgstr "DOCUMENTO"
3348+
3349+#. module: aging_due_report
3350+#: report:supplier_aging_due_report:0
3351+msgid "TOT./AP ("
3352+msgstr "TOT./AP ("
3353+
3354+#. module: aging_due_report
3355+#: report:addons/aging_due_report/report/detail_due_report_html.mako:45
3356+#: report:addons/aging_due_report/report/supplier_detail_due_report_html.mako:45
3357+#: report:detail_due_report:0
3358+#: report:supplier_detail_due_report:0
3359+msgid "C/N"
3360+msgstr "N/C"
3361+
3362+#. module: aging_due_report
3363+#: report:addons/aging_due_report/report/detail_due_report_html.mako:32
3364+#: report:addons/aging_due_report/report/supplier_detail_due_report_html.mako:32
3365+msgid "Amounts expressed in"
3366+msgstr "Montos expresados en"
3367+
3368+#. module: aging_due_report
3369+#: report:addons/aging_due_report/report/formal_due_report_html.mako:96
3370+#: report:addons/aging_due_report/report/supplier_formal_due_report_html.mako:98
3371+#: report:formal_due_report:0
3372+#: report:supplier_formal_due_report:0
3373+msgid "Without any further reference,"
3374+msgstr "Sin ningún tipo de referencia,"
3375+
3376+#. module: aging_due_report
3377+#: report:addons/aging_due_report/report/detail_due_report_html.mako:35
3378+#: report:addons/aging_due_report/report/supplier_detail_due_report_html.mako:35
3379+#: report:detail_due_report:0
3380+#: report:supplier_detail_due_report:0
3381+msgid "INVOICE"
3382+msgstr "FACTURA"
3383+
3384+#. module: aging_due_report
3385+#: report:aging_due_report:0
3386+#: report:supplier_aging_due_report:0
3387+msgid "01-30 DAYS"
3388+msgstr "01-30 DÍAS"
3389+
3390+#. module: aging_due_report
3391+#: report:addons/aging_due_report/report/detail_due_report_html.mako:38
3392+#: report:addons/aging_due_report/report/formal_due_report_html.mako:44
3393+#: report:addons/aging_due_report/report/supplier_detail_due_report_html.mako:38
3394+#: report:addons/aging_due_report/report/supplier_formal_due_report_html.mako:46
3395+#: report:detail_due_report:0
3396+#: report:formal_due_report:0
3397+#: report:supplier_detail_due_report:0
3398+#: report:supplier_formal_due_report:0
3399+msgid "DUE DAYS"
3400+msgstr "DIAS/VENC."
3401+
3402+#. module: aging_due_report
3403+#: report:addons/aging_due_report/report/detail_due_report_html.mako:83
3404+#: report:addons/aging_due_report/report/supplier_detail_due_report_html.mako:83
3405+#: report:detail_due_report:0
3406+#: report:formal_due_report:0
3407+#: report:supplier_detail_due_report:0
3408+#: report:supplier_formal_due_report:0
3409+msgid "TOTAL IN"
3410+msgstr "TOTAL EN"
3411+
3412+#. module: aging_due_report
3413+#: report:addons/aging_due_report/report/formal_due_report_html.mako:20
3414 #: model:ir.actions.report.xml,name:aging_due_report.formal_due_report
3415 msgid "Customer Formal Report of Debts"
3416-msgstr ""
3417-
3418-#. module: aging_due_report
3419-#: report:detail_due_report:0
3420-#: report:formal_due_report:0
3421-msgid "F/VENC."
3422-msgstr ""
3423-
3424-#. module: aging_due_report
3425-#: report:aging_due_report:0
3426-#: report:detail_due_report:0
3427-msgid "Fecha de Impresion:"
3428-msgstr ""
3429-
3430-#. module: aging_due_report
3431-#: report:detail_due_report:0
3432-#: report:formal_due_report:0
3433-msgid "DIAS/VENC."
3434-msgstr ""
3435-
3436-#. module: aging_due_report
3437-#: report:detail_due_report:0
3438-msgid "N/C"
3439-msgstr ""
3440-
3441-#. module: aging_due_report
3442-#: report:formal_due_report:0
3443-msgid "FECHA:"
3444-msgstr ""
3445-
3446-#. module: aging_due_report
3447-#: report:detail_due_report:0
3448-msgid "TOTAL ESTE REPORTE"
3449-msgstr ""
3450-
3451-#. module: aging_due_report
3452-#: report:detail_due_report:0
3453-msgid "RET.ISLR."
3454-msgstr ""
3455-
3456-#. module: aging_due_report
3457-#: report:aging_due_report:0
3458-msgid "NO VENCIDO"
3459-msgstr ""
3460-
3461-#. module: aging_due_report
3462-#: report:aging_due_report:0
3463-msgid "TOT./COBRAR"
3464-msgstr ""
3465-
3466-#. module: aging_due_report
3467-#: report:formal_due_report:0
3468-msgid "Sin mas a que hacer referencia,"
3469-msgstr ""
3470-
3471-#. module: aging_due_report
3472-#: report:detail_due_report:0
3473-#: report:formal_due_report:0
3474-msgid "IMP."
3475-msgstr ""
3476-
3477-#. module: aging_due_report
3478-#: report:detail_due_report:0
3479-#: report:formal_due_report:0
3480-msgid "BASE IMP."
3481-msgstr ""
3482-
3483-#. module: aging_due_report
3484+msgstr "Reporte Formal de Deudas de Clientes"
3485+
3486+#. module: aging_due_report
3487+#: report:aging_due_report:0
3488+#: report:supplier_aging_due_report:0
3489+msgid "61-90 DAYS"
3490+msgstr "61-90 DÍAS"
3491+
3492+#. module: aging_due_report
3493+#: report:addons/aging_due_report/report/formal_due_report_html.mako:82
3494+#: report:addons/aging_due_report/report/supplier_formal_due_report_html.mako:84
3495+#: report:formal_due_report:0
3496+#: report:supplier_formal_due_report:0
3497+msgid "C: C/N"
3498+msgstr "C: N/C"
3499+
3500+#. module: aging_due_report
3501+#: report:addons/aging_due_report/report/aging_due_report_html.mako:29
3502+#: report:addons/aging_due_report/report/supplier_aging_due_report_html.mako:28
3503+#: report:aging_due_report:0
3504+#: report:supplier_aging_due_report:0
3505+msgid "NOT DUE"
3506+msgstr "NO VENCIDO"
3507+
3508+#. module: aging_due_report
3509+#: report:addons/aging_due_report/report/detail_due_report_html.mako:39
3510+#: report:addons/aging_due_report/report/formal_due_report_html.mako:45
3511+#: report:addons/aging_due_report/report/supplier_detail_due_report_html.mako:39
3512+#: report:addons/aging_due_report/report/supplier_formal_due_report_html.mako:47
3513+#: report:detail_due_report:0
3514+#: report:formal_due_report:0
3515+#: report:supplier_detail_due_report:0
3516+#: report:supplier_formal_due_report:0
3517+msgid "BASE"
3518+msgstr "BASE"
3519+
3520+#. module: aging_due_report
3521+#: report:addons/aging_due_report/report/detail_due_report_html.mako:32
3522+#: report:addons/aging_due_report/report/supplier_detail_due_report_html.mako:34
3523+msgid "Amounts expressed in"
3524+msgstr "Montos expresados en"
3525+
3526+#. module: aging_due_report
3527+#: report:addons/aging_due_report/report/detail_due_report_html.mako:47
3528+#: report:addons/aging_due_report/report/formal_due_report_html.mako:49
3529+#: report:addons/aging_due_report/report/supplier_detail_due_report_html.mako:47
3530+#: report:addons/aging_due_report/report/supplier_formal_due_report_html.mako:51
3531+#: report:detail_due_report:0
3532+#: report:formal_due_report:0
3533+#: report:supplier_detail_due_report:0
3534+#: report:supplier_formal_due_report:0
3535+msgid "BALANCE"
3536+msgstr "BALANCE"
3537+
3538+#. module: aging_due_report
3539+#: report:addons/aging_due_report/report/detail_due_report_html.mako:54
3540+#: report:addons/aging_due_report/report/formal_due_report_html.mako:58
3541+#: report:addons/aging_due_report/report/supplier_formal_due_report_html.mako:60
3542+msgid "0 DAYS"
3543+msgstr "0 DÍAS"
3544+
3545+#. module: aging_due_report
3546+#: report:addons/aging_due_report/report/supplier_formal_due_report_html.mako:20
3547+#: model:ir.actions.report.xml,name:aging_due_report.supplier_formal_due_report
3548+msgid "Supplier Formal Report of Debts"
3549+msgstr "Reporte Formal de Deudas de Proveedores"
3550+
3551+#. module: aging_due_report
3552+#: report:addons/aging_due_report/report/detail_due_report_html.mako:18
3553 #: model:ir.actions.report.xml,name:aging_due_report.detail_due_report
3554 msgid "Customer Detail Report of Debts"
3555-msgstr ""
3556-
3557-#. module: aging_due_report
3558-#: report:aging_due_report:0
3559-msgid "61-90 DIAS"
3560-msgstr ""
3561-
3562-#. module: aging_due_report
3563+msgstr "Reporte Detallado de Deudas de Clientes"
3564+
3565+#. module: aging_due_report
3566+#: report:formal_due_report:0
3567+msgid "DOCUMENT: Customer Financial Statement"
3568+msgstr "DOCUMENTO: Estado Fianciero del Cliente"
3569+
3570+#. module: aging_due_report
3571+#: report:addons/aging_due_report/report/detail_due_report_html.mako:44
3572+#: report:addons/aging_due_report/report/supplier_detail_due_report_html.mako:44
3573+#: report:detail_due_report:0
3574+#: report:supplier_detail_due_report:0
3575+msgid "MUNI. WH"
3576+msgstr "MUNI. WH"
3577+
3578+#. module: aging_due_report
3579+#: report:addons/aging_due_report/report/formal_due_report_html.mako:54
3580+#: report:addons/aging_due_report/report/supplier_formal_due_report_html.mako:56
3581+#: report:formal_due_report:0
3582+#: report:supplier_formal_due_report:0
3583+msgid "F:"
3584+msgstr "F:"
3585+
3586+#. module: aging_due_report
3587+#: report:formal_due_report:0
3588+#: report:supplier_formal_due_report:0
3589+msgid "DATE:"
3590+msgstr "FECHA:"
3591+
3592+#. module: aging_due_report
3593+#: model:ir.actions.report.xml,name:aging_due_report.detail_due_report_webkit
3594+msgid "Customer Detail Report of Debts Webkit"
3595+msgstr "Reporte Detallado de Deudas de Clientes en Webkit"
3596+
3597+#. module: aging_due_report
3598+#: report:addons/aging_due_report/report/aging_due_report_html.mako:18
3599 #: model:ir.actions.report.xml,name:aging_due_report.aging_due_report
3600 msgid "Customer Aging Report of Debts"
3601-msgstr ""
3602-
3603-#. module: aging_due_report
3604-#: report:detail_due_report:0
3605-msgid "FACTURA"
3606-msgstr ""
3607-
3608-#. module: aging_due_report
3609-#: report:aging_due_report:0
3610-msgid "91-120 DIAS"
3611-msgstr ""
3612-
3613-#. module: aging_due_report
3614-#: report:formal_due_report:0
3615-msgid "D: N/DEB."
3616-msgstr ""
3617-
3618-#. module: aging_due_report
3619-#: report:aging_due_report:0
3620-#: report:detail_due_report:0
3621-#: report:formal_due_report:0
3622-msgid "Reporte Impreso en OpenERP con ReportLab"
3623-msgstr ""
3624-
3625-#. module: aging_due_report
3626-#: report:aging_due_report:0
3627-#: report:detail_due_report:0
3628-msgid "/ Pagina:"
3629-msgstr ""
3630-
3631-#. module: aging_due_report
3632-#: report:formal_due_report:0
3633-msgid "F:"
3634-msgstr ""
3635+msgstr "Reporte Antiguedad de Deudas de Clientes"
3636+
3637+#. module: aging_due_report
3638+#: report:addons/aging_due_report/report/formal_due_report_html.mako:83
3639+#: report:addons/aging_due_report/report/supplier_formal_due_report_html.mako:85
3640+#: report:formal_due_report:0
3641+#: report:supplier_formal_due_report:0
3642+msgid "D: D/N"
3643+msgstr "D: D/N"
3644+
3645+#. module: aging_due_report
3646+#: report:aging_due_report:0
3647+#: report:supplier_aging_due_report:0
3648+msgid "91-120 DAYS"
3649+msgstr "91-120 DÍAS"
3650+
3651+#. module: aging_due_report
3652+#: report:aging_due_report:0
3653+#: report:detail_due_report:0
3654+#: report:formal_due_report:0
3655+#: report:supplier_aging_due_report:0
3656+#: report:supplier_detail_due_report:0
3657+#: report:supplier_formal_due_report:0
3658+msgid "This report was printed in OpenERP with ReportLab"
3659+msgstr "Este informe fue impreso en OpenERP con ReportLab"
3660+
3661+#. module: aging_due_report
3662+#: report:addons/aging_due_report/report/aging_due_report_html.mako:28
3663+#: report:addons/aging_due_report/report/supplier_aging_due_report_html.mako:27
3664+#: report:aging_due_report:0
3665+#: report:supplier_aging_due_report:0
3666+msgid "PARTNER"
3667+msgstr "EMPRESA"
3668+
3669+#. module: aging_due_report
3670+#: report:aging_due_report:0
3671+#: report:supplier_aging_due_report:0
3672+msgid "+ 120 DAYS"
3673+msgstr "+ 120 DÍAS"
3674+
3675+#. module: aging_due_report
3676+#: model:ir.actions.report.xml,name:aging_due_report.supplier_aging_due_report_html
3677+msgid "Supplier Aging Report of Debts Webkit"
3678+msgstr "Reporte Antiguedad de Deudas de Proveedores en Webkit"
3679+
3680
3681=== modified file 'aging_due_report/i18n/es_MX.po'
3682--- aging_due_report/i18n/es_MX.po 2014-05-09 21:51:34 +0000
3683+++ aging_due_report/i18n/es_MX.po 2014-08-17 06:47:16 +0000
3684@@ -6,11 +6,488 @@
3685 msgstr ""
3686 "Project-Id-Version: OpenERP Server 7.0\n"
3687 "Report-Msgid-Bugs-To: \n"
3688-"POT-Creation-Date: 2013-05-18 02:53+0000\n"
3689-"PO-Revision-Date: 2013-05-18 02:53+0000\n"
3690+"POT-Creation-Date: 2014-08-08 23:51+0000\n"
3691+"PO-Revision-Date: 2014-08-08 23:51+0000\n"
3692 "Last-Translator: <>\n"
3693 "Language-Team: \n"
3694 "MIME-Version: 1.0\n"
3695 "Content-Type: text/plain; charset=UTF-8\n"
3696 "Content-Transfer-Encoding: \n"
3697 "Plural-Forms: \n"
3698+
3699+#. module: aging_due_report
3700+#: report:addons/aging_due_report/report/supplier_aging_due_report_html.mako:34
3701+msgid "TOT./AP"
3702+msgstr "TOT./AP"
3703+
3704+#. module: aging_due_report
3705+#: report:addons/aging_due_report/report/detail_due_report_html.mako:67
3706+#: report:addons/aging_due_report/report/detail_due_report_html.mako:83
3707+#: report:detail_due_report:0
3708+#: report:supplier_detail_due_report:0
3709+msgid "TOTAL"
3710+msgstr "TOTAL"
3711+
3712+#. module: aging_due_report
3713+#: report:addons/aging_due_report/report/aging_due_report_html.mako:35
3714+msgid "TOT./AR"
3715+msgstr "TOT./AR"
3716+
3717+#. module: aging_due_report
3718+#: report:addons/aging_due_report/report/formal_due_report_html.mako:98
3719+#: report:addons/aging_due_report/report/supplier_formal_due_report_html.mako:100
3720+#: report:formal_due_report:0
3721+#: report:supplier_formal_due_report:0
3722+msgid "Best Regards,"
3723+msgstr "Atentamente,"
3724+
3725+#. module: aging_due_report
3726+#: report:addons/aging_due_report/report/detail_due_report_html.mako:41
3727+#: report:addons/aging_due_report/report/supplier_detail_due_report_html.mako:41
3728+#: report:detail_due_report:0
3729+#: report:supplier_detail_due_report:0
3730+msgid "TOT/INV."
3731+msgstr "TOT/INV."
3732+
3733+#. module: aging_due_report
3734+#: report:aging_due_report:0
3735+msgid "TOT./AR ("
3736+msgstr "TOT./AR ("
3737+
3738+#. module: aging_due_report
3739+#: report:addons/aging_due_report/report/supplier_detail_due_report_html.mako:18
3740+#: model:ir.actions.report.xml,name:aging_due_report.supplier_detail_due_report
3741+msgid "Supplier Detail Report of Debts"
3742+msgstr "Reporte Detallado de Deudas de Proveedores"
3743+
3744+#. module: aging_due_report
3745+#: report:addons/aging_due_report/report/formal_due_report_html.mako:81
3746+#: report:addons/aging_due_report/report/supplier_formal_due_report_html.mako:83
3747+msgid "I: INVOICE"
3748+msgstr "F: FACTURA"
3749+
3750+#. module: aging_due_report
3751+#: report:addons/aging_due_report/report/aging_due_report_html.mako:30
3752+#: report:addons/aging_due_report/report/aging_due_report_html.mako:31
3753+#: report:addons/aging_due_report/report/aging_due_report_html.mako:32
3754+#: report:addons/aging_due_report/report/aging_due_report_html.mako:33
3755+#: report:addons/aging_due_report/report/aging_due_report_html.mako:34
3756+#: report:addons/aging_due_report/report/supplier_aging_due_report_html.mako:29
3757+#: report:addons/aging_due_report/report/supplier_aging_due_report_html.mako:30
3758+#: report:addons/aging_due_report/report/supplier_aging_due_report_html.mako:31
3759+#: report:addons/aging_due_report/report/supplier_aging_due_report_html.mako:32
3760+#: report:addons/aging_due_report/report/supplier_aging_due_report_html.mako:33
3761+msgid "DAYS"
3762+msgstr "DÍAS"
3763+
3764+#. module: aging_due_report
3765+#: report:addons/aging_due_report/report/detail_due_report_html.mako:54
3766+#: report:addons/aging_due_report/report/formal_due_report_html.mako:58
3767+#: report:addons/aging_due_report/report/supplier_detail_due_report_html.mako:54
3768+msgid "%s DAYS"
3769+msgstr "%s DÍAS"
3770+
3771+#. module: aging_due_report
3772+#: report:addons/aging_due_report/report/detail_due_report_html.mako:43
3773+#: report:addons/aging_due_report/report/supplier_detail_due_report_html.mako:43
3774+#: report:detail_due_report:0
3775+#: report:supplier_detail_due_report:0
3776+msgid "INCOME WH"
3777+msgstr "INGRESOS WH"
3778+
3779+#. module: aging_due_report
3780+#: report:addons/aging_due_report/report/formal_due_report_html.mako:47
3781+#: report:addons/aging_due_report/report/supplier_formal_due_report_html.mako:49
3782+#: report:formal_due_report:0
3783+#: report:supplier_formal_due_report:0
3784+msgid "TOTAL/DOC."
3785+msgstr "TOTAL/DOC."
3786+
3787+#. module: aging_due_report
3788+#: report:aging_due_report:0
3789+#: report:supplier_aging_due_report:0
3790+msgid "31-60 DAYS"
3791+msgstr "31-60 DÍAS"
3792+
3793+#. module: aging_due_report
3794+#: report:addons/aging_due_report/report/detail_due_report_html.mako:36
3795+#: report:addons/aging_due_report/report/formal_due_report_html.mako:42
3796+#: report:addons/aging_due_report/report/supplier_detail_due_report_html.mako:36
3797+#: report:addons/aging_due_report/report/supplier_formal_due_report_html.mako:44
3798+#: report:detail_due_report:0
3799+#: report:formal_due_report:0
3800+#: report:supplier_detail_due_report:0
3801+#: report:supplier_formal_due_report:0
3802+msgid "EMIS DATE"
3803+msgstr "F/EMISION"
3804+
3805+#. module: aging_due_report
3806+#: report:addons/aging_due_report/report/detail_due_report_html.mako:42
3807+#: report:addons/aging_due_report/report/supplier_detail_due_report_html.mako:42
3808+#: report:detail_due_report:0
3809+#: report:supplier_detail_due_report:0
3810+msgid "VAT WH"
3811+msgstr "VAT WH"
3812+
3813+#. module: aging_due_report
3814+#: report:addons/aging_due_report/report/detail_due_report_html.mako:46
3815+#: report:addons/aging_due_report/report/formal_due_report_html.mako:48
3816+#: report:detail_due_report:0
3817+#: report:formal_due_report:0
3818+msgid "COLLECTS"
3819+msgstr "ABONOS"
3820+
3821+#. module: aging_due_report
3822+#: report:addons/aging_due_report/report/supplier_formal_due_report_html.mako:35
3823+msgid "Supplier Financial Statement"
3824+msgstr "Supplier Financial Statement"
3825+
3826+#. module: aging_due_report
3827+#: model:ir.actions.report.xml,name:aging_due_report.supplier_formal_due_report_html
3828+msgid "Supplier Formal Report of Debts Webkit"
3829+msgstr "Reporte Formal de Deudas de Proveedores en Webkit"
3830+
3831+#. module: aging_due_report
3832+#: report:addons/aging_due_report/report/formal_due_report_html.mako:55
3833+#: report:addons/aging_due_report/report/supplier_formal_due_report_html.mako:57
3834+msgid "I:"
3835+msgstr "F:"
3836+
3837+#. module: aging_due_report
3838+#: report:addons/aging_due_report/report/supplier_aging_due_report_html.mako:18
3839+#: model:ir.actions.report.xml,name:aging_due_report.supplier_aging_due_report
3840+msgid "Supplier Aging Report of Debts"
3841+msgstr "Reporte Antiguedad de Deudas de Proveedores"
3842+
3843+#. module: aging_due_report
3844+#: report:addons/aging_due_report/report/detail_due_report_html.mako:37
3845+#: report:addons/aging_due_report/report/formal_due_report_html.mako:43
3846+#: report:addons/aging_due_report/report/supplier_detail_due_report_html.mako:37
3847+#: report:addons/aging_due_report/report/supplier_formal_due_report_html.mako:45
3848+#: report:detail_due_report:0
3849+#: report:formal_due_report:0
3850+#: report:supplier_detail_due_report:0
3851+#: report:supplier_formal_due_report:0
3852+msgid "DUE DATE"
3853+msgstr "F/VENC."
3854+
3855+#. module: aging_due_report
3856+#: report:aging_due_report:0
3857+#: report:detail_due_report:0
3858+#: report:supplier_aging_due_report:0
3859+#: report:supplier_detail_due_report:0
3860+msgid "/ Page:"
3861+msgstr "/ Página:"
3862+
3863+#. module: aging_due_report
3864+#: report:aging_due_report:0
3865+#: report:detail_due_report:0
3866+#: report:supplier_aging_due_report:0
3867+#: report:supplier_detail_due_report:0
3868+msgid "Print Date:"
3869+msgstr "Fecha Impresión:"
3870+
3871+#. module: aging_due_report
3872+#: model:ir.actions.report.xml,name:aging_due_report.formal_due_report_webkit
3873+msgid "Customer Formal Report of Debts Webkit"
3874+msgstr "Reporte Formal de Deudas de Clientes en Webkit"
3875+
3876+#. module: aging_due_report
3877+#: report:addons/aging_due_report/report/detail_due_report_html.mako:40
3878+#: report:addons/aging_due_report/report/formal_due_report_html.mako:46
3879+#: report:addons/aging_due_report/report/supplier_detail_due_report_html.mako:40
3880+#: report:addons/aging_due_report/report/supplier_formal_due_report_html.mako:48
3881+#: report:detail_due_report:0
3882+#: report:formal_due_report:0
3883+#: report:supplier_detail_due_report:0
3884+#: report:supplier_formal_due_report:0
3885+msgid "TAX"
3886+msgstr "IMP."
3887+
3888+#. module: aging_due_report
3889+#: report:supplier_formal_due_report:0
3890+msgid "DOCUMENT: Supplier Financial Statement"
3891+msgstr "DOCUMENTO: Estado Financiero del Proveedor"
3892+
3893+#. module: aging_due_report
3894+#: report:addons/aging_due_report/report/formal_due_report_html.mako:68
3895+#: report:addons/aging_due_report/report/supplier_formal_due_report_html.mako:70
3896+#: report:formal_due_report:0
3897+#: report:supplier_formal_due_report:0
3898+msgid "C:"
3899+msgstr "C:"
3900+
3901+#. module: aging_due_report
3902+#: model:ir.actions.report.xml,name:aging_due_report.aging_due_report_webkit
3903+msgid "Customer Aging Report of Debts Webkit"
3904+msgstr "Reporte Antiguedad de Deudas de Clientes en Webkit"
3905+
3906+#. module: aging_due_report
3907+#: report:addons/aging_due_report/report/formal_due_report_html.mako:80
3908+#: report:addons/aging_due_report/report/supplier_formal_due_report_html.mako:82
3909+#: report:formal_due_report:0
3910+#: report:supplier_formal_due_report:0
3911+msgid "F: INVOICE"
3912+msgstr "F: INVOICE"
3913+
3914+#. module: aging_due_report
3915+#: model:ir.actions.report.xml,name:aging_due_report.supplier_detail_due_report_html
3916+msgid "Supplier Detail Report of Debts Webkit"
3917+msgstr "Reporte Detallado de Deudas de Proveedores en Webkit"
3918+
3919+#. module: aging_due_report
3920+#: report:addons/aging_due_report/report/supplier_detail_due_report_html.mako:46
3921+#: report:addons/aging_due_report/report/supplier_formal_due_report_html.mako:50
3922+#: report:supplier_detail_due_report:0
3923+#: report:supplier_formal_due_report:0
3924+msgid "PAYMENTS"
3925+msgstr "PAGOS"
3926+
3927+#. module: aging_due_report
3928+#: report:addons/aging_due_report/report/formal_due_report_html.mako:33
3929+msgid "Customer Financial Statement"
3930+msgstr "Estado Financiero del Cliente"
3931+
3932+#. module: aging_due_report
3933+#: report:addons/aging_due_report/report/formal_due_report_html.mako:84
3934+#: report:addons/aging_due_report/report/supplier_formal_due_report_html.mako:86
3935+msgid "TOTAL IN "
3936+msgstr "TOTAL EN "
3937+
3938+#. module: aging_due_report
3939+#: report:addons/aging_due_report/report/aging_due_report_html.mako:27
3940+#: report:addons/aging_due_report/report/supplier_aging_due_report_html.mako:26
3941+#: report:aging_due_report:0
3942+#: report:supplier_aging_due_report:0
3943+msgid "TIN"
3944+msgstr "VAT"
3945+
3946+#. module: aging_due_report
3947+#: report:addons/aging_due_report/report/formal_due_report_html.mako:41
3948+#: report:addons/aging_due_report/report/supplier_formal_due_report_html.mako:43
3949+#: report:formal_due_report:0
3950+#: report:supplier_formal_due_report:0
3951+msgid "DOCUMENT"
3952+msgstr "DOCUMENTO"
3953+
3954+#. module: aging_due_report
3955+#: report:supplier_aging_due_report:0
3956+msgid "TOT./AP ("
3957+msgstr "TOT./AP ("
3958+
3959+#. module: aging_due_report
3960+#: report:addons/aging_due_report/report/detail_due_report_html.mako:45
3961+#: report:addons/aging_due_report/report/supplier_detail_due_report_html.mako:45
3962+#: report:detail_due_report:0
3963+#: report:supplier_detail_due_report:0
3964+msgid "C/N"
3965+msgstr "N/C"
3966+
3967+#. module: aging_due_report
3968+#: report:addons/aging_due_report/report/detail_due_report_html.mako:32
3969+#: report:addons/aging_due_report/report/supplier_detail_due_report_html.mako:32
3970+msgid "Amounts expressed in"
3971+msgstr "Montos expresados en"
3972+
3973+#. module: aging_due_report
3974+#: report:addons/aging_due_report/report/formal_due_report_html.mako:96
3975+#: report:addons/aging_due_report/report/supplier_formal_due_report_html.mako:98
3976+#: report:formal_due_report:0
3977+#: report:supplier_formal_due_report:0
3978+msgid "Without any further reference,"
3979+msgstr "Sin ningún tipo de referencia,"
3980+
3981+#. module: aging_due_report
3982+#: report:addons/aging_due_report/report/detail_due_report_html.mako:35
3983+#: report:addons/aging_due_report/report/supplier_detail_due_report_html.mako:35
3984+#: report:detail_due_report:0
3985+#: report:supplier_detail_due_report:0
3986+msgid "INVOICE"
3987+msgstr "FACTURA"
3988+
3989+#. module: aging_due_report
3990+#: report:aging_due_report:0
3991+#: report:supplier_aging_due_report:0
3992+msgid "01-30 DAYS"
3993+msgstr "01-30 DÍAS"
3994+
3995+#. module: aging_due_report
3996+#: report:addons/aging_due_report/report/detail_due_report_html.mako:38
3997+#: report:addons/aging_due_report/report/formal_due_report_html.mako:44
3998+#: report:addons/aging_due_report/report/supplier_detail_due_report_html.mako:38
3999+#: report:addons/aging_due_report/report/supplier_formal_due_report_html.mako:46
4000+#: report:detail_due_report:0
4001+#: report:formal_due_report:0
4002+#: report:supplier_detail_due_report:0
4003+#: report:supplier_formal_due_report:0
4004+msgid "DUE DAYS"
4005+msgstr "DIAS/VENC."
4006+
4007+#. module: aging_due_report
4008+#: report:addons/aging_due_report/report/detail_due_report_html.mako:83
4009+#: report:addons/aging_due_report/report/supplier_detail_due_report_html.mako:83
4010+#: report:detail_due_report:0
4011+#: report:formal_due_report:0
4012+#: report:supplier_detail_due_report:0
4013+#: report:supplier_formal_due_report:0
4014+msgid "TOTAL IN"
4015+msgstr "TOTAL EN"
4016+
4017+#. module: aging_due_report
4018+#: report:addons/aging_due_report/report/formal_due_report_html.mako:20
4019+#: model:ir.actions.report.xml,name:aging_due_report.formal_due_report
4020+msgid "Customer Formal Report of Debts"
4021+msgstr "Reporte Formal de Deudas de Clientes"
4022+
4023+#. module: aging_due_report
4024+#: report:aging_due_report:0
4025+#: report:supplier_aging_due_report:0
4026+msgid "61-90 DAYS"
4027+msgstr "61-90 DÍAS"
4028+
4029+#. module: aging_due_report
4030+#: report:addons/aging_due_report/report/formal_due_report_html.mako:82
4031+#: report:addons/aging_due_report/report/supplier_formal_due_report_html.mako:84
4032+#: report:formal_due_report:0
4033+#: report:supplier_formal_due_report:0
4034+msgid "C: C/N"
4035+msgstr "C: N/C"
4036+
4037+#. module: aging_due_report
4038+#: report:addons/aging_due_report/report/aging_due_report_html.mako:29
4039+#: report:addons/aging_due_report/report/supplier_aging_due_report_html.mako:28
4040+#: report:aging_due_report:0
4041+#: report:supplier_aging_due_report:0
4042+msgid "NOT DUE"
4043+msgstr "NO VENCIDO"
4044+
4045+#. module: aging_due_report
4046+#: report:addons/aging_due_report/report/detail_due_report_html.mako:39
4047+#: report:addons/aging_due_report/report/formal_due_report_html.mako:45
4048+#: report:addons/aging_due_report/report/supplier_detail_due_report_html.mako:39
4049+#: report:addons/aging_due_report/report/supplier_formal_due_report_html.mako:47
4050+#: report:detail_due_report:0
4051+#: report:formal_due_report:0
4052+#: report:supplier_detail_due_report:0
4053+#: report:supplier_formal_due_report:0
4054+msgid "BASE"
4055+msgstr "BASE"
4056+
4057+#. module: aging_due_report
4058+#: report:addons/aging_due_report/report/detail_due_report_html.mako:32
4059+#: report:addons/aging_due_report/report/supplier_detail_due_report_html.mako:34
4060+msgid "Amounts expressed in"
4061+msgstr "Montos expresados en"
4062+
4063+#. module: aging_due_report
4064+#: report:addons/aging_due_report/report/detail_due_report_html.mako:47
4065+#: report:addons/aging_due_report/report/formal_due_report_html.mako:49
4066+#: report:addons/aging_due_report/report/supplier_detail_due_report_html.mako:47
4067+#: report:addons/aging_due_report/report/supplier_formal_due_report_html.mako:51
4068+#: report:detail_due_report:0
4069+#: report:formal_due_report:0
4070+#: report:supplier_detail_due_report:0
4071+#: report:supplier_formal_due_report:0
4072+msgid "BALANCE"
4073+msgstr "BALANCE"
4074+
4075+#. module: aging_due_report
4076+#: report:addons/aging_due_report/report/detail_due_report_html.mako:54
4077+#: report:addons/aging_due_report/report/formal_due_report_html.mako:58
4078+#: report:addons/aging_due_report/report/supplier_formal_due_report_html.mako:60
4079+msgid "0 DAYS"
4080+msgstr "0 DÍAS"
4081+
4082+#. module: aging_due_report
4083+#: report:addons/aging_due_report/report/supplier_formal_due_report_html.mako:20
4084+#: model:ir.actions.report.xml,name:aging_due_report.supplier_formal_due_report
4085+msgid "Supplier Formal Report of Debts"
4086+msgstr "Reporte Formal de Deudas de Proveedores"
4087+
4088+#. module: aging_due_report
4089+#: report:addons/aging_due_report/report/detail_due_report_html.mako:18
4090+#: model:ir.actions.report.xml,name:aging_due_report.detail_due_report
4091+msgid "Customer Detail Report of Debts"
4092+msgstr "Reporte Detallado de Deudas de Clientes"
4093+
4094+#. module: aging_due_report
4095+#: report:formal_due_report:0
4096+msgid "DOCUMENT: Customer Financial Statement"
4097+msgstr "DOCUMENTO: Estado Fianciero del Cliente"
4098+
4099+#. module: aging_due_report
4100+#: report:addons/aging_due_report/report/detail_due_report_html.mako:44
4101+#: report:addons/aging_due_report/report/supplier_detail_due_report_html.mako:44
4102+#: report:detail_due_report:0
4103+#: report:supplier_detail_due_report:0
4104+msgid "MUNI. WH"
4105+msgstr "MUNI. WH"
4106+
4107+#. module: aging_due_report
4108+#: report:addons/aging_due_report/report/formal_due_report_html.mako:54
4109+#: report:addons/aging_due_report/report/supplier_formal_due_report_html.mako:56
4110+#: report:formal_due_report:0
4111+#: report:supplier_formal_due_report:0
4112+msgid "F:"
4113+msgstr "F:"
4114+
4115+#. module: aging_due_report
4116+#: report:formal_due_report:0
4117+#: report:supplier_formal_due_report:0
4118+msgid "DATE:"
4119+msgstr "FECHA:"
4120+
4121+#. module: aging_due_report
4122+#: model:ir.actions.report.xml,name:aging_due_report.detail_due_report_webkit
4123+msgid "Customer Detail Report of Debts Webkit"
4124+msgstr "Reporte Detallado de Deudas de Clientes en Webkit"
4125+
4126+#. module: aging_due_report
4127+#: report:addons/aging_due_report/report/aging_due_report_html.mako:18
4128+#: model:ir.actions.report.xml,name:aging_due_report.aging_due_report
4129+msgid "Customer Aging Report of Debts"
4130+msgstr "Reporte Antiguedad de Deudas de Clientes"
4131+
4132+#. module: aging_due_report
4133+#: report:addons/aging_due_report/report/formal_due_report_html.mako:83
4134+#: report:addons/aging_due_report/report/supplier_formal_due_report_html.mako:85
4135+#: report:formal_due_report:0
4136+#: report:supplier_formal_due_report:0
4137+msgid "D: D/N"
4138+msgstr "D: D/N"
4139+
4140+#. module: aging_due_report
4141+#: report:aging_due_report:0
4142+#: report:supplier_aging_due_report:0
4143+msgid "91-120 DAYS"
4144+msgstr "91-120 DÍAS"
4145+
4146+#. module: aging_due_report
4147+#: report:aging_due_report:0
4148+#: report:detail_due_report:0
4149+#: report:formal_due_report:0
4150+#: report:supplier_aging_due_report:0
4151+#: report:supplier_detail_due_report:0
4152+#: report:supplier_formal_due_report:0
4153+msgid "This report was printed in OpenERP with ReportLab"
4154+msgstr "Este informe fue impreso en OpenERP con ReportLab"
4155+
4156+#. module: aging_due_report
4157+#: report:addons/aging_due_report/report/aging_due_report_html.mako:28
4158+#: report:addons/aging_due_report/report/supplier_aging_due_report_html.mako:27
4159+#: report:aging_due_report:0
4160+#: report:supplier_aging_due_report:0
4161+msgid "PARTNER"
4162+msgstr "EMPRESA"
4163+
4164+#. module: aging_due_report
4165+#: report:aging_due_report:0
4166+#: report:supplier_aging_due_report:0
4167+msgid "+ 120 DAYS"
4168+msgstr "+ 120 DÍAS"
4169+
4170+#. module: aging_due_report
4171+#: model:ir.actions.report.xml,name:aging_due_report.supplier_aging_due_report_html
4172+msgid "Supplier Aging Report of Debts Webkit"
4173+msgstr "Reporte Antiguedad de Deudas de Proveedores en Webkit"
4174+
4175
4176=== modified file 'aging_due_report/i18n/es_VE.po'
4177--- aging_due_report/i18n/es_VE.po 2014-05-09 21:51:34 +0000
4178+++ aging_due_report/i18n/es_VE.po 2014-08-17 06:47:16 +0000
4179@@ -6,11 +6,488 @@
4180 msgstr ""
4181 "Project-Id-Version: OpenERP Server 7.0\n"
4182 "Report-Msgid-Bugs-To: \n"
4183-"POT-Creation-Date: 2013-05-18 02:53+0000\n"
4184-"PO-Revision-Date: 2013-05-18 02:53+0000\n"
4185+"POT-Creation-Date: 2014-08-08 23:51+0000\n"
4186+"PO-Revision-Date: 2014-08-08 23:51+0000\n"
4187 "Last-Translator: <>\n"
4188 "Language-Team: \n"
4189 "MIME-Version: 1.0\n"
4190 "Content-Type: text/plain; charset=UTF-8\n"
4191 "Content-Transfer-Encoding: \n"
4192 "Plural-Forms: \n"
4193+
4194+#. module: aging_due_report
4195+#: report:addons/aging_due_report/report/supplier_aging_due_report_html.mako:34
4196+msgid "TOT./AP"
4197+msgstr "TOT./AP"
4198+
4199+#. module: aging_due_report
4200+#: report:addons/aging_due_report/report/detail_due_report_html.mako:67
4201+#: report:addons/aging_due_report/report/detail_due_report_html.mako:83
4202+#: report:detail_due_report:0
4203+#: report:supplier_detail_due_report:0
4204+msgid "TOTAL"
4205+msgstr "TOTAL"
4206+
4207+#. module: aging_due_report
4208+#: report:addons/aging_due_report/report/aging_due_report_html.mako:35
4209+msgid "TOT./AR"
4210+msgstr "TOT./AR"
4211+
4212+#. module: aging_due_report
4213+#: report:addons/aging_due_report/report/formal_due_report_html.mako:98
4214+#: report:addons/aging_due_report/report/supplier_formal_due_report_html.mako:100
4215+#: report:formal_due_report:0
4216+#: report:supplier_formal_due_report:0
4217+msgid "Best Regards,"
4218+msgstr "Atentamente,"
4219+
4220+#. module: aging_due_report
4221+#: report:addons/aging_due_report/report/detail_due_report_html.mako:41
4222+#: report:addons/aging_due_report/report/supplier_detail_due_report_html.mako:41
4223+#: report:detail_due_report:0
4224+#: report:supplier_detail_due_report:0
4225+msgid "TOT/INV."
4226+msgstr "TOT/INV."
4227+
4228+#. module: aging_due_report
4229+#: report:aging_due_report:0
4230+msgid "TOT./AR ("
4231+msgstr "TOT./AR ("
4232+
4233+#. module: aging_due_report
4234+#: report:addons/aging_due_report/report/supplier_detail_due_report_html.mako:18
4235+#: model:ir.actions.report.xml,name:aging_due_report.supplier_detail_due_report
4236+msgid "Supplier Detail Report of Debts"
4237+msgstr "Reporte Detallado de Deudas de Proveedores"
4238+
4239+#. module: aging_due_report
4240+#: report:addons/aging_due_report/report/formal_due_report_html.mako:81
4241+#: report:addons/aging_due_report/report/supplier_formal_due_report_html.mako:83
4242+msgid "I: INVOICE"
4243+msgstr "F: FACTURA"
4244+
4245+#. module: aging_due_report
4246+#: report:addons/aging_due_report/report/aging_due_report_html.mako:30
4247+#: report:addons/aging_due_report/report/aging_due_report_html.mako:31
4248+#: report:addons/aging_due_report/report/aging_due_report_html.mako:32
4249+#: report:addons/aging_due_report/report/aging_due_report_html.mako:33
4250+#: report:addons/aging_due_report/report/aging_due_report_html.mako:34
4251+#: report:addons/aging_due_report/report/supplier_aging_due_report_html.mako:29
4252+#: report:addons/aging_due_report/report/supplier_aging_due_report_html.mako:30
4253+#: report:addons/aging_due_report/report/supplier_aging_due_report_html.mako:31
4254+#: report:addons/aging_due_report/report/supplier_aging_due_report_html.mako:32
4255+#: report:addons/aging_due_report/report/supplier_aging_due_report_html.mako:33
4256+msgid "DAYS"
4257+msgstr "DÍAS"
4258+
4259+#. module: aging_due_report
4260+#: report:addons/aging_due_report/report/detail_due_report_html.mako:54
4261+#: report:addons/aging_due_report/report/formal_due_report_html.mako:58
4262+#: report:addons/aging_due_report/report/supplier_detail_due_report_html.mako:54
4263+msgid "%s DAYS"
4264+msgstr "%s DÍAS"
4265+
4266+#. module: aging_due_report
4267+#: report:addons/aging_due_report/report/detail_due_report_html.mako:43
4268+#: report:addons/aging_due_report/report/supplier_detail_due_report_html.mako:43
4269+#: report:detail_due_report:0
4270+#: report:supplier_detail_due_report:0
4271+msgid "INCOME WH"
4272+msgstr "INGRESOS WH"
4273+
4274+#. module: aging_due_report
4275+#: report:addons/aging_due_report/report/formal_due_report_html.mako:47
4276+#: report:addons/aging_due_report/report/supplier_formal_due_report_html.mako:49
4277+#: report:formal_due_report:0
4278+#: report:supplier_formal_due_report:0
4279+msgid "TOTAL/DOC."
4280+msgstr "TOTAL/DOC."
4281+
4282+#. module: aging_due_report
4283+#: report:aging_due_report:0
4284+#: report:supplier_aging_due_report:0
4285+msgid "31-60 DAYS"
4286+msgstr "31-60 DÍAS"
4287+
4288+#. module: aging_due_report
4289+#: report:addons/aging_due_report/report/detail_due_report_html.mako:36
4290+#: report:addons/aging_due_report/report/formal_due_report_html.mako:42
4291+#: report:addons/aging_due_report/report/supplier_detail_due_report_html.mako:36
4292+#: report:addons/aging_due_report/report/supplier_formal_due_report_html.mako:44
4293+#: report:detail_due_report:0
4294+#: report:formal_due_report:0
4295+#: report:supplier_detail_due_report:0
4296+#: report:supplier_formal_due_report:0
4297+msgid "EMIS DATE"
4298+msgstr "F/EMISION"
4299+
4300+#. module: aging_due_report
4301+#: report:addons/aging_due_report/report/detail_due_report_html.mako:42
4302+#: report:addons/aging_due_report/report/supplier_detail_due_report_html.mako:42
4303+#: report:detail_due_report:0
4304+#: report:supplier_detail_due_report:0
4305+msgid "VAT WH"
4306+msgstr "VAT WH"
4307+
4308+#. module: aging_due_report
4309+#: report:addons/aging_due_report/report/detail_due_report_html.mako:46
4310+#: report:addons/aging_due_report/report/formal_due_report_html.mako:48
4311+#: report:detail_due_report:0
4312+#: report:formal_due_report:0
4313+msgid "COLLECTS"
4314+msgstr "ABONOS"
4315+
4316+#. module: aging_due_report
4317+#: report:addons/aging_due_report/report/supplier_formal_due_report_html.mako:35
4318+msgid "Supplier Financial Statement"
4319+msgstr "Supplier Financial Statement"
4320+
4321+#. module: aging_due_report
4322+#: model:ir.actions.report.xml,name:aging_due_report.supplier_formal_due_report_html
4323+msgid "Supplier Formal Report of Debts Webkit"
4324+msgstr "Reporte Formal de Deudas de Proveedores en Webkit"
4325+
4326+#. module: aging_due_report
4327+#: report:addons/aging_due_report/report/formal_due_report_html.mako:55
4328+#: report:addons/aging_due_report/report/supplier_formal_due_report_html.mako:57
4329+msgid "I:"
4330+msgstr "F:"
4331+
4332+#. module: aging_due_report
4333+#: report:addons/aging_due_report/report/supplier_aging_due_report_html.mako:18
4334+#: model:ir.actions.report.xml,name:aging_due_report.supplier_aging_due_report
4335+msgid "Supplier Aging Report of Debts"
4336+msgstr "Reporte Antiguedad de Deudas de Proveedores"
4337+
4338+#. module: aging_due_report
4339+#: report:addons/aging_due_report/report/detail_due_report_html.mako:37
4340+#: report:addons/aging_due_report/report/formal_due_report_html.mako:43
4341+#: report:addons/aging_due_report/report/supplier_detail_due_report_html.mako:37
4342+#: report:addons/aging_due_report/report/supplier_formal_due_report_html.mako:45
4343+#: report:detail_due_report:0
4344+#: report:formal_due_report:0
4345+#: report:supplier_detail_due_report:0
4346+#: report:supplier_formal_due_report:0
4347+msgid "DUE DATE"
4348+msgstr "F/VENC."
4349+
4350+#. module: aging_due_report
4351+#: report:aging_due_report:0
4352+#: report:detail_due_report:0
4353+#: report:supplier_aging_due_report:0
4354+#: report:supplier_detail_due_report:0
4355+msgid "/ Page:"
4356+msgstr "/ Página:"
4357+
4358+#. module: aging_due_report
4359+#: report:aging_due_report:0
4360+#: report:detail_due_report:0
4361+#: report:supplier_aging_due_report:0
4362+#: report:supplier_detail_due_report:0
4363+msgid "Print Date:"
4364+msgstr "Fecha Impresión:"
4365+
4366+#. module: aging_due_report
4367+#: model:ir.actions.report.xml,name:aging_due_report.formal_due_report_webkit
4368+msgid "Customer Formal Report of Debts Webkit"
4369+msgstr "Reporte Formal de Deudas de Clientes en Webkit"
4370+
4371+#. module: aging_due_report
4372+#: report:addons/aging_due_report/report/detail_due_report_html.mako:40
4373+#: report:addons/aging_due_report/report/formal_due_report_html.mako:46
4374+#: report:addons/aging_due_report/report/supplier_detail_due_report_html.mako:40
4375+#: report:addons/aging_due_report/report/supplier_formal_due_report_html.mako:48
4376+#: report:detail_due_report:0
4377+#: report:formal_due_report:0
4378+#: report:supplier_detail_due_report:0
4379+#: report:supplier_formal_due_report:0
4380+msgid "TAX"
4381+msgstr "IMP."
4382+
4383+#. module: aging_due_report
4384+#: report:supplier_formal_due_report:0
4385+msgid "DOCUMENT: Supplier Financial Statement"
4386+msgstr "DOCUMENTO: Estado Financiero del Proveedor"
4387+
4388+#. module: aging_due_report
4389+#: report:addons/aging_due_report/report/formal_due_report_html.mako:68
4390+#: report:addons/aging_due_report/report/supplier_formal_due_report_html.mako:70
4391+#: report:formal_due_report:0
4392+#: report:supplier_formal_due_report:0
4393+msgid "C:"
4394+msgstr "C:"
4395+
4396+#. module: aging_due_report
4397+#: model:ir.actions.report.xml,name:aging_due_report.aging_due_report_webkit
4398+msgid "Customer Aging Report of Debts Webkit"
4399+msgstr "Reporte Antiguedad de Deudas de Clientes en Webkit"
4400+
4401+#. module: aging_due_report
4402+#: report:addons/aging_due_report/report/formal_due_report_html.mako:80
4403+#: report:addons/aging_due_report/report/supplier_formal_due_report_html.mako:82
4404+#: report:formal_due_report:0
4405+#: report:supplier_formal_due_report:0
4406+msgid "F: INVOICE"
4407+msgstr "F: INVOICE"
4408+
4409+#. module: aging_due_report
4410+#: model:ir.actions.report.xml,name:aging_due_report.supplier_detail_due_report_html
4411+msgid "Supplier Detail Report of Debts Webkit"
4412+msgstr "Reporte Detallado de Deudas de Proveedores en Webkit"
4413+
4414+#. module: aging_due_report
4415+#: report:addons/aging_due_report/report/supplier_detail_due_report_html.mako:46
4416+#: report:addons/aging_due_report/report/supplier_formal_due_report_html.mako:50
4417+#: report:supplier_detail_due_report:0
4418+#: report:supplier_formal_due_report:0
4419+msgid "PAYMENTS"
4420+msgstr "PAGOS"
4421+
4422+#. module: aging_due_report
4423+#: report:addons/aging_due_report/report/formal_due_report_html.mako:33
4424+msgid "Customer Financial Statement"
4425+msgstr "Estado Financiero del Cliente"
4426+
4427+#. module: aging_due_report
4428+#: report:addons/aging_due_report/report/formal_due_report_html.mako:84
4429+#: report:addons/aging_due_report/report/supplier_formal_due_report_html.mako:86
4430+msgid "TOTAL IN "
4431+msgstr "TOTAL EN "
4432+
4433+#. module: aging_due_report
4434+#: report:addons/aging_due_report/report/aging_due_report_html.mako:27
4435+#: report:addons/aging_due_report/report/supplier_aging_due_report_html.mako:26
4436+#: report:aging_due_report:0
4437+#: report:supplier_aging_due_report:0
4438+msgid "TIN"
4439+msgstr "VAT"
4440+
4441+#. module: aging_due_report
4442+#: report:addons/aging_due_report/report/formal_due_report_html.mako:41
4443+#: report:addons/aging_due_report/report/supplier_formal_due_report_html.mako:43
4444+#: report:formal_due_report:0
4445+#: report:supplier_formal_due_report:0
4446+msgid "DOCUMENT"
4447+msgstr "DOCUMENTO"
4448+
4449+#. module: aging_due_report
4450+#: report:supplier_aging_due_report:0
4451+msgid "TOT./AP ("
4452+msgstr "TOT./AP ("
4453+
4454+#. module: aging_due_report
4455+#: report:addons/aging_due_report/report/detail_due_report_html.mako:45
4456+#: report:addons/aging_due_report/report/supplier_detail_due_report_html.mako:45
4457+#: report:detail_due_report:0
4458+#: report:supplier_detail_due_report:0
4459+msgid "C/N"
4460+msgstr "N/C"
4461+
4462+#. module: aging_due_report
4463+#: report:addons/aging_due_report/report/detail_due_report_html.mako:32
4464+#: report:addons/aging_due_report/report/supplier_detail_due_report_html.mako:32
4465+msgid "Amounts expressed in"
4466+msgstr "Montos expresados en"
4467+
4468+#. module: aging_due_report
4469+#: report:addons/aging_due_report/report/formal_due_report_html.mako:96
4470+#: report:addons/aging_due_report/report/supplier_formal_due_report_html.mako:98
4471+#: report:formal_due_report:0
4472+#: report:supplier_formal_due_report:0
4473+msgid "Without any further reference,"
4474+msgstr "Sin ningún tipo de referencia,"
4475+
4476+#. module: aging_due_report
4477+#: report:addons/aging_due_report/report/detail_due_report_html.mako:35
4478+#: report:addons/aging_due_report/report/supplier_detail_due_report_html.mako:35
4479+#: report:detail_due_report:0
4480+#: report:supplier_detail_due_report:0
4481+msgid "INVOICE"
4482+msgstr "FACTURA"
4483+
4484+#. module: aging_due_report
4485+#: report:aging_due_report:0
4486+#: report:supplier_aging_due_report:0
4487+msgid "01-30 DAYS"
4488+msgstr "01-30 DÍAS"
4489+
4490+#. module: aging_due_report
4491+#: report:addons/aging_due_report/report/detail_due_report_html.mako:38
4492+#: report:addons/aging_due_report/report/formal_due_report_html.mako:44
4493+#: report:addons/aging_due_report/report/supplier_detail_due_report_html.mako:38
4494+#: report:addons/aging_due_report/report/supplier_formal_due_report_html.mako:46
4495+#: report:detail_due_report:0
4496+#: report:formal_due_report:0
4497+#: report:supplier_detail_due_report:0
4498+#: report:supplier_formal_due_report:0
4499+msgid "DUE DAYS"
4500+msgstr "DIAS/VENC."
4501+
4502+#. module: aging_due_report
4503+#: report:addons/aging_due_report/report/detail_due_report_html.mako:83
4504+#: report:addons/aging_due_report/report/supplier_detail_due_report_html.mako:83
4505+#: report:detail_due_report:0
4506+#: report:formal_due_report:0
4507+#: report:supplier_detail_due_report:0
4508+#: report:supplier_formal_due_report:0
4509+msgid "TOTAL IN"
4510+msgstr "TOTAL EN"
4511+
4512+#. module: aging_due_report
4513+#: report:addons/aging_due_report/report/formal_due_report_html.mako:20
4514+#: model:ir.actions.report.xml,name:aging_due_report.formal_due_report
4515+msgid "Customer Formal Report of Debts"
4516+msgstr "Reporte Formal de Deudas de Clientes"
4517+
4518+#. module: aging_due_report
4519+#: report:aging_due_report:0
4520+#: report:supplier_aging_due_report:0
4521+msgid "61-90 DAYS"
4522+msgstr "61-90 DÍAS"
4523+
4524+#. module: aging_due_report
4525+#: report:addons/aging_due_report/report/formal_due_report_html.mako:82
4526+#: report:addons/aging_due_report/report/supplier_formal_due_report_html.mako:84
4527+#: report:formal_due_report:0
4528+#: report:supplier_formal_due_report:0
4529+msgid "C: C/N"
4530+msgstr "C: N/C"
4531+
4532+#. module: aging_due_report
4533+#: report:addons/aging_due_report/report/aging_due_report_html.mako:29
4534+#: report:addons/aging_due_report/report/supplier_aging_due_report_html.mako:28
4535+#: report:aging_due_report:0
4536+#: report:supplier_aging_due_report:0
4537+msgid "NOT DUE"
4538+msgstr "NO VENCIDO"
4539+
4540+#. module: aging_due_report
4541+#: report:addons/aging_due_report/report/detail_due_report_html.mako:39
4542+#: report:addons/aging_due_report/report/formal_due_report_html.mako:45
4543+#: report:addons/aging_due_report/report/supplier_detail_due_report_html.mako:39
4544+#: report:addons/aging_due_report/report/supplier_formal_due_report_html.mako:47
4545+#: report:detail_due_report:0
4546+#: report:formal_due_report:0
4547+#: report:supplier_detail_due_report:0
4548+#: report:supplier_formal_due_report:0
4549+msgid "BASE"
4550+msgstr "BASE"
4551+
4552+#. module: aging_due_report
4553+#: report:addons/aging_due_report/report/detail_due_report_html.mako:32
4554+#: report:addons/aging_due_report/report/supplier_detail_due_report_html.mako:34
4555+msgid "Amounts expressed in"
4556+msgstr "Montos expresados en"
4557+
4558+#. module: aging_due_report
4559+#: report:addons/aging_due_report/report/detail_due_report_html.mako:47
4560+#: report:addons/aging_due_report/report/formal_due_report_html.mako:49
4561+#: report:addons/aging_due_report/report/supplier_detail_due_report_html.mako:47
4562+#: report:addons/aging_due_report/report/supplier_formal_due_report_html.mako:51
4563+#: report:detail_due_report:0
4564+#: report:formal_due_report:0
4565+#: report:supplier_detail_due_report:0
4566+#: report:supplier_formal_due_report:0
4567+msgid "BALANCE"
4568+msgstr "BALANCE"
4569+
4570+#. module: aging_due_report
4571+#: report:addons/aging_due_report/report/detail_due_report_html.mako:54
4572+#: report:addons/aging_due_report/report/formal_due_report_html.mako:58
4573+#: report:addons/aging_due_report/report/supplier_formal_due_report_html.mako:60
4574+msgid "0 DAYS"
4575+msgstr "0 DÍAS"
4576+
4577+#. module: aging_due_report
4578+#: report:addons/aging_due_report/report/supplier_formal_due_report_html.mako:20
4579+#: model:ir.actions.report.xml,name:aging_due_report.supplier_formal_due_report
4580+msgid "Supplier Formal Report of Debts"
4581+msgstr "Reporte Formal de Deudas de Proveedores"
4582+
4583+#. module: aging_due_report
4584+#: report:addons/aging_due_report/report/detail_due_report_html.mako:18
4585+#: model:ir.actions.report.xml,name:aging_due_report.detail_due_report
4586+msgid "Customer Detail Report of Debts"
4587+msgstr "Reporte Detallado de Deudas de Clientes"
4588+
4589+#. module: aging_due_report
4590+#: report:formal_due_report:0
4591+msgid "DOCUMENT: Customer Financial Statement"
4592+msgstr "DOCUMENTO: Estado Fianciero del Cliente"
4593+
4594+#. module: aging_due_report
4595+#: report:addons/aging_due_report/report/detail_due_report_html.mako:44
4596+#: report:addons/aging_due_report/report/supplier_detail_due_report_html.mako:44
4597+#: report:detail_due_report:0
4598+#: report:supplier_detail_due_report:0
4599+msgid "MUNI. WH"
4600+msgstr "MUNI. WH"
4601+
4602+#. module: aging_due_report
4603+#: report:addons/aging_due_report/report/formal_due_report_html.mako:54
4604+#: report:addons/aging_due_report/report/supplier_formal_due_report_html.mako:56
4605+#: report:formal_due_report:0
4606+#: report:supplier_formal_due_report:0
4607+msgid "F:"
4608+msgstr "F:"
4609+
4610+#. module: aging_due_report
4611+#: report:formal_due_report:0
4612+#: report:supplier_formal_due_report:0
4613+msgid "DATE:"
4614+msgstr "FECHA:"
4615+
4616+#. module: aging_due_report
4617+#: model:ir.actions.report.xml,name:aging_due_report.detail_due_report_webkit
4618+msgid "Customer Detail Report of Debts Webkit"
4619+msgstr "Reporte Detallado de Deudas de Clientes en Webkit"
4620+
4621+#. module: aging_due_report
4622+#: report:addons/aging_due_report/report/aging_due_report_html.mako:18
4623+#: model:ir.actions.report.xml,name:aging_due_report.aging_due_report
4624+msgid "Customer Aging Report of Debts"
4625+msgstr "Reporte Antiguedad de Deudas de Clientes"
4626+
4627+#. module: aging_due_report
4628+#: report:addons/aging_due_report/report/formal_due_report_html.mako:83
4629+#: report:addons/aging_due_report/report/supplier_formal_due_report_html.mako:85
4630+#: report:formal_due_report:0
4631+#: report:supplier_formal_due_report:0
4632+msgid "D: D/N"
4633+msgstr "D: D/N"
4634+
4635+#. module: aging_due_report
4636+#: report:aging_due_report:0
4637+#: report:supplier_aging_due_report:0
4638+msgid "91-120 DAYS"
4639+msgstr "91-120 DÍAS"
4640+
4641+#. module: aging_due_report
4642+#: report:aging_due_report:0
4643+#: report:detail_due_report:0
4644+#: report:formal_due_report:0
4645+#: report:supplier_aging_due_report:0
4646+#: report:supplier_detail_due_report:0
4647+#: report:supplier_formal_due_report:0
4648+msgid "This report was printed in OpenERP with ReportLab"
4649+msgstr "Este informe fue impreso en OpenERP con ReportLab"
4650+
4651+#. module: aging_due_report
4652+#: report:addons/aging_due_report/report/aging_due_report_html.mako:28
4653+#: report:addons/aging_due_report/report/supplier_aging_due_report_html.mako:27
4654+#: report:aging_due_report:0
4655+#: report:supplier_aging_due_report:0
4656+msgid "PARTNER"
4657+msgstr "EMPRESA"
4658+
4659+#. module: aging_due_report
4660+#: report:aging_due_report:0
4661+#: report:supplier_aging_due_report:0
4662+msgid "+ 120 DAYS"
4663+msgstr "+ 120 DÍAS"
4664+
4665+#. module: aging_due_report
4666+#: model:ir.actions.report.xml,name:aging_due_report.supplier_aging_due_report_html
4667+msgid "Supplier Aging Report of Debts Webkit"
4668+msgstr "Reporte Antiguedad de Deudas de Proveedores en Webkit"
4669+
4670
4671=== modified file 'aging_due_report/report/aging_due_report.rml'
4672--- aging_due_report/report/aging_due_report.rml 2014-05-09 21:51:34 +0000
4673+++ aging_due_report/report/aging_due_report.rml 2014-08-17 06:47:16 +0000
4674@@ -5,8 +5,8 @@
4675 <pageGraphics>
4676 <setFont name="Helvetica-Oblique" size="8.0"/>
4677 <image x="10.0mm" y="195.0mm" width="89.994mm" height="24.342mm">[[company.logo and company.logo or removeParentNode('image')]]</image>
4678- <drawString x="10mm" y="5mm">Reporte Impreso en OpenERP con ReportLab</drawString>
4679- <drawRightString x="270mm" y="5mm">Fecha de Impresion: [[formatLang(time.strftime('%Y-%m-%d'),date=True)]] [[time.strftime('%H:%m')]] / Pagina:<pageNumber/> </drawRightString>
4680+ <drawString x="10mm" y="5mm">This report was printed in OpenERP with ReportLab</drawString>
4681+ <drawRightString x="270mm" y="5mm">Print Date: [[formatLang(time.strftime('%Y-%m-%d'),date=True)]] [[time.strftime('%H:%m')]] / Page:<pageNumber/> </drawRightString>
4682 </pageGraphics>
4683 <frame id="first" x1="10.0mm" y1="10mm" width="260mm" height="185.0mm"/>
4684 </pageTemplate>
4685@@ -79,23 +79,23 @@
4686 <story>
4687 <!--TABLA DE ITEMS-->
4688 <section>
4689- <para></para>
4690+ <para>[[ repeatIn(get_aged_lines(objects, inv_type='out_invoice'),'cur_group')]]</para>
4691 <para>[[ setLang(user.lang) ]]</para>
4692- <blockTable colWidths="20mm,100mm,20mm,20mm,20mm,20mm,20mm,20mm,20mm" repeatRows="1" style="TERMS">
4693+ <blockTable colWidths="20mm,80mm,20mm,20mm,20mm,20mm,20mm,20mm,40mm" repeatRows="1" style="TERMS">
4694 <tr noRowsplits="1">
4695- <td><para style="ITEMSTITLELEFT">RIF</para></td>
4696- <td><para style="ITEMSTITLELEFT">EMPRESA</para></td>
4697- <td><para style="ITEMSTITLERIGHT">NO VENCIDO</para></td>
4698- <td><para style="ITEMSTITLERIGHT">01-30 DIAS</para></td>
4699- <td><para style="ITEMSTITLERIGHT">31-60 DIAS</para></td>
4700- <td><para style="ITEMSTITLERIGHT">61-90 DIAS</para></td>
4701- <td><para style="ITEMSTITLERIGHT">91-120 DIAS</para></td>
4702- <td><para style="ITEMSTITLERIGHT">+ 120 DIAS</para></td>
4703- <td><para style="ITEMSTITLERIGHT">TOT./COBRAR</para></td>
4704+ <td><para style="ITEMSTITLELEFT">TIN</para></td>
4705+ <td><para style="ITEMSTITLELEFT">PARTNER</para></td>
4706+ <td><para style="ITEMSTITLERIGHT">NOT DUE</para></td>
4707+ <td><para style="ITEMSTITLERIGHT">01-30 DAYS</para></td>
4708+ <td><para style="ITEMSTITLERIGHT">31-60 DAYS</para></td>
4709+ <td><para style="ITEMSTITLERIGHT">61-90 DAYS</para></td>
4710+ <td><para style="ITEMSTITLERIGHT">91-120 DAYS</para></td>
4711+ <td><para style="ITEMSTITLERIGHT">+ 120 DAYS</para></td>
4712+ <td><para style="ITEMSTITLERIGHT">TOT./AR ([[ cur_group[0].get('cur_brw').name ]])</para></td>
4713 </tr>
4714 <tr>
4715- <td><para style="ITEMSLEFT">[[repeatIn(get_aged_lines(objects),'o')]][[o.get('type')=='partner' and o.get('rp_brw').vat and '%s-%s-%s'%(o.get('rp_brw').vat[2],o.get('rp_brw').vat[3:-1],o.get('rp_brw').vat[-1])]]</para></td>
4716- <td><para style="ITEMSLEFT">[[ o.get('type')=='partner' and o.get('rp_brw').name or o.get('type')=='total' and 'TOTAL' or o.get('type')=='provision' and removeParentNode('tr') ]]</para></td>
4717+ <td><para style="ITEMSLEFT">[[ repeatIn(cur_group,'o') ]][[ o.get('type')=='partner' and o.get('rp_brw').vat and '%s-%s-%s'%(o.get('rp_brw').vat[2],o.get('rp_brw').vat[3:-1],o.get('rp_brw').vat[-1]) ]]</para></td>
4718+ <td><para style="ITEMSLEFT">[[ o.get('type')=='partner' and o.get('rp_brw').name or o.get('type')=='total' and 'TOTAL IN ' + o.get('cur_brw').name or o.get('type')=='provision' and 'PROVISION IN ' + o.get('cur_brw').name ]]</para></td>
4719 <td><para style="ITEMSRIGHT">[[ formatLang(o.get('not_due'), digits=2, grouping=True) ]]</para></td>
4720 <td><para style="ITEMSRIGHT">[[ formatLang(o.get('1to30'), digits=2, grouping=True) ]]</para></td>
4721 <td><para style="ITEMSRIGHT">[[ formatLang(o.get('31to60'), digits=2, grouping=True) ]]</para></td>
4722@@ -105,6 +105,7 @@
4723 <td><para style="ITEMSRIGHT">[[ formatLang(o.get('total'), digits=2, grouping=True) ]]</para></td>
4724 </tr>
4725 </blockTable>
4726+ <spacer length="5mm"/>
4727 </section>
4728 </story>
4729 </document>
4730
4731=== added file 'aging_due_report/report/aging_due_report_html.mako'
4732--- aging_due_report/report/aging_due_report_html.mako 1970-01-01 00:00:00 +0000
4733+++ aging_due_report/report/aging_due_report_html.mako 2014-08-17 06:47:16 +0000
4734@@ -0,0 +1,64 @@
4735+<!DOCTYPE>
4736+<html>
4737+<head>
4738+ <style type="text/css">
4739+ ${css}
4740+ </style>
4741+</head>
4742+<body>
4743+ <% setLang(user.lang) %>
4744+ <table class="basic_table" width="100%">
4745+ <tr>
4746+ <td width="30%">
4747+ <div style="float:left;">
4748+ ${helper.embed_image('jpeg',str(company.logo),180, auto)}
4749+ </div>
4750+ </td>
4751+ <td style="text-align: right;">
4752+ <strong>${_('Customer Aging Report of Debts') |entity}</strong>
4753+ </td>
4754+ </tr>
4755+ </table>
4756+ <% cur_group = get_aged_lines( objects, inv_type='out_invoice') %>
4757+ %for table in cur_group:
4758+ </br>
4759+ <table class="table_column_border table_alter_color_row table_title_bg_color" width="100%">
4760+ <tr>
4761+ <th width="12%" class="ITEMSTITLELEFT">${_('TIN') |entity}</th>
4762+ <th width="18%" class="ITEMSTITLELEFT">${_('PARTNER') |entity}</th>
4763+ <th width="10%" class="ITEMSTITLERIGHT">${_('NOT DUE') |entity}</th>
4764+ <th width="10%" class="ITEMSTITLERIGHT">01-30 ${_('DAYS') |entity}</th>
4765+ <th width="10%" class="ITEMSTITLERIGHT">31-60 ${_('DAYS') |entity}</th>
4766+ <th width="10%" class="ITEMSTITLERIGHT">61-90 ${_('DAYS') |entity}</th>
4767+ <th width="10%" class="ITEMSTITLERIGHT">91-120 ${_('DAYS') |entity}</th>
4768+ <th width="10%" class="ITEMSTITLERIGHT">+ 120 ${_('DAYS') |entity}</th>
4769+ <th width="10%" class="ITEMSTITLERIGHT">${_('TOT./AR')}${"(" + table[0].get('cur_brw', False).name+ ")" |entity}</th>
4770+ </tr>
4771+ %for line in table:
4772+ <tr>
4773+ <td class="ITEMSLEFT">
4774+ ${ (line.get('type')=='partner' and line.get('rp_brw').vat and '%s-%s-%s'%(line.get('rp_brw').vat[2],line.get('rp_brw').vat[3:-1],line.get('rp_brw').vat[-1]) or '').upper() }
4775+ </td>
4776+ <td class="ITEMSLEFT">
4777+ <b>${ line.get('type')=='partner' and line.get('rp_brw').name or line.get('type')=='total' and 'TOTAL IN ' + line.get('cur_brw').name or line.get('type')=='provision' and 'PROVISION IN ' + line.get('cur_brw').name }</b>
4778+ </td>
4779+ <td class="ITEMSRIGHT"> ${formatLang(line.get('not_due'), digits=2, grouping=True) } </td>
4780+ <td class="ITEMSRIGHT"> ${formatLang(line.get('1to30'), digits=2, grouping=True) } </td>
4781+ <td class="ITEMSRIGHT"> ${formatLang(line.get('31to60'), digits=2, grouping=True) } </td>
4782+ <td class="ITEMSRIGHT"> ${formatLang(line.get('61to90'), digits=2, grouping=True) } </td>
4783+ <td class="ITEMSRIGHT"> ${formatLang(line.get('91to120'), digits=2, grouping=True) } </td>
4784+ <td class="ITEMSRIGHT"> ${formatLang(line.get('120+'), digits=2, grouping=True)} </td>
4785+ <td class="ITEMSRIGHT"> ${formatLang(line.get('total'), digits=2, grouping=True) } </td>
4786+ </tr>
4787+ %endfor
4788+ </table>
4789+ </br>
4790+ %endfor
4791+ <p style="word-wrap:break-word;"></p>
4792+
4793+ </br>
4794+ <p style="page-break-before: always;"></p>
4795+
4796+
4797+</body>
4798+</html>
4799
4800=== added file 'aging_due_report/report/aging_due_report_webkit.xml'
4801--- aging_due_report/report/aging_due_report_webkit.xml 1970-01-01 00:00:00 +0000
4802+++ aging_due_report/report/aging_due_report_webkit.xml 2014-08-17 06:47:16 +0000
4803@@ -0,0 +1,126 @@
4804+<?xml version='1.0' encoding='utf-8'?>
4805+<openerp>
4806+ <data>
4807+ <report auto="False"
4808+ id="aging_due_report_webkit"
4809+ model="res.partner"
4810+ name="aging_due_report_webkit"
4811+ file="aging_due_report/report/aging_due_report_html.mako"
4812+ string="Customer Aging Report of Debts Webkit"
4813+ report_type="webkit"
4814+ attachment_use="0"
4815+ attachment=""
4816+ menu="True"/>
4817+
4818+ <record id="property_aging_due_report_webkit" model="ir.property">
4819+ <field name="name">aging_due_report_webkit_header</field>
4820+ <field name="fields_id" ref="report_webkit.field_ir_act_report_xml_webkit_header"/>
4821+ <field eval="'ir.header_webkit,'+str(ref('aging_due_report.ir_header_webkit_aging_due_report'))" model="ir.header_webkit" name="value"/>
4822+ <field eval="'ir.actions.report.xml,'+str(ref('aging_due_report.aging_due_report_webkit'))" model="ir.actions.report.xml" name="res_id"/>
4823+ </record>
4824+
4825+
4826+ <report auto="False"
4827+ id="formal_due_report_webkit"
4828+ model="res.partner"
4829+ name="formal_due_report_webkit"
4830+ file="aging_due_report/report/formal_due_report_html.mako"
4831+ string="Customer Formal Report of Debts Webkit"
4832+ report_type="webkit"
4833+ attachment_use="0"
4834+ attachment=""
4835+ menu="True"/>
4836+
4837+ <record id="property_formal_due_report_webkit" model="ir.property">
4838+ <field name="name">formal_due_report_webkit_header</field>
4839+ <field name="fields_id" ref="report_webkit.field_ir_act_report_xml_webkit_header"/>
4840+ <field eval="'ir.header_webkit,'+str(ref('aging_due_report.ir_header_webkit_formal_due_report'))" model="ir.header_webkit" name="value"/>
4841+ <field eval="'ir.actions.report.xml,'+str(ref('aging_due_report.formal_due_report_webkit'))" model="ir.actions.report.xml" name="res_id"/>
4842+ </record>
4843+
4844+
4845+ <report auto="False"
4846+ id="detail_due_report_webkit"
4847+ model="res.partner"
4848+ name="detail_due_report_webkit"
4849+ file="aging_due_report/report/detail_due_report_html.mako"
4850+ string="Customer Detail Report of Debts Webkit"
4851+ report_type="webkit"
4852+ attachment_use="0"
4853+ attachment=""
4854+ menu="True"/>
4855+
4856+ <record id="property_detail_due_report_webkit" model="ir.property">
4857+ <field name="name">detail_due_report_webkit_header</field>
4858+ <field name="fields_id" ref="report_webkit.field_ir_act_report_xml_webkit_header"/>
4859+ <field eval="'ir.header_webkit,'+str(ref('aging_due_report.ir_header_webkit_detail_due_report'))" model="ir.header_webkit" name="value"/>
4860+ <field eval="'ir.actions.report.xml,'+str(ref('aging_due_report.detail_due_report_webkit'))" model="ir.actions.report.xml" name="res_id"/>
4861+ </record>
4862+
4863+<!--
4864+Supplier Aging
4865+-->
4866+ <report auto="False"
4867+ id="supplier_aging_due_report_html"
4868+ model="res.partner"
4869+ name="supplier_aging_due_report_html"
4870+ file="aging_due_report/report/supplier_aging_due_report_html.mako"
4871+ string="Supplier Aging Report of Debts Webkit"
4872+ report_type="webkit"
4873+ attachment_use="0"
4874+ attachment=""
4875+ menu="True"/>
4876+
4877+ <record id="property_supplier_due_report_webkit" model="ir.property">
4878+ <field name="name">webkit_header</field>
4879+ <field name="fields_id" ref="report_webkit.field_ir_act_report_xml_webkit_header"/>
4880+ <field eval="'ir.header_webkit,'+str(ref('aging_due_report.ir_header_webkit_supplier_aging_due_report'))" model="ir.header_webkit" name="value"/>
4881+ <field eval="'ir.actions.report.xml,'+str(ref('aging_due_report.supplier_aging_due_report_html'))" model="ir.actions.report.xml" name="res_id"/>
4882+ </record>
4883+
4884+<!--
4885+Supplier Formal
4886+-->
4887+
4888+ <report auto="False"
4889+ id="supplier_formal_due_report_html"
4890+ model="res.partner"
4891+ name="supplier_formal_due_report_html"
4892+ file="aging_due_report/report/supplier_formal_due_report_html.mako"
4893+ string="Supplier Formal Report of Debts Webkit"
4894+ report_type="webkit"
4895+ attachment_use="0"
4896+ attachment=""
4897+ menu="True"/>
4898+
4899+ <record id="property_supplier_formal_due_report_webkit" model="ir.property">
4900+ <field name="name">webkit_header</field>
4901+ <field name="fields_id" ref="report_webkit.field_ir_act_report_xml_webkit_header"/>
4902+ <field eval="'ir.header_webkit,'+str(ref('aging_due_report.ir_header_webkit_supplier_formal_due_report'))" model="ir.header_webkit" name="value"/>
4903+ <field eval="'ir.actions.report.xml,'+str(ref('aging_due_report.supplier_formal_due_report_html'))" model="ir.actions.report.xml" name="res_id"/>
4904+ </record>
4905+
4906+<!--
4907+Supplier Detail
4908+-->
4909+
4910+ <report auto="False"
4911+ id="supplier_detail_due_report_html"
4912+ model="res.partner"
4913+ name="supplier_detail_due_report_html"
4914+ file="aging_due_report/report/supplier_detail_due_report_html.mako"
4915+ string="Supplier Detail Report of Debts Webkit"
4916+ report_type="webkit"
4917+ attachment_use="0"
4918+ attachment=""
4919+ menu="True"/>
4920+
4921+ <record id="property_supplier_detail_due_report_webkit" model="ir.property">
4922+ <field name="name">webkit_header</field>
4923+ <field name="fields_id" ref="report_webkit.field_ir_act_report_xml_webkit_header"/>
4924+ <field eval="'ir.header_webkit,'+str(ref('aging_due_report.ir_header_webkit_supplier_detail_due_report'))" model="ir.header_webkit" name="value"/>
4925+ <field eval="'ir.actions.report.xml,'+str(ref('aging_due_report.supplier_detail_due_report_html'))" model="ir.actions.report.xml" name="res_id"/>
4926+ </record>
4927+
4928+ </data>
4929+</openerp>
4930
4931=== modified file 'aging_due_report/report/detail_due_report.rml'
4932--- aging_due_report/report/detail_due_report.rml 2014-05-09 21:51:34 +0000
4933+++ aging_due_report/report/detail_due_report.rml 2014-08-17 06:47:16 +0000
4934@@ -1,14 +1,14 @@
4935 <?xml version="1.0"?>
4936 <document filename="test.pdf">
4937- <template pageSize="(280.0mm,220.0mm)" title="Test" author="Humberto Arocha" allowSplitting="20" showBoundary="0">
4938+ <template pageSize="(220.0mm,280.0mm)" title="Test" author="Humberto Arocha" allowSplitting="20" showBoundary="0">
4939 <pageTemplate id="first">
4940 <pageGraphics>
4941 <setFont name="Helvetica-Oblique" size="8.0"/>
4942- <image x="10.0mm" y="195.0mm" width="89.994mm" height="24.342mm">[[company.logo and company.logo or removeParentNode('image')]]</image>
4943- <drawString x="10mm" y="5mm">Reporte Impreso en OpenERP con ReportLab</drawString>
4944- <drawRightString x="270mm" y="5mm">Fecha de Impresion: [[formatLang(time.strftime('%Y-%m-%d'),date=True)]] [[time.strftime('%H:%m')]] / Pagina:<pageNumber/> </drawRightString>
4945+ <image x="20.0mm" y="245.0mm" width="89.994mm" height="24.342mm">[[company.logo and company.logo or removeParentNode('image')]]</image>
4946+ <drawString x="10mm" y="5mm">This report was printed in OpenERP with ReportLab</drawString>
4947+ <drawRightString x="270mm" y="5mm">Print Date: [[formatLang(time.strftime('%Y-%m-%d'),date=True)]] [[time.strftime('%H:%m')]] / Page:<pageNumber/> </drawRightString>
4948 </pageGraphics>
4949- <frame id="first" x1="10.0mm" y1="10mm" width="260mm" height="185.0mm"/>
4950+ <frame id="first" x1="20.0mm" y1="20mm" width="180mm" height="225.0mm"/>
4951 </pageTemplate>
4952 </template>
4953
4954@@ -81,29 +81,25 @@
4955 <section>
4956 <para>[[repeatIn(get_invoice_by_partner(objects),'o')]]</para>
4957 <para>[[ setLang(user.lang) ]]</para>
4958- <blockTable colWidths="35mm,97mm,80mm,60mm" style="TERMSTABLEGREY">
4959+ <blockTable colWidths="35mm,97mm,20mm,40mm" style="TERMSTABLEGREY">
4960 <tr>
4961- <td><para style="ITEMSLEFT">[['%s-%s-%s'%(o.get('rp_brw').vat[2],o.get('rp_brw').vat[3:-1],o.get('rp_brw').vat[-1])]]</para></td>
4962- <td><para style="ITEMSLEFT">[[o.get('rp_brw').name]]</para></td>
4963- <td><para style="ITEMSLEFT">[[o.get('rp_brw').ref]]</para></td>
4964+ <td><para style="ITEMSLEFT">[[(o.get('rp_brw').vat and '%s-%s-%s'%( o.get('rp_brw').vat [2], o.get('rp_brw').vat[3:-1], o.get('rp_brw').vat[-1]) or '')]]</para></td>
4965+ <td><para style="ITEMSLEFT">[[o.get('rp_brw').name]] ([[ o.get('cur_brw').name ]]) [[o.get('rp_brw').ref]]</para></td>
4966 <td><para style="ITEMSLEFT">[[o.get('rp_brw').user_id.name]]</para></td>
4967+ <td><para style="ITEMSLEFT">[['Amounts expressed in {}'.format(o.get('cur_brw').name)]]</para></td>
4968 </tr>
4969 </blockTable>
4970- <blockTable colWidths="35mm,20mm,20mm,17mm,20mm,20mm,20mm,20mm,20mm,20mm,20mm,20mm,20mm" repeatRows="1" style="TERMS">
4971+ <blockTable colWidths="35mm,20mm,20mm,17mm,20mm,20mm,20mm,20mm,20mm" repeatRows="1" style="TERMS">
4972 <tr noRowsplits="1">
4973- <td><para style="ITEMSTITLELEFT">FACTURA</para></td>
4974- <td><para style="ITEMSTITLELEFT">F/EMISION</para></td>
4975- <td><para style="ITEMSTITLELEFT">F/VENC.</para></td>
4976- <td><para style="ITEMSTITLERIGHT">DIAS/VENC.</para></td>
4977- <td><para style="ITEMSTITLERIGHT">BASE IMP.</para></td>
4978- <td><para style="ITEMSTITLERIGHT">IMP.</para></td>
4979- <td><para style="ITEMSTITLERIGHT">TOT/FACT.</para></td>
4980- <td><para style="ITEMSTITLERIGHT">RET.IVA.</para></td>
4981- <td><para style="ITEMSTITLERIGHT">RET.ISLR.</para></td>
4982- <td><para style="ITEMSTITLERIGHT">RET.MUN.</para></td>
4983- <td><para style="ITEMSTITLERIGHT">N/C</para></td>
4984- <td><para style="ITEMSTITLERIGHT">ABONO</para></td>
4985- <td><para style="ITEMSTITLERIGHT">SALDO</para></td>
4986+ <td><para style="ITEMSTITLELEFT">INVOICE</para></td>
4987+ <td><para style="ITEMSTITLELEFT">EMIS DATE</para></td>
4988+ <td><para style="ITEMSTITLELEFT">DUE DATE</para></td>
4989+ <td><para style="ITEMSTITLERIGHT">DUE DAYS</para></td>
4990+ <td><para style="ITEMSTITLERIGHT">BASE</para></td>
4991+ <td><para style="ITEMSTITLERIGHT">TAX</para></td>
4992+ <td><para style="ITEMSTITLERIGHT">TOT/INV.</para></td>
4993+ <td><para style="ITEMSTITLERIGHT">COLLECTS</para></td>
4994+ <td><para style="ITEMSTITLERIGHT">BALANCE</para></td>
4995 </tr>
4996
4997 <tr>
4998@@ -116,23 +112,15 @@
4999 <td><para style="ITEMSRIGHT">[[ formatLang(inv['inv_brw'].amount_untaxed) or '0.00']]</para></td>
5000 <td><para style="ITEMSRIGHT">[[ formatLang(inv['inv_brw'].amount_tax) or '0.00']]</para></td>
The diff has been truncated for viewing.