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
=== added directory 'account_anglo_saxon_stock_move'
=== added file 'account_anglo_saxon_stock_move/__init__.py'
--- account_anglo_saxon_stock_move/__init__.py 1970-01-01 00:00:00 +0000
+++ account_anglo_saxon_stock_move/__init__.py 2014-08-17 06:47:16 +0000
@@ -0,0 +1,27 @@
1#!/usr/bin/python
2# -*- encoding: utf-8 -*-
3###############################################################################
4# Module Writen to OpenERP, Open Source Management Solution
5# Copyright (C) OpenERP Venezuela (<http://www.vauxoo.com>).
6# All Rights Reserved
7############# Credits #########################################################
8# Coded by: Humberto Arocha <hbto@vauxoo.com>
9# Planified by: Humberto Arocha <hbto@vauxoo.com>
10# Audited by: Humberto Arocha <hbto@vauxoo.com>
11###############################################################################
12# This program is free software: you can redistribute it and/or modify
13# it under the terms of the GNU Affero General Public License as published
14# by the Free Software Foundation, either version 3 of the License, or
15# (at your option) any later version.
16#
17# This program is distributed in the hope that it will be useful,
18# but WITHOUT ANY WARRANTY; without even the implied warranty of
19# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
20# GNU Affero General Public License for more details.
21#
22# You should have received a copy of the GNU Affero General Public License
23# along with this program. If not, see <http://www.gnu.org/licenses/>.
24###############################################################################
25
26import model
27import wizard
028
=== added file 'account_anglo_saxon_stock_move/__openerp__.py'
--- account_anglo_saxon_stock_move/__openerp__.py 1970-01-01 00:00:00 +0000
+++ account_anglo_saxon_stock_move/__openerp__.py 2014-08-17 06:47:16 +0000
@@ -0,0 +1,51 @@
1#!/usr/bin/python
2# -*- encoding: utf-8 -*-
3###############################################################################
4# Module Writen to OpenERP, Open Source Management Solution
5# Copyright (C) OpenERP Venezuela (<http://www.vauxoo.com>).
6# All Rights Reserved
7############# Credits #########################################################
8# Coded by: Humberto Arocha <hbto@vauxoo.com>
9# Planified by: Humberto Arocha <hbto@vauxoo.com>
10# Audited by: Humberto Arocha <hbto@vauxoo.com>
11###############################################################################
12# This program is free software: you can redistribute it and/or modify
13# it under the terms of the GNU Affero General Public License as published
14# by the Free Software Foundation, either version 3 of the License, or
15# (at your option) any later version.
16#
17# This program is distributed in the hope that it will be useful,
18# but WITHOUT ANY WARRANTY; without even the implied warranty of
19# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
20# GNU Affero General Public License for more details.
21#
22# You should have received a copy of the GNU Affero General Public License
23# along with this program. If not, see <http://www.gnu.org/licenses/>.
24###############################################################################
25
26{
27 'name': 'Account Anglo-Saxon Stock Move',
28 'version': '1.0',
29 'author': 'Vauxoo',
30 'website': 'http://www.vauxoo.com/',
31 'category': '',
32 'description': '''
33Account Anglo-Saxon Stock Move
34------------------------------
35 This module adds an attribute to the Account Invoice Line object
36 and in the case of creating invoice from shipments attach the Stock Move
37 Record on the regarding Invoice Line
38''',
39 'depends': [
40 'account_anglo_saxon',
41 ],
42 'data': [
43 ],
44 'demo': [],
45 'test': [],
46 'qweb': [],
47 'js': [],
48 'css': [],
49 'active': False,
50 'installable': True,
51}
052
=== added directory 'account_anglo_saxon_stock_move/data'
=== added directory 'account_anglo_saxon_stock_move/demo'
=== added directory 'account_anglo_saxon_stock_move/doc'
=== added directory 'account_anglo_saxon_stock_move/doc/images'
=== added directory 'account_anglo_saxon_stock_move/i18n'
=== added directory 'account_anglo_saxon_stock_move/model'
=== added file 'account_anglo_saxon_stock_move/model/__init__.py'
--- account_anglo_saxon_stock_move/model/__init__.py 1970-01-01 00:00:00 +0000
+++ account_anglo_saxon_stock_move/model/__init__.py 2014-08-17 06:47:16 +0000
@@ -0,0 +1,27 @@
1#!/usr/bin/python
2# -*- encoding: utf-8 -*-
3###############################################################################
4# Module Writen to OpenERP, Open Source Management Solution
5# Copyright (C) OpenERP Venezuela (<http://www.vauxoo.com>).
6# All Rights Reserved
7############# Credits #########################################################
8# Coded by: Yanina Aular <yani@vauxoo.com>
9# Planified by: Humberto Arocha <hbto@vauxoo.com>
10# Audited by: Humberto Arocha <hbto@vauxoo.com>
11###############################################################################
12# This program is free software: you can redistribute it and/or modify
13# it under the terms of the GNU Affero General Public License as published
14# by the Free Software Foundation, either version 3 of the License, or
15# (at your option) any later version.
16#
17# This program is distributed in the hope that it will be useful,
18# but WITHOUT ANY WARRANTY; without even the implied warranty of
19# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
20# GNU Affero General Public License for more details.
21#
22# You should have received a copy of the GNU Affero General Public License
23# along with this program. If not, see <http://www.gnu.org/licenses/>.
24###############################################################################
25
26import stock
27import invoice
028
=== added file 'account_anglo_saxon_stock_move/model/invoice.py'
--- account_anglo_saxon_stock_move/model/invoice.py 1970-01-01 00:00:00 +0000
+++ account_anglo_saxon_stock_move/model/invoice.py 2014-08-17 06:47:16 +0000
@@ -0,0 +1,32 @@
1##############################################################################
2#
3# OpenERP, Open Source Management Solution
4# Copyright (C)
5# 2004-2010 Tiny SPRL (<http://tiny.be>).
6# 2009-2010 Veritos (http://veritos.nl).
7# All Rights Reserved
8#
9# This program is free software: you can redistribute it and/or modify
10# it under the terms of the GNU Affero General Public License as
11# published by the Free Software Foundation, either version 3 of the
12# License, or (at your option) any later version.
13#
14# This program is distributed in the hope that it will be useful,
15# but WITHOUT ANY WARRANTY; without even the implied warranty of
16# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
17# GNU Affero General Public License for more details.
18#
19# You should have received a copy of the GNU Affero General Public License
20# along with this program. If not, see <http://www.gnu.org/licenses/>.
21#
22##############################################################################
23
24from openerp.osv import osv, fields
25
26class account_invoice_line(osv.osv):
27 _inherit = "account.invoice.line"
28
29 _columns = {
30 '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."),
31 }
32# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:
033
=== added file 'account_anglo_saxon_stock_move/model/stock.py'
--- account_anglo_saxon_stock_move/model/stock.py 1970-01-01 00:00:00 +0000
+++ account_anglo_saxon_stock_move/model/stock.py 2014-08-17 06:47:16 +0000
@@ -0,0 +1,39 @@
1#!/usr/bin/python
2# -*- encoding: utf-8 -*-
3###############################################################################
4# Module Writen to OpenERP, Open Source Management Solution
5# Copyright (C) OpenERP Venezuela (<http://www.vauxoo.com>).
6# All Rights Reserved
7############# Credits #########################################################
8# Coded by: Humberto Arocha <hbto@vauxoo.com>
9# Planified by: Humberto Arocha <hbto@vauxoo.com>
10# Audited by: Humberto Arocha <hbto@vauxoo.com>
11###############################################################################
12# This program is free software: you can redistribute it and/or modify
13# it under the terms of the GNU Affero General Public License as published
14# by the Free Software Foundation, either version 3 of the License, or
15# (at your option) any later version.
16#
17# This program is distributed in the hope that it will be useful,
18# but WITHOUT ANY WARRANTY; without even the implied warranty of
19# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
20# GNU Affero General Public License for more details.
21#
22# You should have received a copy of the GNU Affero General Public License
23# along with this program. If not, see <http://www.gnu.org/licenses/>.
24###############################################################################
25
26from openerp.osv import osv
27
28class stock_picking(osv.osv):
29 _inherit = "stock.picking"
30 _description = "Picking List"
31
32 def _prepare_invoice_line(self, cr, uid, group, picking, move_line, invoice_id,
33 invoice_vals, context=None):
34 """Overwrite to add move_id reference"""
35 res = super(stock_picking, self)._prepare_invoice_line(cr, uid, group, picking, move_line, invoice_id, invoice_vals, context=context)
36 res.update({
37 'move_id': move_line.id,
38 })
39 return res
040
=== added directory 'account_anglo_saxon_stock_move/report'
=== added directory 'account_anglo_saxon_stock_move/security'
=== added directory 'account_anglo_saxon_stock_move/static'
=== added directory 'account_anglo_saxon_stock_move/static/description'
=== added file 'account_anglo_saxon_stock_move/static/description/index.html'
=== added directory 'account_anglo_saxon_stock_move/static/src'
=== added directory 'account_anglo_saxon_stock_move/static/src/css'
=== added directory 'account_anglo_saxon_stock_move/static/src/img'
=== added file 'account_anglo_saxon_stock_move/static/src/img/icon.png'
1Binary 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 differ41Binary 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
=== added directory 'account_anglo_saxon_stock_move/static/src/js'
=== added directory 'account_anglo_saxon_stock_move/static/src/xml'
=== added directory 'account_anglo_saxon_stock_move/test'
=== added directory 'account_anglo_saxon_stock_move/view'
=== added directory 'account_anglo_saxon_stock_move/wizard'
=== added file 'account_anglo_saxon_stock_move/wizard/__init__.py'
--- account_anglo_saxon_stock_move/wizard/__init__.py 1970-01-01 00:00:00 +0000
+++ account_anglo_saxon_stock_move/wizard/__init__.py 2014-08-17 06:47:16 +0000
@@ -0,0 +1,25 @@
1#!/usr/bin/python
2# -*- encoding: utf-8 -*-
3###############################################################################
4# Module Writen to OpenERP, Open Source Management Solution
5# Copyright (C) OpenERP Venezuela (<http://www.vauxoo.com>).
6# All Rights Reserved
7############# Credits #########################################################
8# Coded by: Humberto Arocha <hbto@vauxoo.com>
9# Planified by: Humberto Arocha <hbto@vauxoo.com>
10# Audited by: Humberto Arocha <hbto@vauxoo.com>
11###############################################################################
12# This program is free software: you can redistribute it and/or modify
13# it under the terms of the GNU Affero General Public License as published
14# by the Free Software Foundation, either version 3 of the License, or
15# (at your option) any later version.
16#
17# This program is distributed in the hope that it will be useful,
18# but WITHOUT ANY WARRANTY; without even the implied warranty of
19# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
20# GNU Affero General Public License for more details.
21#
22# You should have received a copy of the GNU Affero General Public License
23# along with this program. If not, see <http://www.gnu.org/licenses/>.
24###############################################################################
25
026
=== added directory 'account_anglo_saxon_stock_move/workflow'
=== added directory 'account_move_line_extended'
=== added file 'account_move_line_extended/__init__.py'
--- account_move_line_extended/__init__.py 1970-01-01 00:00:00 +0000
+++ account_move_line_extended/__init__.py 2014-08-17 06:47:16 +0000
@@ -0,0 +1,27 @@
1#!/usr/bin/python
2# -*- encoding: utf-8 -*-
3###############################################################################
4# Module Writen to OpenERP, Open Source Management Solution
5# Copyright (C) OpenERP Venezuela (<http://www.vauxoo.com>).
6# All Rights Reserved
7############# Credits #########################################################
8# Coded by: Katherine Zaoral <kathy@vauxoo.com>
9# Planified by: Humberto Arocha <hbto@vauxoo.com>
10# Audited by: Humberto Arocha <hbto@vauxoo.com>
11###############################################################################
12# This program is free software: you can redistribute it and/or modify
13# it under the terms of the GNU Affero General Public License as published
14# by the Free Software Foundation, either version 3 of the License, or
15# (at your option) any later version.
16#
17# This program is distributed in the hope that it will be useful,
18# but WITHOUT ANY WARRANTY; without even the implied warranty of
19# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
20# GNU Affero General Public License for more details.
21#
22# You should have received a copy of the GNU Affero General Public License
23# along with this program. If not, see <http://www.gnu.org/licenses/>.
24###############################################################################
25
26import model
27import wizard
028
=== added file 'account_move_line_extended/__openerp__.py'
--- account_move_line_extended/__openerp__.py 1970-01-01 00:00:00 +0000
+++ account_move_line_extended/__openerp__.py 2014-08-17 06:47:16 +0000
@@ -0,0 +1,53 @@
1#!/usr/bin/python
2# -*- encoding: utf-8 -*-
3###############################################################################
4# Module Writen to OpenERP, Open Source Management Solution
5# Copyright (C) OpenERP Venezuela (<http://www.vauxoo.com>).
6# All Rights Reserved
7############# Credits #########################################################
8# Coded by: Katherine Zaoral <kathy@vauxoo.com>
9# Planified by: Humberto Arocha <hbto@vauxoo.com>
10# Audited by: Humberto Arocha <hbto@vauxoo.com>
11###############################################################################
12# This program is free software: you can redistribute it and/or modify
13# it under the terms of the GNU Affero General Public License as published
14# by the Free Software Foundation, either version 3 of the License, or
15# (at your option) any later version.
16#
17# This program is distributed in the hope that it will be useful,
18# but WITHOUT ANY WARRANTY; without even the implied warranty of
19# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
20# GNU Affero General Public License for more details.
21#
22# You should have received a copy of the GNU Affero General Public License
23# along with this program. If not, see <http://www.gnu.org/licenses/>.
24###############################################################################
25
26{
27 'name': 'Account Move Line Extended',
28 'version': '1.0',
29 'author': 'Vauxoo',
30 'website': 'http://www.vauxoo.com/',
31 'category': '',
32 'description': '''
33Account Move Line Extended
34==========================
35
36Add a new view for the account move lines at the menu ``Accounting or Invocing
37> Journal Entries > Journal Items Extended``. The currency and the amount
38currency fields are visible.
39''',
40 'depends': [
41 'account',
42 ],
43 'data': [
44 'view/account_move_line_view.xml',
45 ],
46 'demo': [],
47 'test': [],
48 'qweb': [],
49 'js': [],
50 'css': [],
51 'active': False,
52 'installable': True,
53}
054
=== added directory 'account_move_line_extended/data'
=== added directory 'account_move_line_extended/demo'
=== added directory 'account_move_line_extended/doc'
=== added directory 'account_move_line_extended/doc/images'
=== added directory 'account_move_line_extended/i18n'
=== added directory 'account_move_line_extended/model'
=== added file 'account_move_line_extended/model/__init__.py'
--- account_move_line_extended/model/__init__.py 1970-01-01 00:00:00 +0000
+++ account_move_line_extended/model/__init__.py 2014-08-17 06:47:16 +0000
@@ -0,0 +1,25 @@
1#!/usr/bin/python
2# -*- encoding: utf-8 -*-
3###############################################################################
4# Module Writen to OpenERP, Open Source Management Solution
5# Copyright (C) OpenERP Venezuela (<http://www.vauxoo.com>).
6# All Rights Reserved
7############# Credits #########################################################
8# Coded by: Katherine Zaoral <kathy@vauxoo.com>
9# Planified by: Humberto Arocha <hbto@vauxoo.com>
10# Audited by: Humberto Arocha <hbto@vauxoo.com>
11###############################################################################
12# This program is free software: you can redistribute it and/or modify
13# it under the terms of the GNU Affero General Public License as published
14# by the Free Software Foundation, either version 3 of the License, or
15# (at your option) any later version.
16#
17# This program is distributed in the hope that it will be useful,
18# but WITHOUT ANY WARRANTY; without even the implied warranty of
19# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
20# GNU Affero General Public License for more details.
21#
22# You should have received a copy of the GNU Affero General Public License
23# along with this program. If not, see <http://www.gnu.org/licenses/>.
24###############################################################################
25
026
=== added directory 'account_move_line_extended/report'
=== added directory 'account_move_line_extended/security'
=== added directory 'account_move_line_extended/static'
=== added directory 'account_move_line_extended/static/description'
=== added file 'account_move_line_extended/static/description/index.html'
=== added directory 'account_move_line_extended/static/src'
=== added directory 'account_move_line_extended/static/src/css'
=== added directory 'account_move_line_extended/static/src/img'
=== added file 'account_move_line_extended/static/src/img/icon.png'
1Binary 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 differ27Binary 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
=== added directory 'account_move_line_extended/static/src/js'
=== added directory 'account_move_line_extended/static/src/xml'
=== added directory 'account_move_line_extended/test'
=== added directory 'account_move_line_extended/view'
=== added file 'account_move_line_extended/view/account_move_line_view.xml'
--- account_move_line_extended/view/account_move_line_view.xml 1970-01-01 00:00:00 +0000
+++ account_move_line_extended/view/account_move_line_view.xml 2014-08-17 06:47:16 +0000
@@ -0,0 +1,44 @@
1<?xml version="1.0" encoding="utf-8"?>
2<openerp>
3 <data>
4 <record id="aml_extended_tree" model="ir.ui.view">
5 <field name="name">Journal Entries Extended</field>
6 <field name="model">account.move.line</field>
7 <field name="arch" type="xml">
8 <tree string="Journal Entries Extended" version="7.0">
9 <field name="journal_id"/>
10 <field name="period_id"/>
11 <field name="date"/>
12 <field name="name"/>
13 <field name="ref"/>
14 <field name="partner_id"/>
15 <field name="account_id"/>
16 <field name="move_id"/>
17 <field name="debit" sum="Total Debit"/>
18 <field name="credit" sum="Total Credit"/>
19 <field name="amount_currency"/>
20 <field name="currency_id"/>
21 <field name="date_maturity"/>
22 <field name="reconcile"/>
23 <field name="state"/>
24 <field name="company_id" invisible="1"/>
25 </tree>
26 </field>
27 </record>
28
29 <record model="ir.actions.act_window" id="action_aml_extended">
30 <field name="name">Journal Items Extended</field>
31 <field name="res_model">account.move.line</field>
32 <field name="view_type">form</field>
33 <field name="view_mode">tree,form</field>
34 <field name="view_id" ref="aml_extended_tree"/>
35 </record>
36
37 <menuitem
38 id="journal_aml_menu"
39 name="Journal Items Extended"
40 parent="account.menu_finance_entries"
41 sequence="100"
42 action="action_aml_extended"/>
43 </data>
44</openerp>
045
=== added directory 'account_move_line_extended/wizard'
=== added file 'account_move_line_extended/wizard/__init__.py'
--- account_move_line_extended/wizard/__init__.py 1970-01-01 00:00:00 +0000
+++ account_move_line_extended/wizard/__init__.py 2014-08-17 06:47:16 +0000
@@ -0,0 +1,25 @@
1#!/usr/bin/python
2# -*- encoding: utf-8 -*-
3###############################################################################
4# Module Writen to OpenERP, Open Source Management Solution
5# Copyright (C) OpenERP Venezuela (<http://www.vauxoo.com>).
6# All Rights Reserved
7############# Credits #########################################################
8# Coded by: Katherine Zaoral <kathy@vauxoo.com>
9# Planified by: Humberto Arocha <hbto@vauxoo.com>
10# Audited by: Humberto Arocha <hbto@vauxoo.com>
11###############################################################################
12# This program is free software: you can redistribute it and/or modify
13# it under the terms of the GNU Affero General Public License as published
14# by the Free Software Foundation, either version 3 of the License, or
15# (at your option) any later version.
16#
17# This program is distributed in the hope that it will be useful,
18# but WITHOUT ANY WARRANTY; without even the implied warranty of
19# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
20# GNU Affero General Public License for more details.
21#
22# You should have received a copy of the GNU Affero General Public License
23# along with this program. If not, see <http://www.gnu.org/licenses/>.
24###############################################################################
25
026
=== added directory 'account_move_line_extended/workflow'
=== modified file 'aging_due_report/__openerp__.py'
--- aging_due_report/__openerp__.py 2014-05-09 21:51:34 +0000
+++ aging_due_report/__openerp__.py 2014-08-17 06:47:16 +0000
@@ -34,12 +34,21 @@
34A Customer's Formal Due Report,34A Customer's Formal Due Report,
35A Customer's Detail Due Report,35A Customer's Detail Due Report,
36A Customer's Aging Due Report.36A Customer's Aging Due Report.
37A Supplier's Formal Due Report,
38A Supplier's Detail Due Report,
39A Supplier's Aging Due Report.
37""",40""",
38 "depends" : ["account",41 "depends" : ["account", "report_webkit",
39],42 ],
40 "init_xml" : [],43 "data" : [
41 "update_xml" : [
42 "report/ing_due_report.xml",44 "report/ing_due_report.xml",
45 "data/aging_due_webkit_header.xml",
46 "data/customer_formal_due_webkit_header.xml",
47 "data/customer_detail_due_webkit_header.xml",
48 "data/supplier_aging_due_webkit_header.xml",
49 "data/supplier_formal_due_webkit_header.xml",
50 "data/supplier_detail_due_webkit_header.xml",
51 "report/aging_due_report_webkit.xml",
4352
44 ],53 ],
45 "active": False,54 "active": False,
4655
=== added directory 'aging_due_report/data'
=== added file 'aging_due_report/data/aging_due_webkit_header.xml'
--- aging_due_report/data/aging_due_webkit_header.xml 1970-01-01 00:00:00 +0000
+++ aging_due_report/data/aging_due_webkit_header.xml 2014-08-17 06:47:16 +0000
@@ -0,0 +1,389 @@
1<?xml version="1.0" ?>
2<openerp>
3 <data noupdate="0">
4 <record id="ir_header_webkit_aging_due_report" model="ir.header_webkit">
5 <field name="footer_html"><![CDATA[<!DOCTYPE>
6 <html>
7 <head>
8 <meta content="text/html; charset=UTF-8" http-equiv="content-type"/>
9 <script>
10 function subst() {
11 var vars={};
12 var x=document.location.search.substring(1).split('&');
13 for(var i in x) {var z=x[i].split('=',2);vars[z[0]] = unescape(z[1]);}
14 var x=['frompage','topage','page','webpage','section','subsection','subsubsection'];
15 for(var i in x) {
16 var y = document.getElementsByClassName(x[i]);
17 for(var j=0; j<y.length; ++j) y[j].textContent = vars[x[i]];
18 }
19 }
20 </script>
21 </head>
22 <body style="border:0; margin: 0;" onload="subst()">
23 <table style="border-top: 1px solid black; width: 100%">
24 <tr >
25 <td style="text-align:left;font-size:7;" width="50%">Generado con software libre en OpenERP y Webkit por http://www.vauxoo.com</td>
26 <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>
27 </tr>
28 </table>
29 </body>
30 </html>]]>
31 </field>
32 <field name="orientation">Landscape</field>
33 <field name="format">Letter</field>
34 <field name="html"><![CDATA[<!DOCTYPE>
35 <html>
36 <head>
37 <meta content="text/html; charset=UTF-8" http-equiv="content-type"/>
38 <script>
39 function subst() {
40 var vars={};
41 var x=document.location.search.substring(1).split('&');
42 for(var i in x) {var z=x[i].split('=',2);vars[z[0]] = unescape(z[1]);}
43 var x=['frompage','topage','page','webpage','section','subsection','subsubsection'];
44 for(var i in x) {
45 var y = document.getElementsByClassName(x[i]);
46 for(var j=0; j<y.length; ++j) y[j].textContent = vars[x[i]];
47 }
48 }
49 </script>
50 <style type="text/css">
51 ${css}
52 </style>
53 </head>
54 <body style="border:0; margin: 0;" onload="subst()">
55 ${_debug or ''|n} </body>
56 </html>]]>
57 </field>
58 <field eval="0.0" name="margin_top"/>
59 <field name="css" ><![CDATA[
60.table_all_border {
61 border-collapse: collapse;
62 width: 100%;
63 border: 1px solid #DFDFDE; }
64 .table_all_border > thead > tr > th,
65 .table_all_border > thead > tr > td,
66 .table_all_border > tbody > tr > th,
67 .table_all_border > tbody > tr > td,
68 .table_all_border > tfoot > tr > th,
69 .table_all_border > tfoot > tr > td {
70 border: 1px solid #DFDFDE; }
71 .table_all_border > thead > tr > th,
72 .table_all_border > thead > tr > td {
73 border-bottom-width: 1px solid #DFDFDE; }
74
75.table_title_bg_color {
76 border-collapse: collapse; }
77 .table_title_bg_color > thead > tr > th,
78 .table_title_bg_color > tbody > tr > th,
79 .table_title_bg_color > tfoot > tr > th {
80 border-bottom: 1px solid #DFDFDE;
81 border-top: 1px solid #DFDFDE;
82 background-color: #A41D35;
83 font-size: 10;
84 color: white; }
85
86.table_title {
87 border-collapse: collapse;
88 width: 100%; }
89 .table_title > thead > tr > th,
90 .table_title > tbody > tr > th,
91 .table_title > tfoot > tr > th {
92 border-bottom: 2px solid #DFDFDE;
93 font-size: 10;
94 color: white; }
95
96.table_row_border {
97 border-collapse: collapse;
98 width: 100%; }
99 .table_row_border > thead > tr > th,
100 .table_row_border > thead > tr > td,
101 .table_row_border > tbody > tr > th,
102 .table_row_border > tbody > tr > td,
103 .table_row_border > tfoot > tr > th,
104 .table_row_border > tfoot > tr > td {
105 border-bottom: 1px solid #DFDFDE; }
106 .table_row_border > thead > tr > th,
107 .table_row_border > thead > tr > td {
108 border-bottom-width: 1px; }
109
110.table_column_border {
111 border-collapse: collapse;
112 }
113 .table_column_border > thead > tr > td,
114 .table_column_border > tbody > tr > td,
115 .table_column_border > tfoot > tr > td {
116 border: 1px solid #DFDFDE;
117 border-width: 0 1px; }
118 .table_column_border > thead > tr > td:first-child, .table_column_border > thead > tr td + td,
119 .table_column_border > tbody > tr > td:first-child,
120 .table_column_border > tbody > tr td + td,
121 .table_column_border > tfoot > tr > td:first-child,
122 .table_column_border > tfoot > tr td + td {
123 border-left: 0; }
124 .table_column_border > thead > tr > td:last-child,
125 .table_column_border > tbody > tr > td:last-child,
126 .table_column_border > tfoot > tr > td:last-child {
127 padding-right: 0;
128 border-right: 0; }
129
130.table_alter_color_row {
131 border-collapse: collapse; }
132 .table_alter_color_row > tbody > tr:nth-child(2n+1) > td {
133 background-color: gainsboro ; }
134 .table_alter_color_row > tbody > tr:nth-child(2n+2) > td {
135 background-color: whitesmoke; }
136
137.table_alter_color_column {
138 border-collapse: collapse;
139 width: 100%; }
140 .table_alter_color_column > tbody
141 > tr
142 > td:nth-child(2n+1) {
143 background-color: gainsboro; }
144 .table_alter_color_column > tbody
145 > tr
146 > td:nth-child(2n+2) {
147 background-color: whitesmoke; }
148
149.table_only_border_top {
150 border-collapse: collapse;
151 width: 100%; }
152 .table_only_border_top > tbody
153 > tr {
154 border-top: 1px solid #DFDFDE; }
155
156.table_only_border_bottom {
157 border-collapse: collapse;
158 width: 100%; }
159 .table_only_border_bottom > tbody
160 > tr {
161 border-bottom: 1px solid #DFDFDE; }
162
163.panel {
164 padding: 8px 8px;
165 background-color: #5bc0de; }
166
167.panel_radius_color {
168 border: 2px solid #ee8f9e;
169 border-radius: 15px;
170 padding: 8px 8px; }
171
172.panel_radius_trans {
173 border: 2px solid transparent;
174 border-radius: 15px;
175 padding: 8px 8px; }
176
177.panel_bg_color {
178 padding: 8px 8px;
179 background: #f2f2f2; }
180
181.panel_bg_color_title {
182 padding: 8px 8px;
183 background: #A41D35;
184 color: white;
185 font-size: 12;
186 font-family: "Helvetica Neue", Helvetica, Arial, sans_serif; }
187
188.panel_box_shadow {
189 box-shadow: 5px 5px 10px #222222; }
190
191.panel_border_radius_top {
192 border-top-right-radius: 15px;
193 border-top-left-radius: 15px;
194 border: 2px solid #ee8f9e;
195 padding: 5px; }
196
197.panel_radius_top {
198 border-top-right-radius: 15px;
199 border-top-left-radius: 15px;
200 padding: 5px; }
201
202.panel_border_radius_top_right {
203 border-top-right-radius: 15px;
204 border: 2px solid #ee8f9e;
205 padding: 5px; }
206
207.panel_border_radius_top_left {
208 border-top-left-radius: 15px;
209 border: 2px solid #ee8f9e;
210 padding: 5px; }
211
212.panel_border_radius_bottom {
213 border-bottom-right-radius: 15px;
214 border-bottom-left-radius: 15px;
215 border: 2px solid #ee8f9e;
216 padding: 5px; }
217
218.panel_radius_bottom {
219 border-bottom-right-radius: 15px;
220 border-bottom-left-radius: 15px;
221 padding: 5px; }
222
223.panel_border_radius_bottom_right {
224 border-bottom-right-radius: 15px;
225 border: 2px solid #ee8f9e;
226 padding: 5px; }
227
228.panel_border_radius_bottom_left {
229 border-bottom-left-radius: 15px;
230 border: 2px solid #ee8f9e;
231 padding: 5px; }
232
233body {
234 color: black;
235 font-family: "Helvetica Neue", Helvetica, Arial, sans_serif, Times-BoldItalic, Helvetica-Oblique;
236 font-size: 9;
237 margin: 0;
238 padding: 0;
239 height: 100%;
240 line-height: 12px; }
241
242table.basic_table {
243 border-collapse: collapse;
244 width: 100%; }
245
246.imagen_company {
247 vertical-align: top;
248 width: 35%; }
249
250.data_emitter {
251 vertical-align: top;
252 color: black;
253 text-align: right;
254 font-size: 7; }
255
256.data_customer {
257 vertical-align: top;
258 color: black;
259 text-align: left;
260 font-size: 7; }
261
262th {
263 padding-right: 2px;
264 padding-left: 2px;
265 text-align: center;
266 font-size: 8; }
267
268strong{
269 font-size: 12;
270 font-weight: bold;
271}
272
273.data_company{
274 font-size: 10;
275}
276
277
278pre {
279 font-size: 6pt;
280 font-family: helvetica;
281 white-space: pre-wrap;
282 white-space: -moz-pre-wrap !important;
283 white-space: -pre-wrap;
284 white-space: -o-pre-wrap;
285 word-wrap: break-word; }
286
287
288.pre_description {
289 font-size: 7pt;
290 font-family: helvetica;
291 white-space: pre-wrap;
292 white-space: -moz-pre-wrap !important;
293 white-space: -pre-wrap;
294 white-space: -o-pre-wrap;
295 word-wrap: break-word; }
296
297hr{
298 width:95%;
299 color:lightgrey;
300}
301
302td{
303 font-size:9;
304}
305
306.td_without_bottom{
307 border-bottom: 1px solid #FFFFFF;
308}
309
310.td_amount{
311 text-align:right
312}
313
314.td_center {
315text-align: center; }
316
317.td_bold {
318font-weight: bold; }
319
320.th_widht {
321 widht: 33%; }
322
323.td_condiciones{
324 font-size:6;
325}
326
327table.fixed {
328table-layout:fixed;
329width:33%;
330word-break:break-all;
331}
332
333td.total_td {
334border-top: solid 1.5px #A41D35;
335font-size: 8;
336padding-right: 2px;
337padding-left: 2px;
338font-weight: bold;
339color: black; }
340
341td.sub_total_td {
342border-top: solid 1.5px #A41D35;
343font-size: 8;
344padding-right: 2px;
345padding-left: 2px;
346color: black; }
347
348.td_vertical_middle {
349 vertical-align: middle; }
350
351.ITEMSTITLELEFT {
352 text-align: left;
353 font-family: Helvetica-Bold;
354 font-size: 12;
355 color: white;
356 }
357
358.ITEMSTITLERIGHT {
359 text-align: right;
360 font-family: Helvetica-Bold;
361 font-size: 12;
362 color: white;
363 }
364
365.ITEMSLEFT {
366 text-align: LEFT;
367 font-family: Helvetica-Bold;
368 font-size: 9;
369 color: black;
370 }
371
372.ITEMSRIGHT {
373 text-align: right;
374 font-family: Helvetica-Bold;
375 font-size: 9;
376 color: black;
377 }
378
379
380
381]]> </field>
382 <field name="name">Aging Due Report Webkit</field>
383 </record>
384 <record id="ir_header_img_companylogo0" model="ir.header_img">
385 <field eval="&quot;&quot;&quot;jpg&quot;&quot;&quot;" name="type"/>
386 <field eval="&quot;&quot;&quot;company_logo&quot;&quot;&quot;" name="name"/>
387 </record>
388 </data>
389</openerp>
0390
=== added file 'aging_due_report/data/customer_detail_due_webkit_header.xml'
--- aging_due_report/data/customer_detail_due_webkit_header.xml 1970-01-01 00:00:00 +0000
+++ aging_due_report/data/customer_detail_due_webkit_header.xml 2014-08-17 06:47:16 +0000
@@ -0,0 +1,412 @@
1<?xml version="1.0" ?>
2<openerp>
3 <data noupdate="0">
4 <record id="ir_header_webkit_detail_due_report" model="ir.header_webkit">
5 <field name="footer_html"><![CDATA[<!DOCTYPE>
6 <html>
7 <head>
8 <meta content="text/html; charset=UTF-8" http-equiv="content-type"/>
9 <script>
10 function subst() {
11 var vars={};
12 var x=document.location.search.substring(1).split('&');
13 for(var i in x) {var z=x[i].split('=',2);vars[z[0]] = unescape(z[1]);}
14 var x=['frompage','topage','page','webpage','section','subsection','subsubsection'];
15 for(var i in x) {
16 var y = document.getElementsByClassName(x[i]);
17 for(var j=0; j<y.length; ++j) y[j].textContent = vars[x[i]];
18 }
19 }
20 </script>
21 </head>
22 <body style="border:0; margin: 0;" onload="subst()">
23 <table style="border-top: 1px solid black; width: 100%">
24 <tr >
25 <td style="text-align:left;font-size:7;" width="50%">Generado con software libre en OpenERP y Webkit por http://www.vauxoo.com</td>
26 <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>
27 </tr>
28 </table>
29 </body>
30 </html>]]>
31 </field>
32 <field name="orientation">Portrait</field>
33 <field name="format">Letter</field>
34 <field name="html"><![CDATA[<!DOCTYPE>
35 <html>
36 <head>
37 <meta content="text/html; charset=UTF-8" http-equiv="content-type"/>
38 <script>
39 function subst() {
40 var vars={};
41 var x=document.location.search.substring(1).split('&');
42 for(var i in x) {var z=x[i].split('=',2);vars[z[0]] = unescape(z[1]);}
43 var x=['frompage','topage','page','webpage','section','subsection','subsubsection'];
44 for(var i in x) {
45 var y = document.getElementsByClassName(x[i]);
46 for(var j=0; j<y.length; ++j) y[j].textContent = vars[x[i]];
47 }
48 }
49 </script>
50 <style type="text/css">
51 ${css}
52 </style>
53 </head>
54 <body style="border:0; margin: 0;" onload="subst()">
55 ${_debug or ''|n} </body>
56 </html>]]>
57 </field>
58 <field eval="0.0" name="margin_top"/>
59 <field name="css" ><![CDATA[
60.table_all_border {
61 border-collapse: collapse;
62 width: 100%;
63 border: 1px solid #1A1A1A; }
64 .table_all_border > thead > tr > th,
65 .table_all_border > thead > tr > td,
66 .table_all_border > tbody > tr > th,
67 .table_all_border > tbody > tr > td,
68 .table_all_border > tfoot > tr > th,
69 .table_all_border > tfoot > tr > td {
70 border: 1px solid #1A1A1A; }
71 .table_all_border > thead > tr > th,
72 .table_all_border > thead > tr > td {
73 border-bottom-width: 1px solid #1A1A1A; }
74
75.table_title_bg_color {
76 border-collapse: collapse; }
77 .table_title_bg_color > thead > tr > th,
78 .table_title_bg_color > tbody > tr > th,
79 .table_title_bg_color > tfoot > tr > th {
80 /*border-bottom: 1px solid #1A1A1A;
81 border-top: 1px solid #1A1A1A;*/
82 border: 0.5px solid #FFFFFF;
83 background-color: #A41D35;
84 font-size: 8;
85 color: white; }
86
87.table_title {
88 border-collapse: collapse;
89 width: 100%; }
90 .table_title > thead > tr > th,
91 .table_title > tbody > tr > th,
92 .table_title > tfoot > tr > th {
93 border-bottom: 2px solid #1A1A1A;
94 font-size: 8;
95 color: white; }
96
97.table_row_border {
98 border-collapse: collapse;
99 width: 100%; }
100 .table_row_border > thead > tr > th,
101 .table_row_border > thead > tr > td,
102 .table_row_border > tbody > tr > th,
103 .table_row_border > tbody > tr > td,
104 .table_row_border > tfoot > tr > th,
105 .table_row_border > tfoot > tr > td {
106 border-bottom: 1px solid #1A1A1A; }
107 .table_row_border > thead > tr > th,
108 .table_row_border > thead > tr > td {
109 border-bottom-width: 1px; }
110
111.table_column_border {
112 border-collapse: collapse;
113 }
114 .table_column_border > thead > tr > td,
115 .table_column_border > tbody > tr > td,
116 .table_column_border > tfoot > tr > td {
117 border: 1px solid #1A1A1A;
118 border-width: 0 1px; }
119 .table_column_border > thead > tr > td:first-child, .table_column_border > thead > tr td + td,
120 .table_column_border > tbody > tr > td:first-child,
121 .table_column_border > tbody > tr td + td,
122 .table_column_border > tfoot > tr > td:first-child,
123 .table_column_border > tfoot > tr td + td {
124 border-left: 0; }
125 .table_column_border > thead > tr > td:last-child,
126 .table_column_border > tbody > tr > td:last-child,
127 .table_column_border > tfoot > tr > td:last-child {
128 padding-right: 0;
129 border-right: 0; }
130
131.table_alter_color_row {
132 border-collapse: collapse; }
133 .table_alter_color_row > tbody > tr:nth-child(2n+1) > td {
134 background-color: white ; }
135 .table_alter_color_row > tbody > tr:nth-child(2n+2) > td {
136 background-color: white; }
137
138.table_alter_color_column {
139 border-collapse: collapse;
140 width: 100%; }
141 .table_alter_color_column > tbody
142 > tr
143 > td:nth-child(2n+1) {
144 background-color: gainsboro; }
145 .table_alter_color_column > tbody
146 > tr
147 > td:nth-child(2n+2) {
148 background-color: whitesmoke; }
149
150.table_only_border_top {
151 border-collapse: collapse;
152 width: 100%; }
153 .table_only_border_top > tbody
154 > tr {
155 border-top: 1px solid #1A1A1A; }
156
157.table_only_border_bottom {
158 border-collapse: collapse;
159 width: 100%; }
160 .table_only_border_bottom > tbody
161 > tr {
162 border-bottom: 1px solid #1A1A1A; }
163
164.panel {
165 padding: 8px 8px;
166 background-color: #5bc0de; }
167
168.panel_radius_color {
169 border: 2px solid #1A1A1A;
170 border-radius: 15px;
171 padding: 8px 8px; }
172
173.panel_radius_trans {
174 border: 2px solid transparent;
175 border-radius: 15px;
176 padding: 8px 8px; }
177
178.panel_bg_color {
179 padding: 8px 8px;
180 background: #1A1A1A; }
181
182.panel_bg_color_title {
183 padding: 8px 8px;
184 background: #1A1A1A;
185 color: white;
186 font-size: 9;
187 font-family: "Helvetica Neue", Helvetica, Arial, sans_serif; }
188
189.panel_box_shadow {
190 box-shadow: 5px 5px 10px #1A1A1A; }
191
192.panel_border_radius_top {
193 border-top-right-radius: 15px;
194 border-top-left-radius: 15px;
195 border: 2px solid #1A1A1A;
196 padding: 5px; }
197
198.panel_radius_top {
199 border-top-right-radius: 15px;
200 border-top-left-radius: 15px;
201 padding: 5px; }
202
203.panel_border_radius_top_right {
204 border-top-right-radius: 15px;
205 border: 2px solid #1A1A1A;
206 padding: 5px; }
207
208.panel_border_radius_top_left {
209 border-top-left-radius: 15px;
210 border: 2px solid #1A1A1A;
211 padding: 5px; }
212
213.panel_border_radius_bottom {
214 border-bottom-right-radius: 15px;
215 border-bottom-left-radius: 15px;
216 border: 2px solid #1A1A1A;
217 padding: 5px; }
218
219.panel_radius_bottom {
220 border-bottom-right-radius: 15px;
221 border-bottom-left-radius: 15px;
222 padding: 5px; }
223
224.panel_border_radius_bottom_right {
225 border-bottom-right-radius: 15px;
226 border: 2px solid #1A1A1A;
227 padding: 5px; }
228
229.panel_border_radius_bottom_left {
230 border-bottom-left-radius: 15px;
231 border: 2px solid #1A1A1A;
232 padding: 5px; }
233
234body {
235 color: black;
236 font-family: "Helvetica Neue", Helvetica, Arial, sans_serif, Times-BoldItalic, Helvetica-Bold, Helvetica-Oblique;
237 font-size: 8;
238 margin: 0;
239 padding: 0;
240 height: 100%;
241 line-height: 12px; }
242
243table.basic_table {
244 border-collapse: collapse;
245 width: 100%; }
246
247.imagen_company {
248 vertical-align: top;
249 width: 35%; }
250
251.data_emitter {
252 vertical-align: top;
253 color: black;
254 text-align: right;
255 font-size: 7; }
256
257.data_customer {
258 vertical-align: top;
259 color: black;
260 text-align: left;
261 font-size: 7; }
262
263th {
264 padding-right: 2px;
265 padding-left: 2px;
266 text-align: center;
267 font-size: 7; }
268
269strong{
270 font-size: 12;
271 font-weight: bold;
272}
273
274.data_company{
275 font-size: 10;
276}
277
278
279pre {
280 font-size: 6pt;
281 font-family: helvetica;
282 white-space: pre-wrap;
283 white-space: -moz-pre-wrap !important;
284 white-space: -pre-wrap;
285 white-space: -o-pre-wrap;
286 word-wrap: break-word; }
287
288
289.pre_description {
290 font-size: 7pt;
291 font-family: helvetica;
292 white-space: pre-wrap;
293 white-space: -moz-pre-wrap !important;
294 white-space: -pre-wrap;
295 white-space: -o-pre-wrap;
296 word-wrap: break-word; }
297
298hr{
299 width:95%;
300 color:lightgrey;
301}
302
303td{
304 font-size:7;
305}
306
307.td_without_bottom{
308 border-bottom: 1px solid #FFFFFF;
309}
310
311.td_amount{
312 text-align:right
313}
314
315.td_center {
316text-align: center; }
317
318.td_bold {
319font-weight: bold; }
320
321.th_widht {
322 widht: 33%; }
323
324.td_condiciones{
325 font-size:6;
326}
327
328table.fixed {
329table-layout:fixed;
330width:33%;
331word-break:break-all;
332}
333
334td.total_td {
335border-top: solid 1.5px #A41D35;
336font-size: 8;
337padding-right: 2px;
338padding-left: 2px;
339font-weight: bold;
340color: black; }
341
342td.sub_total_td {
343border-top: solid 1.5px #A41D35;
344font-size: 8;
345padding-right: 2px;
346padding-left: 2px;
347color: black; }
348
349.td_vertical_middle {
350 vertical-align: middle; }
351
352.ITEMSTITLELEFT {
353 text-align: left;
354 font-family: Helvetica-Bold;
355 font-size: 9;
356 color: white;
357 }
358
359.ITEMSTITLERIGHT {
360 text-align: right;
361 font-family: Helvetica-Bold;
362 font-size: 9;
363 color: white;
364 }
365
366.ITEMSLEFT {
367 text-align: LEFT;
368 font-family: Helvetica-Bold;
369 font-size: 8;
370 color: black;
371 border-color: white;
372 }
373
374.ITEMSRIGHT {
375 text-align: right;
376 font-family: Helvetica-Bold;
377 font-size: 8;
378 color: black;
379 border-color: white;
380 }
381
382.CUSTOMERNAME {
383 text-align: right;
384 font-family: Helvetica-Oblique;
385 font-size: 12;
386 color: black;
387 }
388
389.CUSTOMERTEXT {
390 text-align: left;
391 font-family: Times-BoldItalic;
392 font-size: 12;
393 color: black;
394 }
395
396.CUSTOMERCENTER {
397 text-align: center;
398 font-family: Times-BoldItalic;
399 font-size: 10;
400 color: black;
401 }
402
403 .ITEMBOLD{
404 background-color: lightgrey;
405 font-weight: bold;
406}
407]]> </field>
408 <field name="name">Aging Detail Report Webkit</field>
409 </record>
410
411 </data>
412</openerp>
0413
=== added file 'aging_due_report/data/customer_formal_due_webkit_header.xml'
--- aging_due_report/data/customer_formal_due_webkit_header.xml 1970-01-01 00:00:00 +0000
+++ aging_due_report/data/customer_formal_due_webkit_header.xml 2014-08-17 06:47:16 +0000
@@ -0,0 +1,414 @@
1<?xml version="1.0" ?>
2<openerp>
3 <data noupdate="0">
4 <record id="ir_header_webkit_formal_due_report" model="ir.header_webkit">
5 <field name="footer_html"><![CDATA[<!DOCTYPE>
6 <html>
7 <head>
8 <meta content="text/html; charset=UTF-8" http-equiv="content-type"/>
9 <script>
10 function subst() {
11 var vars={};
12 var x=document.location.search.substring(1).split('&');
13 for(var i in x) {var z=x[i].split('=',2);vars[z[0]] = unescape(z[1]);}
14 var x=['frompage','topage','page','webpage','section','subsection','subsubsection'];
15 for(var i in x) {
16 var y = document.getElementsByClassName(x[i]);
17 for(var j=0; j<y.length; ++j) y[j].textContent = vars[x[i]];
18 }
19 }
20 </script>
21 </head>
22 <body style="border:0; margin: 0;" onload="subst()">
23 <table style="border-top: 1px solid black; width: 100%">
24 <tr >
25 <td style="text-align:left;font-size:7;" width="50%">Generado con software libre en OpenERP y Webkit por http://www.vauxoo.com</td>
26 <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>
27 </tr>
28 </table>
29 </body>
30 </html>]]>
31 </field>
32 <field name="orientation">Portrait</field>
33 <field name="format">Letter</field>
34 <field name="html"><![CDATA[<!DOCTYPE>
35 <html>
36 <head>
37 <meta content="text/html; charset=UTF-8" http-equiv="content-type"/>
38 <script>
39 function subst() {
40 var vars={};
41 var x=document.location.search.substring(1).split('&');
42 for(var i in x) {var z=x[i].split('=',2);vars[z[0]] = unescape(z[1]);}
43 var x=['frompage','topage','page','webpage','section','subsection','subsubsection'];
44 for(var i in x) {
45 var y = document.getElementsByClassName(x[i]);
46 for(var j=0; j<y.length; ++j) y[j].textContent = vars[x[i]];
47 }
48 }
49 </script>
50 <style type="text/css">
51 ${css}
52 </style>
53 </head>
54 <body style="border:0; margin: 0;" onload="subst()">
55 ${_debug or ''|n} </body>
56 </html>]]>
57 </field>
58 <field eval="0.0" name="margin_top"/>
59 <field name="css" ><![CDATA[
60.table_all_border {
61 border-collapse: collapse;
62 width: 100%;
63 border: 1px solid #1A1A1A; }
64 .table_all_border > thead > tr > th,
65 .table_all_border > thead > tr > td,
66 .table_all_border > tbody > tr > th,
67 .table_all_border > tbody > tr > td,
68 .table_all_border > tfoot > tr > th,
69 .table_all_border > tfoot > tr > td {
70 border: 1px solid #1A1A1A; }
71 .table_all_border > thead > tr > th,
72 .table_all_border > thead > tr > td {
73 border-bottom-width: 1px solid #1A1A1A; }
74
75.table_title_bg_color {
76 border-collapse: collapse; }
77 .table_title_bg_color > thead > tr > th,
78 .table_title_bg_color > tbody > tr > th,
79 .table_title_bg_color > tfoot > tr > th {
80 border-bottom: 1px solid #1A1A1A;
81 border-top: 1px solid #1A1A1A;
82 background-color: #A41D35;
83 font-size: 10;
84 color: white; }
85
86.table_title {
87 border-collapse: collapse;
88 width: 100%; }
89 .table_title > thead > tr > th,
90 .table_title > tbody > tr > th,
91 .table_title > tfoot > tr > th {
92 border-bottom: 2px solid #1A1A1A;
93 font-size: 10;
94 color: white; }
95
96.table_row_border {
97 border-collapse: collapse;
98 width: 100%; }
99 .table_row_border > thead > tr > th,
100 .table_row_border > thead > tr > td,
101 .table_row_border > tbody > tr > th,
102 .table_row_border > tbody > tr > td,
103 .table_row_border > tfoot > tr > th,
104 .table_row_border > tfoot > tr > td {
105 border-bottom: 1px solid #1A1A1A; }
106 .table_row_border > thead > tr > th,
107 .table_row_border > thead > tr > td {
108 border-bottom-width: 1px; }
109
110.table_column_border {
111 border-collapse: collapse;
112 }
113 .table_column_border > thead > tr > td,
114 .table_column_border > tbody > tr > td,
115 .table_column_border > tfoot > tr > td {
116 border: 1px solid #1A1A1A;
117 border-width: 0 1px; }
118 .table_column_border > thead > tr > td:first-child, .table_column_border > thead > tr td + td,
119 .table_column_border > tbody > tr > td:first-child,
120 .table_column_border > tbody > tr td + td,
121 .table_column_border > tfoot > tr > td:first-child,
122 .table_column_border > tfoot > tr td + td {
123 border-left: 0; }
124 .table_column_border > thead > tr > td:last-child,
125 .table_column_border > tbody > tr > td:last-child,
126 .table_column_border > tfoot > tr > td:last-child {
127 padding-right: 0;
128 border-right: 0; }
129
130.table_alter_color_row {
131 border-collapse: collapse; }
132 .table_alter_color_row > tbody > tr:nth-child(2n+1) > td {
133 background-color: white ; }
134 .table_alter_color_row > tbody > tr:nth-child(2n+2) > td {
135 background-color: white; }
136
137.table_alter_color_column {
138 border-collapse: collapse;
139 width: 100%; }
140 .table_alter_color_column > tbody
141 > tr
142 > td:nth-child(2n+1) {
143 background-color: gainsboro; }
144 .table_alter_color_column > tbody
145 > tr
146 > td:nth-child(2n+2) {
147 background-color: whitesmoke; }
148
149.table_only_border_top {
150 border-collapse: collapse;
151 width: 100%; }
152 .table_only_border_top > tbody
153 > tr {
154 border-top: 1px solid #1A1A1A; }
155
156.table_only_border_bottom {
157 border-collapse: collapse;
158 width: 100%; }
159 .table_only_border_bottom > tbody
160 > tr {
161 border-bottom: 1px solid #1A1A1A; }
162
163.panel {
164 padding: 8px 8px;
165 background-color: #5bc0de; }
166
167.panel_radius_color {
168 border: 2px solid #1A1A1A;
169 border-radius: 15px;
170 padding: 8px 8px; }
171
172.panel_radius_trans {
173 border: 2px solid transparent;
174 border-radius: 15px;
175 padding: 8px 8px; }
176
177.panel_bg_color {
178 padding: 8px 8px;
179 background: #1A1A1A; }
180
181.panel_bg_color_title {
182 padding: 8px 8px;
183 background: #1A1A1A;
184 color: white;
185 font-size: 10;
186 font-family: "Helvetica Neue", Helvetica, Arial, sans_serif, Times-BoldItalic, Helvetica-Oblique; }
187
188.panel_box_shadow {
189 box-shadow: 5px 5px 10px #1A1A1A; }
190
191.panel_border_radius_top {
192 border-top-right-radius: 15px;
193 border-top-left-radius: 15px;
194 border: 2px solid #1A1A1A;
195 padding: 5px; }
196
197.panel_radius_top {
198 border-top-right-radius: 15px;
199 border-top-left-radius: 15px;
200 padding: 5px; }
201
202.panel_border_radius_top_right {
203 border-top-right-radius: 15px;
204 border: 2px solid #1A1A1A;
205 padding: 5px; }
206
207.panel_border_radius_top_left {
208 border-top-left-radius: 15px;
209 border: 2px solid #1A1A1A;
210 padding: 5px; }
211
212.panel_border_radius_bottom {
213 border-bottom-right-radius: 15px;
214 border-bottom-left-radius: 15px;
215 border: 2px solid #1A1A1A;
216 padding: 5px; }
217
218.panel_radius_bottom {
219 border-bottom-right-radius: 15px;
220 border-bottom-left-radius: 15px;
221 padding: 5px; }
222
223.panel_border_radius_bottom_right {
224 border-bottom-right-radius: 15px;
225 border: 2px solid #1A1A1A;
226 padding: 5px; }
227
228.panel_border_radius_bottom_left {
229 border-bottom-left-radius: 15px;
230 border: 2px solid #1A1A1A;
231 padding: 5px; }
232
233body {
234 color: black;
235 font-family: "Helvetica Neue", Helvetica, Arial, sans_serif, Times-BoldItalic, Helvetica-Bold, Helvetica-Oblique;
236 font-size: 8;
237 margin: 0;
238 padding: 0;
239 height: 100%;
240 line-height: 12px; }
241
242table.basic_table {
243 border-collapse: collapse;
244 width: 100%; }
245
246.imagen_company {
247 vertical-align: top;
248 width: 35%; }
249
250.data_emitter {
251 vertical-align: top;
252 color: black;
253 text-align: right;
254 font-size: 7; }
255
256.data_customer {
257 vertical-align: top;
258 color: black;
259 text-align: left;
260 font-size: 7; }
261
262th {
263 padding-right: 2px;
264 padding-left: 2px;
265 text-align: center;
266 font-size: 7; }
267
268strong{
269 font-size: 12;
270 font-weight: bold;
271}
272
273.data_company{
274 font-size: 10;
275}
276
277
278pre {
279 font-size: 6pt;
280 font-family: helvetica;
281 white-space: pre-wrap;
282 white-space: -moz-pre-wrap !important;
283 white-space: -pre-wrap;
284 white-space: -o-pre-wrap;
285 word-wrap: break-word; }
286
287
288.pre_description {
289 font-size: 7pt;
290 font-family: helvetica;
291 white-space: pre-wrap;
292 white-space: -moz-pre-wrap !important;
293 white-space: -pre-wrap;
294 white-space: -o-pre-wrap;
295 word-wrap: break-word; }
296
297hr{
298 width:95%;
299 color:lightgrey;
300}
301
302td{
303 font-size:7;
304}
305
306.td_without_bottom{
307 border-bottom: 1px solid #FFFFFF;
308}
309
310.td_amount{
311 text-align:right
312}
313
314.td_center {
315text-align: center; }
316
317.td_bold {
318font-weight: bold; }
319
320.th_widht {
321 widht: 33%; }
322
323.td_condiciones{
324 font-size:6;
325}
326
327table.fixed {
328table-layout:fixed;
329width:33%;
330word-break:break-all;
331}
332
333td.total_td {
334border-top: solid 1.5px #A41D35;
335font-size: 8;
336padding-right: 2px;
337padding-left: 2px;
338font-weight: bold;
339color: black; }
340
341td.sub_total_td {
342border-top: solid 1.5px #A41D35;
343font-size: 8;
344padding-right: 2px;
345padding-left: 2px;
346color: black; }
347
348.td_vertical_middle {
349 vertical-align: middle; }
350
351.ITEMSTITLELEFT {
352 text-align: left;
353 font-family: Helvetica-Bold;
354 font-size: 8;
355 color: white;
356 }
357
358.ITEMSTITLERIGHT {
359 text-align: right;
360 font-family: Helvetica-Bold;
361 font-size: 8;
362 color: white;
363 }
364
365.ITEMSLEFT {
366 text-align: LEFT;
367 font-family: Helvetica-Bold;
368 font-size: 8;
369 color: black;
370 border-color: white;
371 }
372
373.ITEMSRIGHT {
374 text-align: right;
375 font-family: Helvetica-Bold;
376 font-size: 8;
377 color: black;
378 border-color: white;
379 }
380
381.CUSTOMERNAME {
382 text-align: right;
383 font-family: Helvetica-Oblique;
384 font-size: 8pt;
385 color: black;
386 font-weight: bold;
387 }
388
389.CUSTOMERTEXT {
390 text-align: left;
391 font-family: Times-BoldItalic;
392 font-size: 10;
393 color: black;
394 }
395
396.CUSTOMERCENTER {
397 text-align: center;
398 font-family: Times-BoldItalic;
399 font-size: 8pt;
400 color: black;
401 }
402
403 .CUSTOMEROTHER {
404 text-align: right;
405 font-family: Helvetica-Oblique;
406 font-size: 8pt;
407 color: black;
408 }
409]]> </field>
410 <field name="name">Aging Formal Report Webkit</field>
411 </record>
412
413 </data>
414</openerp>
0415
=== added file 'aging_due_report/data/supplier_aging_due_webkit_header.xml'
--- aging_due_report/data/supplier_aging_due_webkit_header.xml 1970-01-01 00:00:00 +0000
+++ aging_due_report/data/supplier_aging_due_webkit_header.xml 2014-08-17 06:47:16 +0000
@@ -0,0 +1,401 @@
1<?xml version="1.0" ?>
2<openerp>
3 <data noupdate="0">
4 <record id="ir_header_webkit_supplier_aging_due_report" model="ir.header_webkit">
5 <field name="footer_html"><![CDATA[<!DOCTYPE>
6 <html>
7 <head>
8 <meta content="text/html; charset=UTF-8" http-equiv="content-type"/>
9 <script>
10 function subst() {
11 var vars={};
12 var x=document.location.search.substring(1).split('&');
13 for(var i in x) {var z=x[i].split('=',2);vars[z[0]] = unescape(z[1]);}
14 var x=['frompage','topage','page','webpage','section','subsection','subsubsection'];
15 for(var i in x) {
16 var y = document.getElementsByClassName(x[i]);
17 for(var j=0; j<y.length; ++j) y[j].textContent = vars[x[i]];
18 }
19 }
20 </script>
21 </head>
22 <body style="border:0; margin: 0;" onload="subst()">
23 <table style="border-top: 1px solid black; width: 100%">
24 <tr >
25 <td style="text-align:left;font-size:7;" width="50%">Generado con software libre en OpenERP y Webkit por http://www.vauxoo.com</td>
26 <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>
27 </tr>
28 </table>
29 </body>
30 </html>]]>
31 </field>
32 <field name="orientation">Landscape</field>
33 <field name="format">Letter</field>
34 <field name="html"><![CDATA[<!DOCTYPE>
35 <html>
36 <head>
37 <meta content="text/html; charset=UTF-8" http-equiv="content-type"/>
38 <script>
39 function subst() {
40 var vars={};
41 var x=document.location.search.substring(1).split('&');
42 for(var i in x) {var z=x[i].split('=',2);vars[z[0]] = unescape(z[1]);}
43 var x=['frompage','topage','page','webpage','section','subsection','subsubsection'];
44 for(var i in x) {
45 var y = document.getElementsByClassName(x[i]);
46 for(var j=0; j<y.length; ++j) y[j].textContent = vars[x[i]];
47 }
48 }
49 </script>
50 <style type="text/css">
51 ${css}
52 </style>
53 </head>
54 <body style="border:0; margin: 0;" onload="subst()">
55 ${_debug or ''|n} </body>
56 </html>]]>
57 </field>
58 <field eval="0.0" name="margin_top"/>
59 <field name="css" ><![CDATA[
60.table_all_border {
61 border-collapse: collapse;
62 width: 100%;
63 border: 1px solid #DFDFDE; }
64 .table_all_border > thead > tr > th,
65 .table_all_border > thead > tr > td,
66 .table_all_border > tbody > tr > th,
67 .table_all_border > tbody > tr > td,
68 .table_all_border > tfoot > tr > th,
69 .table_all_border > tfoot > tr > td {
70 border: 1px solid #DFDFDE; }
71 .table_all_border > thead > tr > th,
72 .table_all_border > thead > tr > td {
73 border-bottom-width: 1px solid #DFDFDE; }
74
75.table_title_bg_color {
76 border-collapse: collapse; }
77 .table_title_bg_color > thead > tr > th,
78 .table_title_bg_color > tbody > tr > th,
79 .table_title_bg_color > tfoot > tr > th {
80 border-bottom: 1px solid #DFDFDE;
81 border-top: 1px solid #DFDFDE;
82 background-color: #A41D35;
83 font-size: 10;
84 color: white; }
85
86.table_title {
87 border-collapse: collapse;
88 width: 100%; }
89 .table_title > thead > tr > th,
90 .table_title > tbody > tr > th,
91 .table_title > tfoot > tr > th {
92 border-bottom: 2px solid #DFDFDE;
93 font-size: 3px;
94 color: white; }
95
96.table_row_border {
97 border-collapse: collapse;
98 width: 100%; }
99 .table_row_border > thead > tr > th,
100 .table_row_border > thead > tr > td,
101 .table_row_border > tbody > tr > th,
102 .table_row_border > tbody > tr > td,
103 .table_row_border > tfoot > tr > th,
104 .table_row_border > tfoot > tr > td {
105 border-bottom: 1px solid #DFDFDE; }
106 .table_row_border > thead > tr > th,
107 .table_row_border > thead > tr > td {
108 border-bottom-width: 1px; }
109
110.table_column_border {
111 border-collapse: collapse;
112 }
113 .table_column_border > thead > tr > td,
114 .table_column_border > tbody > tr > td,
115 .table_column_border > tfoot > tr > td {
116 border: 1px solid #DFDFDE;
117 border-width: 0 1px; }
118 .table_column_border > thead > tr > td:first-child, .table_column_border > thead > tr td + td,
119 .table_column_border > tbody > tr > td:first-child,
120 .table_column_border > tbody > tr td + td,
121 .table_column_border > tfoot > tr > td:first-child,
122 .table_column_border > tfoot > tr td + td {
123 border-left: 0; }
124 .table_column_border > thead > tr > td:last-child,
125 .table_column_border > tbody > tr > td:last-child,
126 .table_column_border > tfoot > tr > td:last-child {
127 padding-right: 0;
128 border-right: 0; }
129
130.table_alter_color_row {
131 border-collapse: collapse; }
132 .table_alter_color_row > tbody > tr:nth-child(2n+1) > td {
133 background-color: gainsboro ; }
134 .table_alter_color_row > tbody > tr:nth-child(2n+2) > td {
135 background-color: whitesmoke; }
136
137.table_alter_color_column {
138 border-collapse: collapse;
139 width: 100%; }
140 .table_alter_color_column > tbody
141 > tr
142 > td:nth-child(2n+1) {
143 background-color: gainsboro; }
144 .table_alter_color_column > tbody
145 > tr
146 > td:nth-child(2n+2) {
147 background-color: whitesmoke; }
148
149.table_only_border_top {
150 border-collapse: collapse;
151 width: 100%; }
152 .table_only_border_top > tbody
153 > tr {
154 border-top: 1px solid #DFDFDE; }
155
156.table_only_border_bottom {
157 border-collapse: collapse;
158 width: 100%; }
159 .table_only_border_bottom > tbody
160 > tr {
161 border-bottom: 1px solid #DFDFDE; }
162
163.panel {
164 padding: 8px 8px;
165 background-color: #5bc0de; }
166
167.panel_radius_color {
168 border: 2px solid #ee8f9e;
169 border-radius: 15px;
170 padding: 8px 8px; }
171
172.panel_radius_trans {
173 border: 2px solid transparent;
174 border-radius: 15px;
175 padding: 8px 8px; }
176
177.panel_bg_color {
178 padding: 8px 8px;
179 background: #f2f2f2; }
180
181.panel_bg_color_title {
182 padding: 8px 8px;
183 background: #A41D35;
184 color: white;
185 font-size: 10;
186 font-family: "Helvetica Neue", Helvetica, Arial, sans_serif; }
187
188.panel_box_shadow {
189 box-shadow: 5px 5px 10px #222222; }
190
191.panel_border_radius_top {
192 border-top-right-radius: 15px;
193 border-top-left-radius: 15px;
194 border: 2px solid #ee8f9e;
195 padding: 5px; }
196
197.panel_radius_top {
198 border-top-right-radius: 15px;
199 border-top-left-radius: 15px;
200 padding: 5px; }
201
202.panel_border_radius_top_right {
203 border-top-right-radius: 15px;
204 border: 2px solid #ee8f9e;
205 padding: 5px; }
206
207.panel_border_radius_top_left {
208 border-top-left-radius: 15px;
209 border: 2px solid #ee8f9e;
210 padding: 5px; }
211
212.panel_border_radius_bottom {
213 border-bottom-right-radius: 15px;
214 border-bottom-left-radius: 15px;
215 border: 2px solid #ee8f9e;
216 padding: 5px; }
217
218.panel_radius_bottom {
219 border-bottom-right-radius: 15px;
220 border-bottom-left-radius: 15px;
221 padding: 5px; }
222
223.panel_border_radius_bottom_right {
224 border-bottom-right-radius: 15px;
225 border: 2px solid #ee8f9e;
226 padding: 5px; }
227
228.panel_border_radius_bottom_left {
229 border-bottom-left-radius: 15px;
230 border: 2px solid #ee8f9e;
231 padding: 5px; }
232
233body {
234 color: black;
235 font-family: "Helvetica Neue", Helvetica, Arial, sans_serif, Times-BoldItalic, Helvetica-Bold, Helvetica-Oblique;
236 font-size: 3;
237 margin: 0;
238 padding: 0;
239 height: 100%;
240 line-height: 12px; }
241
242table.basic_table {
243 border-collapse: collapse;
244 width: 100%; }
245
246.imagen_company {
247 vertical-align: top;
248 width: 35%; }
249
250.data_emitter {
251 vertical-align: top;
252 color: black;
253 text-align: right;
254 font-size: 7; }
255
256.data_customer {
257 vertical-align: top;
258 color: black;
259 text-align: left;
260 font-size: 7; }
261
262th {
263 padding-right: 2px;
264 padding-left: 2px;
265 text-align: center;
266 font-size: 9; }
267
268strong{
269 font-size: 12;
270 font-weight: bold;
271}
272
273.data_company{
274 font-size: 10;
275}
276
277
278pre {
279 font-size: 6pt;
280 font-family: helvetica;
281 white-space: pre-wrap;
282 white-space: -moz-pre-wrap !important;
283 white-space: -pre-wrap;
284 white-space: -o-pre-wrap;
285 word-wrap: break-word; }
286
287
288.pre_description {
289 font-size: 7pt;
290 font-family: helvetica;
291 white-space: pre-wrap;
292 white-space: -moz-pre-wrap !important;
293 white-space: -pre-wrap;
294 white-space: -o-pre-wrap;
295 word-wrap: break-word; }
296
297hr{
298 width:95%;
299 color:lightgrey;
300}
301
302td{
303 font-size:10;
304}
305
306.td_without_bottom{
307 border-bottom: 1px solid #FFFFFF;
308}
309
310.td_amount{
311 text-align:right
312}
313
314.td_center {
315text-align: center; }
316
317.td_bold {
318font-weight: bold; }
319
320.th_widht {
321 widht: 33%; }
322
323.td_condiciones{
324 font-size:6;
325}
326
327table.fixed {
328table-layout:fixed;
329width:33%;
330word-break:break-all;
331}
332
333td.total_td {
334border-top: solid 1.5px #A41D35;
335font-size: 8;
336padding-right: 2px;
337padding-left: 2px;
338font-weight: bold;
339color: black; }
340
341td.sub_total_td {
342border-top: solid 1.5px #A41D35;
343font-size: 8;
344padding-right: 2px;
345padding-left: 2px;
346color: black; }
347
348.td_vertical_middle {
349 vertical-align: middle; }
350
351.ITEMSTITLELEFT {
352 text-align: left;
353 font-family: Helvetica-Bold;
354 font-size: 10;
355 color: white;
356 }
357
358.ITEMSTITLERIGHT {
359 text-align: right;
360 font-family: Helvetica-Bold;
361 font-size: 10;
362 color: white;
363 }
364
365.ITEMSLEFT {
366 text-align: LEFT;
367 font-family: Helvetica-Bold;
368 font-size: 9;
369 color: black;
370 }
371
372.ITEMSRIGHT {
373 text-align: right;
374 font-family: Helvetica-Bold;
375 font-size: 9;
376 color: black;
377 }
378
379.CUSTOMERNAME {
380 text-align: right;
381 font-family: Helvetica-Oblique;
382 font-size: 8;
383 color: black;
384 leading: 12;
385 spaceBefore: 3;
386 }
387
388.CUSTOMERTEXT {
389 text-align: left;
390 font-family: Times-BoldItalic;
391 font-size: 8;
392 color: black;
393 }
394
395
396]]> </field>
397 <field name="name">Supplier Aging Report Webkit</field>
398 </record>
399
400 </data>
401</openerp>
0402
=== added file 'aging_due_report/data/supplier_detail_due_webkit_header.xml'
--- aging_due_report/data/supplier_detail_due_webkit_header.xml 1970-01-01 00:00:00 +0000
+++ aging_due_report/data/supplier_detail_due_webkit_header.xml 2014-08-17 06:47:16 +0000
@@ -0,0 +1,413 @@
1<?xml version="1.0" ?>
2<openerp>
3 <data noupdate="0">
4 <record id="ir_header_webkit_supplier_detail_due_report" model="ir.header_webkit">
5 <field name="footer_html"><![CDATA[<!DOCTYPE>
6 <html>
7 <head>
8 <meta content="text/html; charset=UTF-8" http-equiv="content-type"/>
9 <script>
10 function subst() {
11 var vars={};
12 var x=document.location.search.substring(1).split('&');
13 for(var i in x) {var z=x[i].split('=',2);vars[z[0]] = unescape(z[1]);}
14 var x=['frompage','topage','page','webpage','section','subsection','subsubsection'];
15 for(var i in x) {
16 var y = document.getElementsByClassName(x[i]);
17 for(var j=0; j<y.length; ++j) y[j].textContent = vars[x[i]];
18 }
19 }
20 </script>
21 </head>
22 <body style="border:0; margin: 0;" onload="subst()">
23 <table style="border-top: 1px solid black; width: 100%">
24 <tr >
25 <td style="text-align:left;font-size:7;" width="50%">Generado con software libre en OpenERP y Webkit por http://www.vauxoo.com</td>
26 <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>
27 </tr>
28 </table>
29 </body>
30 </html>]]>
31 </field>
32 <field name="orientation">Portrait</field>
33 <field name="format">Letter</field>
34 <field name="html"><![CDATA[<!DOCTYPE>
35 <html>
36 <head>
37 <meta content="text/html; charset=UTF-8" http-equiv="content-type"/>
38 <script>
39 function subst() {
40 var vars={};
41 var x=document.location.search.substring(1).split('&');
42 for(var i in x) {var z=x[i].split('=',2);vars[z[0]] = unescape(z[1]);}
43 var x=['frompage','topage','page','webpage','section','subsection','subsubsection'];
44 for(var i in x) {
45 var y = document.getElementsByClassName(x[i]);
46 for(var j=0; j<y.length; ++j) y[j].textContent = vars[x[i]];
47 }
48 }
49 </script>
50 <style type="text/css">
51 ${css}
52 </style>
53 </head>
54 <body style="border:0; margin: 0;" onload="subst()">
55 ${_debug or ''|n} </body>
56 </html>]]>
57 </field>
58 <field eval="0.0" name="margin_top"/>
59 <field name="css" ><![CDATA[
60.table_all_border {
61 border-collapse: collapse;
62 width: 100%;
63 border: 1px solid #1A1A1A; }
64 .table_all_border > thead > tr > th,
65 .table_all_border > thead > tr > td,
66 .table_all_border > tbody > tr > th,
67 .table_all_border > tbody > tr > td,
68 .table_all_border > tfoot > tr > th,
69 .table_all_border > tfoot > tr > td {
70 border: 1px solid #1A1A1A; }
71 .table_all_border > thead > tr > th,
72 .table_all_border > thead > tr > td {
73 border-bottom-width: 1px solid #1A1A1A; }
74
75.table_title_bg_color {
76 border-collapse: collapse; }
77 .table_title_bg_color > thead > tr > th,
78 .table_title_bg_color > tbody > tr > th,
79 .table_title_bg_color > tfoot > tr > th {
80 /*border-bottom: 1px solid #1A1A1A;
81 border-top: 1px solid #1A1A1A;*/
82 border: 0.5px solid #FFFFFF;
83 background-color: #A41D35;
84 font-size: 8;
85 color: white; }
86
87.table_title {
88 border-collapse: collapse;
89 width: 100%; }
90 .table_title > thead > tr > th,
91 .table_title > tbody > tr > th,
92 .table_title > tfoot > tr > th {
93 border-bottom: 2px solid #1A1A1A;
94 font-size: 8;
95 color: white; }
96
97.table_row_border {
98 border-collapse: collapse;
99 width: 100%; }
100 .table_row_border > thead > tr > th,
101 .table_row_border > thead > tr > td,
102 .table_row_border > tbody > tr > th,
103 .table_row_border > tbody > tr > td,
104 .table_row_border > tfoot > tr > th,
105 .table_row_border > tfoot > tr > td {
106 border-bottom: 1px solid #1A1A1A; }
107 .table_row_border > thead > tr > th,
108 .table_row_border > thead > tr > td {
109 border-bottom-width: 1px; }
110
111.table_column_border {
112 border-collapse: collapse;
113 }
114 .table_column_border > thead > tr > td,
115 .table_column_border > tbody > tr > td,
116 .table_column_border > tfoot > tr > td {
117 border: 1px solid #1A1A1A;
118 border-width: 0 1px; }
119 .table_column_border > thead > tr > td:first-child, .table_column_border > thead > tr td + td,
120 .table_column_border > tbody > tr > td:first-child,
121 .table_column_border > tbody > tr td + td,
122 .table_column_border > tfoot > tr > td:first-child,
123 .table_column_border > tfoot > tr td + td {
124 border-left: 0; }
125 .table_column_border > thead > tr > td:last-child,
126 .table_column_border > tbody > tr > td:last-child,
127 .table_column_border > tfoot > tr > td:last-child {
128 padding-right: 0;
129 border-right: 0; }
130
131.table_alter_color_row {
132 border-collapse: collapse; }
133 .table_alter_color_row > tbody > tr:nth-child(2n+1) > td {
134 background-color: white ; }
135 .table_alter_color_row > tbody > tr:nth-child(2n+2) > td {
136 background-color: white; }
137
138.table_alter_color_column {
139 border-collapse: collapse;
140 width: 100%; }
141 .table_alter_color_column > tbody
142 > tr
143 > td:nth-child(2n+1) {
144 background-color: gainsboro; }
145 .table_alter_color_column > tbody
146 > tr
147 > td:nth-child(2n+2) {
148 background-color: whitesmoke; }
149
150.table_only_border_top {
151 border-collapse: collapse;
152 width: 100%; }
153 .table_only_border_top > tbody
154 > tr {
155 border-top: 1px solid #1A1A1A; }
156
157.table_only_border_bottom {
158 border-collapse: collapse;
159 width: 100%; }
160 .table_only_border_bottom > tbody
161 > tr {
162 border-bottom: 1px solid #1A1A1A; }
163
164.panel {
165 padding: 8px 8px;
166 background-color: #5bc0de; }
167
168.panel_radius_color {
169 border: 2px solid #1A1A1A;
170 border-radius: 15px;
171 padding: 8px 8px; }
172
173.panel_radius_trans {
174 border: 2px solid transparent;
175 border-radius: 15px;
176 padding: 8px 8px; }
177
178.panel_bg_color {
179 padding: 8px 8px;
180 background: #1A1A1A; }
181
182.panel_bg_color_title {
183 padding: 8px 8px;
184 background: #1A1A1A;
185 color: white;
186 font-size: 9;
187 font-family: "Helvetica Neue", Helvetica, Arial, sans_serif; }
188
189.panel_box_shadow {
190 box-shadow: 5px 5px 10px #1A1A1A; }
191
192.panel_border_radius_top {
193 border-top-right-radius: 15px;
194 border-top-left-radius: 15px;
195 border: 2px solid #1A1A1A;
196 padding: 5px; }
197
198.panel_radius_top {
199 border-top-right-radius: 15px;
200 border-top-left-radius: 15px;
201 padding: 5px; }
202
203.panel_border_radius_top_right {
204 border-top-right-radius: 15px;
205 border: 2px solid #1A1A1A;
206 padding: 5px; }
207
208.panel_border_radius_top_left {
209 border-top-left-radius: 15px;
210 border: 2px solid #1A1A1A;
211 padding: 5px; }
212
213.panel_border_radius_bottom {
214 border-bottom-right-radius: 15px;
215 border-bottom-left-radius: 15px;
216 border: 2px solid #1A1A1A;
217 padding: 5px; }
218
219.panel_radius_bottom {
220 border-bottom-right-radius: 15px;
221 border-bottom-left-radius: 15px;
222 padding: 5px; }
223
224.panel_border_radius_bottom_right {
225 border-bottom-right-radius: 15px;
226 border: 2px solid #1A1A1A;
227 padding: 5px; }
228
229.panel_border_radius_bottom_left {
230 border-bottom-left-radius: 15px;
231 border: 2px solid #1A1A1A;
232 padding: 5px; }
233
234body {
235 color: black;
236 font-family: "Helvetica Neue", Helvetica, Arial, sans_serif, Times-BoldItalic, Helvetica-Bold, Helvetica-Oblique;
237 font-size: 8;
238 margin: 0;
239 padding: 0;
240 height: 100%;
241 line-height: 12px; }
242
243table.basic_table {
244 border-collapse: collapse;
245 width: 100%; }
246
247.imagen_company {
248 vertical-align: top;
249 width: 35%; }
250
251.data_emitter {
252 vertical-align: top;
253 color: black;
254 text-align: right;
255 font-size: 7; }
256
257.data_customer {
258 vertical-align: top;
259 color: black;
260 text-align: left;
261 font-size: 7; }
262
263th {
264 padding-right: 2px;
265 padding-left: 2px;
266 text-align: center;
267 font-size: 7; }
268
269strong{
270 font-size: 12;
271 font-weight: bold;
272}
273
274.data_company{
275 font-size: 10;
276}
277
278
279pre {
280 font-size: 6pt;
281 font-family: helvetica;
282 white-space: pre-wrap;
283 white-space: -moz-pre-wrap !important;
284 white-space: -pre-wrap;
285 white-space: -o-pre-wrap;
286 word-wrap: break-word; }
287
288
289.pre_description {
290 font-size: 7pt;
291 font-family: helvetica;
292 white-space: pre-wrap;
293 white-space: -moz-pre-wrap !important;
294 white-space: -pre-wrap;
295 white-space: -o-pre-wrap;
296 word-wrap: break-word; }
297
298hr{
299 width:95%;
300 color:lightgrey;
301}
302
303td{
304 font-size:7;
305}
306
307.td_without_bottom{
308 border-bottom: 1px solid #FFFFFF;
309}
310
311.td_amount{
312 text-align:right
313}
314
315.td_center {
316text-align: center; }
317
318.td_bold {
319font-weight: bold; }
320
321.th_widht {
322 widht: 33%; }
323
324.td_condiciones{
325 font-size:6;
326}
327
328table.fixed {
329table-layout:fixed;
330width:33%;
331word-break:break-all;
332}
333
334td.total_td {
335border-top: solid 1.5px #A41D35;
336font-size: 8;
337padding-right: 2px;
338padding-left: 2px;
339font-weight: bold;
340color: black; }
341
342td.sub_total_td {
343border-top: solid 1.5px #A41D35;
344font-size: 8;
345padding-right: 2px;
346padding-left: 2px;
347color: black; }
348
349.td_vertical_middle {
350 vertical-align: middle; }
351
352.ITEMSTITLELEFT {
353 text-align: left;
354 font-family: Helvetica-Bold;
355 font-size: 9;
356 color: white;
357 }
358
359.ITEMSTITLERIGHT {
360 text-align: right;
361 font-family: Helvetica-Bold;
362 font-size: 9;
363 color: white;
364 }
365
366.ITEMSLEFT {
367 text-align: LEFT;
368 font-family: Helvetica-Bold;
369 font-size: 8;
370 color: black;
371 border-color: white;
372 }
373
374.ITEMSRIGHT {
375 text-align: right;
376 font-family: Helvetica-Bold;
377 font-size: 8;
378 color: black;
379 border-color: white;
380 }
381
382.CUSTOMERNAME {
383 text-align: right;
384 font-family: Helvetica-Oblique;
385 font-size: 12;
386 color: black;
387 }
388
389.CUSTOMERTEXT {
390 text-align: left;
391 font-family: Times-BoldItalic;
392 font-size: 12;
393 color: black;
394 }
395
396.CUSTOMERCENTER {
397 text-align: center;
398 font-family: Times-BoldItalic;
399 font-size: 10;
400 color: black;
401 }
402
403.ITEMBOLD{
404 background-color: lightgrey;
405 font-weight: bold;
406}
407
408]]> </field>
409 <field name="name">Supplier Detail Report Webkit</field>
410 </record>
411
412 </data>
413</openerp>
0414
=== added file 'aging_due_report/data/supplier_formal_due_webkit_header.xml'
--- aging_due_report/data/supplier_formal_due_webkit_header.xml 1970-01-01 00:00:00 +0000
+++ aging_due_report/data/supplier_formal_due_webkit_header.xml 2014-08-17 06:47:16 +0000
@@ -0,0 +1,414 @@
1<?xml version="1.0" ?>
2<openerp>
3 <data noupdate="0">
4 <record id="ir_header_webkit_supplier_formal_due_report" model="ir.header_webkit">
5 <field name="footer_html"><![CDATA[<!DOCTYPE>
6 <html>
7 <head>
8 <meta content="text/html; charset=UTF-8" http-equiv="content-type"/>
9 <script>
10 function subst() {
11 var vars={};
12 var x=document.location.search.substring(1).split('&');
13 for(var i in x) {var z=x[i].split('=',2);vars[z[0]] = unescape(z[1]);}
14 var x=['frompage','topage','page','webpage','section','subsection','subsubsection'];
15 for(var i in x) {
16 var y = document.getElementsByClassName(x[i]);
17 for(var j=0; j<y.length; ++j) y[j].textContent = vars[x[i]];
18 }
19 }
20 </script>
21 </head>
22 <body style="border:0; margin: 0;" onload="subst()">
23 <table style="border-top: 1px solid black; width: 100%">
24 <tr >
25 <td style="text-align:left;font-size:7;" width="50%">Generado con software libre en OpenERP y Webkit por http://www.vauxoo.com</td>
26 <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>
27 </tr>
28 </table>
29 </body>
30 </html>]]>
31 </field>
32 <field name="orientation">Portrait</field>
33 <field name="format">Letter</field>
34 <field name="html"><![CDATA[<!DOCTYPE>
35 <html>
36 <head>
37 <meta content="text/html; charset=UTF-8" http-equiv="content-type"/>
38 <script>
39 function subst() {
40 var vars={};
41 var x=document.location.search.substring(1).split('&');
42 for(var i in x) {var z=x[i].split('=',2);vars[z[0]] = unescape(z[1]);}
43 var x=['frompage','topage','page','webpage','section','subsection','subsubsection'];
44 for(var i in x) {
45 var y = document.getElementsByClassName(x[i]);
46 for(var j=0; j<y.length; ++j) y[j].textContent = vars[x[i]];
47 }
48 }
49 </script>
50 <style type="text/css">
51 ${css}
52 </style>
53 </head>
54 <body style="border:0; margin: 0;" onload="subst()">
55 ${_debug or ''|n} </body>
56 </html>]]>
57 </field>
58 <field eval="0.0" name="margin_top"/>
59 <field name="css" ><![CDATA[
60.table_all_border {
61 border-collapse: collapse;
62 width: 100%;
63 border: 1px solid #1A1A1A; }
64 .table_all_border > thead > tr > th,
65 .table_all_border > thead > tr > td,
66 .table_all_border > tbody > tr > th,
67 .table_all_border > tbody > tr > td,
68 .table_all_border > tfoot > tr > th,
69 .table_all_border > tfoot > tr > td {
70 border: 1px solid #1A1A1A; }
71 .table_all_border > thead > tr > th,
72 .table_all_border > thead > tr > td {
73 border-bottom-width: 1px solid #1A1A1A; }
74
75.table_title_bg_color {
76 border-collapse: collapse; }
77 .table_title_bg_color > thead > tr > th,
78 .table_title_bg_color > tbody > tr > th,
79 .table_title_bg_color > tfoot > tr > th {
80 border-bottom: 1px solid #1A1A1A;
81 border-top: 1px solid #1A1A1A;
82 background-color: #A41D35;
83 font-size: 10;
84 color: white; }
85
86.table_title {
87 border-collapse: collapse;
88 width: 100%; }
89 .table_title > thead > tr > th,
90 .table_title > tbody > tr > th,
91 .table_title > tfoot > tr > th {
92 border-bottom: 2px solid #1A1A1A;
93 font-size: 10;
94 color: white; }
95
96.table_row_border {
97 border-collapse: collapse;
98 width: 100%; }
99 .table_row_border > thead > tr > th,
100 .table_row_border > thead > tr > td,
101 .table_row_border > tbody > tr > th,
102 .table_row_border > tbody > tr > td,
103 .table_row_border > tfoot > tr > th,
104 .table_row_border > tfoot > tr > td {
105 border-bottom: 1px solid #1A1A1A; }
106 .table_row_border > thead > tr > th,
107 .table_row_border > thead > tr > td {
108 border-bottom-width: 1px; }
109
110.table_column_border {
111 border-collapse: collapse;
112 }
113 .table_column_border > thead > tr > td,
114 .table_column_border > tbody > tr > td,
115 .table_column_border > tfoot > tr > td {
116 border: 1px solid #1A1A1A;
117 border-width: 0 1px; }
118 .table_column_border > thead > tr > td:first-child, .table_column_border > thead > tr td + td,
119 .table_column_border > tbody > tr > td:first-child,
120 .table_column_border > tbody > tr td + td,
121 .table_column_border > tfoot > tr > td:first-child,
122 .table_column_border > tfoot > tr td + td {
123 border-left: 0; }
124 .table_column_border > thead > tr > td:last-child,
125 .table_column_border > tbody > tr > td:last-child,
126 .table_column_border > tfoot > tr > td:last-child {
127 padding-right: 0;
128 border-right: 0; }
129
130.table_alter_color_row {
131 border-collapse: collapse; }
132 .table_alter_color_row > tbody > tr:nth-child(2n+1) > td {
133 background-color: white ; }
134 .table_alter_color_row > tbody > tr:nth-child(2n+2) > td {
135 background-color: white; }
136
137.table_alter_color_column {
138 border-collapse: collapse;
139 width: 100%; }
140 .table_alter_color_column > tbody
141 > tr
142 > td:nth-child(2n+1) {
143 background-color: gainsboro; }
144 .table_alter_color_column > tbody
145 > tr
146 > td:nth-child(2n+2) {
147 background-color: whitesmoke; }
148
149.table_only_border_top {
150 border-collapse: collapse;
151 width: 100%; }
152 .table_only_border_top > tbody
153 > tr {
154 border-top: 1px solid #1A1A1A; }
155
156.table_only_border_bottom {
157 border-collapse: collapse;
158 width: 100%; }
159 .table_only_border_bottom > tbody
160 > tr {
161 border-bottom: 1px solid #1A1A1A; }
162
163.panel {
164 padding: 8px 8px;
165 background-color: #5bc0de; }
166
167.panel_radius_color {
168 border: 2px solid #1A1A1A;
169 border-radius: 15px;
170 padding: 8px 8px; }
171
172.panel_radius_trans {
173 border: 2px solid transparent;
174 border-radius: 15px;
175 padding: 8px 8px; }
176
177.panel_bg_color {
178 padding: 8px 8px;
179 background: #1A1A1A; }
180
181.panel_bg_color_title {
182 padding: 8px 8px;
183 background: #1A1A1A;
184 color: white;
185 font-size: 10;
186 font-family: "Helvetica Neue", Helvetica, Arial, sans_serif, Times-BoldItalic, Helvetica-Oblique; }
187
188.panel_box_shadow {
189 box-shadow: 5px 5px 10px #1A1A1A; }
190
191.panel_border_radius_top {
192 border-top-right-radius: 15px;
193 border-top-left-radius: 15px;
194 border: 2px solid #1A1A1A;
195 padding: 5px; }
196
197.panel_radius_top {
198 border-top-right-radius: 15px;
199 border-top-left-radius: 15px;
200 padding: 5px; }
201
202.panel_border_radius_top_right {
203 border-top-right-radius: 15px;
204 border: 2px solid #1A1A1A;
205 padding: 5px; }
206
207.panel_border_radius_top_left {
208 border-top-left-radius: 15px;
209 border: 2px solid #1A1A1A;
210 padding: 5px; }
211
212.panel_border_radius_bottom {
213 border-bottom-right-radius: 15px;
214 border-bottom-left-radius: 15px;
215 border: 2px solid #1A1A1A;
216 padding: 5px; }
217
218.panel_radius_bottom {
219 border-bottom-right-radius: 15px;
220 border-bottom-left-radius: 15px;
221 padding: 5px; }
222
223.panel_border_radius_bottom_right {
224 border-bottom-right-radius: 15px;
225 border: 2px solid #1A1A1A;
226 padding: 5px; }
227
228.panel_border_radius_bottom_left {
229 border-bottom-left-radius: 15px;
230 border: 2px solid #1A1A1A;
231 padding: 5px; }
232
233body {
234 color: black;
235 font-family: "Helvetica Neue", Helvetica, Arial, sans_serif, Times-BoldItalic, Helvetica-Bold, Helvetica-Oblique;
236 font-size: 8;
237 margin: 0;
238 padding: 0;
239 height: 100%;
240 line-height: 12px; }
241
242table.basic_table {
243 border-collapse: collapse;
244 width: 100%; }
245
246.imagen_company {
247 vertical-align: top;
248 width: 35%; }
249
250.data_emitter {
251 vertical-align: top;
252 color: black;
253 text-align: right;
254 font-size: 7; }
255
256.data_customer {
257 vertical-align: top;
258 color: black;
259 text-align: left;
260 font-size: 7; }
261
262th {
263 padding-right: 2px;
264 padding-left: 2px;
265 text-align: center;
266 font-size: 7; }
267
268strong{
269 font-size: 12;
270 font-weight: bold;
271}
272
273.data_company{
274 font-size: 10;
275}
276
277
278pre {
279 font-size: 6pt;
280 font-family: helvetica;
281 white-space: pre-wrap;
282 white-space: -moz-pre-wrap !important;
283 white-space: -pre-wrap;
284 white-space: -o-pre-wrap;
285 word-wrap: break-word; }
286
287
288.pre_description {
289 font-size: 7pt;
290 font-family: helvetica;
291 white-space: pre-wrap;
292 white-space: -moz-pre-wrap !important;
293 white-space: -pre-wrap;
294 white-space: -o-pre-wrap;
295 word-wrap: break-word; }
296
297hr{
298 width:95%;
299 color:lightgrey;
300}
301
302td{
303 font-size:7;
304}
305
306.td_without_bottom{
307 border-bottom: 1px solid #FFFFFF;
308}
309
310.td_amount{
311 text-align:right
312}
313
314.td_center {
315text-align: center; }
316
317.td_bold {
318font-weight: bold; }
319
320.th_widht {
321 widht: 33%; }
322
323.td_condiciones{
324 font-size:6;
325}
326
327table.fixed {
328table-layout:fixed;
329width:33%;
330word-break:break-all;
331}
332
333td.total_td {
334border-top: solid 1.5px #A41D35;
335font-size: 8;
336padding-right: 2px;
337padding-left: 2px;
338font-weight: bold;
339color: black; }
340
341td.sub_total_td {
342border-top: solid 1.5px #A41D35;
343font-size: 8;
344padding-right: 2px;
345padding-left: 2px;
346color: black; }
347
348.td_vertical_middle {
349 vertical-align: middle; }
350
351.ITEMSTITLELEFT {
352 text-align: left;
353 font-family: Helvetica-Bold;
354 font-size: 8;
355 color: white;
356 }
357
358.ITEMSTITLERIGHT {
359 text-align: right;
360 font-family: Helvetica-Bold;
361 font-size: 8;
362 color: white;
363 }
364
365.ITEMSLEFT {
366 text-align: LEFT;
367 font-family: Helvetica-Bold;
368 font-size: 8;
369 color: black;
370 border-color: white;
371 }
372
373.ITEMSRIGHT {
374 text-align: right;
375 font-family: Helvetica-Bold;
376 font-size: 8;
377 color: black;
378 border-color: white;
379 }
380
381.CUSTOMERNAME {
382 text-align: right;
383 font-family: Helvetica-Oblique;
384 font-size: 8pt;
385 color: black;
386 font-weight: bold;
387 }
388
389.CUSTOMERTEXT {
390 text-align: left;
391 font-family: Times-BoldItalic;
392 font-size: 10;
393 color: black;
394 }
395
396.CUSTOMERCENTER {
397 text-align: center;
398 font-family: Times-BoldItalic;
399 font-size: 8pt;
400 color: black;
401 }
402
403 .CUSTOMEROTHER {
404 text-align: right;
405 font-family: Helvetica-Oblique;
406 font-size: 8pt;
407 color: black;
408 }
409]]> </field>
410 <field name="name">Supplier Formal Report Webkit</field>
411 </record>
412
413 </data>
414</openerp>
0415
=== modified file 'aging_due_report/i18n/es.po'
--- aging_due_report/i18n/es.po 2014-08-09 05:43:24 +0000
+++ aging_due_report/i18n/es.po 2014-08-17 06:47:16 +0000
@@ -6,229 +6,488 @@
6msgstr ""6msgstr ""
7"Project-Id-Version: OpenERP Server 7.0\n"7"Project-Id-Version: OpenERP Server 7.0\n"
8"Report-Msgid-Bugs-To: \n"8"Report-Msgid-Bugs-To: \n"
9"POT-Creation-Date: 2013-11-07 01:12+0000\n"9"POT-Creation-Date: 2014-08-08 23:51+0000\n"
10"PO-Revision-Date: 2013-11-07 03:28+0000\n"10"PO-Revision-Date: 2014-08-08 23:51+0000\n"
11"Last-Translator: <>\n"11"Last-Translator: <>\n"
12"Language-Team: \n"12"Language-Team: \n"
13"MIME-Version: 1.0\n"13"MIME-Version: 1.0\n"
14"Content-Type: text/plain; charset=UTF-8\n"14"Content-Type: text/plain; charset=UTF-8\n"
15"Content-Transfer-Encoding: 8bit\n"15"Content-Transfer-Encoding: \n"
16"X-Launchpad-Export-Date: 2014-08-09 05:42+0000\n"16"Plural-Forms: \n"
17"X-Generator: Launchpad (build 17156)\n"17
1818#. module: aging_due_report
19#. module: aging_due_report19#: report:addons/aging_due_report/report/supplier_aging_due_report_html.mako:34
20msgid "TOT./AP"
21msgstr "TOT./AP"
22
23#. module: aging_due_report
24#: report:addons/aging_due_report/report/detail_due_report_html.mako:67
25#: report:addons/aging_due_report/report/detail_due_report_html.mako:83
26#: report:detail_due_report:0
27#: report:supplier_detail_due_report:0
28msgid "TOTAL"
29msgstr "TOTAL"
30
31#. module: aging_due_report
32#: report:addons/aging_due_report/report/aging_due_report_html.mako:35
33msgid "TOT./AR"
34msgstr "TOT./AR"
35
36#. module: aging_due_report
37#: report:addons/aging_due_report/report/formal_due_report_html.mako:98
38#: report:addons/aging_due_report/report/supplier_formal_due_report_html.mako:100
20#: report:formal_due_report:039#: report:formal_due_report:0
21msgid "Atentamente,"40#: report:supplier_formal_due_report:0
22msgstr ""41msgid "Best Regards,"
42msgstr "Atentamente,"
2343
24#. module: aging_due_report44#. module: aging_due_report
45#: report:addons/aging_due_report/report/detail_due_report_html.mako:41
46#: report:addons/aging_due_report/report/supplier_detail_due_report_html.mako:41
25#: report:detail_due_report:047#: report:detail_due_report:0
26msgid "RET.IVA."48#: report:supplier_detail_due_report:0
27msgstr ""49msgid "TOT/INV."
50msgstr "TOT/INV."
2851
29#. module: aging_due_report52#. module: aging_due_report
30#: report:aging_due_report:053#: report:aging_due_report:0
31msgid "31-60 DIAS"54msgid "TOT./AR ("
32msgstr ""55msgstr "TOT./AR ("
3356
34#. module: aging_due_report57#. module: aging_due_report
35#: report:formal_due_report:058#: report:addons/aging_due_report/report/supplier_detail_due_report_html.mako:18
36msgid "C: N/CRED."59#: model:ir.actions.report.xml,name:aging_due_report.supplier_detail_due_report
37msgstr ""60msgid "Supplier Detail Report of Debts"
3861msgstr "Reporte Detallado de Deudas de Proveedores"
39#. module: aging_due_report62
40#: report:formal_due_report:063#. module: aging_due_report
64#: report:addons/aging_due_report/report/formal_due_report_html.mako:81
65#: report:addons/aging_due_report/report/supplier_formal_due_report_html.mako:83
66msgid "I: INVOICE"
67msgstr "F: FACTURA"
68
69#. module: aging_due_report
70#: report:addons/aging_due_report/report/aging_due_report_html.mako:30
71#: report:addons/aging_due_report/report/aging_due_report_html.mako:31
72#: report:addons/aging_due_report/report/aging_due_report_html.mako:32
73#: report:addons/aging_due_report/report/aging_due_report_html.mako:33
74#: report:addons/aging_due_report/report/aging_due_report_html.mako:34
75#: report:addons/aging_due_report/report/supplier_aging_due_report_html.mako:29
76#: report:addons/aging_due_report/report/supplier_aging_due_report_html.mako:30
77#: report:addons/aging_due_report/report/supplier_aging_due_report_html.mako:31
78#: report:addons/aging_due_report/report/supplier_aging_due_report_html.mako:32
79#: report:addons/aging_due_report/report/supplier_aging_due_report_html.mako:33
80msgid "DAYS"
81msgstr "DÍAS"
82
83#. module: aging_due_report
84#: report:addons/aging_due_report/report/detail_due_report_html.mako:54
85#: report:addons/aging_due_report/report/formal_due_report_html.mako:58
86#: report:addons/aging_due_report/report/supplier_detail_due_report_html.mako:54
87msgid "%s DAYS"
88msgstr "%s DÍAS"
89
90#. module: aging_due_report
91#: report:addons/aging_due_report/report/detail_due_report_html.mako:43
92#: report:addons/aging_due_report/report/supplier_detail_due_report_html.mako:43
93#: report:detail_due_report:0
94#: report:supplier_detail_due_report:0
95msgid "INCOME WH"
96msgstr "INGRESOS WH"
97
98#. module: aging_due_report
99#: report:addons/aging_due_report/report/formal_due_report_html.mako:47
100#: report:addons/aging_due_report/report/supplier_formal_due_report_html.mako:49
101#: report:formal_due_report:0
102#: report:supplier_formal_due_report:0
41msgid "TOTAL/DOC."103msgid "TOTAL/DOC."
42msgstr ""104msgstr "TOTAL/DOC."
43105
44#. module: aging_due_report106#. module: aging_due_report
45#: report:detail_due_report:0107#: report:aging_due_report:0
46#: report:formal_due_report:0108#: report:supplier_aging_due_report:0
47msgid "F/EMISION"109msgid "31-60 DAYS"
48msgstr ""110msgstr "31-60 DÍAS"
49111
50#. module: aging_due_report112#. module: aging_due_report
51#: report:aging_due_report:0113#: report:addons/aging_due_report/report/detail_due_report_html.mako:36
52msgid "01-30 DIAS"114#: report:addons/aging_due_report/report/formal_due_report_html.mako:42
53msgstr ""115#: report:addons/aging_due_report/report/supplier_detail_due_report_html.mako:36
54116#: report:addons/aging_due_report/report/supplier_formal_due_report_html.mako:44
55#. module: aging_due_report117#: report:detail_due_report:0
56#: report:formal_due_report:0118#: report:formal_due_report:0
57msgid "DOCUMENTO"119#: report:supplier_detail_due_report:0
58msgstr ""120#: report:supplier_formal_due_report:0
59121msgid "EMIS DATE"
60#. module: aging_due_report122msgstr "F/EMISION"
61#: report:aging_due_report:0123
62msgid "EMPRESA"124#. module: aging_due_report
63msgstr ""125#: report:addons/aging_due_report/report/detail_due_report_html.mako:42
64126#: report:addons/aging_due_report/report/supplier_detail_due_report_html.mako:42
65#. module: aging_due_report127#: report:detail_due_report:0
66#: report:formal_due_report:0128#: report:supplier_detail_due_report:0
129msgid "VAT WH"
130msgstr "VAT WH"
131
132#. module: aging_due_report
133#: report:addons/aging_due_report/report/detail_due_report_html.mako:46
134#: report:addons/aging_due_report/report/formal_due_report_html.mako:48
135#: report:detail_due_report:0
136#: report:formal_due_report:0
137msgid "COLLECTS"
138msgstr "ABONOS"
139
140#. module: aging_due_report
141#: report:addons/aging_due_report/report/supplier_formal_due_report_html.mako:35
142msgid "Supplier Financial Statement"
143msgstr "Supplier Financial Statement"
144
145#. module: aging_due_report
146#: model:ir.actions.report.xml,name:aging_due_report.supplier_formal_due_report_html
147msgid "Supplier Formal Report of Debts Webkit"
148msgstr "Reporte Formal de Deudas de Proveedores en Webkit"
149
150#. module: aging_due_report
151#: report:addons/aging_due_report/report/formal_due_report_html.mako:55
152#: report:addons/aging_due_report/report/supplier_formal_due_report_html.mako:57
153msgid "I:"
154msgstr "F:"
155
156#. module: aging_due_report
157#: report:addons/aging_due_report/report/supplier_aging_due_report_html.mako:18
158#: model:ir.actions.report.xml,name:aging_due_report.supplier_aging_due_report
159msgid "Supplier Aging Report of Debts"
160msgstr "Reporte Antiguedad de Deudas de Proveedores"
161
162#. module: aging_due_report
163#: report:addons/aging_due_report/report/detail_due_report_html.mako:37
164#: report:addons/aging_due_report/report/formal_due_report_html.mako:43
165#: report:addons/aging_due_report/report/supplier_detail_due_report_html.mako:37
166#: report:addons/aging_due_report/report/supplier_formal_due_report_html.mako:45
167#: report:detail_due_report:0
168#: report:formal_due_report:0
169#: report:supplier_detail_due_report:0
170#: report:supplier_formal_due_report:0
171msgid "DUE DATE"
172msgstr "F/VENC."
173
174#. module: aging_due_report
175#: report:aging_due_report:0
176#: report:detail_due_report:0
177#: report:supplier_aging_due_report:0
178#: report:supplier_detail_due_report:0
179msgid "/ Page:"
180msgstr "/ Página:"
181
182#. module: aging_due_report
183#: report:aging_due_report:0
184#: report:detail_due_report:0
185#: report:supplier_aging_due_report:0
186#: report:supplier_detail_due_report:0
187msgid "Print Date:"
188msgstr "Fecha Impresión:"
189
190#. module: aging_due_report
191#: model:ir.actions.report.xml,name:aging_due_report.formal_due_report_webkit
192msgid "Customer Formal Report of Debts Webkit"
193msgstr "Reporte Formal de Deudas de Clientes en Webkit"
194
195#. module: aging_due_report
196#: report:addons/aging_due_report/report/detail_due_report_html.mako:40
197#: report:addons/aging_due_report/report/formal_due_report_html.mako:46
198#: report:addons/aging_due_report/report/supplier_detail_due_report_html.mako:40
199#: report:addons/aging_due_report/report/supplier_formal_due_report_html.mako:48
200#: report:detail_due_report:0
201#: report:formal_due_report:0
202#: report:supplier_detail_due_report:0
203#: report:supplier_formal_due_report:0
204msgid "TAX"
205msgstr "IMP."
206
207#. module: aging_due_report
208#: report:supplier_formal_due_report:0
209msgid "DOCUMENT: Supplier Financial Statement"
210msgstr "DOCUMENTO: Estado Financiero del Proveedor"
211
212#. module: aging_due_report
213#: report:addons/aging_due_report/report/formal_due_report_html.mako:68
214#: report:addons/aging_due_report/report/supplier_formal_due_report_html.mako:70
215#: report:formal_due_report:0
216#: report:supplier_formal_due_report:0
67msgid "C:"217msgid "C:"
68msgstr ""218msgstr "C:"
69219
70#. module: aging_due_report220#. module: aging_due_report
71#: report:detail_due_report:0221#: model:ir.actions.report.xml,name:aging_due_report.aging_due_report_webkit
72#: report:formal_due_report:0222msgid "Customer Aging Report of Debts Webkit"
73msgid "SALDO"223msgstr "Reporte Antiguedad de Deudas de Clientes en Webkit"
74msgstr ""224
75225#. module: aging_due_report
76#. module: aging_due_report226#: report:addons/aging_due_report/report/formal_due_report_html.mako:80
77#: report:detail_due_report:0227#: report:addons/aging_due_report/report/supplier_formal_due_report_html.mako:82
78#: report:formal_due_report:0228#: report:formal_due_report:0
79msgid "ABONO"229#: report:supplier_formal_due_report:0
80msgstr ""230msgid "F: INVOICE"
81231msgstr "F: INVOICE"
82#. module: aging_due_report232
83#: report:aging_due_report:0233#. module: aging_due_report
84msgid "RIF"234#: model:ir.actions.report.xml,name:aging_due_report.supplier_detail_due_report_html
85msgstr ""235msgid "Supplier Detail Report of Debts Webkit"
86236msgstr "Reporte Detallado de Deudas de Proveedores en Webkit"
87#. module: aging_due_report237
88#: report:formal_due_report:0238#. module: aging_due_report
89msgid "F: FACTURA"239#: report:addons/aging_due_report/report/supplier_detail_due_report_html.mako:46
90msgstr ""240#: report:addons/aging_due_report/report/supplier_formal_due_report_html.mako:50
91241#: report:supplier_detail_due_report:0
92#. module: aging_due_report242#: report:supplier_formal_due_report:0
93#: report:detail_due_report:0243msgid "PAYMENTS"
94#: report:formal_due_report:0244msgstr "PAGOS"
95msgid "TOTAL"245
96msgstr ""246#. module: aging_due_report
97247#: report:addons/aging_due_report/report/formal_due_report_html.mako:33
98#. module: aging_due_report248msgid "Customer Financial Statement"
99#: report:aging_due_report:0249msgstr "Estado Financiero del Cliente"
100msgid "+ 120 DIAS"250
101msgstr ""251#. module: aging_due_report
102252#: report:addons/aging_due_report/report/formal_due_report_html.mako:84
103#. module: aging_due_report253#: report:addons/aging_due_report/report/supplier_formal_due_report_html.mako:86
104#: report:detail_due_report:0254msgid "TOTAL IN "
105msgid "TOT/FACT."255msgstr "TOTAL EN "
106msgstr ""256
107257#. module: aging_due_report
108#. module: aging_due_report258#: report:addons/aging_due_report/report/aging_due_report_html.mako:27
109#: report:formal_due_report:0259#: report:addons/aging_due_report/report/supplier_aging_due_report_html.mako:26
110msgid "DOCUMENTO: Estado Contable del Cliente"260#: report:aging_due_report:0
111msgstr ""261#: report:supplier_aging_due_report:0
112262msgid "TIN"
113#. module: aging_due_report263msgstr "VAT"
114#: report:detail_due_report:0264
115msgid "RET.MUN."265#. module: aging_due_report
116msgstr ""266#: report:addons/aging_due_report/report/formal_due_report_html.mako:41
117267#: report:addons/aging_due_report/report/supplier_formal_due_report_html.mako:43
118#. module: aging_due_report268#: report:formal_due_report:0
269#: report:supplier_formal_due_report:0
270msgid "DOCUMENT"
271msgstr "DOCUMENTO"
272
273#. module: aging_due_report
274#: report:supplier_aging_due_report:0
275msgid "TOT./AP ("
276msgstr "TOT./AP ("
277
278#. module: aging_due_report
279#: report:addons/aging_due_report/report/detail_due_report_html.mako:45
280#: report:addons/aging_due_report/report/supplier_detail_due_report_html.mako:45
281#: report:detail_due_report:0
282#: report:supplier_detail_due_report:0
283msgid "C/N"
284msgstr "N/C"
285
286#. module: aging_due_report
287#: report:addons/aging_due_report/report/detail_due_report_html.mako:32
288#: report:addons/aging_due_report/report/supplier_detail_due_report_html.mako:32
289msgid "Amounts expressed in"
290msgstr "Montos expresados en"
291
292#. module: aging_due_report
293#: report:addons/aging_due_report/report/formal_due_report_html.mako:96
294#: report:addons/aging_due_report/report/supplier_formal_due_report_html.mako:98
295#: report:formal_due_report:0
296#: report:supplier_formal_due_report:0
297msgid "Without any further reference,"
298msgstr "Sin ningún tipo de referencia,"
299
300#. module: aging_due_report
301#: report:addons/aging_due_report/report/detail_due_report_html.mako:35
302#: report:addons/aging_due_report/report/supplier_detail_due_report_html.mako:35
303#: report:detail_due_report:0
304#: report:supplier_detail_due_report:0
305msgid "INVOICE"
306msgstr "FACTURA"
307
308#. module: aging_due_report
309#: report:aging_due_report:0
310#: report:supplier_aging_due_report:0
311msgid "01-30 DAYS"
312msgstr "01-30 DÍAS"
313
314#. module: aging_due_report
315#: report:addons/aging_due_report/report/detail_due_report_html.mako:38
316#: report:addons/aging_due_report/report/formal_due_report_html.mako:44
317#: report:addons/aging_due_report/report/supplier_detail_due_report_html.mako:38
318#: report:addons/aging_due_report/report/supplier_formal_due_report_html.mako:46
319#: report:detail_due_report:0
320#: report:formal_due_report:0
321#: report:supplier_detail_due_report:0
322#: report:supplier_formal_due_report:0
323msgid "DUE DAYS"
324msgstr "DIAS/VENC."
325
326#. module: aging_due_report
327#: report:addons/aging_due_report/report/detail_due_report_html.mako:83
328#: report:addons/aging_due_report/report/supplier_detail_due_report_html.mako:83
329#: report:detail_due_report:0
330#: report:formal_due_report:0
331#: report:supplier_detail_due_report:0
332#: report:supplier_formal_due_report:0
333msgid "TOTAL IN"
334msgstr "TOTAL EN"
335
336#. module: aging_due_report
337#: report:addons/aging_due_report/report/formal_due_report_html.mako:20
119#: model:ir.actions.report.xml,name:aging_due_report.formal_due_report338#: model:ir.actions.report.xml,name:aging_due_report.formal_due_report
120msgid "Customer Formal Report of Debts"339msgid "Customer Formal Report of Debts"
121msgstr ""340msgstr "Reporte Formal de Deudas de Clientes"
122341
123#. module: aging_due_report342#. module: aging_due_report
124#: report:detail_due_report:0343#: report:aging_due_report:0
125#: report:formal_due_report:0344#: report:supplier_aging_due_report:0
126msgid "F/VENC."345msgid "61-90 DAYS"
127msgstr ""346msgstr "61-90 DÍAS"
128347
129#. module: aging_due_report348#. module: aging_due_report
130#: report:aging_due_report:0349#: report:addons/aging_due_report/report/formal_due_report_html.mako:82
131#: report:detail_due_report:0350#: report:addons/aging_due_report/report/supplier_formal_due_report_html.mako:84
132msgid "Fecha de Impresion:"351#: report:formal_due_report:0
133msgstr ""352#: report:supplier_formal_due_report:0
134353msgid "C: C/N"
135#. module: aging_due_report354msgstr "C: N/C"
136#: report:detail_due_report:0355
137#: report:formal_due_report:0356#. module: aging_due_report
138msgid "DIAS/VENC."357#: report:addons/aging_due_report/report/aging_due_report_html.mako:29
139msgstr ""358#: report:addons/aging_due_report/report/supplier_aging_due_report_html.mako:28
140359#: report:aging_due_report:0
141#. module: aging_due_report360#: report:supplier_aging_due_report:0
142#: report:detail_due_report:0361msgid "NOT DUE"
143msgid "N/C"362msgstr "NO VENCIDO"
144msgstr ""363
145364#. module: aging_due_report
146#. module: aging_due_report365#: report:addons/aging_due_report/report/detail_due_report_html.mako:39
147#: report:formal_due_report:0366#: report:addons/aging_due_report/report/formal_due_report_html.mako:45
148msgid "FECHA:"367#: report:addons/aging_due_report/report/supplier_detail_due_report_html.mako:39
149msgstr ""368#: report:addons/aging_due_report/report/supplier_formal_due_report_html.mako:47
150369#: report:detail_due_report:0
151#. module: aging_due_report370#: report:formal_due_report:0
152#: report:detail_due_report:0371#: report:supplier_detail_due_report:0
153msgid "TOTAL ESTE REPORTE"372#: report:supplier_formal_due_report:0
154msgstr ""373msgid "BASE"
155374msgstr "BASE"
156#. module: aging_due_report375
157#: report:detail_due_report:0376#. module: aging_due_report
158msgid "RET.ISLR."377#: report:addons/aging_due_report/report/detail_due_report_html.mako:32
159msgstr ""378#: report:addons/aging_due_report/report/supplier_detail_due_report_html.mako:34
160379msgid "Amounts expressed in"
161#. module: aging_due_report380msgstr "Montos expresados en"
162#: report:aging_due_report:0381
163msgid "NO VENCIDO"382#. module: aging_due_report
164msgstr ""383#: report:addons/aging_due_report/report/detail_due_report_html.mako:47
165384#: report:addons/aging_due_report/report/formal_due_report_html.mako:49
166#. module: aging_due_report385#: report:addons/aging_due_report/report/supplier_detail_due_report_html.mako:47
167#: report:aging_due_report:0386#: report:addons/aging_due_report/report/supplier_formal_due_report_html.mako:51
168msgid "TOT./COBRAR"387#: report:detail_due_report:0
169msgstr ""388#: report:formal_due_report:0
170389#: report:supplier_detail_due_report:0
171#. module: aging_due_report390#: report:supplier_formal_due_report:0
172#: report:formal_due_report:0391msgid "BALANCE"
173msgid "Sin mas a que hacer referencia,"392msgstr "BALANCE"
174msgstr ""393
175394#. module: aging_due_report
176#. module: aging_due_report395#: report:addons/aging_due_report/report/detail_due_report_html.mako:54
177#: report:detail_due_report:0396#: report:addons/aging_due_report/report/formal_due_report_html.mako:58
178#: report:formal_due_report:0397#: report:addons/aging_due_report/report/supplier_formal_due_report_html.mako:60
179msgid "IMP."398msgid "0 DAYS"
180msgstr ""399msgstr "0 DÍAS"
181400
182#. module: aging_due_report401#. module: aging_due_report
183#: report:detail_due_report:0402#: report:addons/aging_due_report/report/supplier_formal_due_report_html.mako:20
184#: report:formal_due_report:0403#: model:ir.actions.report.xml,name:aging_due_report.supplier_formal_due_report
185msgid "BASE IMP."404msgid "Supplier Formal Report of Debts"
186msgstr ""405msgstr "Reporte Formal de Deudas de Proveedores"
187406
188#. module: aging_due_report407#. module: aging_due_report
408#: report:addons/aging_due_report/report/detail_due_report_html.mako:18
189#: model:ir.actions.report.xml,name:aging_due_report.detail_due_report409#: model:ir.actions.report.xml,name:aging_due_report.detail_due_report
190msgid "Customer Detail Report of Debts"410msgid "Customer Detail Report of Debts"
191msgstr ""411msgstr "Reporte Detallado de Deudas de Clientes"
192412
193#. module: aging_due_report413#. module: aging_due_report
194#: report:aging_due_report:0414#: report:formal_due_report:0
195msgid "61-90 DIAS"415msgid "DOCUMENT: Customer Financial Statement"
196msgstr ""416msgstr "DOCUMENTO: Estado Fianciero del Cliente"
197417
198#. module: aging_due_report418#. module: aging_due_report
419#: report:addons/aging_due_report/report/detail_due_report_html.mako:44
420#: report:addons/aging_due_report/report/supplier_detail_due_report_html.mako:44
421#: report:detail_due_report:0
422#: report:supplier_detail_due_report:0
423msgid "MUNI. WH"
424msgstr "MUNI. WH"
425
426#. module: aging_due_report
427#: report:addons/aging_due_report/report/formal_due_report_html.mako:54
428#: report:addons/aging_due_report/report/supplier_formal_due_report_html.mako:56
429#: report:formal_due_report:0
430#: report:supplier_formal_due_report:0
431msgid "F:"
432msgstr "F:"
433
434#. module: aging_due_report
435#: report:formal_due_report:0
436#: report:supplier_formal_due_report:0
437msgid "DATE:"
438msgstr "FECHA:"
439
440#. module: aging_due_report
441#: model:ir.actions.report.xml,name:aging_due_report.detail_due_report_webkit
442msgid "Customer Detail Report of Debts Webkit"
443msgstr "Reporte Detallado de Deudas de Clientes en Webkit"
444
445#. module: aging_due_report
446#: report:addons/aging_due_report/report/aging_due_report_html.mako:18
199#: model:ir.actions.report.xml,name:aging_due_report.aging_due_report447#: model:ir.actions.report.xml,name:aging_due_report.aging_due_report
200msgid "Customer Aging Report of Debts"448msgid "Customer Aging Report of Debts"
201msgstr ""449msgstr "Reporte Antiguedad de Deudas de Clientes"
202450
203#. module: aging_due_report451#. module: aging_due_report
204#: report:detail_due_report:0452#: report:addons/aging_due_report/report/formal_due_report_html.mako:83
205msgid "FACTURA"453#: report:addons/aging_due_report/report/supplier_formal_due_report_html.mako:85
206msgstr ""454#: report:formal_due_report:0
207455#: report:supplier_formal_due_report:0
208#. module: aging_due_report456msgid "D: D/N"
209#: report:aging_due_report:0457msgstr "D: D/N"
210msgid "91-120 DIAS"458
211msgstr ""459#. module: aging_due_report
212460#: report:aging_due_report:0
213#. module: aging_due_report461#: report:supplier_aging_due_report:0
214#: report:formal_due_report:0462msgid "91-120 DAYS"
215msgid "D: N/DEB."463msgstr "91-120 DÍAS"
216msgstr ""464
217465#. module: aging_due_report
218#. module: aging_due_report466#: report:aging_due_report:0
219#: report:aging_due_report:0467#: report:detail_due_report:0
220#: report:detail_due_report:0468#: report:formal_due_report:0
221#: report:formal_due_report:0469#: report:supplier_aging_due_report:0
222msgid "Reporte Impreso en OpenERP con ReportLab"470#: report:supplier_detail_due_report:0
223msgstr ""471#: report:supplier_formal_due_report:0
224472msgid "This report was printed in OpenERP with ReportLab"
225#. module: aging_due_report473msgstr "Este informe fue impreso en OpenERP con ReportLab"
226#: report:aging_due_report:0474
227#: report:detail_due_report:0475#. module: aging_due_report
228msgid "/ Pagina:"476#: report:addons/aging_due_report/report/aging_due_report_html.mako:28
229msgstr ""477#: report:addons/aging_due_report/report/supplier_aging_due_report_html.mako:27
230478#: report:aging_due_report:0
231#. module: aging_due_report479#: report:supplier_aging_due_report:0
232#: report:formal_due_report:0480msgid "PARTNER"
233msgid "F:"481msgstr "EMPRESA"
234msgstr ""482
483#. module: aging_due_report
484#: report:aging_due_report:0
485#: report:supplier_aging_due_report:0
486msgid "+ 120 DAYS"
487msgstr "+ 120 DÍAS"
488
489#. module: aging_due_report
490#: model:ir.actions.report.xml,name:aging_due_report.supplier_aging_due_report_html
491msgid "Supplier Aging Report of Debts Webkit"
492msgstr "Reporte Antiguedad de Deudas de Proveedores en Webkit"
493
235494
=== modified file 'aging_due_report/i18n/es_MX.po'
--- aging_due_report/i18n/es_MX.po 2014-05-09 21:51:34 +0000
+++ aging_due_report/i18n/es_MX.po 2014-08-17 06:47:16 +0000
@@ -6,11 +6,488 @@
6msgstr ""6msgstr ""
7"Project-Id-Version: OpenERP Server 7.0\n"7"Project-Id-Version: OpenERP Server 7.0\n"
8"Report-Msgid-Bugs-To: \n"8"Report-Msgid-Bugs-To: \n"
9"POT-Creation-Date: 2013-05-18 02:53+0000\n"9"POT-Creation-Date: 2014-08-08 23:51+0000\n"
10"PO-Revision-Date: 2013-05-18 02:53+0000\n"10"PO-Revision-Date: 2014-08-08 23:51+0000\n"
11"Last-Translator: <>\n"11"Last-Translator: <>\n"
12"Language-Team: \n"12"Language-Team: \n"
13"MIME-Version: 1.0\n"13"MIME-Version: 1.0\n"
14"Content-Type: text/plain; charset=UTF-8\n"14"Content-Type: text/plain; charset=UTF-8\n"
15"Content-Transfer-Encoding: \n"15"Content-Transfer-Encoding: \n"
16"Plural-Forms: \n"16"Plural-Forms: \n"
17
18#. module: aging_due_report
19#: report:addons/aging_due_report/report/supplier_aging_due_report_html.mako:34
20msgid "TOT./AP"
21msgstr "TOT./AP"
22
23#. module: aging_due_report
24#: report:addons/aging_due_report/report/detail_due_report_html.mako:67
25#: report:addons/aging_due_report/report/detail_due_report_html.mako:83
26#: report:detail_due_report:0
27#: report:supplier_detail_due_report:0
28msgid "TOTAL"
29msgstr "TOTAL"
30
31#. module: aging_due_report
32#: report:addons/aging_due_report/report/aging_due_report_html.mako:35
33msgid "TOT./AR"
34msgstr "TOT./AR"
35
36#. module: aging_due_report
37#: report:addons/aging_due_report/report/formal_due_report_html.mako:98
38#: report:addons/aging_due_report/report/supplier_formal_due_report_html.mako:100
39#: report:formal_due_report:0
40#: report:supplier_formal_due_report:0
41msgid "Best Regards,"
42msgstr "Atentamente,"
43
44#. module: aging_due_report
45#: report:addons/aging_due_report/report/detail_due_report_html.mako:41
46#: report:addons/aging_due_report/report/supplier_detail_due_report_html.mako:41
47#: report:detail_due_report:0
48#: report:supplier_detail_due_report:0
49msgid "TOT/INV."
50msgstr "TOT/INV."
51
52#. module: aging_due_report
53#: report:aging_due_report:0
54msgid "TOT./AR ("
55msgstr "TOT./AR ("
56
57#. module: aging_due_report
58#: report:addons/aging_due_report/report/supplier_detail_due_report_html.mako:18
59#: model:ir.actions.report.xml,name:aging_due_report.supplier_detail_due_report
60msgid "Supplier Detail Report of Debts"
61msgstr "Reporte Detallado de Deudas de Proveedores"
62
63#. module: aging_due_report
64#: report:addons/aging_due_report/report/formal_due_report_html.mako:81
65#: report:addons/aging_due_report/report/supplier_formal_due_report_html.mako:83
66msgid "I: INVOICE"
67msgstr "F: FACTURA"
68
69#. module: aging_due_report
70#: report:addons/aging_due_report/report/aging_due_report_html.mako:30
71#: report:addons/aging_due_report/report/aging_due_report_html.mako:31
72#: report:addons/aging_due_report/report/aging_due_report_html.mako:32
73#: report:addons/aging_due_report/report/aging_due_report_html.mako:33
74#: report:addons/aging_due_report/report/aging_due_report_html.mako:34
75#: report:addons/aging_due_report/report/supplier_aging_due_report_html.mako:29
76#: report:addons/aging_due_report/report/supplier_aging_due_report_html.mako:30
77#: report:addons/aging_due_report/report/supplier_aging_due_report_html.mako:31
78#: report:addons/aging_due_report/report/supplier_aging_due_report_html.mako:32
79#: report:addons/aging_due_report/report/supplier_aging_due_report_html.mako:33
80msgid "DAYS"
81msgstr "DÍAS"
82
83#. module: aging_due_report
84#: report:addons/aging_due_report/report/detail_due_report_html.mako:54
85#: report:addons/aging_due_report/report/formal_due_report_html.mako:58
86#: report:addons/aging_due_report/report/supplier_detail_due_report_html.mako:54
87msgid "%s DAYS"
88msgstr "%s DÍAS"
89
90#. module: aging_due_report
91#: report:addons/aging_due_report/report/detail_due_report_html.mako:43
92#: report:addons/aging_due_report/report/supplier_detail_due_report_html.mako:43
93#: report:detail_due_report:0
94#: report:supplier_detail_due_report:0
95msgid "INCOME WH"
96msgstr "INGRESOS WH"
97
98#. module: aging_due_report
99#: report:addons/aging_due_report/report/formal_due_report_html.mako:47
100#: report:addons/aging_due_report/report/supplier_formal_due_report_html.mako:49
101#: report:formal_due_report:0
102#: report:supplier_formal_due_report:0
103msgid "TOTAL/DOC."
104msgstr "TOTAL/DOC."
105
106#. module: aging_due_report
107#: report:aging_due_report:0
108#: report:supplier_aging_due_report:0
109msgid "31-60 DAYS"
110msgstr "31-60 DÍAS"
111
112#. module: aging_due_report
113#: report:addons/aging_due_report/report/detail_due_report_html.mako:36
114#: report:addons/aging_due_report/report/formal_due_report_html.mako:42
115#: report:addons/aging_due_report/report/supplier_detail_due_report_html.mako:36
116#: report:addons/aging_due_report/report/supplier_formal_due_report_html.mako:44
117#: report:detail_due_report:0
118#: report:formal_due_report:0
119#: report:supplier_detail_due_report:0
120#: report:supplier_formal_due_report:0
121msgid "EMIS DATE"
122msgstr "F/EMISION"
123
124#. module: aging_due_report
125#: report:addons/aging_due_report/report/detail_due_report_html.mako:42
126#: report:addons/aging_due_report/report/supplier_detail_due_report_html.mako:42
127#: report:detail_due_report:0
128#: report:supplier_detail_due_report:0
129msgid "VAT WH"
130msgstr "VAT WH"
131
132#. module: aging_due_report
133#: report:addons/aging_due_report/report/detail_due_report_html.mako:46
134#: report:addons/aging_due_report/report/formal_due_report_html.mako:48
135#: report:detail_due_report:0
136#: report:formal_due_report:0
137msgid "COLLECTS"
138msgstr "ABONOS"
139
140#. module: aging_due_report
141#: report:addons/aging_due_report/report/supplier_formal_due_report_html.mako:35
142msgid "Supplier Financial Statement"
143msgstr "Supplier Financial Statement"
144
145#. module: aging_due_report
146#: model:ir.actions.report.xml,name:aging_due_report.supplier_formal_due_report_html
147msgid "Supplier Formal Report of Debts Webkit"
148msgstr "Reporte Formal de Deudas de Proveedores en Webkit"
149
150#. module: aging_due_report
151#: report:addons/aging_due_report/report/formal_due_report_html.mako:55
152#: report:addons/aging_due_report/report/supplier_formal_due_report_html.mako:57
153msgid "I:"
154msgstr "F:"
155
156#. module: aging_due_report
157#: report:addons/aging_due_report/report/supplier_aging_due_report_html.mako:18
158#: model:ir.actions.report.xml,name:aging_due_report.supplier_aging_due_report
159msgid "Supplier Aging Report of Debts"
160msgstr "Reporte Antiguedad de Deudas de Proveedores"
161
162#. module: aging_due_report
163#: report:addons/aging_due_report/report/detail_due_report_html.mako:37
164#: report:addons/aging_due_report/report/formal_due_report_html.mako:43
165#: report:addons/aging_due_report/report/supplier_detail_due_report_html.mako:37
166#: report:addons/aging_due_report/report/supplier_formal_due_report_html.mako:45
167#: report:detail_due_report:0
168#: report:formal_due_report:0
169#: report:supplier_detail_due_report:0
170#: report:supplier_formal_due_report:0
171msgid "DUE DATE"
172msgstr "F/VENC."
173
174#. module: aging_due_report
175#: report:aging_due_report:0
176#: report:detail_due_report:0
177#: report:supplier_aging_due_report:0
178#: report:supplier_detail_due_report:0
179msgid "/ Page:"
180msgstr "/ Página:"
181
182#. module: aging_due_report
183#: report:aging_due_report:0
184#: report:detail_due_report:0
185#: report:supplier_aging_due_report:0
186#: report:supplier_detail_due_report:0
187msgid "Print Date:"
188msgstr "Fecha Impresión:"
189
190#. module: aging_due_report
191#: model:ir.actions.report.xml,name:aging_due_report.formal_due_report_webkit
192msgid "Customer Formal Report of Debts Webkit"
193msgstr "Reporte Formal de Deudas de Clientes en Webkit"
194
195#. module: aging_due_report
196#: report:addons/aging_due_report/report/detail_due_report_html.mako:40
197#: report:addons/aging_due_report/report/formal_due_report_html.mako:46
198#: report:addons/aging_due_report/report/supplier_detail_due_report_html.mako:40
199#: report:addons/aging_due_report/report/supplier_formal_due_report_html.mako:48
200#: report:detail_due_report:0
201#: report:formal_due_report:0
202#: report:supplier_detail_due_report:0
203#: report:supplier_formal_due_report:0
204msgid "TAX"
205msgstr "IMP."
206
207#. module: aging_due_report
208#: report:supplier_formal_due_report:0
209msgid "DOCUMENT: Supplier Financial Statement"
210msgstr "DOCUMENTO: Estado Financiero del Proveedor"
211
212#. module: aging_due_report
213#: report:addons/aging_due_report/report/formal_due_report_html.mako:68
214#: report:addons/aging_due_report/report/supplier_formal_due_report_html.mako:70
215#: report:formal_due_report:0
216#: report:supplier_formal_due_report:0
217msgid "C:"
218msgstr "C:"
219
220#. module: aging_due_report
221#: model:ir.actions.report.xml,name:aging_due_report.aging_due_report_webkit
222msgid "Customer Aging Report of Debts Webkit"
223msgstr "Reporte Antiguedad de Deudas de Clientes en Webkit"
224
225#. module: aging_due_report
226#: report:addons/aging_due_report/report/formal_due_report_html.mako:80
227#: report:addons/aging_due_report/report/supplier_formal_due_report_html.mako:82
228#: report:formal_due_report:0
229#: report:supplier_formal_due_report:0
230msgid "F: INVOICE"
231msgstr "F: INVOICE"
232
233#. module: aging_due_report
234#: model:ir.actions.report.xml,name:aging_due_report.supplier_detail_due_report_html
235msgid "Supplier Detail Report of Debts Webkit"
236msgstr "Reporte Detallado de Deudas de Proveedores en Webkit"
237
238#. module: aging_due_report
239#: report:addons/aging_due_report/report/supplier_detail_due_report_html.mako:46
240#: report:addons/aging_due_report/report/supplier_formal_due_report_html.mako:50
241#: report:supplier_detail_due_report:0
242#: report:supplier_formal_due_report:0
243msgid "PAYMENTS"
244msgstr "PAGOS"
245
246#. module: aging_due_report
247#: report:addons/aging_due_report/report/formal_due_report_html.mako:33
248msgid "Customer Financial Statement"
249msgstr "Estado Financiero del Cliente"
250
251#. module: aging_due_report
252#: report:addons/aging_due_report/report/formal_due_report_html.mako:84
253#: report:addons/aging_due_report/report/supplier_formal_due_report_html.mako:86
254msgid "TOTAL IN "
255msgstr "TOTAL EN "
256
257#. module: aging_due_report
258#: report:addons/aging_due_report/report/aging_due_report_html.mako:27
259#: report:addons/aging_due_report/report/supplier_aging_due_report_html.mako:26
260#: report:aging_due_report:0
261#: report:supplier_aging_due_report:0
262msgid "TIN"
263msgstr "VAT"
264
265#. module: aging_due_report
266#: report:addons/aging_due_report/report/formal_due_report_html.mako:41
267#: report:addons/aging_due_report/report/supplier_formal_due_report_html.mako:43
268#: report:formal_due_report:0
269#: report:supplier_formal_due_report:0
270msgid "DOCUMENT"
271msgstr "DOCUMENTO"
272
273#. module: aging_due_report
274#: report:supplier_aging_due_report:0
275msgid "TOT./AP ("
276msgstr "TOT./AP ("
277
278#. module: aging_due_report
279#: report:addons/aging_due_report/report/detail_due_report_html.mako:45
280#: report:addons/aging_due_report/report/supplier_detail_due_report_html.mako:45
281#: report:detail_due_report:0
282#: report:supplier_detail_due_report:0
283msgid "C/N"
284msgstr "N/C"
285
286#. module: aging_due_report
287#: report:addons/aging_due_report/report/detail_due_report_html.mako:32
288#: report:addons/aging_due_report/report/supplier_detail_due_report_html.mako:32
289msgid "Amounts expressed in"
290msgstr "Montos expresados en"
291
292#. module: aging_due_report
293#: report:addons/aging_due_report/report/formal_due_report_html.mako:96
294#: report:addons/aging_due_report/report/supplier_formal_due_report_html.mako:98
295#: report:formal_due_report:0
296#: report:supplier_formal_due_report:0
297msgid "Without any further reference,"
298msgstr "Sin ningún tipo de referencia,"
299
300#. module: aging_due_report
301#: report:addons/aging_due_report/report/detail_due_report_html.mako:35
302#: report:addons/aging_due_report/report/supplier_detail_due_report_html.mako:35
303#: report:detail_due_report:0
304#: report:supplier_detail_due_report:0
305msgid "INVOICE"
306msgstr "FACTURA"
307
308#. module: aging_due_report
309#: report:aging_due_report:0
310#: report:supplier_aging_due_report:0
311msgid "01-30 DAYS"
312msgstr "01-30 DÍAS"
313
314#. module: aging_due_report
315#: report:addons/aging_due_report/report/detail_due_report_html.mako:38
316#: report:addons/aging_due_report/report/formal_due_report_html.mako:44
317#: report:addons/aging_due_report/report/supplier_detail_due_report_html.mako:38
318#: report:addons/aging_due_report/report/supplier_formal_due_report_html.mako:46
319#: report:detail_due_report:0
320#: report:formal_due_report:0
321#: report:supplier_detail_due_report:0
322#: report:supplier_formal_due_report:0
323msgid "DUE DAYS"
324msgstr "DIAS/VENC."
325
326#. module: aging_due_report
327#: report:addons/aging_due_report/report/detail_due_report_html.mako:83
328#: report:addons/aging_due_report/report/supplier_detail_due_report_html.mako:83
329#: report:detail_due_report:0
330#: report:formal_due_report:0
331#: report:supplier_detail_due_report:0
332#: report:supplier_formal_due_report:0
333msgid "TOTAL IN"
334msgstr "TOTAL EN"
335
336#. module: aging_due_report
337#: report:addons/aging_due_report/report/formal_due_report_html.mako:20
338#: model:ir.actions.report.xml,name:aging_due_report.formal_due_report
339msgid "Customer Formal Report of Debts"
340msgstr "Reporte Formal de Deudas de Clientes"
341
342#. module: aging_due_report
343#: report:aging_due_report:0
344#: report:supplier_aging_due_report:0
345msgid "61-90 DAYS"
346msgstr "61-90 DÍAS"
347
348#. module: aging_due_report
349#: report:addons/aging_due_report/report/formal_due_report_html.mako:82
350#: report:addons/aging_due_report/report/supplier_formal_due_report_html.mako:84
351#: report:formal_due_report:0
352#: report:supplier_formal_due_report:0
353msgid "C: C/N"
354msgstr "C: N/C"
355
356#. module: aging_due_report
357#: report:addons/aging_due_report/report/aging_due_report_html.mako:29
358#: report:addons/aging_due_report/report/supplier_aging_due_report_html.mako:28
359#: report:aging_due_report:0
360#: report:supplier_aging_due_report:0
361msgid "NOT DUE"
362msgstr "NO VENCIDO"
363
364#. module: aging_due_report
365#: report:addons/aging_due_report/report/detail_due_report_html.mako:39
366#: report:addons/aging_due_report/report/formal_due_report_html.mako:45
367#: report:addons/aging_due_report/report/supplier_detail_due_report_html.mako:39
368#: report:addons/aging_due_report/report/supplier_formal_due_report_html.mako:47
369#: report:detail_due_report:0
370#: report:formal_due_report:0
371#: report:supplier_detail_due_report:0
372#: report:supplier_formal_due_report:0
373msgid "BASE"
374msgstr "BASE"
375
376#. module: aging_due_report
377#: report:addons/aging_due_report/report/detail_due_report_html.mako:32
378#: report:addons/aging_due_report/report/supplier_detail_due_report_html.mako:34
379msgid "Amounts expressed in"
380msgstr "Montos expresados en"
381
382#. module: aging_due_report
383#: report:addons/aging_due_report/report/detail_due_report_html.mako:47
384#: report:addons/aging_due_report/report/formal_due_report_html.mako:49
385#: report:addons/aging_due_report/report/supplier_detail_due_report_html.mako:47
386#: report:addons/aging_due_report/report/supplier_formal_due_report_html.mako:51
387#: report:detail_due_report:0
388#: report:formal_due_report:0
389#: report:supplier_detail_due_report:0
390#: report:supplier_formal_due_report:0
391msgid "BALANCE"
392msgstr "BALANCE"
393
394#. module: aging_due_report
395#: report:addons/aging_due_report/report/detail_due_report_html.mako:54
396#: report:addons/aging_due_report/report/formal_due_report_html.mako:58
397#: report:addons/aging_due_report/report/supplier_formal_due_report_html.mako:60
398msgid "0 DAYS"
399msgstr "0 DÍAS"
400
401#. module: aging_due_report
402#: report:addons/aging_due_report/report/supplier_formal_due_report_html.mako:20
403#: model:ir.actions.report.xml,name:aging_due_report.supplier_formal_due_report
404msgid "Supplier Formal Report of Debts"
405msgstr "Reporte Formal de Deudas de Proveedores"
406
407#. module: aging_due_report
408#: report:addons/aging_due_report/report/detail_due_report_html.mako:18
409#: model:ir.actions.report.xml,name:aging_due_report.detail_due_report
410msgid "Customer Detail Report of Debts"
411msgstr "Reporte Detallado de Deudas de Clientes"
412
413#. module: aging_due_report
414#: report:formal_due_report:0
415msgid "DOCUMENT: Customer Financial Statement"
416msgstr "DOCUMENTO: Estado Fianciero del Cliente"
417
418#. module: aging_due_report
419#: report:addons/aging_due_report/report/detail_due_report_html.mako:44
420#: report:addons/aging_due_report/report/supplier_detail_due_report_html.mako:44
421#: report:detail_due_report:0
422#: report:supplier_detail_due_report:0
423msgid "MUNI. WH"
424msgstr "MUNI. WH"
425
426#. module: aging_due_report
427#: report:addons/aging_due_report/report/formal_due_report_html.mako:54
428#: report:addons/aging_due_report/report/supplier_formal_due_report_html.mako:56
429#: report:formal_due_report:0
430#: report:supplier_formal_due_report:0
431msgid "F:"
432msgstr "F:"
433
434#. module: aging_due_report
435#: report:formal_due_report:0
436#: report:supplier_formal_due_report:0
437msgid "DATE:"
438msgstr "FECHA:"
439
440#. module: aging_due_report
441#: model:ir.actions.report.xml,name:aging_due_report.detail_due_report_webkit
442msgid "Customer Detail Report of Debts Webkit"
443msgstr "Reporte Detallado de Deudas de Clientes en Webkit"
444
445#. module: aging_due_report
446#: report:addons/aging_due_report/report/aging_due_report_html.mako:18
447#: model:ir.actions.report.xml,name:aging_due_report.aging_due_report
448msgid "Customer Aging Report of Debts"
449msgstr "Reporte Antiguedad de Deudas de Clientes"
450
451#. module: aging_due_report
452#: report:addons/aging_due_report/report/formal_due_report_html.mako:83
453#: report:addons/aging_due_report/report/supplier_formal_due_report_html.mako:85
454#: report:formal_due_report:0
455#: report:supplier_formal_due_report:0
456msgid "D: D/N"
457msgstr "D: D/N"
458
459#. module: aging_due_report
460#: report:aging_due_report:0
461#: report:supplier_aging_due_report:0
462msgid "91-120 DAYS"
463msgstr "91-120 DÍAS"
464
465#. module: aging_due_report
466#: report:aging_due_report:0
467#: report:detail_due_report:0
468#: report:formal_due_report:0
469#: report:supplier_aging_due_report:0
470#: report:supplier_detail_due_report:0
471#: report:supplier_formal_due_report:0
472msgid "This report was printed in OpenERP with ReportLab"
473msgstr "Este informe fue impreso en OpenERP con ReportLab"
474
475#. module: aging_due_report
476#: report:addons/aging_due_report/report/aging_due_report_html.mako:28
477#: report:addons/aging_due_report/report/supplier_aging_due_report_html.mako:27
478#: report:aging_due_report:0
479#: report:supplier_aging_due_report:0
480msgid "PARTNER"
481msgstr "EMPRESA"
482
483#. module: aging_due_report
484#: report:aging_due_report:0
485#: report:supplier_aging_due_report:0
486msgid "+ 120 DAYS"
487msgstr "+ 120 DÍAS"
488
489#. module: aging_due_report
490#: model:ir.actions.report.xml,name:aging_due_report.supplier_aging_due_report_html
491msgid "Supplier Aging Report of Debts Webkit"
492msgstr "Reporte Antiguedad de Deudas de Proveedores en Webkit"
493
17494
=== modified file 'aging_due_report/i18n/es_VE.po'
--- aging_due_report/i18n/es_VE.po 2014-05-09 21:51:34 +0000
+++ aging_due_report/i18n/es_VE.po 2014-08-17 06:47:16 +0000
@@ -6,11 +6,488 @@
6msgstr ""6msgstr ""
7"Project-Id-Version: OpenERP Server 7.0\n"7"Project-Id-Version: OpenERP Server 7.0\n"
8"Report-Msgid-Bugs-To: \n"8"Report-Msgid-Bugs-To: \n"
9"POT-Creation-Date: 2013-05-18 02:53+0000\n"9"POT-Creation-Date: 2014-08-08 23:51+0000\n"
10"PO-Revision-Date: 2013-05-18 02:53+0000\n"10"PO-Revision-Date: 2014-08-08 23:51+0000\n"
11"Last-Translator: <>\n"11"Last-Translator: <>\n"
12"Language-Team: \n"12"Language-Team: \n"
13"MIME-Version: 1.0\n"13"MIME-Version: 1.0\n"
14"Content-Type: text/plain; charset=UTF-8\n"14"Content-Type: text/plain; charset=UTF-8\n"
15"Content-Transfer-Encoding: \n"15"Content-Transfer-Encoding: \n"
16"Plural-Forms: \n"16"Plural-Forms: \n"
17
18#. module: aging_due_report
19#: report:addons/aging_due_report/report/supplier_aging_due_report_html.mako:34
20msgid "TOT./AP"
21msgstr "TOT./AP"
22
23#. module: aging_due_report
24#: report:addons/aging_due_report/report/detail_due_report_html.mako:67
25#: report:addons/aging_due_report/report/detail_due_report_html.mako:83
26#: report:detail_due_report:0
27#: report:supplier_detail_due_report:0
28msgid "TOTAL"
29msgstr "TOTAL"
30
31#. module: aging_due_report
32#: report:addons/aging_due_report/report/aging_due_report_html.mako:35
33msgid "TOT./AR"
34msgstr "TOT./AR"
35
36#. module: aging_due_report
37#: report:addons/aging_due_report/report/formal_due_report_html.mako:98
38#: report:addons/aging_due_report/report/supplier_formal_due_report_html.mako:100
39#: report:formal_due_report:0
40#: report:supplier_formal_due_report:0
41msgid "Best Regards,"
42msgstr "Atentamente,"
43
44#. module: aging_due_report
45#: report:addons/aging_due_report/report/detail_due_report_html.mako:41
46#: report:addons/aging_due_report/report/supplier_detail_due_report_html.mako:41
47#: report:detail_due_report:0
48#: report:supplier_detail_due_report:0
49msgid "TOT/INV."
50msgstr "TOT/INV."
51
52#. module: aging_due_report
53#: report:aging_due_report:0
54msgid "TOT./AR ("
55msgstr "TOT./AR ("
56
57#. module: aging_due_report
58#: report:addons/aging_due_report/report/supplier_detail_due_report_html.mako:18
59#: model:ir.actions.report.xml,name:aging_due_report.supplier_detail_due_report
60msgid "Supplier Detail Report of Debts"
61msgstr "Reporte Detallado de Deudas de Proveedores"
62
63#. module: aging_due_report
64#: report:addons/aging_due_report/report/formal_due_report_html.mako:81
65#: report:addons/aging_due_report/report/supplier_formal_due_report_html.mako:83
66msgid "I: INVOICE"
67msgstr "F: FACTURA"
68
69#. module: aging_due_report
70#: report:addons/aging_due_report/report/aging_due_report_html.mako:30
71#: report:addons/aging_due_report/report/aging_due_report_html.mako:31
72#: report:addons/aging_due_report/report/aging_due_report_html.mako:32
73#: report:addons/aging_due_report/report/aging_due_report_html.mako:33
74#: report:addons/aging_due_report/report/aging_due_report_html.mako:34
75#: report:addons/aging_due_report/report/supplier_aging_due_report_html.mako:29
76#: report:addons/aging_due_report/report/supplier_aging_due_report_html.mako:30
77#: report:addons/aging_due_report/report/supplier_aging_due_report_html.mako:31
78#: report:addons/aging_due_report/report/supplier_aging_due_report_html.mako:32
79#: report:addons/aging_due_report/report/supplier_aging_due_report_html.mako:33
80msgid "DAYS"
81msgstr "DÍAS"
82
83#. module: aging_due_report
84#: report:addons/aging_due_report/report/detail_due_report_html.mako:54
85#: report:addons/aging_due_report/report/formal_due_report_html.mako:58
86#: report:addons/aging_due_report/report/supplier_detail_due_report_html.mako:54
87msgid "%s DAYS"
88msgstr "%s DÍAS"
89
90#. module: aging_due_report
91#: report:addons/aging_due_report/report/detail_due_report_html.mako:43
92#: report:addons/aging_due_report/report/supplier_detail_due_report_html.mako:43
93#: report:detail_due_report:0
94#: report:supplier_detail_due_report:0
95msgid "INCOME WH"
96msgstr "INGRESOS WH"
97
98#. module: aging_due_report
99#: report:addons/aging_due_report/report/formal_due_report_html.mako:47
100#: report:addons/aging_due_report/report/supplier_formal_due_report_html.mako:49
101#: report:formal_due_report:0
102#: report:supplier_formal_due_report:0
103msgid "TOTAL/DOC."
104msgstr "TOTAL/DOC."
105
106#. module: aging_due_report
107#: report:aging_due_report:0
108#: report:supplier_aging_due_report:0
109msgid "31-60 DAYS"
110msgstr "31-60 DÍAS"
111
112#. module: aging_due_report
113#: report:addons/aging_due_report/report/detail_due_report_html.mako:36
114#: report:addons/aging_due_report/report/formal_due_report_html.mako:42
115#: report:addons/aging_due_report/report/supplier_detail_due_report_html.mako:36
116#: report:addons/aging_due_report/report/supplier_formal_due_report_html.mako:44
117#: report:detail_due_report:0
118#: report:formal_due_report:0
119#: report:supplier_detail_due_report:0
120#: report:supplier_formal_due_report:0
121msgid "EMIS DATE"
122msgstr "F/EMISION"
123
124#. module: aging_due_report
125#: report:addons/aging_due_report/report/detail_due_report_html.mako:42
126#: report:addons/aging_due_report/report/supplier_detail_due_report_html.mako:42
127#: report:detail_due_report:0
128#: report:supplier_detail_due_report:0
129msgid "VAT WH"
130msgstr "VAT WH"
131
132#. module: aging_due_report
133#: report:addons/aging_due_report/report/detail_due_report_html.mako:46
134#: report:addons/aging_due_report/report/formal_due_report_html.mako:48
135#: report:detail_due_report:0
136#: report:formal_due_report:0
137msgid "COLLECTS"
138msgstr "ABONOS"
139
140#. module: aging_due_report
141#: report:addons/aging_due_report/report/supplier_formal_due_report_html.mako:35
142msgid "Supplier Financial Statement"
143msgstr "Supplier Financial Statement"
144
145#. module: aging_due_report
146#: model:ir.actions.report.xml,name:aging_due_report.supplier_formal_due_report_html
147msgid "Supplier Formal Report of Debts Webkit"
148msgstr "Reporte Formal de Deudas de Proveedores en Webkit"
149
150#. module: aging_due_report
151#: report:addons/aging_due_report/report/formal_due_report_html.mako:55
152#: report:addons/aging_due_report/report/supplier_formal_due_report_html.mako:57
153msgid "I:"
154msgstr "F:"
155
156#. module: aging_due_report
157#: report:addons/aging_due_report/report/supplier_aging_due_report_html.mako:18
158#: model:ir.actions.report.xml,name:aging_due_report.supplier_aging_due_report
159msgid "Supplier Aging Report of Debts"
160msgstr "Reporte Antiguedad de Deudas de Proveedores"
161
162#. module: aging_due_report
163#: report:addons/aging_due_report/report/detail_due_report_html.mako:37
164#: report:addons/aging_due_report/report/formal_due_report_html.mako:43
165#: report:addons/aging_due_report/report/supplier_detail_due_report_html.mako:37
166#: report:addons/aging_due_report/report/supplier_formal_due_report_html.mako:45
167#: report:detail_due_report:0
168#: report:formal_due_report:0
169#: report:supplier_detail_due_report:0
170#: report:supplier_formal_due_report:0
171msgid "DUE DATE"
172msgstr "F/VENC."
173
174#. module: aging_due_report
175#: report:aging_due_report:0
176#: report:detail_due_report:0
177#: report:supplier_aging_due_report:0
178#: report:supplier_detail_due_report:0
179msgid "/ Page:"
180msgstr "/ Página:"
181
182#. module: aging_due_report
183#: report:aging_due_report:0
184#: report:detail_due_report:0
185#: report:supplier_aging_due_report:0
186#: report:supplier_detail_due_report:0
187msgid "Print Date:"
188msgstr "Fecha Impresión:"
189
190#. module: aging_due_report
191#: model:ir.actions.report.xml,name:aging_due_report.formal_due_report_webkit
192msgid "Customer Formal Report of Debts Webkit"
193msgstr "Reporte Formal de Deudas de Clientes en Webkit"
194
195#. module: aging_due_report
196#: report:addons/aging_due_report/report/detail_due_report_html.mako:40
197#: report:addons/aging_due_report/report/formal_due_report_html.mako:46
198#: report:addons/aging_due_report/report/supplier_detail_due_report_html.mako:40
199#: report:addons/aging_due_report/report/supplier_formal_due_report_html.mako:48
200#: report:detail_due_report:0
201#: report:formal_due_report:0
202#: report:supplier_detail_due_report:0
203#: report:supplier_formal_due_report:0
204msgid "TAX"
205msgstr "IMP."
206
207#. module: aging_due_report
208#: report:supplier_formal_due_report:0
209msgid "DOCUMENT: Supplier Financial Statement"
210msgstr "DOCUMENTO: Estado Financiero del Proveedor"
211
212#. module: aging_due_report
213#: report:addons/aging_due_report/report/formal_due_report_html.mako:68
214#: report:addons/aging_due_report/report/supplier_formal_due_report_html.mako:70
215#: report:formal_due_report:0
216#: report:supplier_formal_due_report:0
217msgid "C:"
218msgstr "C:"
219
220#. module: aging_due_report
221#: model:ir.actions.report.xml,name:aging_due_report.aging_due_report_webkit
222msgid "Customer Aging Report of Debts Webkit"
223msgstr "Reporte Antiguedad de Deudas de Clientes en Webkit"
224
225#. module: aging_due_report
226#: report:addons/aging_due_report/report/formal_due_report_html.mako:80
227#: report:addons/aging_due_report/report/supplier_formal_due_report_html.mako:82
228#: report:formal_due_report:0
229#: report:supplier_formal_due_report:0
230msgid "F: INVOICE"
231msgstr "F: INVOICE"
232
233#. module: aging_due_report
234#: model:ir.actions.report.xml,name:aging_due_report.supplier_detail_due_report_html
235msgid "Supplier Detail Report of Debts Webkit"
236msgstr "Reporte Detallado de Deudas de Proveedores en Webkit"
237
238#. module: aging_due_report
239#: report:addons/aging_due_report/report/supplier_detail_due_report_html.mako:46
240#: report:addons/aging_due_report/report/supplier_formal_due_report_html.mako:50
241#: report:supplier_detail_due_report:0
242#: report:supplier_formal_due_report:0
243msgid "PAYMENTS"
244msgstr "PAGOS"
245
246#. module: aging_due_report
247#: report:addons/aging_due_report/report/formal_due_report_html.mako:33
248msgid "Customer Financial Statement"
249msgstr "Estado Financiero del Cliente"
250
251#. module: aging_due_report
252#: report:addons/aging_due_report/report/formal_due_report_html.mako:84
253#: report:addons/aging_due_report/report/supplier_formal_due_report_html.mako:86
254msgid "TOTAL IN "
255msgstr "TOTAL EN "
256
257#. module: aging_due_report
258#: report:addons/aging_due_report/report/aging_due_report_html.mako:27
259#: report:addons/aging_due_report/report/supplier_aging_due_report_html.mako:26
260#: report:aging_due_report:0
261#: report:supplier_aging_due_report:0
262msgid "TIN"
263msgstr "VAT"
264
265#. module: aging_due_report
266#: report:addons/aging_due_report/report/formal_due_report_html.mako:41
267#: report:addons/aging_due_report/report/supplier_formal_due_report_html.mako:43
268#: report:formal_due_report:0
269#: report:supplier_formal_due_report:0
270msgid "DOCUMENT"
271msgstr "DOCUMENTO"
272
273#. module: aging_due_report
274#: report:supplier_aging_due_report:0
275msgid "TOT./AP ("
276msgstr "TOT./AP ("
277
278#. module: aging_due_report
279#: report:addons/aging_due_report/report/detail_due_report_html.mako:45
280#: report:addons/aging_due_report/report/supplier_detail_due_report_html.mako:45
281#: report:detail_due_report:0
282#: report:supplier_detail_due_report:0
283msgid "C/N"
284msgstr "N/C"
285
286#. module: aging_due_report
287#: report:addons/aging_due_report/report/detail_due_report_html.mako:32
288#: report:addons/aging_due_report/report/supplier_detail_due_report_html.mako:32
289msgid "Amounts expressed in"
290msgstr "Montos expresados en"
291
292#. module: aging_due_report
293#: report:addons/aging_due_report/report/formal_due_report_html.mako:96
294#: report:addons/aging_due_report/report/supplier_formal_due_report_html.mako:98
295#: report:formal_due_report:0
296#: report:supplier_formal_due_report:0
297msgid "Without any further reference,"
298msgstr "Sin ningún tipo de referencia,"
299
300#. module: aging_due_report
301#: report:addons/aging_due_report/report/detail_due_report_html.mako:35
302#: report:addons/aging_due_report/report/supplier_detail_due_report_html.mako:35
303#: report:detail_due_report:0
304#: report:supplier_detail_due_report:0
305msgid "INVOICE"
306msgstr "FACTURA"
307
308#. module: aging_due_report
309#: report:aging_due_report:0
310#: report:supplier_aging_due_report:0
311msgid "01-30 DAYS"
312msgstr "01-30 DÍAS"
313
314#. module: aging_due_report
315#: report:addons/aging_due_report/report/detail_due_report_html.mako:38
316#: report:addons/aging_due_report/report/formal_due_report_html.mako:44
317#: report:addons/aging_due_report/report/supplier_detail_due_report_html.mako:38
318#: report:addons/aging_due_report/report/supplier_formal_due_report_html.mako:46
319#: report:detail_due_report:0
320#: report:formal_due_report:0
321#: report:supplier_detail_due_report:0
322#: report:supplier_formal_due_report:0
323msgid "DUE DAYS"
324msgstr "DIAS/VENC."
325
326#. module: aging_due_report
327#: report:addons/aging_due_report/report/detail_due_report_html.mako:83
328#: report:addons/aging_due_report/report/supplier_detail_due_report_html.mako:83
329#: report:detail_due_report:0
330#: report:formal_due_report:0
331#: report:supplier_detail_due_report:0
332#: report:supplier_formal_due_report:0
333msgid "TOTAL IN"
334msgstr "TOTAL EN"
335
336#. module: aging_due_report
337#: report:addons/aging_due_report/report/formal_due_report_html.mako:20
338#: model:ir.actions.report.xml,name:aging_due_report.formal_due_report
339msgid "Customer Formal Report of Debts"
340msgstr "Reporte Formal de Deudas de Clientes"
341
342#. module: aging_due_report
343#: report:aging_due_report:0
344#: report:supplier_aging_due_report:0
345msgid "61-90 DAYS"
346msgstr "61-90 DÍAS"
347
348#. module: aging_due_report
349#: report:addons/aging_due_report/report/formal_due_report_html.mako:82
350#: report:addons/aging_due_report/report/supplier_formal_due_report_html.mako:84
351#: report:formal_due_report:0
352#: report:supplier_formal_due_report:0
353msgid "C: C/N"
354msgstr "C: N/C"
355
356#. module: aging_due_report
357#: report:addons/aging_due_report/report/aging_due_report_html.mako:29
358#: report:addons/aging_due_report/report/supplier_aging_due_report_html.mako:28
359#: report:aging_due_report:0
360#: report:supplier_aging_due_report:0
361msgid "NOT DUE"
362msgstr "NO VENCIDO"
363
364#. module: aging_due_report
365#: report:addons/aging_due_report/report/detail_due_report_html.mako:39
366#: report:addons/aging_due_report/report/formal_due_report_html.mako:45
367#: report:addons/aging_due_report/report/supplier_detail_due_report_html.mako:39
368#: report:addons/aging_due_report/report/supplier_formal_due_report_html.mako:47
369#: report:detail_due_report:0
370#: report:formal_due_report:0
371#: report:supplier_detail_due_report:0
372#: report:supplier_formal_due_report:0
373msgid "BASE"
374msgstr "BASE"
375
376#. module: aging_due_report
377#: report:addons/aging_due_report/report/detail_due_report_html.mako:32
378#: report:addons/aging_due_report/report/supplier_detail_due_report_html.mako:34
379msgid "Amounts expressed in"
380msgstr "Montos expresados en"
381
382#. module: aging_due_report
383#: report:addons/aging_due_report/report/detail_due_report_html.mako:47
384#: report:addons/aging_due_report/report/formal_due_report_html.mako:49
385#: report:addons/aging_due_report/report/supplier_detail_due_report_html.mako:47
386#: report:addons/aging_due_report/report/supplier_formal_due_report_html.mako:51
387#: report:detail_due_report:0
388#: report:formal_due_report:0
389#: report:supplier_detail_due_report:0
390#: report:supplier_formal_due_report:0
391msgid "BALANCE"
392msgstr "BALANCE"
393
394#. module: aging_due_report
395#: report:addons/aging_due_report/report/detail_due_report_html.mako:54
396#: report:addons/aging_due_report/report/formal_due_report_html.mako:58
397#: report:addons/aging_due_report/report/supplier_formal_due_report_html.mako:60
398msgid "0 DAYS"
399msgstr "0 DÍAS"
400
401#. module: aging_due_report
402#: report:addons/aging_due_report/report/supplier_formal_due_report_html.mako:20
403#: model:ir.actions.report.xml,name:aging_due_report.supplier_formal_due_report
404msgid "Supplier Formal Report of Debts"
405msgstr "Reporte Formal de Deudas de Proveedores"
406
407#. module: aging_due_report
408#: report:addons/aging_due_report/report/detail_due_report_html.mako:18
409#: model:ir.actions.report.xml,name:aging_due_report.detail_due_report
410msgid "Customer Detail Report of Debts"
411msgstr "Reporte Detallado de Deudas de Clientes"
412
413#. module: aging_due_report
414#: report:formal_due_report:0
415msgid "DOCUMENT: Customer Financial Statement"
416msgstr "DOCUMENTO: Estado Fianciero del Cliente"
417
418#. module: aging_due_report
419#: report:addons/aging_due_report/report/detail_due_report_html.mako:44
420#: report:addons/aging_due_report/report/supplier_detail_due_report_html.mako:44
421#: report:detail_due_report:0
422#: report:supplier_detail_due_report:0
423msgid "MUNI. WH"
424msgstr "MUNI. WH"
425
426#. module: aging_due_report
427#: report:addons/aging_due_report/report/formal_due_report_html.mako:54
428#: report:addons/aging_due_report/report/supplier_formal_due_report_html.mako:56
429#: report:formal_due_report:0
430#: report:supplier_formal_due_report:0
431msgid "F:"
432msgstr "F:"
433
434#. module: aging_due_report
435#: report:formal_due_report:0
436#: report:supplier_formal_due_report:0
437msgid "DATE:"
438msgstr "FECHA:"
439
440#. module: aging_due_report
441#: model:ir.actions.report.xml,name:aging_due_report.detail_due_report_webkit
442msgid "Customer Detail Report of Debts Webkit"
443msgstr "Reporte Detallado de Deudas de Clientes en Webkit"
444
445#. module: aging_due_report
446#: report:addons/aging_due_report/report/aging_due_report_html.mako:18
447#: model:ir.actions.report.xml,name:aging_due_report.aging_due_report
448msgid "Customer Aging Report of Debts"
449msgstr "Reporte Antiguedad de Deudas de Clientes"
450
451#. module: aging_due_report
452#: report:addons/aging_due_report/report/formal_due_report_html.mako:83
453#: report:addons/aging_due_report/report/supplier_formal_due_report_html.mako:85
454#: report:formal_due_report:0
455#: report:supplier_formal_due_report:0
456msgid "D: D/N"
457msgstr "D: D/N"
458
459#. module: aging_due_report
460#: report:aging_due_report:0
461#: report:supplier_aging_due_report:0
462msgid "91-120 DAYS"
463msgstr "91-120 DÍAS"
464
465#. module: aging_due_report
466#: report:aging_due_report:0
467#: report:detail_due_report:0
468#: report:formal_due_report:0
469#: report:supplier_aging_due_report:0
470#: report:supplier_detail_due_report:0
471#: report:supplier_formal_due_report:0
472msgid "This report was printed in OpenERP with ReportLab"
473msgstr "Este informe fue impreso en OpenERP con ReportLab"
474
475#. module: aging_due_report
476#: report:addons/aging_due_report/report/aging_due_report_html.mako:28
477#: report:addons/aging_due_report/report/supplier_aging_due_report_html.mako:27
478#: report:aging_due_report:0
479#: report:supplier_aging_due_report:0
480msgid "PARTNER"
481msgstr "EMPRESA"
482
483#. module: aging_due_report
484#: report:aging_due_report:0
485#: report:supplier_aging_due_report:0
486msgid "+ 120 DAYS"
487msgstr "+ 120 DÍAS"
488
489#. module: aging_due_report
490#: model:ir.actions.report.xml,name:aging_due_report.supplier_aging_due_report_html
491msgid "Supplier Aging Report of Debts Webkit"
492msgstr "Reporte Antiguedad de Deudas de Proveedores en Webkit"
493
17494
=== modified file 'aging_due_report/report/aging_due_report.rml'
--- aging_due_report/report/aging_due_report.rml 2014-05-09 21:51:34 +0000
+++ aging_due_report/report/aging_due_report.rml 2014-08-17 06:47:16 +0000
@@ -5,8 +5,8 @@
5 <pageGraphics>5 <pageGraphics>
6 <setFont name="Helvetica-Oblique" size="8.0"/>6 <setFont name="Helvetica-Oblique" size="8.0"/>
7 <image x="10.0mm" y="195.0mm" width="89.994mm" height="24.342mm">[[company.logo and company.logo or removeParentNode('image')]]</image>7 <image x="10.0mm" y="195.0mm" width="89.994mm" height="24.342mm">[[company.logo and company.logo or removeParentNode('image')]]</image>
8 <drawString x="10mm" y="5mm">Reporte Impreso en OpenERP con ReportLab</drawString> 8 <drawString x="10mm" y="5mm">This report was printed in OpenERP with ReportLab</drawString>
9 <drawRightString x="270mm" y="5mm">Fecha de Impresion: [[formatLang(time.strftime('%Y-%m-%d'),date=True)]] [[time.strftime('%H:%m')]] / Pagina:<pageNumber/> </drawRightString> 9 <drawRightString x="270mm" y="5mm">Print Date: [[formatLang(time.strftime('%Y-%m-%d'),date=True)]] [[time.strftime('%H:%m')]] / Page:<pageNumber/> </drawRightString>
10 </pageGraphics>10 </pageGraphics>
11 <frame id="first" x1="10.0mm" y1="10mm" width="260mm" height="185.0mm"/>11 <frame id="first" x1="10.0mm" y1="10mm" width="260mm" height="185.0mm"/>
12 </pageTemplate>12 </pageTemplate>
@@ -79,23 +79,23 @@
79 <story>79 <story>
80<!--TABLA DE ITEMS--> 80<!--TABLA DE ITEMS-->
81 <section>81 <section>
82 <para></para>82 <para>[[ repeatIn(get_aged_lines(objects, inv_type='out_invoice'),'cur_group')]]</para>
83 <para>[[ setLang(user.lang) ]]</para>83 <para>[[ setLang(user.lang) ]]</para>
84 <blockTable colWidths="20mm,100mm,20mm,20mm,20mm,20mm,20mm,20mm,20mm" repeatRows="1" style="TERMS">84 <blockTable colWidths="20mm,80mm,20mm,20mm,20mm,20mm,20mm,20mm,40mm" repeatRows="1" style="TERMS">
85 <tr noRowsplits="1">85 <tr noRowsplits="1">
86 <td><para style="ITEMSTITLELEFT">RIF</para></td>86 <td><para style="ITEMSTITLELEFT">TIN</para></td>
87 <td><para style="ITEMSTITLELEFT">EMPRESA</para></td>87 <td><para style="ITEMSTITLELEFT">PARTNER</para></td>
88 <td><para style="ITEMSTITLERIGHT">NO VENCIDO</para></td>88 <td><para style="ITEMSTITLERIGHT">NOT DUE</para></td>
89 <td><para style="ITEMSTITLERIGHT">01-30 DIAS</para></td>89 <td><para style="ITEMSTITLERIGHT">01-30 DAYS</para></td>
90 <td><para style="ITEMSTITLERIGHT">31-60 DIAS</para></td>90 <td><para style="ITEMSTITLERIGHT">31-60 DAYS</para></td>
91 <td><para style="ITEMSTITLERIGHT">61-90 DIAS</para></td>91 <td><para style="ITEMSTITLERIGHT">61-90 DAYS</para></td>
92 <td><para style="ITEMSTITLERIGHT">91-120 DIAS</para></td>92 <td><para style="ITEMSTITLERIGHT">91-120 DAYS</para></td>
93 <td><para style="ITEMSTITLERIGHT">+ 120 DIAS</para></td>93 <td><para style="ITEMSTITLERIGHT">+ 120 DAYS</para></td>
94 <td><para style="ITEMSTITLERIGHT">TOT./COBRAR</para></td>94 <td><para style="ITEMSTITLERIGHT">TOT./AR ([[ cur_group[0].get('cur_brw').name ]])</para></td>
95 </tr>95 </tr>
96 <tr>96 <tr>
97 <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>97 <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>
98 <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>98 <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>
99 <td><para style="ITEMSRIGHT">[[ formatLang(o.get('not_due'), digits=2, grouping=True) ]]</para></td>99 <td><para style="ITEMSRIGHT">[[ formatLang(o.get('not_due'), digits=2, grouping=True) ]]</para></td>
100 <td><para style="ITEMSRIGHT">[[ formatLang(o.get('1to30'), digits=2, grouping=True) ]]</para></td>100 <td><para style="ITEMSRIGHT">[[ formatLang(o.get('1to30'), digits=2, grouping=True) ]]</para></td>
101 <td><para style="ITEMSRIGHT">[[ formatLang(o.get('31to60'), digits=2, grouping=True) ]]</para></td>101 <td><para style="ITEMSRIGHT">[[ formatLang(o.get('31to60'), digits=2, grouping=True) ]]</para></td>
@@ -105,6 +105,7 @@
105 <td><para style="ITEMSRIGHT">[[ formatLang(o.get('total'), digits=2, grouping=True) ]]</para></td>105 <td><para style="ITEMSRIGHT">[[ formatLang(o.get('total'), digits=2, grouping=True) ]]</para></td>
106 </tr>106 </tr>
107 </blockTable>107 </blockTable>
108 <spacer length="5mm"/>
108 </section>109 </section>
109 </story>110 </story>
110</document>111</document>
111112
=== added file 'aging_due_report/report/aging_due_report_html.mako'
--- aging_due_report/report/aging_due_report_html.mako 1970-01-01 00:00:00 +0000
+++ aging_due_report/report/aging_due_report_html.mako 2014-08-17 06:47:16 +0000
@@ -0,0 +1,64 @@
1<!DOCTYPE>
2<html>
3<head>
4 <style type="text/css">
5 ${css}
6 </style>
7</head>
8<body>
9 <% setLang(user.lang) %>
10 <table class="basic_table" width="100%">
11 <tr>
12 <td width="30%">
13 <div style="float:left;">
14 ${helper.embed_image('jpeg',str(company.logo),180, auto)}
15 </div>
16 </td>
17 <td style="text-align: right;">
18 <strong>${_('Customer Aging Report of Debts') |entity}</strong>
19 </td>
20 </tr>
21 </table>
22 <% cur_group = get_aged_lines( objects, inv_type='out_invoice') %>
23 %for table in cur_group:
24 </br>
25 <table class="table_column_border table_alter_color_row table_title_bg_color" width="100%">
26 <tr>
27 <th width="12%" class="ITEMSTITLELEFT">${_('TIN') |entity}</th>
28 <th width="18%" class="ITEMSTITLELEFT">${_('PARTNER') |entity}</th>
29 <th width="10%" class="ITEMSTITLERIGHT">${_('NOT DUE') |entity}</th>
30 <th width="10%" class="ITEMSTITLERIGHT">01-30 ${_('DAYS') |entity}</th>
31 <th width="10%" class="ITEMSTITLERIGHT">31-60 ${_('DAYS') |entity}</th>
32 <th width="10%" class="ITEMSTITLERIGHT">61-90 ${_('DAYS') |entity}</th>
33 <th width="10%" class="ITEMSTITLERIGHT">91-120 ${_('DAYS') |entity}</th>
34 <th width="10%" class="ITEMSTITLERIGHT">+ 120 ${_('DAYS') |entity}</th>
35 <th width="10%" class="ITEMSTITLERIGHT">${_('TOT./AR')}${"(" + table[0].get('cur_brw', False).name+ ")" |entity}</th>
36 </tr>
37 %for line in table:
38 <tr>
39 <td class="ITEMSLEFT">
40 ${ (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() }
41 </td>
42 <td class="ITEMSLEFT">
43 <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>
44 </td>
45 <td class="ITEMSRIGHT"> ${formatLang(line.get('not_due'), digits=2, grouping=True) } </td>
46 <td class="ITEMSRIGHT"> ${formatLang(line.get('1to30'), digits=2, grouping=True) } </td>
47 <td class="ITEMSRIGHT"> ${formatLang(line.get('31to60'), digits=2, grouping=True) } </td>
48 <td class="ITEMSRIGHT"> ${formatLang(line.get('61to90'), digits=2, grouping=True) } </td>
49 <td class="ITEMSRIGHT"> ${formatLang(line.get('91to120'), digits=2, grouping=True) } </td>
50 <td class="ITEMSRIGHT"> ${formatLang(line.get('120+'), digits=2, grouping=True)} </td>
51 <td class="ITEMSRIGHT"> ${formatLang(line.get('total'), digits=2, grouping=True) } </td>
52 </tr>
53 %endfor
54 </table>
55 </br>
56 %endfor
57 <p style="word-wrap:break-word;"></p>
58
59 </br>
60 <p style="page-break-before: always;"></p>
61
62
63</body>
64</html>
065
=== added file 'aging_due_report/report/aging_due_report_webkit.xml'
--- aging_due_report/report/aging_due_report_webkit.xml 1970-01-01 00:00:00 +0000
+++ aging_due_report/report/aging_due_report_webkit.xml 2014-08-17 06:47:16 +0000
@@ -0,0 +1,126 @@
1<?xml version='1.0' encoding='utf-8'?>
2<openerp>
3 <data>
4 <report auto="False"
5 id="aging_due_report_webkit"
6 model="res.partner"
7 name="aging_due_report_webkit"
8 file="aging_due_report/report/aging_due_report_html.mako"
9 string="Customer Aging Report of Debts Webkit"
10 report_type="webkit"
11 attachment_use="0"
12 attachment=""
13 menu="True"/>
14
15 <record id="property_aging_due_report_webkit" model="ir.property">
16 <field name="name">aging_due_report_webkit_header</field>
17 <field name="fields_id" ref="report_webkit.field_ir_act_report_xml_webkit_header"/>
18 <field eval="'ir.header_webkit,'+str(ref('aging_due_report.ir_header_webkit_aging_due_report'))" model="ir.header_webkit" name="value"/>
19 <field eval="'ir.actions.report.xml,'+str(ref('aging_due_report.aging_due_report_webkit'))" model="ir.actions.report.xml" name="res_id"/>
20 </record>
21
22
23 <report auto="False"
24 id="formal_due_report_webkit"
25 model="res.partner"
26 name="formal_due_report_webkit"
27 file="aging_due_report/report/formal_due_report_html.mako"
28 string="Customer Formal Report of Debts Webkit"
29 report_type="webkit"
30 attachment_use="0"
31 attachment=""
32 menu="True"/>
33
34 <record id="property_formal_due_report_webkit" model="ir.property">
35 <field name="name">formal_due_report_webkit_header</field>
36 <field name="fields_id" ref="report_webkit.field_ir_act_report_xml_webkit_header"/>
37 <field eval="'ir.header_webkit,'+str(ref('aging_due_report.ir_header_webkit_formal_due_report'))" model="ir.header_webkit" name="value"/>
38 <field eval="'ir.actions.report.xml,'+str(ref('aging_due_report.formal_due_report_webkit'))" model="ir.actions.report.xml" name="res_id"/>
39 </record>
40
41
42 <report auto="False"
43 id="detail_due_report_webkit"
44 model="res.partner"
45 name="detail_due_report_webkit"
46 file="aging_due_report/report/detail_due_report_html.mako"
47 string="Customer Detail Report of Debts Webkit"
48 report_type="webkit"
49 attachment_use="0"
50 attachment=""
51 menu="True"/>
52
53 <record id="property_detail_due_report_webkit" model="ir.property">
54 <field name="name">detail_due_report_webkit_header</field>
55 <field name="fields_id" ref="report_webkit.field_ir_act_report_xml_webkit_header"/>
56 <field eval="'ir.header_webkit,'+str(ref('aging_due_report.ir_header_webkit_detail_due_report'))" model="ir.header_webkit" name="value"/>
57 <field eval="'ir.actions.report.xml,'+str(ref('aging_due_report.detail_due_report_webkit'))" model="ir.actions.report.xml" name="res_id"/>
58 </record>
59
60<!--
61Supplier Aging
62-->
63 <report auto="False"
64 id="supplier_aging_due_report_html"
65 model="res.partner"
66 name="supplier_aging_due_report_html"
67 file="aging_due_report/report/supplier_aging_due_report_html.mako"
68 string="Supplier Aging Report of Debts Webkit"
69 report_type="webkit"
70 attachment_use="0"
71 attachment=""
72 menu="True"/>
73
74 <record id="property_supplier_due_report_webkit" model="ir.property">
75 <field name="name">webkit_header</field>
76 <field name="fields_id" ref="report_webkit.field_ir_act_report_xml_webkit_header"/>
77 <field eval="'ir.header_webkit,'+str(ref('aging_due_report.ir_header_webkit_supplier_aging_due_report'))" model="ir.header_webkit" name="value"/>
78 <field eval="'ir.actions.report.xml,'+str(ref('aging_due_report.supplier_aging_due_report_html'))" model="ir.actions.report.xml" name="res_id"/>
79 </record>
80
81<!--
82Supplier Formal
83-->
84
85 <report auto="False"
86 id="supplier_formal_due_report_html"
87 model="res.partner"
88 name="supplier_formal_due_report_html"
89 file="aging_due_report/report/supplier_formal_due_report_html.mako"
90 string="Supplier Formal Report of Debts Webkit"
91 report_type="webkit"
92 attachment_use="0"
93 attachment=""
94 menu="True"/>
95
96 <record id="property_supplier_formal_due_report_webkit" model="ir.property">
97 <field name="name">webkit_header</field>
98 <field name="fields_id" ref="report_webkit.field_ir_act_report_xml_webkit_header"/>
99 <field eval="'ir.header_webkit,'+str(ref('aging_due_report.ir_header_webkit_supplier_formal_due_report'))" model="ir.header_webkit" name="value"/>
100 <field eval="'ir.actions.report.xml,'+str(ref('aging_due_report.supplier_formal_due_report_html'))" model="ir.actions.report.xml" name="res_id"/>
101 </record>
102
103<!--
104Supplier Detail
105-->
106
107 <report auto="False"
108 id="supplier_detail_due_report_html"
109 model="res.partner"
110 name="supplier_detail_due_report_html"
111 file="aging_due_report/report/supplier_detail_due_report_html.mako"
112 string="Supplier Detail Report of Debts Webkit"
113 report_type="webkit"
114 attachment_use="0"
115 attachment=""
116 menu="True"/>
117
118 <record id="property_supplier_detail_due_report_webkit" model="ir.property">
119 <field name="name">webkit_header</field>
120 <field name="fields_id" ref="report_webkit.field_ir_act_report_xml_webkit_header"/>
121 <field eval="'ir.header_webkit,'+str(ref('aging_due_report.ir_header_webkit_supplier_detail_due_report'))" model="ir.header_webkit" name="value"/>
122 <field eval="'ir.actions.report.xml,'+str(ref('aging_due_report.supplier_detail_due_report_html'))" model="ir.actions.report.xml" name="res_id"/>
123 </record>
124
125 </data>
126</openerp>
0127
=== modified file 'aging_due_report/report/detail_due_report.rml'
--- aging_due_report/report/detail_due_report.rml 2014-05-09 21:51:34 +0000
+++ aging_due_report/report/detail_due_report.rml 2014-08-17 06:47:16 +0000
@@ -1,14 +1,14 @@
1<?xml version="1.0"?>1<?xml version="1.0"?>
2<document filename="test.pdf">2<document filename="test.pdf">
3 <template pageSize="(280.0mm,220.0mm)" title="Test" author="Humberto Arocha" allowSplitting="20" showBoundary="0">3 <template pageSize="(220.0mm,280.0mm)" title="Test" author="Humberto Arocha" allowSplitting="20" showBoundary="0">
4 <pageTemplate id="first">4 <pageTemplate id="first">
5 <pageGraphics>5 <pageGraphics>
6 <setFont name="Helvetica-Oblique" size="8.0"/>6 <setFont name="Helvetica-Oblique" size="8.0"/>
7 <image x="10.0mm" y="195.0mm" width="89.994mm" height="24.342mm">[[company.logo and company.logo or removeParentNode('image')]]</image>7 <image x="20.0mm" y="245.0mm" width="89.994mm" height="24.342mm">[[company.logo and company.logo or removeParentNode('image')]]</image>
8 <drawString x="10mm" y="5mm">Reporte Impreso en OpenERP con ReportLab</drawString> 8 <drawString x="10mm" y="5mm">This report was printed in OpenERP with ReportLab</drawString>
9 <drawRightString x="270mm" y="5mm">Fecha de Impresion: [[formatLang(time.strftime('%Y-%m-%d'),date=True)]] [[time.strftime('%H:%m')]] / Pagina:<pageNumber/> </drawRightString> 9 <drawRightString x="270mm" y="5mm">Print Date: [[formatLang(time.strftime('%Y-%m-%d'),date=True)]] [[time.strftime('%H:%m')]] / Page:<pageNumber/> </drawRightString>
10 </pageGraphics>10 </pageGraphics>
11 <frame id="first" x1="10.0mm" y1="10mm" width="260mm" height="185.0mm"/>11 <frame id="first" x1="20.0mm" y1="20mm" width="180mm" height="225.0mm"/>
12 </pageTemplate>12 </pageTemplate>
13 </template>13 </template>
1414
@@ -81,29 +81,25 @@
81 <section>81 <section>
82 <para>[[repeatIn(get_invoice_by_partner(objects),'o')]]</para>82 <para>[[repeatIn(get_invoice_by_partner(objects),'o')]]</para>
83 <para>[[ setLang(user.lang) ]]</para>83 <para>[[ setLang(user.lang) ]]</para>
84 <blockTable colWidths="35mm,97mm,80mm,60mm" style="TERMSTABLEGREY">84 <blockTable colWidths="35mm,97mm,20mm,40mm" style="TERMSTABLEGREY">
85 <tr>85 <tr>
86 <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>86 <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>
87 <td><para style="ITEMSLEFT">[[o.get('rp_brw').name]]</para></td>87 <td><para style="ITEMSLEFT">[[o.get('rp_brw').name]] ([[ o.get('cur_brw').name ]]) [[o.get('rp_brw').ref]]</para></td>
88 <td><para style="ITEMSLEFT">[[o.get('rp_brw').ref]]</para></td>
89 <td><para style="ITEMSLEFT">[[o.get('rp_brw').user_id.name]]</para></td>88 <td><para style="ITEMSLEFT">[[o.get('rp_brw').user_id.name]]</para></td>
89 <td><para style="ITEMSLEFT">[['Amounts expressed in {}'.format(o.get('cur_brw').name)]]</para></td>
90 </tr>90 </tr>
91 </blockTable>91 </blockTable>
92 <blockTable colWidths="35mm,20mm,20mm,17mm,20mm,20mm,20mm,20mm,20mm,20mm,20mm,20mm,20mm" repeatRows="1" style="TERMS">92 <blockTable colWidths="35mm,20mm,20mm,17mm,20mm,20mm,20mm,20mm,20mm" repeatRows="1" style="TERMS">
93 <tr noRowsplits="1">93 <tr noRowsplits="1">
94 <td><para style="ITEMSTITLELEFT">FACTURA</para></td>94 <td><para style="ITEMSTITLELEFT">INVOICE</para></td>
95 <td><para style="ITEMSTITLELEFT">F/EMISION</para></td>95 <td><para style="ITEMSTITLELEFT">EMIS DATE</para></td>
96 <td><para style="ITEMSTITLELEFT">F/VENC.</para></td>96 <td><para style="ITEMSTITLELEFT">DUE DATE</para></td>
97 <td><para style="ITEMSTITLERIGHT">DIAS/VENC.</para></td>97 <td><para style="ITEMSTITLERIGHT">DUE DAYS</para></td>
98 <td><para style="ITEMSTITLERIGHT">BASE IMP.</para></td>98 <td><para style="ITEMSTITLERIGHT">BASE</para></td>
99 <td><para style="ITEMSTITLERIGHT">IMP.</para></td>99 <td><para style="ITEMSTITLERIGHT">TAX</para></td>
100 <td><para style="ITEMSTITLERIGHT">TOT/FACT.</para></td>100 <td><para style="ITEMSTITLERIGHT">TOT/INV.</para></td>
101 <td><para style="ITEMSTITLERIGHT">RET.IVA.</para></td>101 <td><para style="ITEMSTITLERIGHT">COLLECTS</para></td>
102 <td><para style="ITEMSTITLERIGHT">RET.ISLR.</para></td>102 <td><para style="ITEMSTITLERIGHT">BALANCE</para></td>
103 <td><para style="ITEMSTITLERIGHT">RET.MUN.</para></td>
104 <td><para style="ITEMSTITLERIGHT">N/C</para></td>
105 <td><para style="ITEMSTITLERIGHT">ABONO</para></td>
106 <td><para style="ITEMSTITLERIGHT">SALDO</para></td>
107 </tr>103 </tr>
108 104
109 <tr>105 <tr>
@@ -116,23 +112,15 @@
116 <td><para style="ITEMSRIGHT">[[ formatLang(inv['inv_brw'].amount_untaxed) or '0.00']]</para></td>112 <td><para style="ITEMSRIGHT">[[ formatLang(inv['inv_brw'].amount_untaxed) or '0.00']]</para></td>
117 <td><para style="ITEMSRIGHT">[[ formatLang(inv['inv_brw'].amount_tax) or '0.00']]</para></td>113 <td><para style="ITEMSRIGHT">[[ formatLang(inv['inv_brw'].amount_tax) or '0.00']]</para></td>
The diff has been truncated for viewing.