diff --git a/account_financial_report_webkit_xlsx/README.rst b/account_financial_report_webkit_xlsx/README.rst new file mode 100644 index 00000000..671da8b5 --- /dev/null +++ b/account_financial_report_webkit_xlsx/README.rst @@ -0,0 +1,63 @@ +.. image:: https://img.shields.io/badge/licence-AGPL--3-blue.svg + :target: http://www.gnu.org/licenses/agpl-3.0-standalone.html + :alt: License: AGPL-3 + +=============================== +Financial Reports - XLSX Export +=============================== + +This module adds XLSX export to the following accounting reports: + - General Ledger + +It replaces the XLS report by a XLSX version. This is required if you have many +lines an exceed the limit of XLS files. + +Installation +============ + +To install this module, you need also the **report_xls** +module located in: + +https://github.com/OCA/reporting-engine + +Usage +===== + +Use the 'Export' button on the financial report wizards to export the +data in Excel format. + +.. image:: https://odoo-community.org/website/image/ir.attachment/5784_f2813bd/datas + :alt: Try me on Runbot + :target: https://runbot.odoo-community.org/runbot/91/8.0 + +Bug Tracker +=========== + +Bugs are tracked on `GitHub Issues `_. +In case of trouble, please +check there if your issue has already been reported. If you spotted it first, +help us smash it by providing detailed and welcomed feedback. + +Credits +======= + +Contributors +------------ + +* Noviat +* Jacques-Etienne Baudoux (BCIM sprl) + +Maintainer +---------- + +.. image:: https://odoo-community.org/logo.png + :alt: Odoo Community Association + :target: https://odoo-community.org + +This module is maintained by the OCA. + +OCA, or the Odoo Community Association, is a nonprofit organization whose +mission is to support the collaborative development of Odoo features and +promote its widespread use. + +To contribute to this module, please visit https://odoo-community.org. diff --git a/account_financial_report_webkit_xlsx/__init__.py b/account_financial_report_webkit_xlsx/__init__.py new file mode 100644 index 00000000..2ce5e8df --- /dev/null +++ b/account_financial_report_webkit_xlsx/__init__.py @@ -0,0 +1,8 @@ +# -*- coding: utf-8 -*- +try: + from . import report + from . import wizard +except ImportError: + import logging + logging.getLogger('openerp.module').warning('''report_xlsx not available in + addons path. account_financial_report_webkit_xlsx will not be usable''') diff --git a/account_financial_report_webkit_xlsx/__openerp__.py b/account_financial_report_webkit_xlsx/__openerp__.py new file mode 100644 index 00000000..3d30cd61 --- /dev/null +++ b/account_financial_report_webkit_xlsx/__openerp__.py @@ -0,0 +1,16 @@ +# -*- coding: utf-8 -*- +# Copyright 2009-2017 Noviat. +# Copyright 2018 Jacques-Etienne Baudoux (BCIM sprl) +# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). +{ + 'name': 'Add XLSX export to accounting reports', + 'version': '8.0.1.0.0', + 'license': 'AGPL-3', + 'author': "BCIM,Noviat,Odoo Community Association (OCA)", + 'category': 'Generic Modules/Accounting', + 'depends': ['report_xlsx', 'account_financial_report_webkit_xls'], + 'data': [ + 'report/general_ledger.xml', + ], + 'installable': True, +} diff --git a/account_financial_report_webkit_xlsx/i18n/de.po b/account_financial_report_webkit_xlsx/i18n/de.po new file mode 100644 index 00000000..e1197bc1 --- /dev/null +++ b/account_financial_report_webkit_xlsx/i18n/de.po @@ -0,0 +1,590 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * account_financial_report_webkit_xlsx +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 8.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2018-02-22 01:40+0000\n" +"PO-Revision-Date: 2018-02-22 01:40+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: German (https://www.transifex.com/oca/teams/23907/de/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: de\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: account_financial_report_webkit_xlsx +#: code:addons/account_financial_report_webkit_xlsx/report/partners_balance_xls.py:85 +#: code:addons/account_financial_report_webkit_xlsx/report/trial_balance_xls.py:93 +#, python-format +msgid "" +"\n" +"To" +msgstr "" +"\n" +"bis" + +#. module: account_financial_report_webkit_xlsx +#: code:addons/account_financial_report_webkit_xlsx/report/partners_balance_xls.py:188 +#: code:addons/account_financial_report_webkit_xlsx/report/trial_balance_xls.py:196 +#, python-format +msgid "% Difference" +msgstr "Abweichung (%)" + +#. module: account_financial_report_webkit_xlsx +#: code:addons/account_financial_report_webkit_xlsx/report/general_ledger_xls.py:148 +#: code:addons/account_financial_report_webkit_xlsx/report/trial_balance_xls.py:161 +#, python-format +msgid "Account" +msgstr "Konto" + +#. module: account_financial_report_webkit_xlsx +#: code:addons/account_financial_report_webkit_xlsx/report/partners_balance_xls.py:152 +#, python-format +msgid "Account / Partner Name" +msgstr "Konto / Partnerbezeichnung" + +#. module: account_financial_report_webkit_xlsx +#: code:addons/account_financial_report_webkit_xlsx/report/aged_open_invoices_xls.py:99 +#: code:addons/account_financial_report_webkit_xlsx/report/aged_partner_balance_xls.py:98 +#: code:addons/account_financial_report_webkit_xlsx/report/general_ledger_xls.py:82 +#: code:addons/account_financial_report_webkit_xlsx/report/open_invoices_xls.py:147 +#: code:addons/account_financial_report_webkit_xlsx/report/partner_ledger_xls.py:83 +#: code:addons/account_financial_report_webkit_xlsx/report/partners_balance_xls.py:50 +#: code:addons/account_financial_report_webkit_xlsx/report/trial_balance_xls.py:67 +#, python-format +msgid "Accounts Filter" +msgstr "Kontenfilter" + +#. module: account_financial_report_webkit_xlsx +#: model:ir.model,name:account_financial_report_webkit_xlsx.model_aged_open_invoices_webkit +msgid "Aged open invoices" +msgstr "" + +#. module: account_financial_report_webkit_xlsx +#: model:ir.model,name:account_financial_report_webkit_xlsx.model_account_aged_trial_balance_webkit +msgid "Aged partner balanced" +msgstr "" + +#. module: account_financial_report_webkit_xlsx +#: code:addons/account_financial_report_webkit_xlsx/report/general_ledger_xls.py:111 +#: code:addons/account_financial_report_webkit_xlsx/report/partners_balance_xls.py:77 +#: code:addons/account_financial_report_webkit_xlsx/report/trial_balance_xls.py:86 +#, python-format +msgid "All" +msgstr "Alle" + +#. module: account_financial_report_webkit_xlsx +#: code:addons/account_financial_report_webkit_xlsx/report/aged_open_invoices_xls.py:163 +#: code:addons/account_financial_report_webkit_xlsx/report/aged_partner_balance_xls.py:162 +#: code:addons/account_financial_report_webkit_xlsx/report/partners_balance_xls.py:166 +#: code:addons/account_financial_report_webkit_xlsx/report/trial_balance_xls.py:174 +#, python-format +msgid "Balance" +msgstr "Saldo" + +#. module: account_financial_report_webkit_xlsx +#: code:addons/account_financial_report_webkit_xlsx/report/partners_balance_xls.py:168 +#: code:addons/account_financial_report_webkit_xlsx/report/partners_balance_xls.py:176 +#: code:addons/account_financial_report_webkit_xlsx/report/trial_balance_xls.py:176 +#: code:addons/account_financial_report_webkit_xlsx/report/trial_balance_xls.py:184 +#, python-format +msgid "Balance %s" +msgstr "" + +#. module: account_financial_report_webkit_xlsx +#: code:addons/account_financial_report_webkit_xlsx/report/partners_balance_xls.py:181 +#: code:addons/account_financial_report_webkit_xlsx/report/trial_balance_xls.py:189 +#, python-format +msgid "Balance C%s" +msgstr "" + +#. module: account_financial_report_webkit_xlsx +#: code:addons/account_financial_report_webkit_xlsx/report/aged_open_invoices_xls.py:95 +#: code:addons/account_financial_report_webkit_xlsx/report/aged_partner_balance_xls.py:94 +#: code:addons/account_financial_report_webkit_xlsx/report/general_ledger_xls.py:78 +#: code:addons/account_financial_report_webkit_xlsx/report/open_invoices_xls.py:138 +#: code:addons/account_financial_report_webkit_xlsx/report/partner_ledger_xls.py:79 +#: code:addons/account_financial_report_webkit_xlsx/report/partners_balance_xls.py:60 +#: code:addons/account_financial_report_webkit_xlsx/report/trial_balance_xls.py:73 +#, python-format +msgid "Chart of Account" +msgstr "Kontenplan" + +#. module: account_financial_report_webkit_xlsx +#: code:addons/account_financial_report_webkit_xlsx/report/aged_open_invoices_xls.py:98 +#: code:addons/account_financial_report_webkit_xlsx/report/aged_partner_balance_xls.py:97 +#: code:addons/account_financial_report_webkit_xlsx/report/open_invoices_xls.py:146 +#, python-format +msgid "Clearance Date" +msgstr "" + +#. module: account_financial_report_webkit_xlsx +#: code:addons/account_financial_report_webkit_xlsx/report/aged_open_invoices_xls.py:161 +#: code:addons/account_financial_report_webkit_xlsx/report/aged_partner_balance_xls.py:160 +#: code:addons/account_financial_report_webkit_xlsx/report/trial_balance_xls.py:160 +#, python-format +msgid "Code" +msgstr "Schlüssel" + +#. module: account_financial_report_webkit_xlsx +#: code:addons/account_financial_report_webkit_xlsx/report/partners_balance_xls.py:153 +#, python-format +msgid "Code / Ref" +msgstr "" + +#. module: account_financial_report_webkit_xlsx +#: code:addons/account_financial_report_webkit_xlsx/report/partners_balance_xls.py:118 +#: code:addons/account_financial_report_webkit_xlsx/report/trial_balance_xls.py:124 +#, python-format +msgid "Comparison" +msgstr "" + +#. module: account_financial_report_webkit_xlsx +#: code:addons/account_financial_report_webkit_xlsx/report/partners_balance_xls.py:110 +#: code:addons/account_financial_report_webkit_xlsx/report/trial_balance_xls.py:117 +#, python-format +msgid "Comparisons" +msgstr "" + +#. module: account_financial_report_webkit_xlsx +#: code:addons/account_financial_report_webkit_xlsx/report/general_ledger_xls.py:49 +#: code:addons/account_financial_report_webkit_xlsx/report/partner_ledger_xls.py:47 +#: code:addons/account_financial_report_webkit_xlsx/report/partners_balance_xls.py:261 +#: code:addons/account_financial_report_webkit_xlsx/report/trial_balance_xls.py:37 +#, python-format +msgid "Computed" +msgstr "" + +#. module: account_financial_report_webkit_xlsx +#: code:addons/account_financial_report_webkit_xlsx/report/general_ledger_xls.py:153 +#, python-format +msgid "Counterpart" +msgstr "" + +#. module: account_financial_report_webkit_xlsx +#: code:addons/account_financial_report_webkit_xlsx/report/general_ledger_xls.py:155 +#: code:addons/account_financial_report_webkit_xlsx/report/open_invoices_xls.py:213 +#: code:addons/account_financial_report_webkit_xlsx/report/partner_ledger_xls.py:171 +#: code:addons/account_financial_report_webkit_xlsx/report/partners_balance_xls.py:161 +#: code:addons/account_financial_report_webkit_xlsx/report/trial_balance_xls.py:169 +#, python-format +msgid "Credit" +msgstr "Haben" + +#. module: account_financial_report_webkit_xlsx +#: code:addons/account_financial_report_webkit_xlsx/report/general_ledger_xls.py:157 +#: code:addons/account_financial_report_webkit_xlsx/report/open_invoices_xls.py:215 +#: code:addons/account_financial_report_webkit_xlsx/report/partner_ledger_xls.py:173 +#, python-format +msgid "Cumul. Bal." +msgstr "" + +#. module: account_financial_report_webkit_xlsx +#: code:addons/account_financial_report_webkit_xlsx/report/general_ledger_xls.py:306 +#: code:addons/account_financial_report_webkit_xlsx/report/open_invoices_xls.py:607 +#: code:addons/account_financial_report_webkit_xlsx/report/open_invoices_xls.py:681 +#, python-format +msgid "Cumulated Balance on Account" +msgstr "" + +#. module: account_financial_report_webkit_xlsx +#: code:addons/account_financial_report_webkit_xlsx/report/open_invoices_xls.py:468 +#: code:addons/account_financial_report_webkit_xlsx/report/open_invoices_xls.py:531 +#: code:addons/account_financial_report_webkit_xlsx/report/open_invoices_xls.py:585 +#: code:addons/account_financial_report_webkit_xlsx/report/open_invoices_xls.py:659 +#, python-format +msgid "Cumulated Balance on Partner" +msgstr "" + +#. module: account_financial_report_webkit_xlsx +#: code:addons/account_financial_report_webkit_xlsx/report/partner_ledger_xls.py:413 +#, python-format +msgid "Cumulated balance on Account" +msgstr "" + +#. module: account_financial_report_webkit_xlsx +#: code:addons/account_financial_report_webkit_xlsx/report/partner_ledger_xls.py:377 +#, python-format +msgid "Cumulated balance on Partner" +msgstr "" + +#. module: account_financial_report_webkit_xlsx +#: code:addons/account_financial_report_webkit_xlsx/report/general_ledger_xls.py:164 +#: code:addons/account_financial_report_webkit_xlsx/report/open_invoices_xls.py:222 +#: code:addons/account_financial_report_webkit_xlsx/report/open_invoices_xls.py:230 +#: code:addons/account_financial_report_webkit_xlsx/report/partner_ledger_xls.py:180 +#, python-format +msgid "Curr." +msgstr "" + +#. module: account_financial_report_webkit_xlsx +#: code:addons/account_financial_report_webkit_xlsx/report/general_ledger_xls.py:162 +#: code:addons/account_financial_report_webkit_xlsx/report/partner_ledger_xls.py:178 +#, python-format +msgid "Curr. Bal." +msgstr "" + +#. module: account_financial_report_webkit_xlsx +#: code:addons/account_financial_report_webkit_xlsx/report/open_invoices_xls.py:220 +#: code:addons/account_financial_report_webkit_xlsx/report/open_invoices_xls.py:228 +#, python-format +msgid "Curr. Balance" +msgstr "" + +#. module: account_financial_report_webkit_xlsx +#: code:addons/account_financial_report_webkit_xlsx/report/open_invoices_xls.py:181 +#: code:addons/account_financial_report_webkit_xlsx/report/partner_ledger_xls.py:111 +#, python-format +msgid "Custom Filter" +msgstr "" + +#. module: account_financial_report_webkit_xlsx +#: code:addons/account_financial_report_webkit_xlsx/report/general_ledger_xls.py:143 +#: code:addons/account_financial_report_webkit_xlsx/report/open_invoices_xls.py:196 +#: code:addons/account_financial_report_webkit_xlsx/report/partner_ledger_xls.py:163 +#, python-format +msgid "Date" +msgstr "" + +#. module: account_financial_report_webkit_xlsx +#: code:addons/account_financial_report_webkit_xlsx/report/general_ledger_xls.py:81 +#: code:addons/account_financial_report_webkit_xlsx/report/open_invoices_xls.py:142 +#: code:addons/account_financial_report_webkit_xlsx/report/partner_ledger_xls.py:82 +#: code:addons/account_financial_report_webkit_xlsx/report/partners_balance_xls.py:52 +#: code:addons/account_financial_report_webkit_xlsx/report/partners_balance_xls.py:123 +#: code:addons/account_financial_report_webkit_xlsx/report/trial_balance_xls.py:69 +#: code:addons/account_financial_report_webkit_xlsx/report/trial_balance_xls.py:127 +#, python-format +msgid "Dates Filter" +msgstr "" + +#. module: account_financial_report_webkit_xlsx +#: code:addons/account_financial_report_webkit_xlsx/report/general_ledger_xls.py:154 +#: code:addons/account_financial_report_webkit_xlsx/report/open_invoices_xls.py:211 +#: code:addons/account_financial_report_webkit_xlsx/report/partner_ledger_xls.py:170 +#: code:addons/account_financial_report_webkit_xlsx/report/partners_balance_xls.py:160 +#: code:addons/account_financial_report_webkit_xlsx/report/trial_balance_xls.py:168 +#, python-format +msgid "Debit" +msgstr "Soll" + +#. module: account_financial_report_webkit_xlsx +#: code:addons/account_financial_report_webkit_xlsx/report/partners_balance_xls.py:185 +#: code:addons/account_financial_report_webkit_xlsx/report/trial_balance_xls.py:193 +#, python-format +msgid "Difference" +msgstr "" + +#. module: account_financial_report_webkit_xlsx +#: code:addons/account_financial_report_webkit_xlsx/report/aged_open_invoices_xls.py:164 +#: code:addons/account_financial_report_webkit_xlsx/report/aged_partner_balance_xls.py:163 +#, python-format +msgid "Due" +msgstr "" + +#. module: account_financial_report_webkit_xlsx +#: code:addons/account_financial_report_webkit_xlsx/report/open_invoices_xls.py:209 +#, python-format +msgid "Due Date" +msgstr "" + +#. module: account_financial_report_webkit_xlsx +#: code:addons/account_financial_report_webkit_xlsx/report/general_ledger_xls.py:145 +#: code:addons/account_financial_report_webkit_xlsx/report/open_invoices_xls.py:199 +#: code:addons/account_financial_report_webkit_xlsx/report/partner_ledger_xls.py:165 +#, python-format +msgid "Entry" +msgstr "" + +#. module: account_financial_report_webkit_xlsx +#: view:account.aged.trial.balance.webkit:account_financial_report_webkit_xlsx.account_aged_trial_balance_webkit +#: view:aged.open.invoices.webkit:account_financial_report_webkit_xlsx.aged_open_invoice_webkit +#: view:general.ledger.webkit:account_financial_report_webkit_xlsx.account_report_general_ledger_view_webkit +#: view:open.invoices.webkit:account_financial_report_webkit_xlsx.account_open_invoices_view_webkit +#: view:partner.balance.webkit:account_financial_report_webkit_xlsx.account_partner_balance_view_webkit +#: view:partners.ledger.webkit:account_financial_report_webkit_xlsx.account_partner_ledger_view_webkit +#: view:trial.balance.webkit:account_financial_report_webkit_xlsx.account_trial_balance_view_webkit +msgid "Export" +msgstr "" + +#. module: account_financial_report_webkit_xlsx +#: code:addons/account_financial_report_webkit_xlsx/report/aged_open_invoices_xls.py:96 +#: code:addons/account_financial_report_webkit_xlsx/report/aged_partner_balance_xls.py:95 +#: code:addons/account_financial_report_webkit_xlsx/report/general_ledger_xls.py:79 +#: code:addons/account_financial_report_webkit_xlsx/report/open_invoices_xls.py:140 +#: code:addons/account_financial_report_webkit_xlsx/report/partner_ledger_xls.py:80 +#: code:addons/account_financial_report_webkit_xlsx/report/partners_balance_xls.py:49 +#: code:addons/account_financial_report_webkit_xlsx/report/partners_balance_xls.py:131 +#: code:addons/account_financial_report_webkit_xlsx/report/trial_balance_xls.py:66 +#: code:addons/account_financial_report_webkit_xlsx/report/trial_balance_xls.py:136 +#, python-format +msgid "Fiscal Year" +msgstr "" + +#. module: account_financial_report_webkit_xlsx +#: code:addons/account_financial_report_webkit_xlsx/report/aged_open_invoices_xls.py:110 +#: code:addons/account_financial_report_webkit_xlsx/report/aged_partner_balance_xls.py:109 +#: code:addons/account_financial_report_webkit_xlsx/report/general_ledger_xls.py:98 +#: code:addons/account_financial_report_webkit_xlsx/report/open_invoices_xls.py:167 +#: code:addons/account_financial_report_webkit_xlsx/report/partner_ledger_xls.py:99 +#: code:addons/account_financial_report_webkit_xlsx/report/partners_balance_xls.py:80 +#: code:addons/account_financial_report_webkit_xlsx/report/trial_balance_xls.py:88 +#, python-format +msgid "From" +msgstr "" + +#. module: account_financial_report_webkit_xlsx +#: model:ir.model,name:account_financial_report_webkit_xlsx.model_general_ledger_webkit +msgid "General Ledger Report" +msgstr "" + +#. module: account_financial_report_webkit_xlsx +#: code:addons/account_financial_report_webkit_xlsx/report/general_ledger_xls.py:84 +#: code:addons/account_financial_report_webkit_xlsx/report/general_ledger_xls.py:218 +#: code:addons/account_financial_report_webkit_xlsx/report/partner_ledger_xls.py:85 +#: code:addons/account_financial_report_webkit_xlsx/report/partner_ledger_xls.py:270 +#: code:addons/account_financial_report_webkit_xlsx/report/partners_balance_xls.py:58 +#: code:addons/account_financial_report_webkit_xlsx/report/partners_balance_xls.py:133 +#: code:addons/account_financial_report_webkit_xlsx/report/partners_balance_xls.py:158 +#: code:addons/account_financial_report_webkit_xlsx/report/trial_balance_xls.py:71 +#: code:addons/account_financial_report_webkit_xlsx/report/trial_balance_xls.py:138 +#: code:addons/account_financial_report_webkit_xlsx/report/trial_balance_xls.py:166 +#, python-format +msgid "Initial Balance" +msgstr "" + +#. module: account_financial_report_webkit_xlsx +#: code:addons/account_financial_report_webkit_xlsx/report/general_ledger_xls.py:146 +#: code:addons/account_financial_report_webkit_xlsx/report/open_invoices_xls.py:200 +#: code:addons/account_financial_report_webkit_xlsx/report/partner_ledger_xls.py:166 +#, python-format +msgid "Journal" +msgstr "" + +#. module: account_financial_report_webkit_xlsx +#: code:addons/account_financial_report_webkit_xlsx/report/general_ledger_xls.py:151 +#: code:addons/account_financial_report_webkit_xlsx/report/open_invoices_xls.py:207 +#: code:addons/account_financial_report_webkit_xlsx/report/partner_ledger_xls.py:168 +#, python-format +msgid "Label" +msgstr "" + +#. module: account_financial_report_webkit_xlsx +#: code:addons/account_financial_report_webkit_xlsx/report/general_ledger_xls.py:51 +#: code:addons/account_financial_report_webkit_xlsx/report/partner_ledger_xls.py:49 +#: code:addons/account_financial_report_webkit_xlsx/report/partners_balance_xls.py:263 +#: code:addons/account_financial_report_webkit_xlsx/report/trial_balance_xls.py:39 +#, python-format +msgid "No" +msgstr "" + +#. module: account_financial_report_webkit_xlsx +#: code:addons/account_financial_report_webkit_xlsx/report/partner_ledger_xls.py:229 +#, python-format +msgid "No Partner" +msgstr "" + +#. module: account_financial_report_webkit_xlsx +#: code:addons/account_financial_report_webkit_xlsx/report/open_invoices_xls.py:246 +#: code:addons/account_financial_report_webkit_xlsx/report/open_invoices_xls.py:259 +#, python-format +msgid "No partner" +msgstr "" + +#. module: account_financial_report_webkit_xlsx +#: code:addons/account_financial_report_webkit_xlsx/report/aged_open_invoices_xls.py:169 +#: code:addons/account_financial_report_webkit_xlsx/report/aged_partner_balance_xls.py:168 +#, python-format +msgid "Older" +msgstr "" + +#. module: account_financial_report_webkit_xlsx +#: model:ir.model,name:account_financial_report_webkit_xlsx.model_open_invoices_webkit +msgid "Open Invoices Report" +msgstr "" + +#. module: account_financial_report_webkit_xlsx +#: code:addons/account_financial_report_webkit_xlsx/report/general_ledger_xls.py:50 +#: code:addons/account_financial_report_webkit_xlsx/report/partner_ledger_xls.py:48 +#: code:addons/account_financial_report_webkit_xlsx/report/partners_balance_xls.py:262 +#: code:addons/account_financial_report_webkit_xlsx/report/trial_balance_xls.py:38 +#, python-format +msgid "Opening Entries" +msgstr "" + +#. module: account_financial_report_webkit_xlsx +#: code:addons/account_financial_report_webkit_xlsx/report/aged_open_invoices_xls.py:167 +#: code:addons/account_financial_report_webkit_xlsx/report/aged_partner_balance_xls.py:166 +#, python-format +msgid "Overdue ≤ %s d." +msgstr "" + +#. module: account_financial_report_webkit_xlsx +#: code:addons/account_financial_report_webkit_xlsx/report/aged_open_invoices_xls.py:159 +#: code:addons/account_financial_report_webkit_xlsx/report/aged_partner_balance_xls.py:158 +#: code:addons/account_financial_report_webkit_xlsx/report/general_ledger_xls.py:149 +#: code:addons/account_financial_report_webkit_xlsx/report/open_invoices_xls.py:204 +#: code:addons/account_financial_report_webkit_xlsx/report/partner_ledger_xls.py:167 +#, python-format +msgid "Partner" +msgstr "" + +#. module: account_financial_report_webkit_xlsx +#: model:ir.model,name:account_financial_report_webkit_xlsx.model_partner_balance_webkit +msgid "Partner Balance Report" +msgstr "" + +#. module: account_financial_report_webkit_xlsx +#: model:ir.model,name:account_financial_report_webkit_xlsx.model_partners_ledger_webkit +msgid "Partner Ledger Report" +msgstr "" + +#. module: account_financial_report_webkit_xlsx +#: code:addons/account_financial_report_webkit_xlsx/report/aged_open_invoices_xls.py:100 +#: code:addons/account_financial_report_webkit_xlsx/report/aged_partner_balance_xls.py:99 +#: code:addons/account_financial_report_webkit_xlsx/report/partners_balance_xls.py:55 +#, python-format +msgid "Partners Filter" +msgstr "" + +#. module: account_financial_report_webkit_xlsx +#: code:addons/account_financial_report_webkit_xlsx/report/aged_open_invoices_xls.py:227 +#: code:addons/account_financial_report_webkit_xlsx/report/aged_partner_balance_xls.py:226 +#, python-format +msgid "Percentages" +msgstr "" + +#. module: account_financial_report_webkit_xlsx +#: code:addons/account_financial_report_webkit_xlsx/report/general_ledger_xls.py:144 +#: code:addons/account_financial_report_webkit_xlsx/report/open_invoices_xls.py:197 +#: code:addons/account_financial_report_webkit_xlsx/report/partner_ledger_xls.py:164 +#, python-format +msgid "Period" +msgstr "" + +#. module: account_financial_report_webkit_xlsx +#: code:addons/account_financial_report_webkit_xlsx/report/aged_open_invoices_xls.py:97 +#: code:addons/account_financial_report_webkit_xlsx/report/aged_partner_balance_xls.py:96 +#: code:addons/account_financial_report_webkit_xlsx/report/general_ledger_xls.py:81 +#: code:addons/account_financial_report_webkit_xlsx/report/open_invoices_xls.py:143 +#: code:addons/account_financial_report_webkit_xlsx/report/partner_ledger_xls.py:82 +#: code:addons/account_financial_report_webkit_xlsx/report/partners_balance_xls.py:53 +#: code:addons/account_financial_report_webkit_xlsx/report/partners_balance_xls.py:127 +#: code:addons/account_financial_report_webkit_xlsx/report/trial_balance_xls.py:69 +#: code:addons/account_financial_report_webkit_xlsx/report/trial_balance_xls.py:132 +#, python-format +msgid "Periods Filter" +msgstr "" + +#. module: account_financial_report_webkit_xlsx +#: view:account.aged.trial.balance.webkit:account_financial_report_webkit_xlsx.account_aged_trial_balance_webkit +#: view:aged.open.invoices.webkit:account_financial_report_webkit_xlsx.aged_open_invoice_webkit +#: view:general.ledger.webkit:account_financial_report_webkit_xlsx.account_report_general_ledger_view_webkit +#: view:open.invoices.webkit:account_financial_report_webkit_xlsx.account_open_invoices_view_webkit +#: view:partner.balance.webkit:account_financial_report_webkit_xlsx.account_partner_balance_view_webkit +#: view:partners.ledger.webkit:account_financial_report_webkit_xlsx.account_partner_ledger_view_webkit +#: view:trial.balance.webkit:account_financial_report_webkit_xlsx.account_trial_balance_view_webkit +msgid "Print" +msgstr "" + +#. module: account_financial_report_webkit_xlsx +#: code:addons/account_financial_report_webkit_xlsx/report/open_invoices_xls.py:208 +#: code:addons/account_financial_report_webkit_xlsx/report/partner_ledger_xls.py:169 +#, python-format +msgid "Rec." +msgstr "" + +#. module: account_financial_report_webkit_xlsx +#: code:addons/account_financial_report_webkit_xlsx/report/general_ledger_xls.py:150 +#, python-format +msgid "Reference" +msgstr "" + +#. module: account_financial_report_webkit_xlsx +#: code:addons/account_financial_report_webkit_xlsx/report/aged_open_invoices_xls.py:123 +#: code:addons/account_financial_report_webkit_xlsx/report/aged_partner_balance_xls.py:122 +#, python-format +msgid "Selected Partners" +msgstr "" + +#. module: account_financial_report_webkit_xlsx +#: code:addons/account_financial_report_webkit_xlsx/report/aged_open_invoices_xls.py:101 +#: code:addons/account_financial_report_webkit_xlsx/report/aged_partner_balance_xls.py:100 +#: code:addons/account_financial_report_webkit_xlsx/report/general_ledger_xls.py:83 +#: code:addons/account_financial_report_webkit_xlsx/report/open_invoices_xls.py:150 +#: code:addons/account_financial_report_webkit_xlsx/report/partner_ledger_xls.py:84 +#: code:addons/account_financial_report_webkit_xlsx/report/partners_balance_xls.py:57 +#: code:addons/account_financial_report_webkit_xlsx/report/trial_balance_xls.py:70 +#, python-format +msgid "Target Moves" +msgstr "" + +#. module: account_financial_report_webkit_xlsx +#: view:general.ledger.webkit:account_financial_report_webkit_xlsx.account_report_general_ledger_view_webkit +msgid "" +"This report allows you to generate a pdf or xls of your general ledger with " +"details of all your account journals" +msgstr "" + +#. module: account_financial_report_webkit_xlsx +#: view:open.invoices.webkit:account_financial_report_webkit_xlsx.account_open_invoices_view_webkit +msgid "" +"This report allows you to generate a pdf or xls of your open invoices per " +"partner with details of all your payable/receivable account. Exclude full " +"reconciled journal items." +msgstr "" + +#. module: account_financial_report_webkit_xlsx +#: view:partners.ledger.webkit:account_financial_report_webkit_xlsx.account_partner_ledger_view_webkit +msgid "" +"This report allows you to generate a pdf or xls of your partner ledger with " +"details of all your account journals" +msgstr "" + +#. module: account_financial_report_webkit_xlsx +#: view:trial.balance.webkit:account_financial_report_webkit_xlsx.account_trial_balance_view_webkit +msgid "" +"This report allows you to generate a pdf or xls of your trial balance " +"allowing you to quickly check the balance of each of your accounts in a " +"single report" +msgstr "" + +#. module: account_financial_report_webkit_xlsx +#: code:addons/account_financial_report_webkit_xlsx/report/aged_open_invoices_xls.py:112 +#: code:addons/account_financial_report_webkit_xlsx/report/aged_partner_balance_xls.py:111 +#: code:addons/account_financial_report_webkit_xlsx/report/general_ledger_xls.py:103 +#: code:addons/account_financial_report_webkit_xlsx/report/open_invoices_xls.py:172 +#: code:addons/account_financial_report_webkit_xlsx/report/partner_ledger_xls.py:104 +#, python-format +msgid "To" +msgstr "" + +#. module: account_financial_report_webkit_xlsx +#: code:addons/account_financial_report_webkit_xlsx/report/aged_open_invoices_xls.py:203 +#: code:addons/account_financial_report_webkit_xlsx/report/aged_partner_balance_xls.py:202 +#, python-format +msgid "Total" +msgstr "" + +#. module: account_financial_report_webkit_xlsx +#: model:ir.model,name:account_financial_report_webkit_xlsx.model_trial_balance_webkit +msgid "Trial Balance Report" +msgstr "" + +#. module: account_financial_report_webkit_xlsx +#: code:addons/account_financial_report_webkit_xlsx/report/trial_balance_xls.py:198 +#, python-format +msgid "Type" +msgstr "" + +#. module: account_financial_report_webkit_xlsx +#: code:addons/account_financial_report_webkit_xlsx/report/partners_balance_xls.py:347 +#, python-format +msgid "Unallocated" +msgstr "" diff --git a/account_financial_report_webkit_xlsx/i18n/es.po b/account_financial_report_webkit_xlsx/i18n/es.po new file mode 100644 index 00000000..b8cff000 --- /dev/null +++ b/account_financial_report_webkit_xlsx/i18n/es.po @@ -0,0 +1,588 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * account_financial_report_webkit_xlsx +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 8.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2018-02-22 01:40+0000\n" +"PO-Revision-Date: 2018-02-22 01:40+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Spanish (Spain) (https://www.transifex.com/oca/teams/23907/es_ES/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: es_ES\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: account_financial_report_webkit_xlsx +#: code:addons/account_financial_report_webkit_xlsx/report/partners_balance_xls.py:85 +#: code:addons/account_financial_report_webkit_xlsx/report/trial_balance_xls.py:93 +#, python-format +msgid "" +"\n" +"To" +msgstr "" + +#. module: account_financial_report_webkit_xlsx +#: code:addons/account_financial_report_webkit_xlsx/report/partners_balance_xls.py:188 +#: code:addons/account_financial_report_webkit_xlsx/report/trial_balance_xls.py:196 +#, python-format +msgid "% Difference" +msgstr "" + +#. module: account_financial_report_webkit_xlsx +#: code:addons/account_financial_report_webkit_xlsx/report/general_ledger_xls.py:148 +#: code:addons/account_financial_report_webkit_xlsx/report/trial_balance_xls.py:161 +#, python-format +msgid "Account" +msgstr "" + +#. module: account_financial_report_webkit_xlsx +#: code:addons/account_financial_report_webkit_xlsx/report/partners_balance_xls.py:152 +#, python-format +msgid "Account / Partner Name" +msgstr "" + +#. module: account_financial_report_webkit_xlsx +#: code:addons/account_financial_report_webkit_xlsx/report/aged_open_invoices_xls.py:99 +#: code:addons/account_financial_report_webkit_xlsx/report/aged_partner_balance_xls.py:98 +#: code:addons/account_financial_report_webkit_xlsx/report/general_ledger_xls.py:82 +#: code:addons/account_financial_report_webkit_xlsx/report/open_invoices_xls.py:147 +#: code:addons/account_financial_report_webkit_xlsx/report/partner_ledger_xls.py:83 +#: code:addons/account_financial_report_webkit_xlsx/report/partners_balance_xls.py:50 +#: code:addons/account_financial_report_webkit_xlsx/report/trial_balance_xls.py:67 +#, python-format +msgid "Accounts Filter" +msgstr "" + +#. module: account_financial_report_webkit_xlsx +#: model:ir.model,name:account_financial_report_webkit_xlsx.model_aged_open_invoices_webkit +msgid "Aged open invoices" +msgstr "" + +#. module: account_financial_report_webkit_xlsx +#: model:ir.model,name:account_financial_report_webkit_xlsx.model_account_aged_trial_balance_webkit +msgid "Aged partner balanced" +msgstr "" + +#. module: account_financial_report_webkit_xlsx +#: code:addons/account_financial_report_webkit_xlsx/report/general_ledger_xls.py:111 +#: code:addons/account_financial_report_webkit_xlsx/report/partners_balance_xls.py:77 +#: code:addons/account_financial_report_webkit_xlsx/report/trial_balance_xls.py:86 +#, python-format +msgid "All" +msgstr "" + +#. module: account_financial_report_webkit_xlsx +#: code:addons/account_financial_report_webkit_xlsx/report/aged_open_invoices_xls.py:163 +#: code:addons/account_financial_report_webkit_xlsx/report/aged_partner_balance_xls.py:162 +#: code:addons/account_financial_report_webkit_xlsx/report/partners_balance_xls.py:166 +#: code:addons/account_financial_report_webkit_xlsx/report/trial_balance_xls.py:174 +#, python-format +msgid "Balance" +msgstr "" + +#. module: account_financial_report_webkit_xlsx +#: code:addons/account_financial_report_webkit_xlsx/report/partners_balance_xls.py:168 +#: code:addons/account_financial_report_webkit_xlsx/report/partners_balance_xls.py:176 +#: code:addons/account_financial_report_webkit_xlsx/report/trial_balance_xls.py:176 +#: code:addons/account_financial_report_webkit_xlsx/report/trial_balance_xls.py:184 +#, python-format +msgid "Balance %s" +msgstr "" + +#. module: account_financial_report_webkit_xlsx +#: code:addons/account_financial_report_webkit_xlsx/report/partners_balance_xls.py:181 +#: code:addons/account_financial_report_webkit_xlsx/report/trial_balance_xls.py:189 +#, python-format +msgid "Balance C%s" +msgstr "" + +#. module: account_financial_report_webkit_xlsx +#: code:addons/account_financial_report_webkit_xlsx/report/aged_open_invoices_xls.py:95 +#: code:addons/account_financial_report_webkit_xlsx/report/aged_partner_balance_xls.py:94 +#: code:addons/account_financial_report_webkit_xlsx/report/general_ledger_xls.py:78 +#: code:addons/account_financial_report_webkit_xlsx/report/open_invoices_xls.py:138 +#: code:addons/account_financial_report_webkit_xlsx/report/partner_ledger_xls.py:79 +#: code:addons/account_financial_report_webkit_xlsx/report/partners_balance_xls.py:60 +#: code:addons/account_financial_report_webkit_xlsx/report/trial_balance_xls.py:73 +#, python-format +msgid "Chart of Account" +msgstr "Árbol de cuentas" + +#. module: account_financial_report_webkit_xlsx +#: code:addons/account_financial_report_webkit_xlsx/report/aged_open_invoices_xls.py:98 +#: code:addons/account_financial_report_webkit_xlsx/report/aged_partner_balance_xls.py:97 +#: code:addons/account_financial_report_webkit_xlsx/report/open_invoices_xls.py:146 +#, python-format +msgid "Clearance Date" +msgstr "" + +#. module: account_financial_report_webkit_xlsx +#: code:addons/account_financial_report_webkit_xlsx/report/aged_open_invoices_xls.py:161 +#: code:addons/account_financial_report_webkit_xlsx/report/aged_partner_balance_xls.py:160 +#: code:addons/account_financial_report_webkit_xlsx/report/trial_balance_xls.py:160 +#, python-format +msgid "Code" +msgstr "" + +#. module: account_financial_report_webkit_xlsx +#: code:addons/account_financial_report_webkit_xlsx/report/partners_balance_xls.py:153 +#, python-format +msgid "Code / Ref" +msgstr "" + +#. module: account_financial_report_webkit_xlsx +#: code:addons/account_financial_report_webkit_xlsx/report/partners_balance_xls.py:118 +#: code:addons/account_financial_report_webkit_xlsx/report/trial_balance_xls.py:124 +#, python-format +msgid "Comparison" +msgstr "" + +#. module: account_financial_report_webkit_xlsx +#: code:addons/account_financial_report_webkit_xlsx/report/partners_balance_xls.py:110 +#: code:addons/account_financial_report_webkit_xlsx/report/trial_balance_xls.py:117 +#, python-format +msgid "Comparisons" +msgstr "" + +#. module: account_financial_report_webkit_xlsx +#: code:addons/account_financial_report_webkit_xlsx/report/general_ledger_xls.py:49 +#: code:addons/account_financial_report_webkit_xlsx/report/partner_ledger_xls.py:47 +#: code:addons/account_financial_report_webkit_xlsx/report/partners_balance_xls.py:261 +#: code:addons/account_financial_report_webkit_xlsx/report/trial_balance_xls.py:37 +#, python-format +msgid "Computed" +msgstr "" + +#. module: account_financial_report_webkit_xlsx +#: code:addons/account_financial_report_webkit_xlsx/report/general_ledger_xls.py:153 +#, python-format +msgid "Counterpart" +msgstr "" + +#. module: account_financial_report_webkit_xlsx +#: code:addons/account_financial_report_webkit_xlsx/report/general_ledger_xls.py:155 +#: code:addons/account_financial_report_webkit_xlsx/report/open_invoices_xls.py:213 +#: code:addons/account_financial_report_webkit_xlsx/report/partner_ledger_xls.py:171 +#: code:addons/account_financial_report_webkit_xlsx/report/partners_balance_xls.py:161 +#: code:addons/account_financial_report_webkit_xlsx/report/trial_balance_xls.py:169 +#, python-format +msgid "Credit" +msgstr "Haber" + +#. module: account_financial_report_webkit_xlsx +#: code:addons/account_financial_report_webkit_xlsx/report/general_ledger_xls.py:157 +#: code:addons/account_financial_report_webkit_xlsx/report/open_invoices_xls.py:215 +#: code:addons/account_financial_report_webkit_xlsx/report/partner_ledger_xls.py:173 +#, python-format +msgid "Cumul. Bal." +msgstr "" + +#. module: account_financial_report_webkit_xlsx +#: code:addons/account_financial_report_webkit_xlsx/report/general_ledger_xls.py:306 +#: code:addons/account_financial_report_webkit_xlsx/report/open_invoices_xls.py:607 +#: code:addons/account_financial_report_webkit_xlsx/report/open_invoices_xls.py:681 +#, python-format +msgid "Cumulated Balance on Account" +msgstr "" + +#. module: account_financial_report_webkit_xlsx +#: code:addons/account_financial_report_webkit_xlsx/report/open_invoices_xls.py:468 +#: code:addons/account_financial_report_webkit_xlsx/report/open_invoices_xls.py:531 +#: code:addons/account_financial_report_webkit_xlsx/report/open_invoices_xls.py:585 +#: code:addons/account_financial_report_webkit_xlsx/report/open_invoices_xls.py:659 +#, python-format +msgid "Cumulated Balance on Partner" +msgstr "" + +#. module: account_financial_report_webkit_xlsx +#: code:addons/account_financial_report_webkit_xlsx/report/partner_ledger_xls.py:413 +#, python-format +msgid "Cumulated balance on Account" +msgstr "" + +#. module: account_financial_report_webkit_xlsx +#: code:addons/account_financial_report_webkit_xlsx/report/partner_ledger_xls.py:377 +#, python-format +msgid "Cumulated balance on Partner" +msgstr "" + +#. module: account_financial_report_webkit_xlsx +#: code:addons/account_financial_report_webkit_xlsx/report/general_ledger_xls.py:164 +#: code:addons/account_financial_report_webkit_xlsx/report/open_invoices_xls.py:222 +#: code:addons/account_financial_report_webkit_xlsx/report/open_invoices_xls.py:230 +#: code:addons/account_financial_report_webkit_xlsx/report/partner_ledger_xls.py:180 +#, python-format +msgid "Curr." +msgstr "" + +#. module: account_financial_report_webkit_xlsx +#: code:addons/account_financial_report_webkit_xlsx/report/general_ledger_xls.py:162 +#: code:addons/account_financial_report_webkit_xlsx/report/partner_ledger_xls.py:178 +#, python-format +msgid "Curr. Bal." +msgstr "" + +#. module: account_financial_report_webkit_xlsx +#: code:addons/account_financial_report_webkit_xlsx/report/open_invoices_xls.py:220 +#: code:addons/account_financial_report_webkit_xlsx/report/open_invoices_xls.py:228 +#, python-format +msgid "Curr. Balance" +msgstr "" + +#. module: account_financial_report_webkit_xlsx +#: code:addons/account_financial_report_webkit_xlsx/report/open_invoices_xls.py:181 +#: code:addons/account_financial_report_webkit_xlsx/report/partner_ledger_xls.py:111 +#, python-format +msgid "Custom Filter" +msgstr "" + +#. module: account_financial_report_webkit_xlsx +#: code:addons/account_financial_report_webkit_xlsx/report/general_ledger_xls.py:143 +#: code:addons/account_financial_report_webkit_xlsx/report/open_invoices_xls.py:196 +#: code:addons/account_financial_report_webkit_xlsx/report/partner_ledger_xls.py:163 +#, python-format +msgid "Date" +msgstr "Fecha" + +#. module: account_financial_report_webkit_xlsx +#: code:addons/account_financial_report_webkit_xlsx/report/general_ledger_xls.py:81 +#: code:addons/account_financial_report_webkit_xlsx/report/open_invoices_xls.py:142 +#: code:addons/account_financial_report_webkit_xlsx/report/partner_ledger_xls.py:82 +#: code:addons/account_financial_report_webkit_xlsx/report/partners_balance_xls.py:52 +#: code:addons/account_financial_report_webkit_xlsx/report/partners_balance_xls.py:123 +#: code:addons/account_financial_report_webkit_xlsx/report/trial_balance_xls.py:69 +#: code:addons/account_financial_report_webkit_xlsx/report/trial_balance_xls.py:127 +#, python-format +msgid "Dates Filter" +msgstr "" + +#. module: account_financial_report_webkit_xlsx +#: code:addons/account_financial_report_webkit_xlsx/report/general_ledger_xls.py:154 +#: code:addons/account_financial_report_webkit_xlsx/report/open_invoices_xls.py:211 +#: code:addons/account_financial_report_webkit_xlsx/report/partner_ledger_xls.py:170 +#: code:addons/account_financial_report_webkit_xlsx/report/partners_balance_xls.py:160 +#: code:addons/account_financial_report_webkit_xlsx/report/trial_balance_xls.py:168 +#, python-format +msgid "Debit" +msgstr "Debe" + +#. module: account_financial_report_webkit_xlsx +#: code:addons/account_financial_report_webkit_xlsx/report/partners_balance_xls.py:185 +#: code:addons/account_financial_report_webkit_xlsx/report/trial_balance_xls.py:193 +#, python-format +msgid "Difference" +msgstr "" + +#. module: account_financial_report_webkit_xlsx +#: code:addons/account_financial_report_webkit_xlsx/report/aged_open_invoices_xls.py:164 +#: code:addons/account_financial_report_webkit_xlsx/report/aged_partner_balance_xls.py:163 +#, python-format +msgid "Due" +msgstr "" + +#. module: account_financial_report_webkit_xlsx +#: code:addons/account_financial_report_webkit_xlsx/report/open_invoices_xls.py:209 +#, python-format +msgid "Due Date" +msgstr "" + +#. module: account_financial_report_webkit_xlsx +#: code:addons/account_financial_report_webkit_xlsx/report/general_ledger_xls.py:145 +#: code:addons/account_financial_report_webkit_xlsx/report/open_invoices_xls.py:199 +#: code:addons/account_financial_report_webkit_xlsx/report/partner_ledger_xls.py:165 +#, python-format +msgid "Entry" +msgstr "" + +#. module: account_financial_report_webkit_xlsx +#: view:account.aged.trial.balance.webkit:account_financial_report_webkit_xlsx.account_aged_trial_balance_webkit +#: view:aged.open.invoices.webkit:account_financial_report_webkit_xlsx.aged_open_invoice_webkit +#: view:general.ledger.webkit:account_financial_report_webkit_xlsx.account_report_general_ledger_view_webkit +#: view:open.invoices.webkit:account_financial_report_webkit_xlsx.account_open_invoices_view_webkit +#: view:partner.balance.webkit:account_financial_report_webkit_xlsx.account_partner_balance_view_webkit +#: view:partners.ledger.webkit:account_financial_report_webkit_xlsx.account_partner_ledger_view_webkit +#: view:trial.balance.webkit:account_financial_report_webkit_xlsx.account_trial_balance_view_webkit +msgid "Export" +msgstr "Exportar" + +#. module: account_financial_report_webkit_xlsx +#: code:addons/account_financial_report_webkit_xlsx/report/aged_open_invoices_xls.py:96 +#: code:addons/account_financial_report_webkit_xlsx/report/aged_partner_balance_xls.py:95 +#: code:addons/account_financial_report_webkit_xlsx/report/general_ledger_xls.py:79 +#: code:addons/account_financial_report_webkit_xlsx/report/open_invoices_xls.py:140 +#: code:addons/account_financial_report_webkit_xlsx/report/partner_ledger_xls.py:80 +#: code:addons/account_financial_report_webkit_xlsx/report/partners_balance_xls.py:49 +#: code:addons/account_financial_report_webkit_xlsx/report/partners_balance_xls.py:131 +#: code:addons/account_financial_report_webkit_xlsx/report/trial_balance_xls.py:66 +#: code:addons/account_financial_report_webkit_xlsx/report/trial_balance_xls.py:136 +#, python-format +msgid "Fiscal Year" +msgstr "Ejercicio fiscal" + +#. module: account_financial_report_webkit_xlsx +#: code:addons/account_financial_report_webkit_xlsx/report/aged_open_invoices_xls.py:110 +#: code:addons/account_financial_report_webkit_xlsx/report/aged_partner_balance_xls.py:109 +#: code:addons/account_financial_report_webkit_xlsx/report/general_ledger_xls.py:98 +#: code:addons/account_financial_report_webkit_xlsx/report/open_invoices_xls.py:167 +#: code:addons/account_financial_report_webkit_xlsx/report/partner_ledger_xls.py:99 +#: code:addons/account_financial_report_webkit_xlsx/report/partners_balance_xls.py:80 +#: code:addons/account_financial_report_webkit_xlsx/report/trial_balance_xls.py:88 +#, python-format +msgid "From" +msgstr "" + +#. module: account_financial_report_webkit_xlsx +#: model:ir.model,name:account_financial_report_webkit_xlsx.model_general_ledger_webkit +msgid "General Ledger Report" +msgstr "" + +#. module: account_financial_report_webkit_xlsx +#: code:addons/account_financial_report_webkit_xlsx/report/general_ledger_xls.py:84 +#: code:addons/account_financial_report_webkit_xlsx/report/general_ledger_xls.py:218 +#: code:addons/account_financial_report_webkit_xlsx/report/partner_ledger_xls.py:85 +#: code:addons/account_financial_report_webkit_xlsx/report/partner_ledger_xls.py:270 +#: code:addons/account_financial_report_webkit_xlsx/report/partners_balance_xls.py:58 +#: code:addons/account_financial_report_webkit_xlsx/report/partners_balance_xls.py:133 +#: code:addons/account_financial_report_webkit_xlsx/report/partners_balance_xls.py:158 +#: code:addons/account_financial_report_webkit_xlsx/report/trial_balance_xls.py:71 +#: code:addons/account_financial_report_webkit_xlsx/report/trial_balance_xls.py:138 +#: code:addons/account_financial_report_webkit_xlsx/report/trial_balance_xls.py:166 +#, python-format +msgid "Initial Balance" +msgstr "" + +#. module: account_financial_report_webkit_xlsx +#: code:addons/account_financial_report_webkit_xlsx/report/general_ledger_xls.py:146 +#: code:addons/account_financial_report_webkit_xlsx/report/open_invoices_xls.py:200 +#: code:addons/account_financial_report_webkit_xlsx/report/partner_ledger_xls.py:166 +#, python-format +msgid "Journal" +msgstr "Diario" + +#. module: account_financial_report_webkit_xlsx +#: code:addons/account_financial_report_webkit_xlsx/report/general_ledger_xls.py:151 +#: code:addons/account_financial_report_webkit_xlsx/report/open_invoices_xls.py:207 +#: code:addons/account_financial_report_webkit_xlsx/report/partner_ledger_xls.py:168 +#, python-format +msgid "Label" +msgstr "" + +#. module: account_financial_report_webkit_xlsx +#: code:addons/account_financial_report_webkit_xlsx/report/general_ledger_xls.py:51 +#: code:addons/account_financial_report_webkit_xlsx/report/partner_ledger_xls.py:49 +#: code:addons/account_financial_report_webkit_xlsx/report/partners_balance_xls.py:263 +#: code:addons/account_financial_report_webkit_xlsx/report/trial_balance_xls.py:39 +#, python-format +msgid "No" +msgstr "" + +#. module: account_financial_report_webkit_xlsx +#: code:addons/account_financial_report_webkit_xlsx/report/partner_ledger_xls.py:229 +#, python-format +msgid "No Partner" +msgstr "" + +#. module: account_financial_report_webkit_xlsx +#: code:addons/account_financial_report_webkit_xlsx/report/open_invoices_xls.py:246 +#: code:addons/account_financial_report_webkit_xlsx/report/open_invoices_xls.py:259 +#, python-format +msgid "No partner" +msgstr "" + +#. module: account_financial_report_webkit_xlsx +#: code:addons/account_financial_report_webkit_xlsx/report/aged_open_invoices_xls.py:169 +#: code:addons/account_financial_report_webkit_xlsx/report/aged_partner_balance_xls.py:168 +#, python-format +msgid "Older" +msgstr "" + +#. module: account_financial_report_webkit_xlsx +#: model:ir.model,name:account_financial_report_webkit_xlsx.model_open_invoices_webkit +msgid "Open Invoices Report" +msgstr "" + +#. module: account_financial_report_webkit_xlsx +#: code:addons/account_financial_report_webkit_xlsx/report/general_ledger_xls.py:50 +#: code:addons/account_financial_report_webkit_xlsx/report/partner_ledger_xls.py:48 +#: code:addons/account_financial_report_webkit_xlsx/report/partners_balance_xls.py:262 +#: code:addons/account_financial_report_webkit_xlsx/report/trial_balance_xls.py:38 +#, python-format +msgid "Opening Entries" +msgstr "" + +#. module: account_financial_report_webkit_xlsx +#: code:addons/account_financial_report_webkit_xlsx/report/aged_open_invoices_xls.py:167 +#: code:addons/account_financial_report_webkit_xlsx/report/aged_partner_balance_xls.py:166 +#, python-format +msgid "Overdue ≤ %s d." +msgstr "" + +#. module: account_financial_report_webkit_xlsx +#: code:addons/account_financial_report_webkit_xlsx/report/aged_open_invoices_xls.py:159 +#: code:addons/account_financial_report_webkit_xlsx/report/aged_partner_balance_xls.py:158 +#: code:addons/account_financial_report_webkit_xlsx/report/general_ledger_xls.py:149 +#: code:addons/account_financial_report_webkit_xlsx/report/open_invoices_xls.py:204 +#: code:addons/account_financial_report_webkit_xlsx/report/partner_ledger_xls.py:167 +#, python-format +msgid "Partner" +msgstr "" + +#. module: account_financial_report_webkit_xlsx +#: model:ir.model,name:account_financial_report_webkit_xlsx.model_partner_balance_webkit +msgid "Partner Balance Report" +msgstr "" + +#. module: account_financial_report_webkit_xlsx +#: model:ir.model,name:account_financial_report_webkit_xlsx.model_partners_ledger_webkit +msgid "Partner Ledger Report" +msgstr "" + +#. module: account_financial_report_webkit_xlsx +#: code:addons/account_financial_report_webkit_xlsx/report/aged_open_invoices_xls.py:100 +#: code:addons/account_financial_report_webkit_xlsx/report/aged_partner_balance_xls.py:99 +#: code:addons/account_financial_report_webkit_xlsx/report/partners_balance_xls.py:55 +#, python-format +msgid "Partners Filter" +msgstr "" + +#. module: account_financial_report_webkit_xlsx +#: code:addons/account_financial_report_webkit_xlsx/report/aged_open_invoices_xls.py:227 +#: code:addons/account_financial_report_webkit_xlsx/report/aged_partner_balance_xls.py:226 +#, python-format +msgid "Percentages" +msgstr "" + +#. module: account_financial_report_webkit_xlsx +#: code:addons/account_financial_report_webkit_xlsx/report/general_ledger_xls.py:144 +#: code:addons/account_financial_report_webkit_xlsx/report/open_invoices_xls.py:197 +#: code:addons/account_financial_report_webkit_xlsx/report/partner_ledger_xls.py:164 +#, python-format +msgid "Period" +msgstr "Periodo" + +#. module: account_financial_report_webkit_xlsx +#: code:addons/account_financial_report_webkit_xlsx/report/aged_open_invoices_xls.py:97 +#: code:addons/account_financial_report_webkit_xlsx/report/aged_partner_balance_xls.py:96 +#: code:addons/account_financial_report_webkit_xlsx/report/general_ledger_xls.py:81 +#: code:addons/account_financial_report_webkit_xlsx/report/open_invoices_xls.py:143 +#: code:addons/account_financial_report_webkit_xlsx/report/partner_ledger_xls.py:82 +#: code:addons/account_financial_report_webkit_xlsx/report/partners_balance_xls.py:53 +#: code:addons/account_financial_report_webkit_xlsx/report/partners_balance_xls.py:127 +#: code:addons/account_financial_report_webkit_xlsx/report/trial_balance_xls.py:69 +#: code:addons/account_financial_report_webkit_xlsx/report/trial_balance_xls.py:132 +#, python-format +msgid "Periods Filter" +msgstr "" + +#. module: account_financial_report_webkit_xlsx +#: view:account.aged.trial.balance.webkit:account_financial_report_webkit_xlsx.account_aged_trial_balance_webkit +#: view:aged.open.invoices.webkit:account_financial_report_webkit_xlsx.aged_open_invoice_webkit +#: view:general.ledger.webkit:account_financial_report_webkit_xlsx.account_report_general_ledger_view_webkit +#: view:open.invoices.webkit:account_financial_report_webkit_xlsx.account_open_invoices_view_webkit +#: view:partner.balance.webkit:account_financial_report_webkit_xlsx.account_partner_balance_view_webkit +#: view:partners.ledger.webkit:account_financial_report_webkit_xlsx.account_partner_ledger_view_webkit +#: view:trial.balance.webkit:account_financial_report_webkit_xlsx.account_trial_balance_view_webkit +msgid "Print" +msgstr "Imprimir" + +#. module: account_financial_report_webkit_xlsx +#: code:addons/account_financial_report_webkit_xlsx/report/open_invoices_xls.py:208 +#: code:addons/account_financial_report_webkit_xlsx/report/partner_ledger_xls.py:169 +#, python-format +msgid "Rec." +msgstr "" + +#. module: account_financial_report_webkit_xlsx +#: code:addons/account_financial_report_webkit_xlsx/report/general_ledger_xls.py:150 +#, python-format +msgid "Reference" +msgstr "" + +#. module: account_financial_report_webkit_xlsx +#: code:addons/account_financial_report_webkit_xlsx/report/aged_open_invoices_xls.py:123 +#: code:addons/account_financial_report_webkit_xlsx/report/aged_partner_balance_xls.py:122 +#, python-format +msgid "Selected Partners" +msgstr "" + +#. module: account_financial_report_webkit_xlsx +#: code:addons/account_financial_report_webkit_xlsx/report/aged_open_invoices_xls.py:101 +#: code:addons/account_financial_report_webkit_xlsx/report/aged_partner_balance_xls.py:100 +#: code:addons/account_financial_report_webkit_xlsx/report/general_ledger_xls.py:83 +#: code:addons/account_financial_report_webkit_xlsx/report/open_invoices_xls.py:150 +#: code:addons/account_financial_report_webkit_xlsx/report/partner_ledger_xls.py:84 +#: code:addons/account_financial_report_webkit_xlsx/report/partners_balance_xls.py:57 +#: code:addons/account_financial_report_webkit_xlsx/report/trial_balance_xls.py:70 +#, python-format +msgid "Target Moves" +msgstr "Movimientos de destino" + +#. module: account_financial_report_webkit_xlsx +#: view:general.ledger.webkit:account_financial_report_webkit_xlsx.account_report_general_ledger_view_webkit +msgid "" +"This report allows you to generate a pdf or xls of your general ledger with " +"details of all your account journals" +msgstr "" + +#. module: account_financial_report_webkit_xlsx +#: view:open.invoices.webkit:account_financial_report_webkit_xlsx.account_open_invoices_view_webkit +msgid "" +"This report allows you to generate a pdf or xls of your open invoices per " +"partner with details of all your payable/receivable account. Exclude full " +"reconciled journal items." +msgstr "" + +#. module: account_financial_report_webkit_xlsx +#: view:partners.ledger.webkit:account_financial_report_webkit_xlsx.account_partner_ledger_view_webkit +msgid "" +"This report allows you to generate a pdf or xls of your partner ledger with " +"details of all your account journals" +msgstr "" + +#. module: account_financial_report_webkit_xlsx +#: view:trial.balance.webkit:account_financial_report_webkit_xlsx.account_trial_balance_view_webkit +msgid "" +"This report allows you to generate a pdf or xls of your trial balance " +"allowing you to quickly check the balance of each of your accounts in a " +"single report" +msgstr "" + +#. module: account_financial_report_webkit_xlsx +#: code:addons/account_financial_report_webkit_xlsx/report/aged_open_invoices_xls.py:112 +#: code:addons/account_financial_report_webkit_xlsx/report/aged_partner_balance_xls.py:111 +#: code:addons/account_financial_report_webkit_xlsx/report/general_ledger_xls.py:103 +#: code:addons/account_financial_report_webkit_xlsx/report/open_invoices_xls.py:172 +#: code:addons/account_financial_report_webkit_xlsx/report/partner_ledger_xls.py:104 +#, python-format +msgid "To" +msgstr "" + +#. module: account_financial_report_webkit_xlsx +#: code:addons/account_financial_report_webkit_xlsx/report/aged_open_invoices_xls.py:203 +#: code:addons/account_financial_report_webkit_xlsx/report/aged_partner_balance_xls.py:202 +#, python-format +msgid "Total" +msgstr "" + +#. module: account_financial_report_webkit_xlsx +#: model:ir.model,name:account_financial_report_webkit_xlsx.model_trial_balance_webkit +msgid "Trial Balance Report" +msgstr "" + +#. module: account_financial_report_webkit_xlsx +#: code:addons/account_financial_report_webkit_xlsx/report/trial_balance_xls.py:198 +#, python-format +msgid "Type" +msgstr "" + +#. module: account_financial_report_webkit_xlsx +#: code:addons/account_financial_report_webkit_xlsx/report/partners_balance_xls.py:347 +#, python-format +msgid "Unallocated" +msgstr "" diff --git a/account_financial_report_webkit_xlsx/i18n/fr.po b/account_financial_report_webkit_xlsx/i18n/fr.po new file mode 100644 index 00000000..63e7a69a --- /dev/null +++ b/account_financial_report_webkit_xlsx/i18n/fr.po @@ -0,0 +1,596 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * account_financial_report_webkit_xlsx +# +# Translators: +# OCA Transbot , 2016 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 8.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2018-02-22 01:40+0000\n" +"PO-Revision-Date: 2018-02-22 01:40+0000\n" +"Last-Translator: OCA Transbot , 2016\n" +"Language-Team: French (https://www.transifex.com/oca/teams/23907/fr/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: fr\n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" + +#. module: account_financial_report_webkit_xlsx +#: code:addons/account_financial_report_webkit_xlsx/report/partners_balance_xls.py:85 +#: code:addons/account_financial_report_webkit_xlsx/report/trial_balance_xls.py:93 +#, python-format +msgid "" +"\n" +"To" +msgstr "" + +#. module: account_financial_report_webkit_xlsx +#: code:addons/account_financial_report_webkit_xlsx/report/partners_balance_xls.py:188 +#: code:addons/account_financial_report_webkit_xlsx/report/trial_balance_xls.py:196 +#, python-format +msgid "% Difference" +msgstr "% Différence" + +#. module: account_financial_report_webkit_xlsx +#: code:addons/account_financial_report_webkit_xlsx/report/general_ledger_xls.py:148 +#: code:addons/account_financial_report_webkit_xlsx/report/trial_balance_xls.py:161 +#, python-format +msgid "Account" +msgstr "Comptes" + +#. module: account_financial_report_webkit_xlsx +#: code:addons/account_financial_report_webkit_xlsx/report/partners_balance_xls.py:152 +#, python-format +msgid "Account / Partner Name" +msgstr "Compte / Partenaire" + +#. module: account_financial_report_webkit_xlsx +#: code:addons/account_financial_report_webkit_xlsx/report/aged_open_invoices_xls.py:99 +#: code:addons/account_financial_report_webkit_xlsx/report/aged_partner_balance_xls.py:98 +#: code:addons/account_financial_report_webkit_xlsx/report/general_ledger_xls.py:82 +#: code:addons/account_financial_report_webkit_xlsx/report/open_invoices_xls.py:147 +#: code:addons/account_financial_report_webkit_xlsx/report/partner_ledger_xls.py:83 +#: code:addons/account_financial_report_webkit_xlsx/report/partners_balance_xls.py:50 +#: code:addons/account_financial_report_webkit_xlsx/report/trial_balance_xls.py:67 +#, python-format +msgid "Accounts Filter" +msgstr "Filtre par compte" + +#. module: account_financial_report_webkit_xlsx +#: model:ir.model,name:account_financial_report_webkit_xlsx.model_aged_open_invoices_webkit +msgid "Aged open invoices" +msgstr "" + +#. module: account_financial_report_webkit_xlsx +#: model:ir.model,name:account_financial_report_webkit_xlsx.model_account_aged_trial_balance_webkit +msgid "Aged partner balanced" +msgstr "Balance âgée des tiers" + +#. module: account_financial_report_webkit_xlsx +#: code:addons/account_financial_report_webkit_xlsx/report/general_ledger_xls.py:111 +#: code:addons/account_financial_report_webkit_xlsx/report/partners_balance_xls.py:77 +#: code:addons/account_financial_report_webkit_xlsx/report/trial_balance_xls.py:86 +#, python-format +msgid "All" +msgstr "Tous" + +#. module: account_financial_report_webkit_xlsx +#: code:addons/account_financial_report_webkit_xlsx/report/aged_open_invoices_xls.py:163 +#: code:addons/account_financial_report_webkit_xlsx/report/aged_partner_balance_xls.py:162 +#: code:addons/account_financial_report_webkit_xlsx/report/partners_balance_xls.py:166 +#: code:addons/account_financial_report_webkit_xlsx/report/trial_balance_xls.py:174 +#, python-format +msgid "Balance" +msgstr "Solde" + +#. module: account_financial_report_webkit_xlsx +#: code:addons/account_financial_report_webkit_xlsx/report/partners_balance_xls.py:168 +#: code:addons/account_financial_report_webkit_xlsx/report/partners_balance_xls.py:176 +#: code:addons/account_financial_report_webkit_xlsx/report/trial_balance_xls.py:176 +#: code:addons/account_financial_report_webkit_xlsx/report/trial_balance_xls.py:184 +#, python-format +msgid "Balance %s" +msgstr "Solde %s" + +#. module: account_financial_report_webkit_xlsx +#: code:addons/account_financial_report_webkit_xlsx/report/partners_balance_xls.py:181 +#: code:addons/account_financial_report_webkit_xlsx/report/trial_balance_xls.py:189 +#, python-format +msgid "Balance C%s" +msgstr "Solde C%s" + +#. module: account_financial_report_webkit_xlsx +#: code:addons/account_financial_report_webkit_xlsx/report/aged_open_invoices_xls.py:95 +#: code:addons/account_financial_report_webkit_xlsx/report/aged_partner_balance_xls.py:94 +#: code:addons/account_financial_report_webkit_xlsx/report/general_ledger_xls.py:78 +#: code:addons/account_financial_report_webkit_xlsx/report/open_invoices_xls.py:138 +#: code:addons/account_financial_report_webkit_xlsx/report/partner_ledger_xls.py:79 +#: code:addons/account_financial_report_webkit_xlsx/report/partners_balance_xls.py:60 +#: code:addons/account_financial_report_webkit_xlsx/report/trial_balance_xls.py:73 +#, python-format +msgid "Chart of Account" +msgstr "Plan comptable" + +#. module: account_financial_report_webkit_xlsx +#: code:addons/account_financial_report_webkit_xlsx/report/aged_open_invoices_xls.py:98 +#: code:addons/account_financial_report_webkit_xlsx/report/aged_partner_balance_xls.py:97 +#: code:addons/account_financial_report_webkit_xlsx/report/open_invoices_xls.py:146 +#, python-format +msgid "Clearance Date" +msgstr "Date d'apurement" + +#. module: account_financial_report_webkit_xlsx +#: code:addons/account_financial_report_webkit_xlsx/report/aged_open_invoices_xls.py:161 +#: code:addons/account_financial_report_webkit_xlsx/report/aged_partner_balance_xls.py:160 +#: code:addons/account_financial_report_webkit_xlsx/report/trial_balance_xls.py:160 +#, python-format +msgid "Code" +msgstr "Code" + +#. module: account_financial_report_webkit_xlsx +#: code:addons/account_financial_report_webkit_xlsx/report/partners_balance_xls.py:153 +#, python-format +msgid "Code / Ref" +msgstr "Compte / Réf." + +#. module: account_financial_report_webkit_xlsx +#: code:addons/account_financial_report_webkit_xlsx/report/partners_balance_xls.py:118 +#: code:addons/account_financial_report_webkit_xlsx/report/trial_balance_xls.py:124 +#, python-format +msgid "Comparison" +msgstr "" + +#. module: account_financial_report_webkit_xlsx +#: code:addons/account_financial_report_webkit_xlsx/report/partners_balance_xls.py:110 +#: code:addons/account_financial_report_webkit_xlsx/report/trial_balance_xls.py:117 +#, python-format +msgid "Comparisons" +msgstr "" + +#. module: account_financial_report_webkit_xlsx +#: code:addons/account_financial_report_webkit_xlsx/report/general_ledger_xls.py:49 +#: code:addons/account_financial_report_webkit_xlsx/report/partner_ledger_xls.py:47 +#: code:addons/account_financial_report_webkit_xlsx/report/partners_balance_xls.py:261 +#: code:addons/account_financial_report_webkit_xlsx/report/trial_balance_xls.py:37 +#, python-format +msgid "Computed" +msgstr "Calculé" + +#. module: account_financial_report_webkit_xlsx +#: code:addons/account_financial_report_webkit_xlsx/report/general_ledger_xls.py:153 +#, python-format +msgid "Counterpart" +msgstr "" + +#. module: account_financial_report_webkit_xlsx +#: code:addons/account_financial_report_webkit_xlsx/report/general_ledger_xls.py:155 +#: code:addons/account_financial_report_webkit_xlsx/report/open_invoices_xls.py:213 +#: code:addons/account_financial_report_webkit_xlsx/report/partner_ledger_xls.py:171 +#: code:addons/account_financial_report_webkit_xlsx/report/partners_balance_xls.py:161 +#: code:addons/account_financial_report_webkit_xlsx/report/trial_balance_xls.py:169 +#, python-format +msgid "Credit" +msgstr "Crédit" + +#. module: account_financial_report_webkit_xlsx +#: code:addons/account_financial_report_webkit_xlsx/report/general_ledger_xls.py:157 +#: code:addons/account_financial_report_webkit_xlsx/report/open_invoices_xls.py:215 +#: code:addons/account_financial_report_webkit_xlsx/report/partner_ledger_xls.py:173 +#, python-format +msgid "Cumul. Bal." +msgstr "Solde Cumul." + +#. module: account_financial_report_webkit_xlsx +#: code:addons/account_financial_report_webkit_xlsx/report/general_ledger_xls.py:157 +#: code:addons/account_financial_report_webkit_xlsx/report/open_invoices_xls.py:215 +#: code:addons/account_financial_report_webkit_xlsx/report/partner_ledger_xls.py:173 +#, python-format +msgid "Filtered Bal." +msgstr "Solde Filtré" + +#. module: account_financial_report_webkit_xlsx +#: code:addons/account_financial_report_webkit_xlsx/report/general_ledger_xls.py:306 +#: code:addons/account_financial_report_webkit_xlsx/report/open_invoices_xls.py:607 +#: code:addons/account_financial_report_webkit_xlsx/report/open_invoices_xls.py:681 +#, python-format +msgid "Cumulated Balance on Account" +msgstr "Solde cumulé" + +#. module: account_financial_report_webkit_xlsx +#: code:addons/account_financial_report_webkit_xlsx/report/open_invoices_xls.py:468 +#: code:addons/account_financial_report_webkit_xlsx/report/open_invoices_xls.py:531 +#: code:addons/account_financial_report_webkit_xlsx/report/open_invoices_xls.py:585 +#: code:addons/account_financial_report_webkit_xlsx/report/open_invoices_xls.py:659 +#, python-format +msgid "Cumulated Balance on Partner" +msgstr "Totaux" + +#. module: account_financial_report_webkit_xlsx +#: code:addons/account_financial_report_webkit_xlsx/report/partner_ledger_xls.py:413 +#, python-format +msgid "Cumulated balance on Account" +msgstr "" + +#. module: account_financial_report_webkit_xlsx +#: code:addons/account_financial_report_webkit_xlsx/report/partner_ledger_xls.py:377 +#, python-format +msgid "Cumulated balance on Partner" +msgstr "" + +#. module: account_financial_report_webkit_xlsx +#: code:addons/account_financial_report_webkit_xlsx/report/general_ledger_xls.py:164 +#: code:addons/account_financial_report_webkit_xlsx/report/open_invoices_xls.py:222 +#: code:addons/account_financial_report_webkit_xlsx/report/open_invoices_xls.py:230 +#: code:addons/account_financial_report_webkit_xlsx/report/partner_ledger_xls.py:180 +#, python-format +msgid "Curr." +msgstr "Dev." + +#. module: account_financial_report_webkit_xlsx +#: code:addons/account_financial_report_webkit_xlsx/report/general_ledger_xls.py:162 +#: code:addons/account_financial_report_webkit_xlsx/report/partner_ledger_xls.py:178 +#, python-format +msgid "Curr. Bal." +msgstr "" + +#. module: account_financial_report_webkit_xlsx +#: code:addons/account_financial_report_webkit_xlsx/report/open_invoices_xls.py:220 +#: code:addons/account_financial_report_webkit_xlsx/report/open_invoices_xls.py:228 +#, python-format +msgid "Curr. Balance" +msgstr "Solde Devise" + +#. module: account_financial_report_webkit_xlsx +#: code:addons/account_financial_report_webkit_xlsx/report/open_invoices_xls.py:181 +#: code:addons/account_financial_report_webkit_xlsx/report/partner_ledger_xls.py:111 +#, python-format +msgid "Custom Filter" +msgstr "Filtre personalisé" + +#. module: account_financial_report_webkit_xlsx +#: code:addons/account_financial_report_webkit_xlsx/report/general_ledger_xls.py:143 +#: code:addons/account_financial_report_webkit_xlsx/report/open_invoices_xls.py:196 +#: code:addons/account_financial_report_webkit_xlsx/report/partner_ledger_xls.py:163 +#, python-format +msgid "Date" +msgstr "Date" + +#. module: account_financial_report_webkit_xlsx +#: code:addons/account_financial_report_webkit_xlsx/report/general_ledger_xls.py:81 +#: code:addons/account_financial_report_webkit_xlsx/report/open_invoices_xls.py:142 +#: code:addons/account_financial_report_webkit_xlsx/report/partner_ledger_xls.py:82 +#: code:addons/account_financial_report_webkit_xlsx/report/partners_balance_xls.py:52 +#: code:addons/account_financial_report_webkit_xlsx/report/partners_balance_xls.py:123 +#: code:addons/account_financial_report_webkit_xlsx/report/trial_balance_xls.py:69 +#: code:addons/account_financial_report_webkit_xlsx/report/trial_balance_xls.py:127 +#, python-format +msgid "Dates Filter" +msgstr "Filtre par date" + +#. module: account_financial_report_webkit_xlsx +#: code:addons/account_financial_report_webkit_xlsx/report/general_ledger_xls.py:154 +#: code:addons/account_financial_report_webkit_xlsx/report/open_invoices_xls.py:211 +#: code:addons/account_financial_report_webkit_xlsx/report/partner_ledger_xls.py:170 +#: code:addons/account_financial_report_webkit_xlsx/report/partners_balance_xls.py:160 +#: code:addons/account_financial_report_webkit_xlsx/report/trial_balance_xls.py:168 +#, python-format +msgid "Debit" +msgstr "Débit" + +#. module: account_financial_report_webkit_xlsx +#: code:addons/account_financial_report_webkit_xlsx/report/partners_balance_xls.py:185 +#: code:addons/account_financial_report_webkit_xlsx/report/trial_balance_xls.py:193 +#, python-format +msgid "Difference" +msgstr "Différence" + +#. module: account_financial_report_webkit_xlsx +#: code:addons/account_financial_report_webkit_xlsx/report/aged_open_invoices_xls.py:164 +#: code:addons/account_financial_report_webkit_xlsx/report/aged_partner_balance_xls.py:163 +#, python-format +msgid "Due" +msgstr "" + +#. module: account_financial_report_webkit_xlsx +#: code:addons/account_financial_report_webkit_xlsx/report/open_invoices_xls.py:209 +#, python-format +msgid "Due Date" +msgstr "Date dûe" + +#. module: account_financial_report_webkit_xlsx +#: code:addons/account_financial_report_webkit_xlsx/report/general_ledger_xls.py:145 +#: code:addons/account_financial_report_webkit_xlsx/report/open_invoices_xls.py:199 +#: code:addons/account_financial_report_webkit_xlsx/report/partner_ledger_xls.py:165 +#, python-format +msgid "Entry" +msgstr "Écriture" + +#. module: account_financial_report_webkit_xlsx +#: view:account.aged.trial.balance.webkit:account_financial_report_webkit_xlsx.account_aged_trial_balance_webkit +#: view:aged.open.invoices.webkit:account_financial_report_webkit_xlsx.aged_open_invoice_webkit +#: view:general.ledger.webkit:account_financial_report_webkit_xlsx.account_report_general_ledger_view_webkit +#: view:open.invoices.webkit:account_financial_report_webkit_xlsx.account_open_invoices_view_webkit +#: view:partner.balance.webkit:account_financial_report_webkit_xlsx.account_partner_balance_view_webkit +#: view:partners.ledger.webkit:account_financial_report_webkit_xlsx.account_partner_ledger_view_webkit +#: view:trial.balance.webkit:account_financial_report_webkit_xlsx.account_trial_balance_view_webkit +msgid "Export" +msgstr "" + +#. module: account_financial_report_webkit_xlsx +#: code:addons/account_financial_report_webkit_xlsx/report/aged_open_invoices_xls.py:96 +#: code:addons/account_financial_report_webkit_xlsx/report/aged_partner_balance_xls.py:95 +#: code:addons/account_financial_report_webkit_xlsx/report/general_ledger_xls.py:79 +#: code:addons/account_financial_report_webkit_xlsx/report/open_invoices_xls.py:140 +#: code:addons/account_financial_report_webkit_xlsx/report/partner_ledger_xls.py:80 +#: code:addons/account_financial_report_webkit_xlsx/report/partners_balance_xls.py:49 +#: code:addons/account_financial_report_webkit_xlsx/report/partners_balance_xls.py:131 +#: code:addons/account_financial_report_webkit_xlsx/report/trial_balance_xls.py:66 +#: code:addons/account_financial_report_webkit_xlsx/report/trial_balance_xls.py:136 +#, python-format +msgid "Fiscal Year" +msgstr "Exercice comptable" + +#. module: account_financial_report_webkit_xlsx +#: code:addons/account_financial_report_webkit_xlsx/report/aged_open_invoices_xls.py:110 +#: code:addons/account_financial_report_webkit_xlsx/report/aged_partner_balance_xls.py:109 +#: code:addons/account_financial_report_webkit_xlsx/report/general_ledger_xls.py:98 +#: code:addons/account_financial_report_webkit_xlsx/report/open_invoices_xls.py:167 +#: code:addons/account_financial_report_webkit_xlsx/report/partner_ledger_xls.py:99 +#: code:addons/account_financial_report_webkit_xlsx/report/partners_balance_xls.py:80 +#: code:addons/account_financial_report_webkit_xlsx/report/trial_balance_xls.py:88 +#, python-format +msgid "From" +msgstr "" + +#. module: account_financial_report_webkit_xlsx +#: model:ir.model,name:account_financial_report_webkit_xlsx.model_general_ledger_webkit +msgid "General Ledger Report" +msgstr "Grand livre" + +#. module: account_financial_report_webkit_xlsx +#: code:addons/account_financial_report_webkit_xlsx/report/general_ledger_xls.py:84 +#: code:addons/account_financial_report_webkit_xlsx/report/general_ledger_xls.py:218 +#: code:addons/account_financial_report_webkit_xlsx/report/partner_ledger_xls.py:85 +#: code:addons/account_financial_report_webkit_xlsx/report/partner_ledger_xls.py:270 +#: code:addons/account_financial_report_webkit_xlsx/report/partners_balance_xls.py:58 +#: code:addons/account_financial_report_webkit_xlsx/report/partners_balance_xls.py:133 +#: code:addons/account_financial_report_webkit_xlsx/report/partners_balance_xls.py:158 +#: code:addons/account_financial_report_webkit_xlsx/report/trial_balance_xls.py:71 +#: code:addons/account_financial_report_webkit_xlsx/report/trial_balance_xls.py:138 +#: code:addons/account_financial_report_webkit_xlsx/report/trial_balance_xls.py:166 +#, python-format +msgid "Initial Balance" +msgstr "Solde à nouveau" + +#. module: account_financial_report_webkit_xlsx +#: code:addons/account_financial_report_webkit_xlsx/report/general_ledger_xls.py:146 +#: code:addons/account_financial_report_webkit_xlsx/report/open_invoices_xls.py:200 +#: code:addons/account_financial_report_webkit_xlsx/report/partner_ledger_xls.py:166 +#, python-format +msgid "Journal" +msgstr "Journal" + +#. module: account_financial_report_webkit_xlsx +#: code:addons/account_financial_report_webkit_xlsx/report/general_ledger_xls.py:151 +#: code:addons/account_financial_report_webkit_xlsx/report/open_invoices_xls.py:207 +#: code:addons/account_financial_report_webkit_xlsx/report/partner_ledger_xls.py:168 +#, python-format +msgid "Label" +msgstr "Description" + +#. module: account_financial_report_webkit_xlsx +#: code:addons/account_financial_report_webkit_xlsx/report/general_ledger_xls.py:51 +#: code:addons/account_financial_report_webkit_xlsx/report/partner_ledger_xls.py:49 +#: code:addons/account_financial_report_webkit_xlsx/report/partners_balance_xls.py:263 +#: code:addons/account_financial_report_webkit_xlsx/report/trial_balance_xls.py:39 +#, python-format +msgid "No" +msgstr "Non" + +#. module: account_financial_report_webkit_xlsx +#: code:addons/account_financial_report_webkit_xlsx/report/partner_ledger_xls.py:229 +#, python-format +msgid "No Partner" +msgstr "Pas de partenaire" + +#. module: account_financial_report_webkit_xlsx +#: code:addons/account_financial_report_webkit_xlsx/report/open_invoices_xls.py:246 +#: code:addons/account_financial_report_webkit_xlsx/report/open_invoices_xls.py:259 +#, python-format +msgid "No partner" +msgstr "" + +#. module: account_financial_report_webkit_xlsx +#: code:addons/account_financial_report_webkit_xlsx/report/aged_open_invoices_xls.py:169 +#: code:addons/account_financial_report_webkit_xlsx/report/aged_partner_balance_xls.py:168 +#, python-format +msgid "Older" +msgstr "" + +#. module: account_financial_report_webkit_xlsx +#: model:ir.model,name:account_financial_report_webkit_xlsx.model_open_invoices_webkit +msgid "Open Invoices Report" +msgstr "Etat des factures ouvertes" + +#. module: account_financial_report_webkit_xlsx +#: code:addons/account_financial_report_webkit_xlsx/report/general_ledger_xls.py:50 +#: code:addons/account_financial_report_webkit_xlsx/report/partner_ledger_xls.py:48 +#: code:addons/account_financial_report_webkit_xlsx/report/partners_balance_xls.py:262 +#: code:addons/account_financial_report_webkit_xlsx/report/trial_balance_xls.py:38 +#, python-format +msgid "Opening Entries" +msgstr "Basé sur l'écriture d'ouverture" + +#. module: account_financial_report_webkit_xlsx +#: code:addons/account_financial_report_webkit_xlsx/report/aged_open_invoices_xls.py:167 +#: code:addons/account_financial_report_webkit_xlsx/report/aged_partner_balance_xls.py:166 +#, python-format +msgid "Overdue ≤ %s d." +msgstr "Dépassé ≤ %s j." + +#. module: account_financial_report_webkit_xlsx +#: code:addons/account_financial_report_webkit_xlsx/report/aged_open_invoices_xls.py:159 +#: code:addons/account_financial_report_webkit_xlsx/report/aged_partner_balance_xls.py:158 +#: code:addons/account_financial_report_webkit_xlsx/report/general_ledger_xls.py:149 +#: code:addons/account_financial_report_webkit_xlsx/report/open_invoices_xls.py:204 +#: code:addons/account_financial_report_webkit_xlsx/report/partner_ledger_xls.py:167 +#, python-format +msgid "Partner" +msgstr "Partenaire" + +#. module: account_financial_report_webkit_xlsx +#: model:ir.model,name:account_financial_report_webkit_xlsx.model_partner_balance_webkit +msgid "Partner Balance Report" +msgstr "Rapport de balance des tiers" + +#. module: account_financial_report_webkit_xlsx +#: model:ir.model,name:account_financial_report_webkit_xlsx.model_partners_ledger_webkit +msgid "Partner Ledger Report" +msgstr "Rapport de livre des tiers" + +#. module: account_financial_report_webkit_xlsx +#: code:addons/account_financial_report_webkit_xlsx/report/aged_open_invoices_xls.py:100 +#: code:addons/account_financial_report_webkit_xlsx/report/aged_partner_balance_xls.py:99 +#: code:addons/account_financial_report_webkit_xlsx/report/partners_balance_xls.py:55 +#, python-format +msgid "Partners Filter" +msgstr "Filtre Partenaire" + +#. module: account_financial_report_webkit_xlsx +#: code:addons/account_financial_report_webkit_xlsx/report/aged_open_invoices_xls.py:227 +#: code:addons/account_financial_report_webkit_xlsx/report/aged_partner_balance_xls.py:226 +#, python-format +msgid "Percentages" +msgstr "" + +#. module: account_financial_report_webkit_xlsx +#: code:addons/account_financial_report_webkit_xlsx/report/general_ledger_xls.py:144 +#: code:addons/account_financial_report_webkit_xlsx/report/open_invoices_xls.py:197 +#: code:addons/account_financial_report_webkit_xlsx/report/partner_ledger_xls.py:164 +#, python-format +msgid "Period" +msgstr "Période" + +#. module: account_financial_report_webkit_xlsx +#: code:addons/account_financial_report_webkit_xlsx/report/aged_open_invoices_xls.py:97 +#: code:addons/account_financial_report_webkit_xlsx/report/aged_partner_balance_xls.py:96 +#: code:addons/account_financial_report_webkit_xlsx/report/general_ledger_xls.py:81 +#: code:addons/account_financial_report_webkit_xlsx/report/open_invoices_xls.py:143 +#: code:addons/account_financial_report_webkit_xlsx/report/partner_ledger_xls.py:82 +#: code:addons/account_financial_report_webkit_xlsx/report/partners_balance_xls.py:53 +#: code:addons/account_financial_report_webkit_xlsx/report/partners_balance_xls.py:127 +#: code:addons/account_financial_report_webkit_xlsx/report/trial_balance_xls.py:69 +#: code:addons/account_financial_report_webkit_xlsx/report/trial_balance_xls.py:132 +#, python-format +msgid "Periods Filter" +msgstr "Filtre par période" + +#. module: account_financial_report_webkit_xlsx +#: view:account.aged.trial.balance.webkit:account_financial_report_webkit_xlsx.account_aged_trial_balance_webkit +#: view:aged.open.invoices.webkit:account_financial_report_webkit_xlsx.aged_open_invoice_webkit +#: view:general.ledger.webkit:account_financial_report_webkit_xlsx.account_report_general_ledger_view_webkit +#: view:open.invoices.webkit:account_financial_report_webkit_xlsx.account_open_invoices_view_webkit +#: view:partner.balance.webkit:account_financial_report_webkit_xlsx.account_partner_balance_view_webkit +#: view:partners.ledger.webkit:account_financial_report_webkit_xlsx.account_partner_ledger_view_webkit +#: view:trial.balance.webkit:account_financial_report_webkit_xlsx.account_trial_balance_view_webkit +msgid "Print" +msgstr "Imprimer" + +#. module: account_financial_report_webkit_xlsx +#: code:addons/account_financial_report_webkit_xlsx/report/open_invoices_xls.py:208 +#: code:addons/account_financial_report_webkit_xlsx/report/partner_ledger_xls.py:169 +#, python-format +msgid "Rec." +msgstr "Let." + +#. module: account_financial_report_webkit_xlsx +#: code:addons/account_financial_report_webkit_xlsx/report/general_ledger_xls.py:150 +#, python-format +msgid "Reference" +msgstr "Référence" + +#. module: account_financial_report_webkit_xlsx +#: code:addons/account_financial_report_webkit_xlsx/report/aged_open_invoices_xls.py:123 +#: code:addons/account_financial_report_webkit_xlsx/report/aged_partner_balance_xls.py:122 +#, python-format +msgid "Selected Partners" +msgstr "" + +#. module: account_financial_report_webkit_xlsx +#: code:addons/account_financial_report_webkit_xlsx/report/aged_open_invoices_xls.py:101 +#: code:addons/account_financial_report_webkit_xlsx/report/aged_partner_balance_xls.py:100 +#: code:addons/account_financial_report_webkit_xlsx/report/general_ledger_xls.py:83 +#: code:addons/account_financial_report_webkit_xlsx/report/open_invoices_xls.py:150 +#: code:addons/account_financial_report_webkit_xlsx/report/partner_ledger_xls.py:84 +#: code:addons/account_financial_report_webkit_xlsx/report/partners_balance_xls.py:57 +#: code:addons/account_financial_report_webkit_xlsx/report/trial_balance_xls.py:70 +#, python-format +msgid "Target Moves" +msgstr "Filtre d'écritures" + +#. module: account_financial_report_webkit_xlsx +#: view:general.ledger.webkit:account_financial_report_webkit_xlsx.account_report_general_ledger_view_webkit +msgid "" +"This report allows you to generate a pdf or xls of your general ledger with " +"details of all your account journals" +msgstr "" + +#. module: account_financial_report_webkit_xlsx +#: view:open.invoices.webkit:account_financial_report_webkit_xlsx.account_open_invoices_view_webkit +msgid "" +"This report allows you to generate a pdf or xls of your open invoices per " +"partner with details of all your payable/receivable account. Exclude full " +"reconciled journal items." +msgstr "" + +#. module: account_financial_report_webkit_xlsx +#: view:partners.ledger.webkit:account_financial_report_webkit_xlsx.account_partner_ledger_view_webkit +msgid "" +"This report allows you to generate a pdf or xls of your partner ledger with " +"details of all your account journals" +msgstr "" + +#. module: account_financial_report_webkit_xlsx +#: view:trial.balance.webkit:account_financial_report_webkit_xlsx.account_trial_balance_view_webkit +msgid "" +"This report allows you to generate a pdf or xls of your trial balance " +"allowing you to quickly check the balance of each of your accounts in a " +"single report" +msgstr "" + +#. module: account_financial_report_webkit_xlsx +#: code:addons/account_financial_report_webkit_xlsx/report/aged_open_invoices_xls.py:112 +#: code:addons/account_financial_report_webkit_xlsx/report/aged_partner_balance_xls.py:111 +#: code:addons/account_financial_report_webkit_xlsx/report/general_ledger_xls.py:103 +#: code:addons/account_financial_report_webkit_xlsx/report/open_invoices_xls.py:172 +#: code:addons/account_financial_report_webkit_xlsx/report/partner_ledger_xls.py:104 +#, python-format +msgid "To" +msgstr "" + +#. module: account_financial_report_webkit_xlsx +#: code:addons/account_financial_report_webkit_xlsx/report/aged_open_invoices_xls.py:203 +#: code:addons/account_financial_report_webkit_xlsx/report/aged_partner_balance_xls.py:202 +#, python-format +msgid "Total" +msgstr "" + +#. module: account_financial_report_webkit_xlsx +#: model:ir.model,name:account_financial_report_webkit_xlsx.model_trial_balance_webkit +msgid "Trial Balance Report" +msgstr "Balance générale" + +#. module: account_financial_report_webkit_xlsx +#: code:addons/account_financial_report_webkit_xlsx/report/trial_balance_xls.py:198 +#, python-format +msgid "Type" +msgstr "" + +#. module: account_financial_report_webkit_xlsx +#: code:addons/account_financial_report_webkit_xlsx/report/partners_balance_xls.py:347 +#, python-format +msgid "Unallocated" +msgstr "Non-alloué" diff --git a/account_financial_report_webkit_xlsx/i18n/it.po b/account_financial_report_webkit_xlsx/i18n/it.po new file mode 100644 index 00000000..40e73cd8 --- /dev/null +++ b/account_financial_report_webkit_xlsx/i18n/it.po @@ -0,0 +1,588 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * account_financial_report_webkit_xlsx +# +# Translators: +# OCA Transbot , 2016 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 8.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2018-02-22 01:40+0000\n" +"PO-Revision-Date: 2018-02-22 01:40+0000\n" +"Last-Translator: OCA Transbot , 2016\n" +"Language-Team: Italian (https://www.transifex.com/oca/teams/23907/it/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: it\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: account_financial_report_webkit_xlsx +#: code:addons/account_financial_report_webkit_xlsx/report/partners_balance_xls.py:85 +#: code:addons/account_financial_report_webkit_xlsx/report/trial_balance_xls.py:93 +#, python-format +msgid "" +"\n" +"To" +msgstr "" + +#. module: account_financial_report_webkit_xlsx +#: code:addons/account_financial_report_webkit_xlsx/report/partners_balance_xls.py:188 +#: code:addons/account_financial_report_webkit_xlsx/report/trial_balance_xls.py:196 +#, python-format +msgid "% Difference" +msgstr "% Differenza" + +#. module: account_financial_report_webkit_xlsx +#: code:addons/account_financial_report_webkit_xlsx/report/general_ledger_xls.py:148 +#: code:addons/account_financial_report_webkit_xlsx/report/trial_balance_xls.py:161 +#, python-format +msgid "Account" +msgstr "Conto" + +#. module: account_financial_report_webkit_xlsx +#: code:addons/account_financial_report_webkit_xlsx/report/partners_balance_xls.py:152 +#, python-format +msgid "Account / Partner Name" +msgstr "Conto / Nome partner" + +#. module: account_financial_report_webkit_xlsx +#: code:addons/account_financial_report_webkit_xlsx/report/aged_open_invoices_xls.py:99 +#: code:addons/account_financial_report_webkit_xlsx/report/aged_partner_balance_xls.py:98 +#: code:addons/account_financial_report_webkit_xlsx/report/general_ledger_xls.py:82 +#: code:addons/account_financial_report_webkit_xlsx/report/open_invoices_xls.py:147 +#: code:addons/account_financial_report_webkit_xlsx/report/partner_ledger_xls.py:83 +#: code:addons/account_financial_report_webkit_xlsx/report/partners_balance_xls.py:50 +#: code:addons/account_financial_report_webkit_xlsx/report/trial_balance_xls.py:67 +#, python-format +msgid "Accounts Filter" +msgstr "Filtro Conti" + +#. module: account_financial_report_webkit_xlsx +#: model:ir.model,name:account_financial_report_webkit_xlsx.model_aged_open_invoices_webkit +msgid "Aged open invoices" +msgstr "" + +#. module: account_financial_report_webkit_xlsx +#: model:ir.model,name:account_financial_report_webkit_xlsx.model_account_aged_trial_balance_webkit +msgid "Aged partner balanced" +msgstr "" + +#. module: account_financial_report_webkit_xlsx +#: code:addons/account_financial_report_webkit_xlsx/report/general_ledger_xls.py:111 +#: code:addons/account_financial_report_webkit_xlsx/report/partners_balance_xls.py:77 +#: code:addons/account_financial_report_webkit_xlsx/report/trial_balance_xls.py:86 +#, python-format +msgid "All" +msgstr "Tutti" + +#. module: account_financial_report_webkit_xlsx +#: code:addons/account_financial_report_webkit_xlsx/report/aged_open_invoices_xls.py:163 +#: code:addons/account_financial_report_webkit_xlsx/report/aged_partner_balance_xls.py:162 +#: code:addons/account_financial_report_webkit_xlsx/report/partners_balance_xls.py:166 +#: code:addons/account_financial_report_webkit_xlsx/report/trial_balance_xls.py:174 +#, python-format +msgid "Balance" +msgstr "Saldo" + +#. module: account_financial_report_webkit_xlsx +#: code:addons/account_financial_report_webkit_xlsx/report/partners_balance_xls.py:168 +#: code:addons/account_financial_report_webkit_xlsx/report/partners_balance_xls.py:176 +#: code:addons/account_financial_report_webkit_xlsx/report/trial_balance_xls.py:176 +#: code:addons/account_financial_report_webkit_xlsx/report/trial_balance_xls.py:184 +#, python-format +msgid "Balance %s" +msgstr "Saldo %s" + +#. module: account_financial_report_webkit_xlsx +#: code:addons/account_financial_report_webkit_xlsx/report/partners_balance_xls.py:181 +#: code:addons/account_financial_report_webkit_xlsx/report/trial_balance_xls.py:189 +#, python-format +msgid "Balance C%s" +msgstr "Bilancio C%s" + +#. module: account_financial_report_webkit_xlsx +#: code:addons/account_financial_report_webkit_xlsx/report/aged_open_invoices_xls.py:95 +#: code:addons/account_financial_report_webkit_xlsx/report/aged_partner_balance_xls.py:94 +#: code:addons/account_financial_report_webkit_xlsx/report/general_ledger_xls.py:78 +#: code:addons/account_financial_report_webkit_xlsx/report/open_invoices_xls.py:138 +#: code:addons/account_financial_report_webkit_xlsx/report/partner_ledger_xls.py:79 +#: code:addons/account_financial_report_webkit_xlsx/report/partners_balance_xls.py:60 +#: code:addons/account_financial_report_webkit_xlsx/report/trial_balance_xls.py:73 +#, python-format +msgid "Chart of Account" +msgstr "Piano dei conti" + +#. module: account_financial_report_webkit_xlsx +#: code:addons/account_financial_report_webkit_xlsx/report/aged_open_invoices_xls.py:98 +#: code:addons/account_financial_report_webkit_xlsx/report/aged_partner_balance_xls.py:97 +#: code:addons/account_financial_report_webkit_xlsx/report/open_invoices_xls.py:146 +#, python-format +msgid "Clearance Date" +msgstr "Data di Liquidazione" + +#. module: account_financial_report_webkit_xlsx +#: code:addons/account_financial_report_webkit_xlsx/report/aged_open_invoices_xls.py:161 +#: code:addons/account_financial_report_webkit_xlsx/report/aged_partner_balance_xls.py:160 +#: code:addons/account_financial_report_webkit_xlsx/report/trial_balance_xls.py:160 +#, python-format +msgid "Code" +msgstr "Codice" + +#. module: account_financial_report_webkit_xlsx +#: code:addons/account_financial_report_webkit_xlsx/report/partners_balance_xls.py:153 +#, python-format +msgid "Code / Ref" +msgstr "Codice / Rif" + +#. module: account_financial_report_webkit_xlsx +#: code:addons/account_financial_report_webkit_xlsx/report/partners_balance_xls.py:118 +#: code:addons/account_financial_report_webkit_xlsx/report/trial_balance_xls.py:124 +#, python-format +msgid "Comparison" +msgstr "" + +#. module: account_financial_report_webkit_xlsx +#: code:addons/account_financial_report_webkit_xlsx/report/partners_balance_xls.py:110 +#: code:addons/account_financial_report_webkit_xlsx/report/trial_balance_xls.py:117 +#, python-format +msgid "Comparisons" +msgstr "" + +#. module: account_financial_report_webkit_xlsx +#: code:addons/account_financial_report_webkit_xlsx/report/general_ledger_xls.py:49 +#: code:addons/account_financial_report_webkit_xlsx/report/partner_ledger_xls.py:47 +#: code:addons/account_financial_report_webkit_xlsx/report/partners_balance_xls.py:261 +#: code:addons/account_financial_report_webkit_xlsx/report/trial_balance_xls.py:37 +#, python-format +msgid "Computed" +msgstr "Calcolato" + +#. module: account_financial_report_webkit_xlsx +#: code:addons/account_financial_report_webkit_xlsx/report/general_ledger_xls.py:153 +#, python-format +msgid "Counterpart" +msgstr "" + +#. module: account_financial_report_webkit_xlsx +#: code:addons/account_financial_report_webkit_xlsx/report/general_ledger_xls.py:155 +#: code:addons/account_financial_report_webkit_xlsx/report/open_invoices_xls.py:213 +#: code:addons/account_financial_report_webkit_xlsx/report/partner_ledger_xls.py:171 +#: code:addons/account_financial_report_webkit_xlsx/report/partners_balance_xls.py:161 +#: code:addons/account_financial_report_webkit_xlsx/report/trial_balance_xls.py:169 +#, python-format +msgid "Credit" +msgstr "Credito" + +#. module: account_financial_report_webkit_xlsx +#: code:addons/account_financial_report_webkit_xlsx/report/general_ledger_xls.py:157 +#: code:addons/account_financial_report_webkit_xlsx/report/open_invoices_xls.py:215 +#: code:addons/account_financial_report_webkit_xlsx/report/partner_ledger_xls.py:173 +#, python-format +msgid "Cumul. Bal." +msgstr "Bil. Cumul." + +#. module: account_financial_report_webkit_xlsx +#: code:addons/account_financial_report_webkit_xlsx/report/general_ledger_xls.py:306 +#: code:addons/account_financial_report_webkit_xlsx/report/open_invoices_xls.py:607 +#: code:addons/account_financial_report_webkit_xlsx/report/open_invoices_xls.py:681 +#, python-format +msgid "Cumulated Balance on Account" +msgstr "Saldo Cumulativo su Conto" + +#. module: account_financial_report_webkit_xlsx +#: code:addons/account_financial_report_webkit_xlsx/report/open_invoices_xls.py:468 +#: code:addons/account_financial_report_webkit_xlsx/report/open_invoices_xls.py:531 +#: code:addons/account_financial_report_webkit_xlsx/report/open_invoices_xls.py:585 +#: code:addons/account_financial_report_webkit_xlsx/report/open_invoices_xls.py:659 +#, python-format +msgid "Cumulated Balance on Partner" +msgstr "Bilancio Cumulativo del Partner" + +#. module: account_financial_report_webkit_xlsx +#: code:addons/account_financial_report_webkit_xlsx/report/partner_ledger_xls.py:413 +#, python-format +msgid "Cumulated balance on Account" +msgstr "" + +#. module: account_financial_report_webkit_xlsx +#: code:addons/account_financial_report_webkit_xlsx/report/partner_ledger_xls.py:377 +#, python-format +msgid "Cumulated balance on Partner" +msgstr "" + +#. module: account_financial_report_webkit_xlsx +#: code:addons/account_financial_report_webkit_xlsx/report/general_ledger_xls.py:164 +#: code:addons/account_financial_report_webkit_xlsx/report/open_invoices_xls.py:222 +#: code:addons/account_financial_report_webkit_xlsx/report/open_invoices_xls.py:230 +#: code:addons/account_financial_report_webkit_xlsx/report/partner_ledger_xls.py:180 +#, python-format +msgid "Curr." +msgstr "" + +#. module: account_financial_report_webkit_xlsx +#: code:addons/account_financial_report_webkit_xlsx/report/general_ledger_xls.py:162 +#: code:addons/account_financial_report_webkit_xlsx/report/partner_ledger_xls.py:178 +#, python-format +msgid "Curr. Bal." +msgstr "" + +#. module: account_financial_report_webkit_xlsx +#: code:addons/account_financial_report_webkit_xlsx/report/open_invoices_xls.py:220 +#: code:addons/account_financial_report_webkit_xlsx/report/open_invoices_xls.py:228 +#, python-format +msgid "Curr. Balance" +msgstr "Saldo Attuale" + +#. module: account_financial_report_webkit_xlsx +#: code:addons/account_financial_report_webkit_xlsx/report/open_invoices_xls.py:181 +#: code:addons/account_financial_report_webkit_xlsx/report/partner_ledger_xls.py:111 +#, python-format +msgid "Custom Filter" +msgstr "Filtro Personalizzato" + +#. module: account_financial_report_webkit_xlsx +#: code:addons/account_financial_report_webkit_xlsx/report/general_ledger_xls.py:143 +#: code:addons/account_financial_report_webkit_xlsx/report/open_invoices_xls.py:196 +#: code:addons/account_financial_report_webkit_xlsx/report/partner_ledger_xls.py:163 +#, python-format +msgid "Date" +msgstr "Data" + +#. module: account_financial_report_webkit_xlsx +#: code:addons/account_financial_report_webkit_xlsx/report/general_ledger_xls.py:81 +#: code:addons/account_financial_report_webkit_xlsx/report/open_invoices_xls.py:142 +#: code:addons/account_financial_report_webkit_xlsx/report/partner_ledger_xls.py:82 +#: code:addons/account_financial_report_webkit_xlsx/report/partners_balance_xls.py:52 +#: code:addons/account_financial_report_webkit_xlsx/report/partners_balance_xls.py:123 +#: code:addons/account_financial_report_webkit_xlsx/report/trial_balance_xls.py:69 +#: code:addons/account_financial_report_webkit_xlsx/report/trial_balance_xls.py:127 +#, python-format +msgid "Dates Filter" +msgstr "Filtro Date" + +#. module: account_financial_report_webkit_xlsx +#: code:addons/account_financial_report_webkit_xlsx/report/general_ledger_xls.py:154 +#: code:addons/account_financial_report_webkit_xlsx/report/open_invoices_xls.py:211 +#: code:addons/account_financial_report_webkit_xlsx/report/partner_ledger_xls.py:170 +#: code:addons/account_financial_report_webkit_xlsx/report/partners_balance_xls.py:160 +#: code:addons/account_financial_report_webkit_xlsx/report/trial_balance_xls.py:168 +#, python-format +msgid "Debit" +msgstr "Debito" + +#. module: account_financial_report_webkit_xlsx +#: code:addons/account_financial_report_webkit_xlsx/report/partners_balance_xls.py:185 +#: code:addons/account_financial_report_webkit_xlsx/report/trial_balance_xls.py:193 +#, python-format +msgid "Difference" +msgstr "Differenze" + +#. module: account_financial_report_webkit_xlsx +#: code:addons/account_financial_report_webkit_xlsx/report/aged_open_invoices_xls.py:164 +#: code:addons/account_financial_report_webkit_xlsx/report/aged_partner_balance_xls.py:163 +#, python-format +msgid "Due" +msgstr "" + +#. module: account_financial_report_webkit_xlsx +#: code:addons/account_financial_report_webkit_xlsx/report/open_invoices_xls.py:209 +#, python-format +msgid "Due Date" +msgstr "Data scadenza" + +#. module: account_financial_report_webkit_xlsx +#: code:addons/account_financial_report_webkit_xlsx/report/general_ledger_xls.py:145 +#: code:addons/account_financial_report_webkit_xlsx/report/open_invoices_xls.py:199 +#: code:addons/account_financial_report_webkit_xlsx/report/partner_ledger_xls.py:165 +#, python-format +msgid "Entry" +msgstr "Voce" + +#. module: account_financial_report_webkit_xlsx +#: view:account.aged.trial.balance.webkit:account_financial_report_webkit_xlsx.account_aged_trial_balance_webkit +#: view:aged.open.invoices.webkit:account_financial_report_webkit_xlsx.aged_open_invoice_webkit +#: view:general.ledger.webkit:account_financial_report_webkit_xlsx.account_report_general_ledger_view_webkit +#: view:open.invoices.webkit:account_financial_report_webkit_xlsx.account_open_invoices_view_webkit +#: view:partner.balance.webkit:account_financial_report_webkit_xlsx.account_partner_balance_view_webkit +#: view:partners.ledger.webkit:account_financial_report_webkit_xlsx.account_partner_ledger_view_webkit +#: view:trial.balance.webkit:account_financial_report_webkit_xlsx.account_trial_balance_view_webkit +msgid "Export" +msgstr "" + +#. module: account_financial_report_webkit_xlsx +#: code:addons/account_financial_report_webkit_xlsx/report/aged_open_invoices_xls.py:96 +#: code:addons/account_financial_report_webkit_xlsx/report/aged_partner_balance_xls.py:95 +#: code:addons/account_financial_report_webkit_xlsx/report/general_ledger_xls.py:79 +#: code:addons/account_financial_report_webkit_xlsx/report/open_invoices_xls.py:140 +#: code:addons/account_financial_report_webkit_xlsx/report/partner_ledger_xls.py:80 +#: code:addons/account_financial_report_webkit_xlsx/report/partners_balance_xls.py:49 +#: code:addons/account_financial_report_webkit_xlsx/report/partners_balance_xls.py:131 +#: code:addons/account_financial_report_webkit_xlsx/report/trial_balance_xls.py:66 +#: code:addons/account_financial_report_webkit_xlsx/report/trial_balance_xls.py:136 +#, python-format +msgid "Fiscal Year" +msgstr "Anno Fiscale" + +#. module: account_financial_report_webkit_xlsx +#: code:addons/account_financial_report_webkit_xlsx/report/aged_open_invoices_xls.py:110 +#: code:addons/account_financial_report_webkit_xlsx/report/aged_partner_balance_xls.py:109 +#: code:addons/account_financial_report_webkit_xlsx/report/general_ledger_xls.py:98 +#: code:addons/account_financial_report_webkit_xlsx/report/open_invoices_xls.py:167 +#: code:addons/account_financial_report_webkit_xlsx/report/partner_ledger_xls.py:99 +#: code:addons/account_financial_report_webkit_xlsx/report/partners_balance_xls.py:80 +#: code:addons/account_financial_report_webkit_xlsx/report/trial_balance_xls.py:88 +#, python-format +msgid "From" +msgstr "" + +#. module: account_financial_report_webkit_xlsx +#: model:ir.model,name:account_financial_report_webkit_xlsx.model_general_ledger_webkit +msgid "General Ledger Report" +msgstr "Stampa Libro Mastro" + +#. module: account_financial_report_webkit_xlsx +#: code:addons/account_financial_report_webkit_xlsx/report/general_ledger_xls.py:84 +#: code:addons/account_financial_report_webkit_xlsx/report/general_ledger_xls.py:218 +#: code:addons/account_financial_report_webkit_xlsx/report/partner_ledger_xls.py:85 +#: code:addons/account_financial_report_webkit_xlsx/report/partner_ledger_xls.py:270 +#: code:addons/account_financial_report_webkit_xlsx/report/partners_balance_xls.py:58 +#: code:addons/account_financial_report_webkit_xlsx/report/partners_balance_xls.py:133 +#: code:addons/account_financial_report_webkit_xlsx/report/partners_balance_xls.py:158 +#: code:addons/account_financial_report_webkit_xlsx/report/trial_balance_xls.py:71 +#: code:addons/account_financial_report_webkit_xlsx/report/trial_balance_xls.py:138 +#: code:addons/account_financial_report_webkit_xlsx/report/trial_balance_xls.py:166 +#, python-format +msgid "Initial Balance" +msgstr "Saldo iniziale" + +#. module: account_financial_report_webkit_xlsx +#: code:addons/account_financial_report_webkit_xlsx/report/general_ledger_xls.py:146 +#: code:addons/account_financial_report_webkit_xlsx/report/open_invoices_xls.py:200 +#: code:addons/account_financial_report_webkit_xlsx/report/partner_ledger_xls.py:166 +#, python-format +msgid "Journal" +msgstr "Sezionale" + +#. module: account_financial_report_webkit_xlsx +#: code:addons/account_financial_report_webkit_xlsx/report/general_ledger_xls.py:151 +#: code:addons/account_financial_report_webkit_xlsx/report/open_invoices_xls.py:207 +#: code:addons/account_financial_report_webkit_xlsx/report/partner_ledger_xls.py:168 +#, python-format +msgid "Label" +msgstr "Etichetta" + +#. module: account_financial_report_webkit_xlsx +#: code:addons/account_financial_report_webkit_xlsx/report/general_ledger_xls.py:51 +#: code:addons/account_financial_report_webkit_xlsx/report/partner_ledger_xls.py:49 +#: code:addons/account_financial_report_webkit_xlsx/report/partners_balance_xls.py:263 +#: code:addons/account_financial_report_webkit_xlsx/report/trial_balance_xls.py:39 +#, python-format +msgid "No" +msgstr "No" + +#. module: account_financial_report_webkit_xlsx +#: code:addons/account_financial_report_webkit_xlsx/report/partner_ledger_xls.py:229 +#, python-format +msgid "No Partner" +msgstr "Nessun Partner" + +#. module: account_financial_report_webkit_xlsx +#: code:addons/account_financial_report_webkit_xlsx/report/open_invoices_xls.py:246 +#: code:addons/account_financial_report_webkit_xlsx/report/open_invoices_xls.py:259 +#, python-format +msgid "No partner" +msgstr "" + +#. module: account_financial_report_webkit_xlsx +#: code:addons/account_financial_report_webkit_xlsx/report/aged_open_invoices_xls.py:169 +#: code:addons/account_financial_report_webkit_xlsx/report/aged_partner_balance_xls.py:168 +#, python-format +msgid "Older" +msgstr "" + +#. module: account_financial_report_webkit_xlsx +#: model:ir.model,name:account_financial_report_webkit_xlsx.model_open_invoices_webkit +msgid "Open Invoices Report" +msgstr "Stampa Fatture Aperte" + +#. module: account_financial_report_webkit_xlsx +#: code:addons/account_financial_report_webkit_xlsx/report/general_ledger_xls.py:50 +#: code:addons/account_financial_report_webkit_xlsx/report/partner_ledger_xls.py:48 +#: code:addons/account_financial_report_webkit_xlsx/report/partners_balance_xls.py:262 +#: code:addons/account_financial_report_webkit_xlsx/report/trial_balance_xls.py:38 +#, python-format +msgid "Opening Entries" +msgstr "Voci di Apertura" + +#. module: account_financial_report_webkit_xlsx +#: code:addons/account_financial_report_webkit_xlsx/report/aged_open_invoices_xls.py:167 +#: code:addons/account_financial_report_webkit_xlsx/report/aged_partner_balance_xls.py:166 +#, python-format +msgid "Overdue ≤ %s d." +msgstr "" + +#. module: account_financial_report_webkit_xlsx +#: code:addons/account_financial_report_webkit_xlsx/report/aged_open_invoices_xls.py:159 +#: code:addons/account_financial_report_webkit_xlsx/report/aged_partner_balance_xls.py:158 +#: code:addons/account_financial_report_webkit_xlsx/report/general_ledger_xls.py:149 +#: code:addons/account_financial_report_webkit_xlsx/report/open_invoices_xls.py:204 +#: code:addons/account_financial_report_webkit_xlsx/report/partner_ledger_xls.py:167 +#, python-format +msgid "Partner" +msgstr "Partner" + +#. module: account_financial_report_webkit_xlsx +#: model:ir.model,name:account_financial_report_webkit_xlsx.model_partner_balance_webkit +msgid "Partner Balance Report" +msgstr "Stampa bilancio partner" + +#. module: account_financial_report_webkit_xlsx +#: model:ir.model,name:account_financial_report_webkit_xlsx.model_partners_ledger_webkit +msgid "Partner Ledger Report" +msgstr "Stampa Mastro del Partner" + +#. module: account_financial_report_webkit_xlsx +#: code:addons/account_financial_report_webkit_xlsx/report/aged_open_invoices_xls.py:100 +#: code:addons/account_financial_report_webkit_xlsx/report/aged_partner_balance_xls.py:99 +#: code:addons/account_financial_report_webkit_xlsx/report/partners_balance_xls.py:55 +#, python-format +msgid "Partners Filter" +msgstr "Filtro Partner" + +#. module: account_financial_report_webkit_xlsx +#: code:addons/account_financial_report_webkit_xlsx/report/aged_open_invoices_xls.py:227 +#: code:addons/account_financial_report_webkit_xlsx/report/aged_partner_balance_xls.py:226 +#, python-format +msgid "Percentages" +msgstr "" + +#. module: account_financial_report_webkit_xlsx +#: code:addons/account_financial_report_webkit_xlsx/report/general_ledger_xls.py:144 +#: code:addons/account_financial_report_webkit_xlsx/report/open_invoices_xls.py:197 +#: code:addons/account_financial_report_webkit_xlsx/report/partner_ledger_xls.py:164 +#, python-format +msgid "Period" +msgstr "Periodo" + +#. module: account_financial_report_webkit_xlsx +#: code:addons/account_financial_report_webkit_xlsx/report/aged_open_invoices_xls.py:97 +#: code:addons/account_financial_report_webkit_xlsx/report/aged_partner_balance_xls.py:96 +#: code:addons/account_financial_report_webkit_xlsx/report/general_ledger_xls.py:81 +#: code:addons/account_financial_report_webkit_xlsx/report/open_invoices_xls.py:143 +#: code:addons/account_financial_report_webkit_xlsx/report/partner_ledger_xls.py:82 +#: code:addons/account_financial_report_webkit_xlsx/report/partners_balance_xls.py:53 +#: code:addons/account_financial_report_webkit_xlsx/report/partners_balance_xls.py:127 +#: code:addons/account_financial_report_webkit_xlsx/report/trial_balance_xls.py:69 +#: code:addons/account_financial_report_webkit_xlsx/report/trial_balance_xls.py:132 +#, python-format +msgid "Periods Filter" +msgstr "Filtro Periodi" + +#. module: account_financial_report_webkit_xlsx +#: view:account.aged.trial.balance.webkit:account_financial_report_webkit_xlsx.account_aged_trial_balance_webkit +#: view:aged.open.invoices.webkit:account_financial_report_webkit_xlsx.aged_open_invoice_webkit +#: view:general.ledger.webkit:account_financial_report_webkit_xlsx.account_report_general_ledger_view_webkit +#: view:open.invoices.webkit:account_financial_report_webkit_xlsx.account_open_invoices_view_webkit +#: view:partner.balance.webkit:account_financial_report_webkit_xlsx.account_partner_balance_view_webkit +#: view:partners.ledger.webkit:account_financial_report_webkit_xlsx.account_partner_ledger_view_webkit +#: view:trial.balance.webkit:account_financial_report_webkit_xlsx.account_trial_balance_view_webkit +msgid "Print" +msgstr "" + +#. module: account_financial_report_webkit_xlsx +#: code:addons/account_financial_report_webkit_xlsx/report/open_invoices_xls.py:208 +#: code:addons/account_financial_report_webkit_xlsx/report/partner_ledger_xls.py:169 +#, python-format +msgid "Rec." +msgstr "" + +#. module: account_financial_report_webkit_xlsx +#: code:addons/account_financial_report_webkit_xlsx/report/general_ledger_xls.py:150 +#, python-format +msgid "Reference" +msgstr "" + +#. module: account_financial_report_webkit_xlsx +#: code:addons/account_financial_report_webkit_xlsx/report/aged_open_invoices_xls.py:123 +#: code:addons/account_financial_report_webkit_xlsx/report/aged_partner_balance_xls.py:122 +#, python-format +msgid "Selected Partners" +msgstr "" + +#. module: account_financial_report_webkit_xlsx +#: code:addons/account_financial_report_webkit_xlsx/report/aged_open_invoices_xls.py:101 +#: code:addons/account_financial_report_webkit_xlsx/report/aged_partner_balance_xls.py:100 +#: code:addons/account_financial_report_webkit_xlsx/report/general_ledger_xls.py:83 +#: code:addons/account_financial_report_webkit_xlsx/report/open_invoices_xls.py:150 +#: code:addons/account_financial_report_webkit_xlsx/report/partner_ledger_xls.py:84 +#: code:addons/account_financial_report_webkit_xlsx/report/partners_balance_xls.py:57 +#: code:addons/account_financial_report_webkit_xlsx/report/trial_balance_xls.py:70 +#, python-format +msgid "Target Moves" +msgstr "Registrazioni:" + +#. module: account_financial_report_webkit_xlsx +#: view:general.ledger.webkit:account_financial_report_webkit_xlsx.account_report_general_ledger_view_webkit +msgid "" +"This report allows you to generate a pdf or xls of your general ledger with " +"details of all your account journals" +msgstr "" + +#. module: account_financial_report_webkit_xlsx +#: view:open.invoices.webkit:account_financial_report_webkit_xlsx.account_open_invoices_view_webkit +msgid "" +"This report allows you to generate a pdf or xls of your open invoices per " +"partner with details of all your payable/receivable account. Exclude full " +"reconciled journal items." +msgstr "" + +#. module: account_financial_report_webkit_xlsx +#: view:partners.ledger.webkit:account_financial_report_webkit_xlsx.account_partner_ledger_view_webkit +msgid "" +"This report allows you to generate a pdf or xls of your partner ledger with " +"details of all your account journals" +msgstr "" + +#. module: account_financial_report_webkit_xlsx +#: view:trial.balance.webkit:account_financial_report_webkit_xlsx.account_trial_balance_view_webkit +msgid "" +"This report allows you to generate a pdf or xls of your trial balance " +"allowing you to quickly check the balance of each of your accounts in a " +"single report" +msgstr "" + +#. module: account_financial_report_webkit_xlsx +#: code:addons/account_financial_report_webkit_xlsx/report/aged_open_invoices_xls.py:112 +#: code:addons/account_financial_report_webkit_xlsx/report/aged_partner_balance_xls.py:111 +#: code:addons/account_financial_report_webkit_xlsx/report/general_ledger_xls.py:103 +#: code:addons/account_financial_report_webkit_xlsx/report/open_invoices_xls.py:172 +#: code:addons/account_financial_report_webkit_xlsx/report/partner_ledger_xls.py:104 +#, python-format +msgid "To" +msgstr "" + +#. module: account_financial_report_webkit_xlsx +#: code:addons/account_financial_report_webkit_xlsx/report/aged_open_invoices_xls.py:203 +#: code:addons/account_financial_report_webkit_xlsx/report/aged_partner_balance_xls.py:202 +#, python-format +msgid "Total" +msgstr "" + +#. module: account_financial_report_webkit_xlsx +#: model:ir.model,name:account_financial_report_webkit_xlsx.model_trial_balance_webkit +msgid "Trial Balance Report" +msgstr "Report Bilancio di verifica" + +#. module: account_financial_report_webkit_xlsx +#: code:addons/account_financial_report_webkit_xlsx/report/trial_balance_xls.py:198 +#, python-format +msgid "Type" +msgstr "" + +#. module: account_financial_report_webkit_xlsx +#: code:addons/account_financial_report_webkit_xlsx/report/partners_balance_xls.py:347 +#, python-format +msgid "Unallocated" +msgstr "Non allocato" diff --git a/account_financial_report_webkit_xlsx/i18n/lt.po b/account_financial_report_webkit_xlsx/i18n/lt.po new file mode 100644 index 00000000..7d6b82ed --- /dev/null +++ b/account_financial_report_webkit_xlsx/i18n/lt.po @@ -0,0 +1,589 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * account_financial_report_webkit_xlsx +# +# Translators: +# OCA Transbot , 2016 +# Viktoras Norkus , 2018 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 8.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2018-02-22 01:40+0000\n" +"PO-Revision-Date: 2018-02-22 01:40+0000\n" +"Last-Translator: Viktoras Norkus , 2018\n" +"Language-Team: Lithuanian (https://www.transifex.com/oca/teams/23907/lt/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: lt\n" +"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && (n%100<10 || n%100>=20) ? 1 : 2);\n" + +#. module: account_financial_report_webkit_xlsx +#: code:addons/account_financial_report_webkit_xlsx/report/partners_balance_xls.py:85 +#: code:addons/account_financial_report_webkit_xlsx/report/trial_balance_xls.py:93 +#, python-format +msgid "" +"\n" +"To" +msgstr "" + +#. module: account_financial_report_webkit_xlsx +#: code:addons/account_financial_report_webkit_xlsx/report/partners_balance_xls.py:188 +#: code:addons/account_financial_report_webkit_xlsx/report/trial_balance_xls.py:196 +#, python-format +msgid "% Difference" +msgstr "% Skirtumas" + +#. module: account_financial_report_webkit_xlsx +#: code:addons/account_financial_report_webkit_xlsx/report/general_ledger_xls.py:148 +#: code:addons/account_financial_report_webkit_xlsx/report/trial_balance_xls.py:161 +#, python-format +msgid "Account" +msgstr "Sąskaita" + +#. module: account_financial_report_webkit_xlsx +#: code:addons/account_financial_report_webkit_xlsx/report/partners_balance_xls.py:152 +#, python-format +msgid "Account / Partner Name" +msgstr "Sąskaitos / Partnerio pavadinimas" + +#. module: account_financial_report_webkit_xlsx +#: code:addons/account_financial_report_webkit_xlsx/report/aged_open_invoices_xls.py:99 +#: code:addons/account_financial_report_webkit_xlsx/report/aged_partner_balance_xls.py:98 +#: code:addons/account_financial_report_webkit_xlsx/report/general_ledger_xls.py:82 +#: code:addons/account_financial_report_webkit_xlsx/report/open_invoices_xls.py:147 +#: code:addons/account_financial_report_webkit_xlsx/report/partner_ledger_xls.py:83 +#: code:addons/account_financial_report_webkit_xlsx/report/partners_balance_xls.py:50 +#: code:addons/account_financial_report_webkit_xlsx/report/trial_balance_xls.py:67 +#, python-format +msgid "Accounts Filter" +msgstr "Sąskaitų filtras" + +#. module: account_financial_report_webkit_xlsx +#: model:ir.model,name:account_financial_report_webkit_xlsx.model_aged_open_invoices_webkit +msgid "Aged open invoices" +msgstr "" + +#. module: account_financial_report_webkit_xlsx +#: model:ir.model,name:account_financial_report_webkit_xlsx.model_account_aged_trial_balance_webkit +msgid "Aged partner balanced" +msgstr "Senas partneris subalansuotas" + +#. module: account_financial_report_webkit_xlsx +#: code:addons/account_financial_report_webkit_xlsx/report/general_ledger_xls.py:111 +#: code:addons/account_financial_report_webkit_xlsx/report/partners_balance_xls.py:77 +#: code:addons/account_financial_report_webkit_xlsx/report/trial_balance_xls.py:86 +#, python-format +msgid "All" +msgstr "Visi" + +#. module: account_financial_report_webkit_xlsx +#: code:addons/account_financial_report_webkit_xlsx/report/aged_open_invoices_xls.py:163 +#: code:addons/account_financial_report_webkit_xlsx/report/aged_partner_balance_xls.py:162 +#: code:addons/account_financial_report_webkit_xlsx/report/partners_balance_xls.py:166 +#: code:addons/account_financial_report_webkit_xlsx/report/trial_balance_xls.py:174 +#, python-format +msgid "Balance" +msgstr "Balansas" + +#. module: account_financial_report_webkit_xlsx +#: code:addons/account_financial_report_webkit_xlsx/report/partners_balance_xls.py:168 +#: code:addons/account_financial_report_webkit_xlsx/report/partners_balance_xls.py:176 +#: code:addons/account_financial_report_webkit_xlsx/report/trial_balance_xls.py:176 +#: code:addons/account_financial_report_webkit_xlsx/report/trial_balance_xls.py:184 +#, python-format +msgid "Balance %s" +msgstr "Balansas %s" + +#. module: account_financial_report_webkit_xlsx +#: code:addons/account_financial_report_webkit_xlsx/report/partners_balance_xls.py:181 +#: code:addons/account_financial_report_webkit_xlsx/report/trial_balance_xls.py:189 +#, python-format +msgid "Balance C%s" +msgstr "Balansas C%s" + +#. module: account_financial_report_webkit_xlsx +#: code:addons/account_financial_report_webkit_xlsx/report/aged_open_invoices_xls.py:95 +#: code:addons/account_financial_report_webkit_xlsx/report/aged_partner_balance_xls.py:94 +#: code:addons/account_financial_report_webkit_xlsx/report/general_ledger_xls.py:78 +#: code:addons/account_financial_report_webkit_xlsx/report/open_invoices_xls.py:138 +#: code:addons/account_financial_report_webkit_xlsx/report/partner_ledger_xls.py:79 +#: code:addons/account_financial_report_webkit_xlsx/report/partners_balance_xls.py:60 +#: code:addons/account_financial_report_webkit_xlsx/report/trial_balance_xls.py:73 +#, python-format +msgid "Chart of Account" +msgstr "Sąskaitų planas" + +#. module: account_financial_report_webkit_xlsx +#: code:addons/account_financial_report_webkit_xlsx/report/aged_open_invoices_xls.py:98 +#: code:addons/account_financial_report_webkit_xlsx/report/aged_partner_balance_xls.py:97 +#: code:addons/account_financial_report_webkit_xlsx/report/open_invoices_xls.py:146 +#, python-format +msgid "Clearance Date" +msgstr "Sąskaitų analizės Data" + +#. module: account_financial_report_webkit_xlsx +#: code:addons/account_financial_report_webkit_xlsx/report/aged_open_invoices_xls.py:161 +#: code:addons/account_financial_report_webkit_xlsx/report/aged_partner_balance_xls.py:160 +#: code:addons/account_financial_report_webkit_xlsx/report/trial_balance_xls.py:160 +#, python-format +msgid "Code" +msgstr "Kodas" + +#. module: account_financial_report_webkit_xlsx +#: code:addons/account_financial_report_webkit_xlsx/report/partners_balance_xls.py:153 +#, python-format +msgid "Code / Ref" +msgstr "Kodas / Nuoroda" + +#. module: account_financial_report_webkit_xlsx +#: code:addons/account_financial_report_webkit_xlsx/report/partners_balance_xls.py:118 +#: code:addons/account_financial_report_webkit_xlsx/report/trial_balance_xls.py:124 +#, python-format +msgid "Comparison" +msgstr "" + +#. module: account_financial_report_webkit_xlsx +#: code:addons/account_financial_report_webkit_xlsx/report/partners_balance_xls.py:110 +#: code:addons/account_financial_report_webkit_xlsx/report/trial_balance_xls.py:117 +#, python-format +msgid "Comparisons" +msgstr "" + +#. module: account_financial_report_webkit_xlsx +#: code:addons/account_financial_report_webkit_xlsx/report/general_ledger_xls.py:49 +#: code:addons/account_financial_report_webkit_xlsx/report/partner_ledger_xls.py:47 +#: code:addons/account_financial_report_webkit_xlsx/report/partners_balance_xls.py:261 +#: code:addons/account_financial_report_webkit_xlsx/report/trial_balance_xls.py:37 +#, python-format +msgid "Computed" +msgstr "Apskaičiuota" + +#. module: account_financial_report_webkit_xlsx +#: code:addons/account_financial_report_webkit_xlsx/report/general_ledger_xls.py:153 +#, python-format +msgid "Counterpart" +msgstr "" + +#. module: account_financial_report_webkit_xlsx +#: code:addons/account_financial_report_webkit_xlsx/report/general_ledger_xls.py:155 +#: code:addons/account_financial_report_webkit_xlsx/report/open_invoices_xls.py:213 +#: code:addons/account_financial_report_webkit_xlsx/report/partner_ledger_xls.py:171 +#: code:addons/account_financial_report_webkit_xlsx/report/partners_balance_xls.py:161 +#: code:addons/account_financial_report_webkit_xlsx/report/trial_balance_xls.py:169 +#, python-format +msgid "Credit" +msgstr "Kreditas" + +#. module: account_financial_report_webkit_xlsx +#: code:addons/account_financial_report_webkit_xlsx/report/general_ledger_xls.py:157 +#: code:addons/account_financial_report_webkit_xlsx/report/open_invoices_xls.py:215 +#: code:addons/account_financial_report_webkit_xlsx/report/partner_ledger_xls.py:173 +#, python-format +msgid "Cumul. Bal." +msgstr "Kaup. Bal." + +#. module: account_financial_report_webkit_xlsx +#: code:addons/account_financial_report_webkit_xlsx/report/general_ledger_xls.py:306 +#: code:addons/account_financial_report_webkit_xlsx/report/open_invoices_xls.py:607 +#: code:addons/account_financial_report_webkit_xlsx/report/open_invoices_xls.py:681 +#, python-format +msgid "Cumulated Balance on Account" +msgstr "Sąskaitos kaupiamasis balansas" + +#. module: account_financial_report_webkit_xlsx +#: code:addons/account_financial_report_webkit_xlsx/report/open_invoices_xls.py:468 +#: code:addons/account_financial_report_webkit_xlsx/report/open_invoices_xls.py:531 +#: code:addons/account_financial_report_webkit_xlsx/report/open_invoices_xls.py:585 +#: code:addons/account_financial_report_webkit_xlsx/report/open_invoices_xls.py:659 +#, python-format +msgid "Cumulated Balance on Partner" +msgstr "Partnerio kaupiamasis balansas" + +#. module: account_financial_report_webkit_xlsx +#: code:addons/account_financial_report_webkit_xlsx/report/partner_ledger_xls.py:413 +#, python-format +msgid "Cumulated balance on Account" +msgstr "" + +#. module: account_financial_report_webkit_xlsx +#: code:addons/account_financial_report_webkit_xlsx/report/partner_ledger_xls.py:377 +#, python-format +msgid "Cumulated balance on Partner" +msgstr "" + +#. module: account_financial_report_webkit_xlsx +#: code:addons/account_financial_report_webkit_xlsx/report/general_ledger_xls.py:164 +#: code:addons/account_financial_report_webkit_xlsx/report/open_invoices_xls.py:222 +#: code:addons/account_financial_report_webkit_xlsx/report/open_invoices_xls.py:230 +#: code:addons/account_financial_report_webkit_xlsx/report/partner_ledger_xls.py:180 +#, python-format +msgid "Curr." +msgstr "Dab." + +#. module: account_financial_report_webkit_xlsx +#: code:addons/account_financial_report_webkit_xlsx/report/general_ledger_xls.py:162 +#: code:addons/account_financial_report_webkit_xlsx/report/partner_ledger_xls.py:178 +#, python-format +msgid "Curr. Bal." +msgstr "" + +#. module: account_financial_report_webkit_xlsx +#: code:addons/account_financial_report_webkit_xlsx/report/open_invoices_xls.py:220 +#: code:addons/account_financial_report_webkit_xlsx/report/open_invoices_xls.py:228 +#, python-format +msgid "Curr. Balance" +msgstr "Dab. balansas" + +#. module: account_financial_report_webkit_xlsx +#: code:addons/account_financial_report_webkit_xlsx/report/open_invoices_xls.py:181 +#: code:addons/account_financial_report_webkit_xlsx/report/partner_ledger_xls.py:111 +#, python-format +msgid "Custom Filter" +msgstr "Sukurtas filtras" + +#. module: account_financial_report_webkit_xlsx +#: code:addons/account_financial_report_webkit_xlsx/report/general_ledger_xls.py:143 +#: code:addons/account_financial_report_webkit_xlsx/report/open_invoices_xls.py:196 +#: code:addons/account_financial_report_webkit_xlsx/report/partner_ledger_xls.py:163 +#, python-format +msgid "Date" +msgstr "Data" + +#. module: account_financial_report_webkit_xlsx +#: code:addons/account_financial_report_webkit_xlsx/report/general_ledger_xls.py:81 +#: code:addons/account_financial_report_webkit_xlsx/report/open_invoices_xls.py:142 +#: code:addons/account_financial_report_webkit_xlsx/report/partner_ledger_xls.py:82 +#: code:addons/account_financial_report_webkit_xlsx/report/partners_balance_xls.py:52 +#: code:addons/account_financial_report_webkit_xlsx/report/partners_balance_xls.py:123 +#: code:addons/account_financial_report_webkit_xlsx/report/trial_balance_xls.py:69 +#: code:addons/account_financial_report_webkit_xlsx/report/trial_balance_xls.py:127 +#, python-format +msgid "Dates Filter" +msgstr "Datos filtras" + +#. module: account_financial_report_webkit_xlsx +#: code:addons/account_financial_report_webkit_xlsx/report/general_ledger_xls.py:154 +#: code:addons/account_financial_report_webkit_xlsx/report/open_invoices_xls.py:211 +#: code:addons/account_financial_report_webkit_xlsx/report/partner_ledger_xls.py:170 +#: code:addons/account_financial_report_webkit_xlsx/report/partners_balance_xls.py:160 +#: code:addons/account_financial_report_webkit_xlsx/report/trial_balance_xls.py:168 +#, python-format +msgid "Debit" +msgstr "Debetas" + +#. module: account_financial_report_webkit_xlsx +#: code:addons/account_financial_report_webkit_xlsx/report/partners_balance_xls.py:185 +#: code:addons/account_financial_report_webkit_xlsx/report/trial_balance_xls.py:193 +#, python-format +msgid "Difference" +msgstr "Skirtumas" + +#. module: account_financial_report_webkit_xlsx +#: code:addons/account_financial_report_webkit_xlsx/report/aged_open_invoices_xls.py:164 +#: code:addons/account_financial_report_webkit_xlsx/report/aged_partner_balance_xls.py:163 +#, python-format +msgid "Due" +msgstr "" + +#. module: account_financial_report_webkit_xlsx +#: code:addons/account_financial_report_webkit_xlsx/report/open_invoices_xls.py:209 +#, python-format +msgid "Due Date" +msgstr "Numatyta data" + +#. module: account_financial_report_webkit_xlsx +#: code:addons/account_financial_report_webkit_xlsx/report/general_ledger_xls.py:145 +#: code:addons/account_financial_report_webkit_xlsx/report/open_invoices_xls.py:199 +#: code:addons/account_financial_report_webkit_xlsx/report/partner_ledger_xls.py:165 +#, python-format +msgid "Entry" +msgstr "Įrašas" + +#. module: account_financial_report_webkit_xlsx +#: view:account.aged.trial.balance.webkit:account_financial_report_webkit_xlsx.account_aged_trial_balance_webkit +#: view:aged.open.invoices.webkit:account_financial_report_webkit_xlsx.aged_open_invoice_webkit +#: view:general.ledger.webkit:account_financial_report_webkit_xlsx.account_report_general_ledger_view_webkit +#: view:open.invoices.webkit:account_financial_report_webkit_xlsx.account_open_invoices_view_webkit +#: view:partner.balance.webkit:account_financial_report_webkit_xlsx.account_partner_balance_view_webkit +#: view:partners.ledger.webkit:account_financial_report_webkit_xlsx.account_partner_ledger_view_webkit +#: view:trial.balance.webkit:account_financial_report_webkit_xlsx.account_trial_balance_view_webkit +msgid "Export" +msgstr "" + +#. module: account_financial_report_webkit_xlsx +#: code:addons/account_financial_report_webkit_xlsx/report/aged_open_invoices_xls.py:96 +#: code:addons/account_financial_report_webkit_xlsx/report/aged_partner_balance_xls.py:95 +#: code:addons/account_financial_report_webkit_xlsx/report/general_ledger_xls.py:79 +#: code:addons/account_financial_report_webkit_xlsx/report/open_invoices_xls.py:140 +#: code:addons/account_financial_report_webkit_xlsx/report/partner_ledger_xls.py:80 +#: code:addons/account_financial_report_webkit_xlsx/report/partners_balance_xls.py:49 +#: code:addons/account_financial_report_webkit_xlsx/report/partners_balance_xls.py:131 +#: code:addons/account_financial_report_webkit_xlsx/report/trial_balance_xls.py:66 +#: code:addons/account_financial_report_webkit_xlsx/report/trial_balance_xls.py:136 +#, python-format +msgid "Fiscal Year" +msgstr "Fiskaliniai Metai" + +#. module: account_financial_report_webkit_xlsx +#: code:addons/account_financial_report_webkit_xlsx/report/aged_open_invoices_xls.py:110 +#: code:addons/account_financial_report_webkit_xlsx/report/aged_partner_balance_xls.py:109 +#: code:addons/account_financial_report_webkit_xlsx/report/general_ledger_xls.py:98 +#: code:addons/account_financial_report_webkit_xlsx/report/open_invoices_xls.py:167 +#: code:addons/account_financial_report_webkit_xlsx/report/partner_ledger_xls.py:99 +#: code:addons/account_financial_report_webkit_xlsx/report/partners_balance_xls.py:80 +#: code:addons/account_financial_report_webkit_xlsx/report/trial_balance_xls.py:88 +#, python-format +msgid "From" +msgstr "" + +#. module: account_financial_report_webkit_xlsx +#: model:ir.model,name:account_financial_report_webkit_xlsx.model_general_ledger_webkit +msgid "General Ledger Report" +msgstr "Didžiosios Knygos ataskaita" + +#. module: account_financial_report_webkit_xlsx +#: code:addons/account_financial_report_webkit_xlsx/report/general_ledger_xls.py:84 +#: code:addons/account_financial_report_webkit_xlsx/report/general_ledger_xls.py:218 +#: code:addons/account_financial_report_webkit_xlsx/report/partner_ledger_xls.py:85 +#: code:addons/account_financial_report_webkit_xlsx/report/partner_ledger_xls.py:270 +#: code:addons/account_financial_report_webkit_xlsx/report/partners_balance_xls.py:58 +#: code:addons/account_financial_report_webkit_xlsx/report/partners_balance_xls.py:133 +#: code:addons/account_financial_report_webkit_xlsx/report/partners_balance_xls.py:158 +#: code:addons/account_financial_report_webkit_xlsx/report/trial_balance_xls.py:71 +#: code:addons/account_financial_report_webkit_xlsx/report/trial_balance_xls.py:138 +#: code:addons/account_financial_report_webkit_xlsx/report/trial_balance_xls.py:166 +#, python-format +msgid "Initial Balance" +msgstr "Pradinis balansas" + +#. module: account_financial_report_webkit_xlsx +#: code:addons/account_financial_report_webkit_xlsx/report/general_ledger_xls.py:146 +#: code:addons/account_financial_report_webkit_xlsx/report/open_invoices_xls.py:200 +#: code:addons/account_financial_report_webkit_xlsx/report/partner_ledger_xls.py:166 +#, python-format +msgid "Journal" +msgstr "Žurnalas" + +#. module: account_financial_report_webkit_xlsx +#: code:addons/account_financial_report_webkit_xlsx/report/general_ledger_xls.py:151 +#: code:addons/account_financial_report_webkit_xlsx/report/open_invoices_xls.py:207 +#: code:addons/account_financial_report_webkit_xlsx/report/partner_ledger_xls.py:168 +#, python-format +msgid "Label" +msgstr "Etiketė" + +#. module: account_financial_report_webkit_xlsx +#: code:addons/account_financial_report_webkit_xlsx/report/general_ledger_xls.py:51 +#: code:addons/account_financial_report_webkit_xlsx/report/partner_ledger_xls.py:49 +#: code:addons/account_financial_report_webkit_xlsx/report/partners_balance_xls.py:263 +#: code:addons/account_financial_report_webkit_xlsx/report/trial_balance_xls.py:39 +#, python-format +msgid "No" +msgstr "Nėra" + +#. module: account_financial_report_webkit_xlsx +#: code:addons/account_financial_report_webkit_xlsx/report/partner_ledger_xls.py:229 +#, python-format +msgid "No Partner" +msgstr "Nėra partnerio" + +#. module: account_financial_report_webkit_xlsx +#: code:addons/account_financial_report_webkit_xlsx/report/open_invoices_xls.py:246 +#: code:addons/account_financial_report_webkit_xlsx/report/open_invoices_xls.py:259 +#, python-format +msgid "No partner" +msgstr "" + +#. module: account_financial_report_webkit_xlsx +#: code:addons/account_financial_report_webkit_xlsx/report/aged_open_invoices_xls.py:169 +#: code:addons/account_financial_report_webkit_xlsx/report/aged_partner_balance_xls.py:168 +#, python-format +msgid "Older" +msgstr "" + +#. module: account_financial_report_webkit_xlsx +#: model:ir.model,name:account_financial_report_webkit_xlsx.model_open_invoices_webkit +msgid "Open Invoices Report" +msgstr "Atidarytų S/F ataskaita" + +#. module: account_financial_report_webkit_xlsx +#: code:addons/account_financial_report_webkit_xlsx/report/general_ledger_xls.py:50 +#: code:addons/account_financial_report_webkit_xlsx/report/partner_ledger_xls.py:48 +#: code:addons/account_financial_report_webkit_xlsx/report/partners_balance_xls.py:262 +#: code:addons/account_financial_report_webkit_xlsx/report/trial_balance_xls.py:38 +#, python-format +msgid "Opening Entries" +msgstr "Atidaromieji įrašai" + +#. module: account_financial_report_webkit_xlsx +#: code:addons/account_financial_report_webkit_xlsx/report/aged_open_invoices_xls.py:167 +#: code:addons/account_financial_report_webkit_xlsx/report/aged_partner_balance_xls.py:166 +#, python-format +msgid "Overdue ≤ %s d." +msgstr "Pavėluota ≤ %s d." + +#. module: account_financial_report_webkit_xlsx +#: code:addons/account_financial_report_webkit_xlsx/report/aged_open_invoices_xls.py:159 +#: code:addons/account_financial_report_webkit_xlsx/report/aged_partner_balance_xls.py:158 +#: code:addons/account_financial_report_webkit_xlsx/report/general_ledger_xls.py:149 +#: code:addons/account_financial_report_webkit_xlsx/report/open_invoices_xls.py:204 +#: code:addons/account_financial_report_webkit_xlsx/report/partner_ledger_xls.py:167 +#, python-format +msgid "Partner" +msgstr "Partneris" + +#. module: account_financial_report_webkit_xlsx +#: model:ir.model,name:account_financial_report_webkit_xlsx.model_partner_balance_webkit +msgid "Partner Balance Report" +msgstr "Partnerio balanso ataskaita" + +#. module: account_financial_report_webkit_xlsx +#: model:ir.model,name:account_financial_report_webkit_xlsx.model_partners_ledger_webkit +msgid "Partner Ledger Report" +msgstr "Partnerio DK ataskaita" + +#. module: account_financial_report_webkit_xlsx +#: code:addons/account_financial_report_webkit_xlsx/report/aged_open_invoices_xls.py:100 +#: code:addons/account_financial_report_webkit_xlsx/report/aged_partner_balance_xls.py:99 +#: code:addons/account_financial_report_webkit_xlsx/report/partners_balance_xls.py:55 +#, python-format +msgid "Partners Filter" +msgstr "Partnerių filtras" + +#. module: account_financial_report_webkit_xlsx +#: code:addons/account_financial_report_webkit_xlsx/report/aged_open_invoices_xls.py:227 +#: code:addons/account_financial_report_webkit_xlsx/report/aged_partner_balance_xls.py:226 +#, python-format +msgid "Percentages" +msgstr "" + +#. module: account_financial_report_webkit_xlsx +#: code:addons/account_financial_report_webkit_xlsx/report/general_ledger_xls.py:144 +#: code:addons/account_financial_report_webkit_xlsx/report/open_invoices_xls.py:197 +#: code:addons/account_financial_report_webkit_xlsx/report/partner_ledger_xls.py:164 +#, python-format +msgid "Period" +msgstr "Periodas" + +#. module: account_financial_report_webkit_xlsx +#: code:addons/account_financial_report_webkit_xlsx/report/aged_open_invoices_xls.py:97 +#: code:addons/account_financial_report_webkit_xlsx/report/aged_partner_balance_xls.py:96 +#: code:addons/account_financial_report_webkit_xlsx/report/general_ledger_xls.py:81 +#: code:addons/account_financial_report_webkit_xlsx/report/open_invoices_xls.py:143 +#: code:addons/account_financial_report_webkit_xlsx/report/partner_ledger_xls.py:82 +#: code:addons/account_financial_report_webkit_xlsx/report/partners_balance_xls.py:53 +#: code:addons/account_financial_report_webkit_xlsx/report/partners_balance_xls.py:127 +#: code:addons/account_financial_report_webkit_xlsx/report/trial_balance_xls.py:69 +#: code:addons/account_financial_report_webkit_xlsx/report/trial_balance_xls.py:132 +#, python-format +msgid "Periods Filter" +msgstr "Periodų filtras" + +#. module: account_financial_report_webkit_xlsx +#: view:account.aged.trial.balance.webkit:account_financial_report_webkit_xlsx.account_aged_trial_balance_webkit +#: view:aged.open.invoices.webkit:account_financial_report_webkit_xlsx.aged_open_invoice_webkit +#: view:general.ledger.webkit:account_financial_report_webkit_xlsx.account_report_general_ledger_view_webkit +#: view:open.invoices.webkit:account_financial_report_webkit_xlsx.account_open_invoices_view_webkit +#: view:partner.balance.webkit:account_financial_report_webkit_xlsx.account_partner_balance_view_webkit +#: view:partners.ledger.webkit:account_financial_report_webkit_xlsx.account_partner_ledger_view_webkit +#: view:trial.balance.webkit:account_financial_report_webkit_xlsx.account_trial_balance_view_webkit +msgid "Print" +msgstr "Spausdinti" + +#. module: account_financial_report_webkit_xlsx +#: code:addons/account_financial_report_webkit_xlsx/report/open_invoices_xls.py:208 +#: code:addons/account_financial_report_webkit_xlsx/report/partner_ledger_xls.py:169 +#, python-format +msgid "Rec." +msgstr "Gaut." + +#. module: account_financial_report_webkit_xlsx +#: code:addons/account_financial_report_webkit_xlsx/report/general_ledger_xls.py:150 +#, python-format +msgid "Reference" +msgstr "Nuoroda" + +#. module: account_financial_report_webkit_xlsx +#: code:addons/account_financial_report_webkit_xlsx/report/aged_open_invoices_xls.py:123 +#: code:addons/account_financial_report_webkit_xlsx/report/aged_partner_balance_xls.py:122 +#, python-format +msgid "Selected Partners" +msgstr "" + +#. module: account_financial_report_webkit_xlsx +#: code:addons/account_financial_report_webkit_xlsx/report/aged_open_invoices_xls.py:101 +#: code:addons/account_financial_report_webkit_xlsx/report/aged_partner_balance_xls.py:100 +#: code:addons/account_financial_report_webkit_xlsx/report/general_ledger_xls.py:83 +#: code:addons/account_financial_report_webkit_xlsx/report/open_invoices_xls.py:150 +#: code:addons/account_financial_report_webkit_xlsx/report/partner_ledger_xls.py:84 +#: code:addons/account_financial_report_webkit_xlsx/report/partners_balance_xls.py:57 +#: code:addons/account_financial_report_webkit_xlsx/report/trial_balance_xls.py:70 +#, python-format +msgid "Target Moves" +msgstr "Judėjimas" + +#. module: account_financial_report_webkit_xlsx +#: view:general.ledger.webkit:account_financial_report_webkit_xlsx.account_report_general_ledger_view_webkit +msgid "" +"This report allows you to generate a pdf or xls of your general ledger with " +"details of all your account journals" +msgstr "" + +#. module: account_financial_report_webkit_xlsx +#: view:open.invoices.webkit:account_financial_report_webkit_xlsx.account_open_invoices_view_webkit +msgid "" +"This report allows you to generate a pdf or xls of your open invoices per " +"partner with details of all your payable/receivable account. Exclude full " +"reconciled journal items." +msgstr "" + +#. module: account_financial_report_webkit_xlsx +#: view:partners.ledger.webkit:account_financial_report_webkit_xlsx.account_partner_ledger_view_webkit +msgid "" +"This report allows you to generate a pdf or xls of your partner ledger with " +"details of all your account journals" +msgstr "" + +#. module: account_financial_report_webkit_xlsx +#: view:trial.balance.webkit:account_financial_report_webkit_xlsx.account_trial_balance_view_webkit +msgid "" +"This report allows you to generate a pdf or xls of your trial balance " +"allowing you to quickly check the balance of each of your accounts in a " +"single report" +msgstr "" + +#. module: account_financial_report_webkit_xlsx +#: code:addons/account_financial_report_webkit_xlsx/report/aged_open_invoices_xls.py:112 +#: code:addons/account_financial_report_webkit_xlsx/report/aged_partner_balance_xls.py:111 +#: code:addons/account_financial_report_webkit_xlsx/report/general_ledger_xls.py:103 +#: code:addons/account_financial_report_webkit_xlsx/report/open_invoices_xls.py:172 +#: code:addons/account_financial_report_webkit_xlsx/report/partner_ledger_xls.py:104 +#, python-format +msgid "To" +msgstr "" + +#. module: account_financial_report_webkit_xlsx +#: code:addons/account_financial_report_webkit_xlsx/report/aged_open_invoices_xls.py:203 +#: code:addons/account_financial_report_webkit_xlsx/report/aged_partner_balance_xls.py:202 +#, python-format +msgid "Total" +msgstr "Iš viso" + +#. module: account_financial_report_webkit_xlsx +#: model:ir.model,name:account_financial_report_webkit_xlsx.model_trial_balance_webkit +msgid "Trial Balance Report" +msgstr "Bandomojo balanso ataskaita" + +#. module: account_financial_report_webkit_xlsx +#: code:addons/account_financial_report_webkit_xlsx/report/trial_balance_xls.py:198 +#, python-format +msgid "Type" +msgstr "" + +#. module: account_financial_report_webkit_xlsx +#: code:addons/account_financial_report_webkit_xlsx/report/partners_balance_xls.py:347 +#, python-format +msgid "Unallocated" +msgstr "Nepriskirta" diff --git a/account_financial_report_webkit_xlsx/i18n/nl.po b/account_financial_report_webkit_xlsx/i18n/nl.po new file mode 100644 index 00000000..14c62356 --- /dev/null +++ b/account_financial_report_webkit_xlsx/i18n/nl.po @@ -0,0 +1,588 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * account_financial_report_webkit_xlsx +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 8.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2018-02-22 01:40+0000\n" +"PO-Revision-Date: 2018-02-22 01:40+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Dutch (https://www.transifex.com/oca/teams/23907/nl/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: nl\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: account_financial_report_webkit_xlsx +#: code:addons/account_financial_report_webkit_xlsx/report/partners_balance_xls.py:85 +#: code:addons/account_financial_report_webkit_xlsx/report/trial_balance_xls.py:93 +#, python-format +msgid "" +"\n" +"To" +msgstr "" + +#. module: account_financial_report_webkit_xlsx +#: code:addons/account_financial_report_webkit_xlsx/report/partners_balance_xls.py:188 +#: code:addons/account_financial_report_webkit_xlsx/report/trial_balance_xls.py:196 +#, python-format +msgid "% Difference" +msgstr "" + +#. module: account_financial_report_webkit_xlsx +#: code:addons/account_financial_report_webkit_xlsx/report/general_ledger_xls.py:148 +#: code:addons/account_financial_report_webkit_xlsx/report/trial_balance_xls.py:161 +#, python-format +msgid "Account" +msgstr "" + +#. module: account_financial_report_webkit_xlsx +#: code:addons/account_financial_report_webkit_xlsx/report/partners_balance_xls.py:152 +#, python-format +msgid "Account / Partner Name" +msgstr "" + +#. module: account_financial_report_webkit_xlsx +#: code:addons/account_financial_report_webkit_xlsx/report/aged_open_invoices_xls.py:99 +#: code:addons/account_financial_report_webkit_xlsx/report/aged_partner_balance_xls.py:98 +#: code:addons/account_financial_report_webkit_xlsx/report/general_ledger_xls.py:82 +#: code:addons/account_financial_report_webkit_xlsx/report/open_invoices_xls.py:147 +#: code:addons/account_financial_report_webkit_xlsx/report/partner_ledger_xls.py:83 +#: code:addons/account_financial_report_webkit_xlsx/report/partners_balance_xls.py:50 +#: code:addons/account_financial_report_webkit_xlsx/report/trial_balance_xls.py:67 +#, python-format +msgid "Accounts Filter" +msgstr "" + +#. module: account_financial_report_webkit_xlsx +#: model:ir.model,name:account_financial_report_webkit_xlsx.model_aged_open_invoices_webkit +msgid "Aged open invoices" +msgstr "" + +#. module: account_financial_report_webkit_xlsx +#: model:ir.model,name:account_financial_report_webkit_xlsx.model_account_aged_trial_balance_webkit +msgid "Aged partner balanced" +msgstr "" + +#. module: account_financial_report_webkit_xlsx +#: code:addons/account_financial_report_webkit_xlsx/report/general_ledger_xls.py:111 +#: code:addons/account_financial_report_webkit_xlsx/report/partners_balance_xls.py:77 +#: code:addons/account_financial_report_webkit_xlsx/report/trial_balance_xls.py:86 +#, python-format +msgid "All" +msgstr "" + +#. module: account_financial_report_webkit_xlsx +#: code:addons/account_financial_report_webkit_xlsx/report/aged_open_invoices_xls.py:163 +#: code:addons/account_financial_report_webkit_xlsx/report/aged_partner_balance_xls.py:162 +#: code:addons/account_financial_report_webkit_xlsx/report/partners_balance_xls.py:166 +#: code:addons/account_financial_report_webkit_xlsx/report/trial_balance_xls.py:174 +#, python-format +msgid "Balance" +msgstr "Saldo" + +#. module: account_financial_report_webkit_xlsx +#: code:addons/account_financial_report_webkit_xlsx/report/partners_balance_xls.py:168 +#: code:addons/account_financial_report_webkit_xlsx/report/partners_balance_xls.py:176 +#: code:addons/account_financial_report_webkit_xlsx/report/trial_balance_xls.py:176 +#: code:addons/account_financial_report_webkit_xlsx/report/trial_balance_xls.py:184 +#, python-format +msgid "Balance %s" +msgstr "" + +#. module: account_financial_report_webkit_xlsx +#: code:addons/account_financial_report_webkit_xlsx/report/partners_balance_xls.py:181 +#: code:addons/account_financial_report_webkit_xlsx/report/trial_balance_xls.py:189 +#, python-format +msgid "Balance C%s" +msgstr "" + +#. module: account_financial_report_webkit_xlsx +#: code:addons/account_financial_report_webkit_xlsx/report/aged_open_invoices_xls.py:95 +#: code:addons/account_financial_report_webkit_xlsx/report/aged_partner_balance_xls.py:94 +#: code:addons/account_financial_report_webkit_xlsx/report/general_ledger_xls.py:78 +#: code:addons/account_financial_report_webkit_xlsx/report/open_invoices_xls.py:138 +#: code:addons/account_financial_report_webkit_xlsx/report/partner_ledger_xls.py:79 +#: code:addons/account_financial_report_webkit_xlsx/report/partners_balance_xls.py:60 +#: code:addons/account_financial_report_webkit_xlsx/report/trial_balance_xls.py:73 +#, python-format +msgid "Chart of Account" +msgstr "" + +#. module: account_financial_report_webkit_xlsx +#: code:addons/account_financial_report_webkit_xlsx/report/aged_open_invoices_xls.py:98 +#: code:addons/account_financial_report_webkit_xlsx/report/aged_partner_balance_xls.py:97 +#: code:addons/account_financial_report_webkit_xlsx/report/open_invoices_xls.py:146 +#, python-format +msgid "Clearance Date" +msgstr "" + +#. module: account_financial_report_webkit_xlsx +#: code:addons/account_financial_report_webkit_xlsx/report/aged_open_invoices_xls.py:161 +#: code:addons/account_financial_report_webkit_xlsx/report/aged_partner_balance_xls.py:160 +#: code:addons/account_financial_report_webkit_xlsx/report/trial_balance_xls.py:160 +#, python-format +msgid "Code" +msgstr "" + +#. module: account_financial_report_webkit_xlsx +#: code:addons/account_financial_report_webkit_xlsx/report/partners_balance_xls.py:153 +#, python-format +msgid "Code / Ref" +msgstr "" + +#. module: account_financial_report_webkit_xlsx +#: code:addons/account_financial_report_webkit_xlsx/report/partners_balance_xls.py:118 +#: code:addons/account_financial_report_webkit_xlsx/report/trial_balance_xls.py:124 +#, python-format +msgid "Comparison" +msgstr "" + +#. module: account_financial_report_webkit_xlsx +#: code:addons/account_financial_report_webkit_xlsx/report/partners_balance_xls.py:110 +#: code:addons/account_financial_report_webkit_xlsx/report/trial_balance_xls.py:117 +#, python-format +msgid "Comparisons" +msgstr "" + +#. module: account_financial_report_webkit_xlsx +#: code:addons/account_financial_report_webkit_xlsx/report/general_ledger_xls.py:49 +#: code:addons/account_financial_report_webkit_xlsx/report/partner_ledger_xls.py:47 +#: code:addons/account_financial_report_webkit_xlsx/report/partners_balance_xls.py:261 +#: code:addons/account_financial_report_webkit_xlsx/report/trial_balance_xls.py:37 +#, python-format +msgid "Computed" +msgstr "" + +#. module: account_financial_report_webkit_xlsx +#: code:addons/account_financial_report_webkit_xlsx/report/general_ledger_xls.py:153 +#, python-format +msgid "Counterpart" +msgstr "" + +#. module: account_financial_report_webkit_xlsx +#: code:addons/account_financial_report_webkit_xlsx/report/general_ledger_xls.py:155 +#: code:addons/account_financial_report_webkit_xlsx/report/open_invoices_xls.py:213 +#: code:addons/account_financial_report_webkit_xlsx/report/partner_ledger_xls.py:171 +#: code:addons/account_financial_report_webkit_xlsx/report/partners_balance_xls.py:161 +#: code:addons/account_financial_report_webkit_xlsx/report/trial_balance_xls.py:169 +#, python-format +msgid "Credit" +msgstr "Credit" + +#. module: account_financial_report_webkit_xlsx +#: code:addons/account_financial_report_webkit_xlsx/report/general_ledger_xls.py:157 +#: code:addons/account_financial_report_webkit_xlsx/report/open_invoices_xls.py:215 +#: code:addons/account_financial_report_webkit_xlsx/report/partner_ledger_xls.py:173 +#, python-format +msgid "Cumul. Bal." +msgstr "" + +#. module: account_financial_report_webkit_xlsx +#: code:addons/account_financial_report_webkit_xlsx/report/general_ledger_xls.py:306 +#: code:addons/account_financial_report_webkit_xlsx/report/open_invoices_xls.py:607 +#: code:addons/account_financial_report_webkit_xlsx/report/open_invoices_xls.py:681 +#, python-format +msgid "Cumulated Balance on Account" +msgstr "" + +#. module: account_financial_report_webkit_xlsx +#: code:addons/account_financial_report_webkit_xlsx/report/open_invoices_xls.py:468 +#: code:addons/account_financial_report_webkit_xlsx/report/open_invoices_xls.py:531 +#: code:addons/account_financial_report_webkit_xlsx/report/open_invoices_xls.py:585 +#: code:addons/account_financial_report_webkit_xlsx/report/open_invoices_xls.py:659 +#, python-format +msgid "Cumulated Balance on Partner" +msgstr "" + +#. module: account_financial_report_webkit_xlsx +#: code:addons/account_financial_report_webkit_xlsx/report/partner_ledger_xls.py:413 +#, python-format +msgid "Cumulated balance on Account" +msgstr "" + +#. module: account_financial_report_webkit_xlsx +#: code:addons/account_financial_report_webkit_xlsx/report/partner_ledger_xls.py:377 +#, python-format +msgid "Cumulated balance on Partner" +msgstr "" + +#. module: account_financial_report_webkit_xlsx +#: code:addons/account_financial_report_webkit_xlsx/report/general_ledger_xls.py:164 +#: code:addons/account_financial_report_webkit_xlsx/report/open_invoices_xls.py:222 +#: code:addons/account_financial_report_webkit_xlsx/report/open_invoices_xls.py:230 +#: code:addons/account_financial_report_webkit_xlsx/report/partner_ledger_xls.py:180 +#, python-format +msgid "Curr." +msgstr "" + +#. module: account_financial_report_webkit_xlsx +#: code:addons/account_financial_report_webkit_xlsx/report/general_ledger_xls.py:162 +#: code:addons/account_financial_report_webkit_xlsx/report/partner_ledger_xls.py:178 +#, python-format +msgid "Curr. Bal." +msgstr "" + +#. module: account_financial_report_webkit_xlsx +#: code:addons/account_financial_report_webkit_xlsx/report/open_invoices_xls.py:220 +#: code:addons/account_financial_report_webkit_xlsx/report/open_invoices_xls.py:228 +#, python-format +msgid "Curr. Balance" +msgstr "" + +#. module: account_financial_report_webkit_xlsx +#: code:addons/account_financial_report_webkit_xlsx/report/open_invoices_xls.py:181 +#: code:addons/account_financial_report_webkit_xlsx/report/partner_ledger_xls.py:111 +#, python-format +msgid "Custom Filter" +msgstr "" + +#. module: account_financial_report_webkit_xlsx +#: code:addons/account_financial_report_webkit_xlsx/report/general_ledger_xls.py:143 +#: code:addons/account_financial_report_webkit_xlsx/report/open_invoices_xls.py:196 +#: code:addons/account_financial_report_webkit_xlsx/report/partner_ledger_xls.py:163 +#, python-format +msgid "Date" +msgstr "" + +#. module: account_financial_report_webkit_xlsx +#: code:addons/account_financial_report_webkit_xlsx/report/general_ledger_xls.py:81 +#: code:addons/account_financial_report_webkit_xlsx/report/open_invoices_xls.py:142 +#: code:addons/account_financial_report_webkit_xlsx/report/partner_ledger_xls.py:82 +#: code:addons/account_financial_report_webkit_xlsx/report/partners_balance_xls.py:52 +#: code:addons/account_financial_report_webkit_xlsx/report/partners_balance_xls.py:123 +#: code:addons/account_financial_report_webkit_xlsx/report/trial_balance_xls.py:69 +#: code:addons/account_financial_report_webkit_xlsx/report/trial_balance_xls.py:127 +#, python-format +msgid "Dates Filter" +msgstr "" + +#. module: account_financial_report_webkit_xlsx +#: code:addons/account_financial_report_webkit_xlsx/report/general_ledger_xls.py:154 +#: code:addons/account_financial_report_webkit_xlsx/report/open_invoices_xls.py:211 +#: code:addons/account_financial_report_webkit_xlsx/report/partner_ledger_xls.py:170 +#: code:addons/account_financial_report_webkit_xlsx/report/partners_balance_xls.py:160 +#: code:addons/account_financial_report_webkit_xlsx/report/trial_balance_xls.py:168 +#, python-format +msgid "Debit" +msgstr "Debit" + +#. module: account_financial_report_webkit_xlsx +#: code:addons/account_financial_report_webkit_xlsx/report/partners_balance_xls.py:185 +#: code:addons/account_financial_report_webkit_xlsx/report/trial_balance_xls.py:193 +#, python-format +msgid "Difference" +msgstr "" + +#. module: account_financial_report_webkit_xlsx +#: code:addons/account_financial_report_webkit_xlsx/report/aged_open_invoices_xls.py:164 +#: code:addons/account_financial_report_webkit_xlsx/report/aged_partner_balance_xls.py:163 +#, python-format +msgid "Due" +msgstr "" + +#. module: account_financial_report_webkit_xlsx +#: code:addons/account_financial_report_webkit_xlsx/report/open_invoices_xls.py:209 +#, python-format +msgid "Due Date" +msgstr "" + +#. module: account_financial_report_webkit_xlsx +#: code:addons/account_financial_report_webkit_xlsx/report/general_ledger_xls.py:145 +#: code:addons/account_financial_report_webkit_xlsx/report/open_invoices_xls.py:199 +#: code:addons/account_financial_report_webkit_xlsx/report/partner_ledger_xls.py:165 +#, python-format +msgid "Entry" +msgstr "" + +#. module: account_financial_report_webkit_xlsx +#: view:account.aged.trial.balance.webkit:account_financial_report_webkit_xlsx.account_aged_trial_balance_webkit +#: view:aged.open.invoices.webkit:account_financial_report_webkit_xlsx.aged_open_invoice_webkit +#: view:general.ledger.webkit:account_financial_report_webkit_xlsx.account_report_general_ledger_view_webkit +#: view:open.invoices.webkit:account_financial_report_webkit_xlsx.account_open_invoices_view_webkit +#: view:partner.balance.webkit:account_financial_report_webkit_xlsx.account_partner_balance_view_webkit +#: view:partners.ledger.webkit:account_financial_report_webkit_xlsx.account_partner_ledger_view_webkit +#: view:trial.balance.webkit:account_financial_report_webkit_xlsx.account_trial_balance_view_webkit +msgid "Export" +msgstr "" + +#. module: account_financial_report_webkit_xlsx +#: code:addons/account_financial_report_webkit_xlsx/report/aged_open_invoices_xls.py:96 +#: code:addons/account_financial_report_webkit_xlsx/report/aged_partner_balance_xls.py:95 +#: code:addons/account_financial_report_webkit_xlsx/report/general_ledger_xls.py:79 +#: code:addons/account_financial_report_webkit_xlsx/report/open_invoices_xls.py:140 +#: code:addons/account_financial_report_webkit_xlsx/report/partner_ledger_xls.py:80 +#: code:addons/account_financial_report_webkit_xlsx/report/partners_balance_xls.py:49 +#: code:addons/account_financial_report_webkit_xlsx/report/partners_balance_xls.py:131 +#: code:addons/account_financial_report_webkit_xlsx/report/trial_balance_xls.py:66 +#: code:addons/account_financial_report_webkit_xlsx/report/trial_balance_xls.py:136 +#, python-format +msgid "Fiscal Year" +msgstr "" + +#. module: account_financial_report_webkit_xlsx +#: code:addons/account_financial_report_webkit_xlsx/report/aged_open_invoices_xls.py:110 +#: code:addons/account_financial_report_webkit_xlsx/report/aged_partner_balance_xls.py:109 +#: code:addons/account_financial_report_webkit_xlsx/report/general_ledger_xls.py:98 +#: code:addons/account_financial_report_webkit_xlsx/report/open_invoices_xls.py:167 +#: code:addons/account_financial_report_webkit_xlsx/report/partner_ledger_xls.py:99 +#: code:addons/account_financial_report_webkit_xlsx/report/partners_balance_xls.py:80 +#: code:addons/account_financial_report_webkit_xlsx/report/trial_balance_xls.py:88 +#, python-format +msgid "From" +msgstr "" + +#. module: account_financial_report_webkit_xlsx +#: model:ir.model,name:account_financial_report_webkit_xlsx.model_general_ledger_webkit +msgid "General Ledger Report" +msgstr "" + +#. module: account_financial_report_webkit_xlsx +#: code:addons/account_financial_report_webkit_xlsx/report/general_ledger_xls.py:84 +#: code:addons/account_financial_report_webkit_xlsx/report/general_ledger_xls.py:218 +#: code:addons/account_financial_report_webkit_xlsx/report/partner_ledger_xls.py:85 +#: code:addons/account_financial_report_webkit_xlsx/report/partner_ledger_xls.py:270 +#: code:addons/account_financial_report_webkit_xlsx/report/partners_balance_xls.py:58 +#: code:addons/account_financial_report_webkit_xlsx/report/partners_balance_xls.py:133 +#: code:addons/account_financial_report_webkit_xlsx/report/partners_balance_xls.py:158 +#: code:addons/account_financial_report_webkit_xlsx/report/trial_balance_xls.py:71 +#: code:addons/account_financial_report_webkit_xlsx/report/trial_balance_xls.py:138 +#: code:addons/account_financial_report_webkit_xlsx/report/trial_balance_xls.py:166 +#, python-format +msgid "Initial Balance" +msgstr "" + +#. module: account_financial_report_webkit_xlsx +#: code:addons/account_financial_report_webkit_xlsx/report/general_ledger_xls.py:146 +#: code:addons/account_financial_report_webkit_xlsx/report/open_invoices_xls.py:200 +#: code:addons/account_financial_report_webkit_xlsx/report/partner_ledger_xls.py:166 +#, python-format +msgid "Journal" +msgstr "" + +#. module: account_financial_report_webkit_xlsx +#: code:addons/account_financial_report_webkit_xlsx/report/general_ledger_xls.py:151 +#: code:addons/account_financial_report_webkit_xlsx/report/open_invoices_xls.py:207 +#: code:addons/account_financial_report_webkit_xlsx/report/partner_ledger_xls.py:168 +#, python-format +msgid "Label" +msgstr "" + +#. module: account_financial_report_webkit_xlsx +#: code:addons/account_financial_report_webkit_xlsx/report/general_ledger_xls.py:51 +#: code:addons/account_financial_report_webkit_xlsx/report/partner_ledger_xls.py:49 +#: code:addons/account_financial_report_webkit_xlsx/report/partners_balance_xls.py:263 +#: code:addons/account_financial_report_webkit_xlsx/report/trial_balance_xls.py:39 +#, python-format +msgid "No" +msgstr "" + +#. module: account_financial_report_webkit_xlsx +#: code:addons/account_financial_report_webkit_xlsx/report/partner_ledger_xls.py:229 +#, python-format +msgid "No Partner" +msgstr "" + +#. module: account_financial_report_webkit_xlsx +#: code:addons/account_financial_report_webkit_xlsx/report/open_invoices_xls.py:246 +#: code:addons/account_financial_report_webkit_xlsx/report/open_invoices_xls.py:259 +#, python-format +msgid "No partner" +msgstr "" + +#. module: account_financial_report_webkit_xlsx +#: code:addons/account_financial_report_webkit_xlsx/report/aged_open_invoices_xls.py:169 +#: code:addons/account_financial_report_webkit_xlsx/report/aged_partner_balance_xls.py:168 +#, python-format +msgid "Older" +msgstr "" + +#. module: account_financial_report_webkit_xlsx +#: model:ir.model,name:account_financial_report_webkit_xlsx.model_open_invoices_webkit +msgid "Open Invoices Report" +msgstr "" + +#. module: account_financial_report_webkit_xlsx +#: code:addons/account_financial_report_webkit_xlsx/report/general_ledger_xls.py:50 +#: code:addons/account_financial_report_webkit_xlsx/report/partner_ledger_xls.py:48 +#: code:addons/account_financial_report_webkit_xlsx/report/partners_balance_xls.py:262 +#: code:addons/account_financial_report_webkit_xlsx/report/trial_balance_xls.py:38 +#, python-format +msgid "Opening Entries" +msgstr "" + +#. module: account_financial_report_webkit_xlsx +#: code:addons/account_financial_report_webkit_xlsx/report/aged_open_invoices_xls.py:167 +#: code:addons/account_financial_report_webkit_xlsx/report/aged_partner_balance_xls.py:166 +#, python-format +msgid "Overdue ≤ %s d." +msgstr "" + +#. module: account_financial_report_webkit_xlsx +#: code:addons/account_financial_report_webkit_xlsx/report/aged_open_invoices_xls.py:159 +#: code:addons/account_financial_report_webkit_xlsx/report/aged_partner_balance_xls.py:158 +#: code:addons/account_financial_report_webkit_xlsx/report/general_ledger_xls.py:149 +#: code:addons/account_financial_report_webkit_xlsx/report/open_invoices_xls.py:204 +#: code:addons/account_financial_report_webkit_xlsx/report/partner_ledger_xls.py:167 +#, python-format +msgid "Partner" +msgstr "" + +#. module: account_financial_report_webkit_xlsx +#: model:ir.model,name:account_financial_report_webkit_xlsx.model_partner_balance_webkit +msgid "Partner Balance Report" +msgstr "" + +#. module: account_financial_report_webkit_xlsx +#: model:ir.model,name:account_financial_report_webkit_xlsx.model_partners_ledger_webkit +msgid "Partner Ledger Report" +msgstr "" + +#. module: account_financial_report_webkit_xlsx +#: code:addons/account_financial_report_webkit_xlsx/report/aged_open_invoices_xls.py:100 +#: code:addons/account_financial_report_webkit_xlsx/report/aged_partner_balance_xls.py:99 +#: code:addons/account_financial_report_webkit_xlsx/report/partners_balance_xls.py:55 +#, python-format +msgid "Partners Filter" +msgstr "" + +#. module: account_financial_report_webkit_xlsx +#: code:addons/account_financial_report_webkit_xlsx/report/aged_open_invoices_xls.py:227 +#: code:addons/account_financial_report_webkit_xlsx/report/aged_partner_balance_xls.py:226 +#, python-format +msgid "Percentages" +msgstr "" + +#. module: account_financial_report_webkit_xlsx +#: code:addons/account_financial_report_webkit_xlsx/report/general_ledger_xls.py:144 +#: code:addons/account_financial_report_webkit_xlsx/report/open_invoices_xls.py:197 +#: code:addons/account_financial_report_webkit_xlsx/report/partner_ledger_xls.py:164 +#, python-format +msgid "Period" +msgstr "" + +#. module: account_financial_report_webkit_xlsx +#: code:addons/account_financial_report_webkit_xlsx/report/aged_open_invoices_xls.py:97 +#: code:addons/account_financial_report_webkit_xlsx/report/aged_partner_balance_xls.py:96 +#: code:addons/account_financial_report_webkit_xlsx/report/general_ledger_xls.py:81 +#: code:addons/account_financial_report_webkit_xlsx/report/open_invoices_xls.py:143 +#: code:addons/account_financial_report_webkit_xlsx/report/partner_ledger_xls.py:82 +#: code:addons/account_financial_report_webkit_xlsx/report/partners_balance_xls.py:53 +#: code:addons/account_financial_report_webkit_xlsx/report/partners_balance_xls.py:127 +#: code:addons/account_financial_report_webkit_xlsx/report/trial_balance_xls.py:69 +#: code:addons/account_financial_report_webkit_xlsx/report/trial_balance_xls.py:132 +#, python-format +msgid "Periods Filter" +msgstr "" + +#. module: account_financial_report_webkit_xlsx +#: view:account.aged.trial.balance.webkit:account_financial_report_webkit_xlsx.account_aged_trial_balance_webkit +#: view:aged.open.invoices.webkit:account_financial_report_webkit_xlsx.aged_open_invoice_webkit +#: view:general.ledger.webkit:account_financial_report_webkit_xlsx.account_report_general_ledger_view_webkit +#: view:open.invoices.webkit:account_financial_report_webkit_xlsx.account_open_invoices_view_webkit +#: view:partner.balance.webkit:account_financial_report_webkit_xlsx.account_partner_balance_view_webkit +#: view:partners.ledger.webkit:account_financial_report_webkit_xlsx.account_partner_ledger_view_webkit +#: view:trial.balance.webkit:account_financial_report_webkit_xlsx.account_trial_balance_view_webkit +msgid "Print" +msgstr "" + +#. module: account_financial_report_webkit_xlsx +#: code:addons/account_financial_report_webkit_xlsx/report/open_invoices_xls.py:208 +#: code:addons/account_financial_report_webkit_xlsx/report/partner_ledger_xls.py:169 +#, python-format +msgid "Rec." +msgstr "" + +#. module: account_financial_report_webkit_xlsx +#: code:addons/account_financial_report_webkit_xlsx/report/general_ledger_xls.py:150 +#, python-format +msgid "Reference" +msgstr "" + +#. module: account_financial_report_webkit_xlsx +#: code:addons/account_financial_report_webkit_xlsx/report/aged_open_invoices_xls.py:123 +#: code:addons/account_financial_report_webkit_xlsx/report/aged_partner_balance_xls.py:122 +#, python-format +msgid "Selected Partners" +msgstr "" + +#. module: account_financial_report_webkit_xlsx +#: code:addons/account_financial_report_webkit_xlsx/report/aged_open_invoices_xls.py:101 +#: code:addons/account_financial_report_webkit_xlsx/report/aged_partner_balance_xls.py:100 +#: code:addons/account_financial_report_webkit_xlsx/report/general_ledger_xls.py:83 +#: code:addons/account_financial_report_webkit_xlsx/report/open_invoices_xls.py:150 +#: code:addons/account_financial_report_webkit_xlsx/report/partner_ledger_xls.py:84 +#: code:addons/account_financial_report_webkit_xlsx/report/partners_balance_xls.py:57 +#: code:addons/account_financial_report_webkit_xlsx/report/trial_balance_xls.py:70 +#, python-format +msgid "Target Moves" +msgstr "" + +#. module: account_financial_report_webkit_xlsx +#: view:general.ledger.webkit:account_financial_report_webkit_xlsx.account_report_general_ledger_view_webkit +msgid "" +"This report allows you to generate a pdf or xls of your general ledger with " +"details of all your account journals" +msgstr "" + +#. module: account_financial_report_webkit_xlsx +#: view:open.invoices.webkit:account_financial_report_webkit_xlsx.account_open_invoices_view_webkit +msgid "" +"This report allows you to generate a pdf or xls of your open invoices per " +"partner with details of all your payable/receivable account. Exclude full " +"reconciled journal items." +msgstr "" + +#. module: account_financial_report_webkit_xlsx +#: view:partners.ledger.webkit:account_financial_report_webkit_xlsx.account_partner_ledger_view_webkit +msgid "" +"This report allows you to generate a pdf or xls of your partner ledger with " +"details of all your account journals" +msgstr "" + +#. module: account_financial_report_webkit_xlsx +#: view:trial.balance.webkit:account_financial_report_webkit_xlsx.account_trial_balance_view_webkit +msgid "" +"This report allows you to generate a pdf or xls of your trial balance " +"allowing you to quickly check the balance of each of your accounts in a " +"single report" +msgstr "" + +#. module: account_financial_report_webkit_xlsx +#: code:addons/account_financial_report_webkit_xlsx/report/aged_open_invoices_xls.py:112 +#: code:addons/account_financial_report_webkit_xlsx/report/aged_partner_balance_xls.py:111 +#: code:addons/account_financial_report_webkit_xlsx/report/general_ledger_xls.py:103 +#: code:addons/account_financial_report_webkit_xlsx/report/open_invoices_xls.py:172 +#: code:addons/account_financial_report_webkit_xlsx/report/partner_ledger_xls.py:104 +#, python-format +msgid "To" +msgstr "" + +#. module: account_financial_report_webkit_xlsx +#: code:addons/account_financial_report_webkit_xlsx/report/aged_open_invoices_xls.py:203 +#: code:addons/account_financial_report_webkit_xlsx/report/aged_partner_balance_xls.py:202 +#, python-format +msgid "Total" +msgstr "" + +#. module: account_financial_report_webkit_xlsx +#: model:ir.model,name:account_financial_report_webkit_xlsx.model_trial_balance_webkit +msgid "Trial Balance Report" +msgstr "" + +#. module: account_financial_report_webkit_xlsx +#: code:addons/account_financial_report_webkit_xlsx/report/trial_balance_xls.py:198 +#, python-format +msgid "Type" +msgstr "" + +#. module: account_financial_report_webkit_xlsx +#: code:addons/account_financial_report_webkit_xlsx/report/partners_balance_xls.py:347 +#, python-format +msgid "Unallocated" +msgstr "" diff --git a/account_financial_report_webkit_xlsx/i18n/sl.po b/account_financial_report_webkit_xlsx/i18n/sl.po new file mode 100644 index 00000000..1b8c931f --- /dev/null +++ b/account_financial_report_webkit_xlsx/i18n/sl.po @@ -0,0 +1,600 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * account_financial_report_webkit_xlsx +# +# Translators: +# OCA Transbot , 2016 +# Matjaž Mozetič , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 8.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2018-02-22 01:40+0000\n" +"PO-Revision-Date: 2018-02-22 01:40+0000\n" +"Last-Translator: Matjaž Mozetič , 2017\n" +"Language-Team: Slovenian (https://www.transifex.com/oca/teams/23907/sl/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: sl\n" +"Plural-Forms: nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n%100==4 ? 2 : 3);\n" + +#. module: account_financial_report_webkit_xlsx +#: code:addons/account_financial_report_webkit_xlsx/report/partners_balance_xls.py:85 +#: code:addons/account_financial_report_webkit_xlsx/report/trial_balance_xls.py:93 +#, python-format +msgid "" +"\n" +"To" +msgstr "" +"\n" +"Za" + +#. module: account_financial_report_webkit_xlsx +#: code:addons/account_financial_report_webkit_xlsx/report/partners_balance_xls.py:188 +#: code:addons/account_financial_report_webkit_xlsx/report/trial_balance_xls.py:196 +#, python-format +msgid "% Difference" +msgstr "% razlike" + +#. module: account_financial_report_webkit_xlsx +#: code:addons/account_financial_report_webkit_xlsx/report/general_ledger_xls.py:148 +#: code:addons/account_financial_report_webkit_xlsx/report/trial_balance_xls.py:161 +#, python-format +msgid "Account" +msgstr "Konto" + +#. module: account_financial_report_webkit_xlsx +#: code:addons/account_financial_report_webkit_xlsx/report/partners_balance_xls.py:152 +#, python-format +msgid "Account / Partner Name" +msgstr "Konto / naziv partnerja" + +#. module: account_financial_report_webkit_xlsx +#: code:addons/account_financial_report_webkit_xlsx/report/aged_open_invoices_xls.py:99 +#: code:addons/account_financial_report_webkit_xlsx/report/aged_partner_balance_xls.py:98 +#: code:addons/account_financial_report_webkit_xlsx/report/general_ledger_xls.py:82 +#: code:addons/account_financial_report_webkit_xlsx/report/open_invoices_xls.py:147 +#: code:addons/account_financial_report_webkit_xlsx/report/partner_ledger_xls.py:83 +#: code:addons/account_financial_report_webkit_xlsx/report/partners_balance_xls.py:50 +#: code:addons/account_financial_report_webkit_xlsx/report/trial_balance_xls.py:67 +#, python-format +msgid "Accounts Filter" +msgstr "Kontni filter" + +#. module: account_financial_report_webkit_xlsx +#: model:ir.model,name:account_financial_report_webkit_xlsx.model_aged_open_invoices_webkit +msgid "Aged open invoices" +msgstr "Zapadli odprti računi" + +#. module: account_financial_report_webkit_xlsx +#: model:ir.model,name:account_financial_report_webkit_xlsx.model_account_aged_trial_balance_webkit +msgid "Aged partner balanced" +msgstr "Zapadlosti partnerja usklajene" + +#. module: account_financial_report_webkit_xlsx +#: code:addons/account_financial_report_webkit_xlsx/report/general_ledger_xls.py:111 +#: code:addons/account_financial_report_webkit_xlsx/report/partners_balance_xls.py:77 +#: code:addons/account_financial_report_webkit_xlsx/report/trial_balance_xls.py:86 +#, python-format +msgid "All" +msgstr "Vse" + +#. module: account_financial_report_webkit_xlsx +#: code:addons/account_financial_report_webkit_xlsx/report/aged_open_invoices_xls.py:163 +#: code:addons/account_financial_report_webkit_xlsx/report/aged_partner_balance_xls.py:162 +#: code:addons/account_financial_report_webkit_xlsx/report/partners_balance_xls.py:166 +#: code:addons/account_financial_report_webkit_xlsx/report/trial_balance_xls.py:174 +#, python-format +msgid "Balance" +msgstr "Bilanca" + +#. module: account_financial_report_webkit_xlsx +#: code:addons/account_financial_report_webkit_xlsx/report/partners_balance_xls.py:168 +#: code:addons/account_financial_report_webkit_xlsx/report/partners_balance_xls.py:176 +#: code:addons/account_financial_report_webkit_xlsx/report/trial_balance_xls.py:176 +#: code:addons/account_financial_report_webkit_xlsx/report/trial_balance_xls.py:184 +#, python-format +msgid "Balance %s" +msgstr "Bilanca %s" + +#. module: account_financial_report_webkit_xlsx +#: code:addons/account_financial_report_webkit_xlsx/report/partners_balance_xls.py:181 +#: code:addons/account_financial_report_webkit_xlsx/report/trial_balance_xls.py:189 +#, python-format +msgid "Balance C%s" +msgstr "Bilanca C%s" + +#. module: account_financial_report_webkit_xlsx +#: code:addons/account_financial_report_webkit_xlsx/report/aged_open_invoices_xls.py:95 +#: code:addons/account_financial_report_webkit_xlsx/report/aged_partner_balance_xls.py:94 +#: code:addons/account_financial_report_webkit_xlsx/report/general_ledger_xls.py:78 +#: code:addons/account_financial_report_webkit_xlsx/report/open_invoices_xls.py:138 +#: code:addons/account_financial_report_webkit_xlsx/report/partner_ledger_xls.py:79 +#: code:addons/account_financial_report_webkit_xlsx/report/partners_balance_xls.py:60 +#: code:addons/account_financial_report_webkit_xlsx/report/trial_balance_xls.py:73 +#, python-format +msgid "Chart of Account" +msgstr "Kontni plan" + +#. module: account_financial_report_webkit_xlsx +#: code:addons/account_financial_report_webkit_xlsx/report/aged_open_invoices_xls.py:98 +#: code:addons/account_financial_report_webkit_xlsx/report/aged_partner_balance_xls.py:97 +#: code:addons/account_financial_report_webkit_xlsx/report/open_invoices_xls.py:146 +#, python-format +msgid "Clearance Date" +msgstr "Datum izbrisa" + +#. module: account_financial_report_webkit_xlsx +#: code:addons/account_financial_report_webkit_xlsx/report/aged_open_invoices_xls.py:161 +#: code:addons/account_financial_report_webkit_xlsx/report/aged_partner_balance_xls.py:160 +#: code:addons/account_financial_report_webkit_xlsx/report/trial_balance_xls.py:160 +#, python-format +msgid "Code" +msgstr "Koda" + +#. module: account_financial_report_webkit_xlsx +#: code:addons/account_financial_report_webkit_xlsx/report/partners_balance_xls.py:153 +#, python-format +msgid "Code / Ref" +msgstr "Koda/sklic" + +#. module: account_financial_report_webkit_xlsx +#: code:addons/account_financial_report_webkit_xlsx/report/partners_balance_xls.py:118 +#: code:addons/account_financial_report_webkit_xlsx/report/trial_balance_xls.py:124 +#, python-format +msgid "Comparison" +msgstr "Primerjava" + +#. module: account_financial_report_webkit_xlsx +#: code:addons/account_financial_report_webkit_xlsx/report/partners_balance_xls.py:110 +#: code:addons/account_financial_report_webkit_xlsx/report/trial_balance_xls.py:117 +#, python-format +msgid "Comparisons" +msgstr "Primerjave" + +#. module: account_financial_report_webkit_xlsx +#: code:addons/account_financial_report_webkit_xlsx/report/general_ledger_xls.py:49 +#: code:addons/account_financial_report_webkit_xlsx/report/partner_ledger_xls.py:47 +#: code:addons/account_financial_report_webkit_xlsx/report/partners_balance_xls.py:261 +#: code:addons/account_financial_report_webkit_xlsx/report/trial_balance_xls.py:37 +#, python-format +msgid "Computed" +msgstr "Obdelano" + +#. module: account_financial_report_webkit_xlsx +#: code:addons/account_financial_report_webkit_xlsx/report/general_ledger_xls.py:153 +#, python-format +msgid "Counterpart" +msgstr "Proti postavka" + +#. module: account_financial_report_webkit_xlsx +#: code:addons/account_financial_report_webkit_xlsx/report/general_ledger_xls.py:155 +#: code:addons/account_financial_report_webkit_xlsx/report/open_invoices_xls.py:213 +#: code:addons/account_financial_report_webkit_xlsx/report/partner_ledger_xls.py:171 +#: code:addons/account_financial_report_webkit_xlsx/report/partners_balance_xls.py:161 +#: code:addons/account_financial_report_webkit_xlsx/report/trial_balance_xls.py:169 +#, python-format +msgid "Credit" +msgstr "Terjatve" + +#. module: account_financial_report_webkit_xlsx +#: code:addons/account_financial_report_webkit_xlsx/report/general_ledger_xls.py:157 +#: code:addons/account_financial_report_webkit_xlsx/report/open_invoices_xls.py:215 +#: code:addons/account_financial_report_webkit_xlsx/report/partner_ledger_xls.py:173 +#, python-format +msgid "Cumul. Bal." +msgstr "Kumul. sal." + +#. module: account_financial_report_webkit_xlsx +#: code:addons/account_financial_report_webkit_xlsx/report/general_ledger_xls.py:306 +#: code:addons/account_financial_report_webkit_xlsx/report/open_invoices_xls.py:607 +#: code:addons/account_financial_report_webkit_xlsx/report/open_invoices_xls.py:681 +#, python-format +msgid "Cumulated Balance on Account" +msgstr "Kumulativni saldo konta" + +#. module: account_financial_report_webkit_xlsx +#: code:addons/account_financial_report_webkit_xlsx/report/open_invoices_xls.py:468 +#: code:addons/account_financial_report_webkit_xlsx/report/open_invoices_xls.py:531 +#: code:addons/account_financial_report_webkit_xlsx/report/open_invoices_xls.py:585 +#: code:addons/account_financial_report_webkit_xlsx/report/open_invoices_xls.py:659 +#, python-format +msgid "Cumulated Balance on Partner" +msgstr "Kumulativni saldo partnerja" + +#. module: account_financial_report_webkit_xlsx +#: code:addons/account_financial_report_webkit_xlsx/report/partner_ledger_xls.py:413 +#, python-format +msgid "Cumulated balance on Account" +msgstr "Kumulativni saldo konta" + +#. module: account_financial_report_webkit_xlsx +#: code:addons/account_financial_report_webkit_xlsx/report/partner_ledger_xls.py:377 +#, python-format +msgid "Cumulated balance on Partner" +msgstr "Kumulativni saldo partnerja" + +#. module: account_financial_report_webkit_xlsx +#: code:addons/account_financial_report_webkit_xlsx/report/general_ledger_xls.py:164 +#: code:addons/account_financial_report_webkit_xlsx/report/open_invoices_xls.py:222 +#: code:addons/account_financial_report_webkit_xlsx/report/open_invoices_xls.py:230 +#: code:addons/account_financial_report_webkit_xlsx/report/partner_ledger_xls.py:180 +#, python-format +msgid "Curr." +msgstr "Tekoč." + +#. module: account_financial_report_webkit_xlsx +#: code:addons/account_financial_report_webkit_xlsx/report/general_ledger_xls.py:162 +#: code:addons/account_financial_report_webkit_xlsx/report/partner_ledger_xls.py:178 +#, python-format +msgid "Curr. Bal." +msgstr "Tekoč. bil." + +#. module: account_financial_report_webkit_xlsx +#: code:addons/account_financial_report_webkit_xlsx/report/open_invoices_xls.py:220 +#: code:addons/account_financial_report_webkit_xlsx/report/open_invoices_xls.py:228 +#, python-format +msgid "Curr. Balance" +msgstr "Tekoča bilanca" + +#. module: account_financial_report_webkit_xlsx +#: code:addons/account_financial_report_webkit_xlsx/report/open_invoices_xls.py:181 +#: code:addons/account_financial_report_webkit_xlsx/report/partner_ledger_xls.py:111 +#, python-format +msgid "Custom Filter" +msgstr "Prilagojeni filter" + +#. module: account_financial_report_webkit_xlsx +#: code:addons/account_financial_report_webkit_xlsx/report/general_ledger_xls.py:143 +#: code:addons/account_financial_report_webkit_xlsx/report/open_invoices_xls.py:196 +#: code:addons/account_financial_report_webkit_xlsx/report/partner_ledger_xls.py:163 +#, python-format +msgid "Date" +msgstr "Datum" + +#. module: account_financial_report_webkit_xlsx +#: code:addons/account_financial_report_webkit_xlsx/report/general_ledger_xls.py:81 +#: code:addons/account_financial_report_webkit_xlsx/report/open_invoices_xls.py:142 +#: code:addons/account_financial_report_webkit_xlsx/report/partner_ledger_xls.py:82 +#: code:addons/account_financial_report_webkit_xlsx/report/partners_balance_xls.py:52 +#: code:addons/account_financial_report_webkit_xlsx/report/partners_balance_xls.py:123 +#: code:addons/account_financial_report_webkit_xlsx/report/trial_balance_xls.py:69 +#: code:addons/account_financial_report_webkit_xlsx/report/trial_balance_xls.py:127 +#, python-format +msgid "Dates Filter" +msgstr "Datumski filter" + +#. module: account_financial_report_webkit_xlsx +#: code:addons/account_financial_report_webkit_xlsx/report/general_ledger_xls.py:154 +#: code:addons/account_financial_report_webkit_xlsx/report/open_invoices_xls.py:211 +#: code:addons/account_financial_report_webkit_xlsx/report/partner_ledger_xls.py:170 +#: code:addons/account_financial_report_webkit_xlsx/report/partners_balance_xls.py:160 +#: code:addons/account_financial_report_webkit_xlsx/report/trial_balance_xls.py:168 +#, python-format +msgid "Debit" +msgstr "Obveznosti" + +#. module: account_financial_report_webkit_xlsx +#: code:addons/account_financial_report_webkit_xlsx/report/partners_balance_xls.py:185 +#: code:addons/account_financial_report_webkit_xlsx/report/trial_balance_xls.py:193 +#, python-format +msgid "Difference" +msgstr "Razlika" + +#. module: account_financial_report_webkit_xlsx +#: code:addons/account_financial_report_webkit_xlsx/report/aged_open_invoices_xls.py:164 +#: code:addons/account_financial_report_webkit_xlsx/report/aged_partner_balance_xls.py:163 +#, python-format +msgid "Due" +msgstr "" + +#. module: account_financial_report_webkit_xlsx +#: code:addons/account_financial_report_webkit_xlsx/report/open_invoices_xls.py:209 +#, python-format +msgid "Due Date" +msgstr "Datum zapadlosti" + +#. module: account_financial_report_webkit_xlsx +#: code:addons/account_financial_report_webkit_xlsx/report/general_ledger_xls.py:145 +#: code:addons/account_financial_report_webkit_xlsx/report/open_invoices_xls.py:199 +#: code:addons/account_financial_report_webkit_xlsx/report/partner_ledger_xls.py:165 +#, python-format +msgid "Entry" +msgstr "Vnos" + +#. module: account_financial_report_webkit_xlsx +#: view:account.aged.trial.balance.webkit:account_financial_report_webkit_xlsx.account_aged_trial_balance_webkit +#: view:aged.open.invoices.webkit:account_financial_report_webkit_xlsx.aged_open_invoice_webkit +#: view:general.ledger.webkit:account_financial_report_webkit_xlsx.account_report_general_ledger_view_webkit +#: view:open.invoices.webkit:account_financial_report_webkit_xlsx.account_open_invoices_view_webkit +#: view:partner.balance.webkit:account_financial_report_webkit_xlsx.account_partner_balance_view_webkit +#: view:partners.ledger.webkit:account_financial_report_webkit_xlsx.account_partner_ledger_view_webkit +#: view:trial.balance.webkit:account_financial_report_webkit_xlsx.account_trial_balance_view_webkit +msgid "Export" +msgstr "Izvoz" + +#. module: account_financial_report_webkit_xlsx +#: code:addons/account_financial_report_webkit_xlsx/report/aged_open_invoices_xls.py:96 +#: code:addons/account_financial_report_webkit_xlsx/report/aged_partner_balance_xls.py:95 +#: code:addons/account_financial_report_webkit_xlsx/report/general_ledger_xls.py:79 +#: code:addons/account_financial_report_webkit_xlsx/report/open_invoices_xls.py:140 +#: code:addons/account_financial_report_webkit_xlsx/report/partner_ledger_xls.py:80 +#: code:addons/account_financial_report_webkit_xlsx/report/partners_balance_xls.py:49 +#: code:addons/account_financial_report_webkit_xlsx/report/partners_balance_xls.py:131 +#: code:addons/account_financial_report_webkit_xlsx/report/trial_balance_xls.py:66 +#: code:addons/account_financial_report_webkit_xlsx/report/trial_balance_xls.py:136 +#, python-format +msgid "Fiscal Year" +msgstr "Fiskalno leto" + +#. module: account_financial_report_webkit_xlsx +#: code:addons/account_financial_report_webkit_xlsx/report/aged_open_invoices_xls.py:110 +#: code:addons/account_financial_report_webkit_xlsx/report/aged_partner_balance_xls.py:109 +#: code:addons/account_financial_report_webkit_xlsx/report/general_ledger_xls.py:98 +#: code:addons/account_financial_report_webkit_xlsx/report/open_invoices_xls.py:167 +#: code:addons/account_financial_report_webkit_xlsx/report/partner_ledger_xls.py:99 +#: code:addons/account_financial_report_webkit_xlsx/report/partners_balance_xls.py:80 +#: code:addons/account_financial_report_webkit_xlsx/report/trial_balance_xls.py:88 +#, python-format +msgid "From" +msgstr "Od" + +#. module: account_financial_report_webkit_xlsx +#: model:ir.model,name:account_financial_report_webkit_xlsx.model_general_ledger_webkit +msgid "General Ledger Report" +msgstr "Izpis glavne knjige" + +#. module: account_financial_report_webkit_xlsx +#: code:addons/account_financial_report_webkit_xlsx/report/general_ledger_xls.py:84 +#: code:addons/account_financial_report_webkit_xlsx/report/general_ledger_xls.py:218 +#: code:addons/account_financial_report_webkit_xlsx/report/partner_ledger_xls.py:85 +#: code:addons/account_financial_report_webkit_xlsx/report/partner_ledger_xls.py:270 +#: code:addons/account_financial_report_webkit_xlsx/report/partners_balance_xls.py:58 +#: code:addons/account_financial_report_webkit_xlsx/report/partners_balance_xls.py:133 +#: code:addons/account_financial_report_webkit_xlsx/report/partners_balance_xls.py:158 +#: code:addons/account_financial_report_webkit_xlsx/report/trial_balance_xls.py:71 +#: code:addons/account_financial_report_webkit_xlsx/report/trial_balance_xls.py:138 +#: code:addons/account_financial_report_webkit_xlsx/report/trial_balance_xls.py:166 +#, python-format +msgid "Initial Balance" +msgstr "Začetna bilanca" + +#. module: account_financial_report_webkit_xlsx +#: code:addons/account_financial_report_webkit_xlsx/report/general_ledger_xls.py:146 +#: code:addons/account_financial_report_webkit_xlsx/report/open_invoices_xls.py:200 +#: code:addons/account_financial_report_webkit_xlsx/report/partner_ledger_xls.py:166 +#, python-format +msgid "Journal" +msgstr "Dnevnik" + +#. module: account_financial_report_webkit_xlsx +#: code:addons/account_financial_report_webkit_xlsx/report/general_ledger_xls.py:151 +#: code:addons/account_financial_report_webkit_xlsx/report/open_invoices_xls.py:207 +#: code:addons/account_financial_report_webkit_xlsx/report/partner_ledger_xls.py:168 +#, python-format +msgid "Label" +msgstr "Oznaka" + +#. module: account_financial_report_webkit_xlsx +#: code:addons/account_financial_report_webkit_xlsx/report/general_ledger_xls.py:51 +#: code:addons/account_financial_report_webkit_xlsx/report/partner_ledger_xls.py:49 +#: code:addons/account_financial_report_webkit_xlsx/report/partners_balance_xls.py:263 +#: code:addons/account_financial_report_webkit_xlsx/report/trial_balance_xls.py:39 +#, python-format +msgid "No" +msgstr "Brez" + +#. module: account_financial_report_webkit_xlsx +#: code:addons/account_financial_report_webkit_xlsx/report/partner_ledger_xls.py:229 +#, python-format +msgid "No Partner" +msgstr "Brez partnerja" + +#. module: account_financial_report_webkit_xlsx +#: code:addons/account_financial_report_webkit_xlsx/report/open_invoices_xls.py:246 +#: code:addons/account_financial_report_webkit_xlsx/report/open_invoices_xls.py:259 +#, python-format +msgid "No partner" +msgstr "Brez partnerja" + +#. module: account_financial_report_webkit_xlsx +#: code:addons/account_financial_report_webkit_xlsx/report/aged_open_invoices_xls.py:169 +#: code:addons/account_financial_report_webkit_xlsx/report/aged_partner_balance_xls.py:168 +#, python-format +msgid "Older" +msgstr "" + +#. module: account_financial_report_webkit_xlsx +#: model:ir.model,name:account_financial_report_webkit_xlsx.model_open_invoices_webkit +msgid "Open Invoices Report" +msgstr "Izpis odprtih računov" + +#. module: account_financial_report_webkit_xlsx +#: code:addons/account_financial_report_webkit_xlsx/report/general_ledger_xls.py:50 +#: code:addons/account_financial_report_webkit_xlsx/report/partner_ledger_xls.py:48 +#: code:addons/account_financial_report_webkit_xlsx/report/partners_balance_xls.py:262 +#: code:addons/account_financial_report_webkit_xlsx/report/trial_balance_xls.py:38 +#, python-format +msgid "Opening Entries" +msgstr "Otvoritveni vnosi" + +#. module: account_financial_report_webkit_xlsx +#: code:addons/account_financial_report_webkit_xlsx/report/aged_open_invoices_xls.py:167 +#: code:addons/account_financial_report_webkit_xlsx/report/aged_partner_balance_xls.py:166 +#, python-format +msgid "Overdue ≤ %s d." +msgstr "Zapade ≤ %s d." + +#. module: account_financial_report_webkit_xlsx +#: code:addons/account_financial_report_webkit_xlsx/report/aged_open_invoices_xls.py:159 +#: code:addons/account_financial_report_webkit_xlsx/report/aged_partner_balance_xls.py:158 +#: code:addons/account_financial_report_webkit_xlsx/report/general_ledger_xls.py:149 +#: code:addons/account_financial_report_webkit_xlsx/report/open_invoices_xls.py:204 +#: code:addons/account_financial_report_webkit_xlsx/report/partner_ledger_xls.py:167 +#, python-format +msgid "Partner" +msgstr "Partner" + +#. module: account_financial_report_webkit_xlsx +#: model:ir.model,name:account_financial_report_webkit_xlsx.model_partner_balance_webkit +msgid "Partner Balance Report" +msgstr "Izpis bilance partnerja" + +#. module: account_financial_report_webkit_xlsx +#: model:ir.model,name:account_financial_report_webkit_xlsx.model_partners_ledger_webkit +msgid "Partner Ledger Report" +msgstr "Saldakonti partnerja" + +#. module: account_financial_report_webkit_xlsx +#: code:addons/account_financial_report_webkit_xlsx/report/aged_open_invoices_xls.py:100 +#: code:addons/account_financial_report_webkit_xlsx/report/aged_partner_balance_xls.py:99 +#: code:addons/account_financial_report_webkit_xlsx/report/partners_balance_xls.py:55 +#, python-format +msgid "Partners Filter" +msgstr "Filtriranje partnerjev" + +#. module: account_financial_report_webkit_xlsx +#: code:addons/account_financial_report_webkit_xlsx/report/aged_open_invoices_xls.py:227 +#: code:addons/account_financial_report_webkit_xlsx/report/aged_partner_balance_xls.py:226 +#, python-format +msgid "Percentages" +msgstr "" + +#. module: account_financial_report_webkit_xlsx +#: code:addons/account_financial_report_webkit_xlsx/report/general_ledger_xls.py:144 +#: code:addons/account_financial_report_webkit_xlsx/report/open_invoices_xls.py:197 +#: code:addons/account_financial_report_webkit_xlsx/report/partner_ledger_xls.py:164 +#, python-format +msgid "Period" +msgstr "Obdobje" + +#. module: account_financial_report_webkit_xlsx +#: code:addons/account_financial_report_webkit_xlsx/report/aged_open_invoices_xls.py:97 +#: code:addons/account_financial_report_webkit_xlsx/report/aged_partner_balance_xls.py:96 +#: code:addons/account_financial_report_webkit_xlsx/report/general_ledger_xls.py:81 +#: code:addons/account_financial_report_webkit_xlsx/report/open_invoices_xls.py:143 +#: code:addons/account_financial_report_webkit_xlsx/report/partner_ledger_xls.py:82 +#: code:addons/account_financial_report_webkit_xlsx/report/partners_balance_xls.py:53 +#: code:addons/account_financial_report_webkit_xlsx/report/partners_balance_xls.py:127 +#: code:addons/account_financial_report_webkit_xlsx/report/trial_balance_xls.py:69 +#: code:addons/account_financial_report_webkit_xlsx/report/trial_balance_xls.py:132 +#, python-format +msgid "Periods Filter" +msgstr "Filtriranje obdobij" + +#. module: account_financial_report_webkit_xlsx +#: view:account.aged.trial.balance.webkit:account_financial_report_webkit_xlsx.account_aged_trial_balance_webkit +#: view:aged.open.invoices.webkit:account_financial_report_webkit_xlsx.aged_open_invoice_webkit +#: view:general.ledger.webkit:account_financial_report_webkit_xlsx.account_report_general_ledger_view_webkit +#: view:open.invoices.webkit:account_financial_report_webkit_xlsx.account_open_invoices_view_webkit +#: view:partner.balance.webkit:account_financial_report_webkit_xlsx.account_partner_balance_view_webkit +#: view:partners.ledger.webkit:account_financial_report_webkit_xlsx.account_partner_ledger_view_webkit +#: view:trial.balance.webkit:account_financial_report_webkit_xlsx.account_trial_balance_view_webkit +msgid "Print" +msgstr "Natisni" + +#. module: account_financial_report_webkit_xlsx +#: code:addons/account_financial_report_webkit_xlsx/report/open_invoices_xls.py:208 +#: code:addons/account_financial_report_webkit_xlsx/report/partner_ledger_xls.py:169 +#, python-format +msgid "Rec." +msgstr "Terj." + +#. module: account_financial_report_webkit_xlsx +#: code:addons/account_financial_report_webkit_xlsx/report/general_ledger_xls.py:150 +#, python-format +msgid "Reference" +msgstr "Sklic" + +#. module: account_financial_report_webkit_xlsx +#: code:addons/account_financial_report_webkit_xlsx/report/aged_open_invoices_xls.py:123 +#: code:addons/account_financial_report_webkit_xlsx/report/aged_partner_balance_xls.py:122 +#, python-format +msgid "Selected Partners" +msgstr "" + +#. module: account_financial_report_webkit_xlsx +#: code:addons/account_financial_report_webkit_xlsx/report/aged_open_invoices_xls.py:101 +#: code:addons/account_financial_report_webkit_xlsx/report/aged_partner_balance_xls.py:100 +#: code:addons/account_financial_report_webkit_xlsx/report/general_ledger_xls.py:83 +#: code:addons/account_financial_report_webkit_xlsx/report/open_invoices_xls.py:150 +#: code:addons/account_financial_report_webkit_xlsx/report/partner_ledger_xls.py:84 +#: code:addons/account_financial_report_webkit_xlsx/report/partners_balance_xls.py:57 +#: code:addons/account_financial_report_webkit_xlsx/report/trial_balance_xls.py:70 +#, python-format +msgid "Target Moves" +msgstr "Ciljni premiki" + +#. module: account_financial_report_webkit_xlsx +#: view:general.ledger.webkit:account_financial_report_webkit_xlsx.account_report_general_ledger_view_webkit +msgid "" +"This report allows you to generate a pdf or xls of your general ledger with " +"details of all your account journals" +msgstr "" +"To poročilo omogoča ustvarjanje pdf ali xls glavne knjige s podrobnostmi " +"vseh kontnih dnevnikov" + +#. module: account_financial_report_webkit_xlsx +#: view:open.invoices.webkit:account_financial_report_webkit_xlsx.account_open_invoices_view_webkit +msgid "" +"This report allows you to generate a pdf or xls of your open invoices per " +"partner with details of all your payable/receivable account. Exclude full " +"reconciled journal items." +msgstr "" +"To poročilo omogoči ustvarjanje pdf ali xls odprtih računov po partnerju s " +"podrobnostmi konta obveznosti/terjatev. Izključene so polno usklajene " +"dnevniške postavke." + +#. module: account_financial_report_webkit_xlsx +#: view:partners.ledger.webkit:account_financial_report_webkit_xlsx.account_partner_ledger_view_webkit +msgid "" +"This report allows you to generate a pdf or xls of your partner ledger with " +"details of all your account journals" +msgstr "" +"To poročilo omogoči ustvarjanje pdf ali xls glavne knjige partnerja s " +"podrobnostmi vseh kontnih dnevnikov" + +#. module: account_financial_report_webkit_xlsx +#: view:trial.balance.webkit:account_financial_report_webkit_xlsx.account_trial_balance_view_webkit +msgid "" +"This report allows you to generate a pdf or xls of your trial balance " +"allowing you to quickly check the balance of each of your accounts in a " +"single report" +msgstr "" +"To poročilo omogoči ustvarjanje pdf ali xls poskusne bilance, da lahko hitro" +" preverite stanja vseh kontov v enem samem poročilu." + +#. module: account_financial_report_webkit_xlsx +#: code:addons/account_financial_report_webkit_xlsx/report/aged_open_invoices_xls.py:112 +#: code:addons/account_financial_report_webkit_xlsx/report/aged_partner_balance_xls.py:111 +#: code:addons/account_financial_report_webkit_xlsx/report/general_ledger_xls.py:103 +#: code:addons/account_financial_report_webkit_xlsx/report/open_invoices_xls.py:172 +#: code:addons/account_financial_report_webkit_xlsx/report/partner_ledger_xls.py:104 +#, python-format +msgid "To" +msgstr "Do" + +#. module: account_financial_report_webkit_xlsx +#: code:addons/account_financial_report_webkit_xlsx/report/aged_open_invoices_xls.py:203 +#: code:addons/account_financial_report_webkit_xlsx/report/aged_partner_balance_xls.py:202 +#, python-format +msgid "Total" +msgstr "Skupaj" + +#. module: account_financial_report_webkit_xlsx +#: model:ir.model,name:account_financial_report_webkit_xlsx.model_trial_balance_webkit +msgid "Trial Balance Report" +msgstr "Izpis poskusne bilance" + +#. module: account_financial_report_webkit_xlsx +#: code:addons/account_financial_report_webkit_xlsx/report/trial_balance_xls.py:198 +#, python-format +msgid "Type" +msgstr "Tip" + +#. module: account_financial_report_webkit_xlsx +#: code:addons/account_financial_report_webkit_xlsx/report/partners_balance_xls.py:347 +#, python-format +msgid "Unallocated" +msgstr "Ne razporejeno" diff --git a/account_financial_report_webkit_xlsx/report/__init__.py b/account_financial_report_webkit_xlsx/report/__init__.py new file mode 100644 index 00000000..d6ecec35 --- /dev/null +++ b/account_financial_report_webkit_xlsx/report/__init__.py @@ -0,0 +1,2 @@ +# -*- coding: utf-8 -*- +from . import general_ledger diff --git a/account_financial_report_webkit_xlsx/report/general_ledger.py b/account_financial_report_webkit_xlsx/report/general_ledger.py new file mode 100644 index 00000000..5e3d2a7a --- /dev/null +++ b/account_financial_report_webkit_xlsx/report/general_ledger.py @@ -0,0 +1,274 @@ +# -*- coding: utf-8 -*- +# Copyright 2009-2016 Noviat +# Copyright 2018 Jacques-Etienne Baudoux (BCIM sprl) +# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). + +# from datetime import datetime +from openerp.addons.report_xlsx.report.report_xlsx import ReportXlsx +from openerp.addons.account_financial_report_webkit.report.general_ledger \ + import GeneralLedgerWebkit +from openerp.tools.translate import _ + + +def cell(row, col, row_abs=False, col_abs=False): + """ + Convert numeric row/col notation to an Excel cell + reference string in A1 notation. + """ + d = col // 26 + m = col % 26 + chr1 = "" # Most significant character in AA1 + if row_abs: + row_abs = '$' + else: + row_abs = '' + if col_abs: + col_abs = '$' + else: + col_abs = '' + if d > 0: + chr1 = chr(ord('A') + d - 1) + chr2 = chr(ord('A') + m) + # Zero index to 1-index + return col_abs + chr1 + chr2 + row_abs + str(row + 1) + + +class report_xlsx_format: + decimal_format = '#,##0.00' + date_format = '%Y-%m-%d' + styles = { + 'xls_title': [('bold', True), ('font_size', 10)], + 'bold': [('bold', True)], + 'underline': [('underline', True)], + 'italic': [('italic', True)], + 'fill_green': [('bg_color', '#CCFFCC')], + 'fill_yellow': [('bg_color', '#FFFFCC')], + 'money': [('num_format', decimal_format)], + 'date': [('num_format', date_format)], + 'borders_all': [('border', 1)], + 'center': [('align', 'center')], + 'right': [('align', 'right')], + } + + def _get_style(self, wb, keys): + if not isinstance(keys, (list, tuple)): + keys = (keys, ) + style = dict(reduce( + lambda x, y: x+y, [self.styles[k] for k in keys])) + style.setdefault('font_size', 9) + return wb.add_format(style) + + +class AttrDict(dict): + def __init__(self, *args, **kwargs): + super(AttrDict, self).__init__(*args, **kwargs) + self.__dict__ = self + + +class GeneralLedgerXlsx(ReportXlsx, report_xlsx_format): + column_sizes = [ + 10, # date + 8, # period + 15, # move + 8, # journal, + 8, # account_code + 30, # partner + 25, # ref + 45, # label + 30, # counterpart + 12, # debit + 12, # credit + 12, # bal + 12, # filtered_bal + 12, # cumul_bal + 12, # curr_bal + 12, # curr_code + ] + + def generate_xlsx_report(self, wb, data, objects): + _p = AttrDict(self.parser_instance.localcontext) + + wb.formats[0].set_font_size(9) + ws = wb.add_worksheet(_p.report_name.upper()[:31]) + ws.set_default_row(13) + ws.panes_frozen = True + ws.remove_splits = True + ws.portrait = 0 # Landscape + ws.fit_width_to_pages = 1 + row_pos = 0 + + # set print header/footer + # ws.header_str = self.xls_headers['standard'] + # ws.footer_str = self.xls_footers['standard'] + + # cf. account_report_general_ledger.mako + initial_balance_text = {'initial_balance': _('Computed'), + 'opening_balance': _('Opening Entries'), + False: _('No')} + + # Title + row_pos = 0 + style_title = self._get_style(wb, 'xls_title') + report_name = ' - '.join([_p.report_name.upper(), + _p.company.partner_id.name, + _p.company.currency_id.name]) + ws.write(row_pos, 0, report_name, style_title) + + for i, size in enumerate(self.column_sizes): + ws.set_column(i, i, size) + row_pos += 2 + + # Header Table + style_header1 = self._get_style(wb, ('bold', 'fill_green', 'center')) + style_header2 = self._get_style(wb, ('center')) + + ws.merge_range( + row_pos, 0, row_pos, 1, _('Chart of Account'), style_header1) + ws.merge_range( + row_pos+1, 0, row_pos+1, 1, _p.chart_account.name, style_header2) + + ws.write(row_pos, 2, _('Fiscal Year'), style_header1) + ws.write(row_pos+1, 2, _p.fiscalyear.name if _p.fiscalyear else '-', + style_header2) + + df = _('From') + ': %s ' + _('To') + ': %s' + if _p.filter_form(data) == 'filter_date': + dfh = _('Dates Filter') + df = df % (_p.start_date or '', _p.stop_date or '') + else: + dfh = _('Periods Filter') + df = df % (_p.start_period and _p.start_period.name or '', + _p.stop_period and _p.stop_period.name or '') + ws.merge_range(row_pos, 3, row_pos, 5, dfh, style_header1) + ws.merge_range(row_pos+1, 3, row_pos+1, 5, df, style_header2) + + ws.write(row_pos, 6, _('Accounts Filter'), style_header1) + text = _p.accounts(data) and ', '.join([ + account.code for account in _p.accounts(data)]) or _('All') + ws.write(row_pos+1, 6, text, style_header2) + + ws.write(row_pos, 7, _('Target Moves'), style_header1) + ws.write(row_pos+1, 7, _p.display_target_move(data), style_header2) + + ws.write(row_pos, 8, _('Initial Balance'), style_header1) + text = initial_balance_text[_p.initial_balance_mode] + ws.write(row_pos+1, 8, text, style_header2) + row_pos += 2 + + ws.freeze_panes(row_pos, 0) + row_pos += 1 + + # cell styles for ledger lines + style_account = self._get_style(wb, ('bold')) + style_labels = self._get_style(wb, ('fill_yellow')) + style_labels_r = self._get_style(wb, ('fill_yellow', 'right', 'bold')) + style_initial_balance = self._get_style(wb, ('italic', 'money')) + # style_date = self._get_style(wb, ('date')) + style_lines = self._get_style(wb, ('money')) + style_sums = self._get_style(wb, ('fill_yellow', 'money', 'bold')) + + for account in _p.objects: + display_initial_balance = _p['init_balance'][account.id] and \ + (_p['init_balance'][account.id].get( + 'debit', 0.0) != 0.0 or + _p['init_balance'][account.id].get('credit', 0.0) != 0.0) + if (not display_initial_balance and + not _p['ledger_lines'][account.id]): + # no lines and no initial balance, do no show account in report + continue + + # Write account + name = ' - '.join([account.code, account.name]) + ws.write(row_pos, 0, name, style_account) + row_pos += 1 + + # Write labels + ws.write_row(row_pos, 0, [ + _('Date'), _('Period'), _('Entry'), _('Journal'), _('Account'), + _('Partner'), _('Reference'), _('Label'), _('Counterpart')], + style_labels) + ws.write_row(row_pos, 9, [ + _('Debit'), _('Credit'), _('Filtered Bal.'), _('Cumul. Bal.') + ], style_labels_r) + row_pos += 1 + + row_start = row_pos + cumul_balance = cumul_balance_curr = 0 + + # Write initial balance + if display_initial_balance: + ws.write(row_pos, 8, _('Initial Balance'), + style_initial_balance) + init_balance = _p['init_balance'][account.id] + cumul_balance += init_balance.get('init_balance') or 0.0 + cumul_balance_curr += \ + init_balance.get('init_balance_currency') or 0.0 + row = [ + init_balance.get('debit') or 0.0, + init_balance.get('credit') or 0.0, + '', + cumul_balance, + ] + if _p.amount_currency(data): + row.append(cumul_balance_curr) + ws.write_row(row_pos, 9, row, style_initial_balance) + row_pos += 1 + + # Write lines + for line in _p['ledger_lines'][account.id]: + label_elements = [line.get('lname') or ''] + if line.get('invoice_number'): + label_elements.append( + "(%s)" % (line['invoice_number'],)) + label = ' '.join(label_elements) + cumul_balance += line.get('balance') or 0.0 + if line['ldate']: + ws.write_string(row_pos, 0, line['ldate']) + # FIXME: date format not recognized + # ws.write_datetime( + # row_pos, 0, + # datetime.strptime(line['ldate'], '%Y-%m-%d'), + # style_date) + row = [ + line.get('period_code') or '', + line.get('move_name') or '', + line.get('jcode') or '', + account.code, + line.get('partner_name') or '', + line.get('lref'), + label, + line.get('counterparts') or '', + line.get('debit', 0.0), + line.get('credit', 0.0), + line.get('balance', 0.0), + cumul_balance, + ] + if _p.amount_currency(data): + cumul_balance_curr += line.get('amount_currency') or 0.0 + row += [ + line.get('amount_currency') or 0.0, + line.get('currency_code') or '', + ] + ws.write_row(row_pos, 1, row, style_lines) + row_pos += 1 + + # Write Sums + row = [ + _('Cumulated Balance on Account'), + '=SUM(%s:%s)' % (cell(row_start, 9), cell(row_pos-1, 9)), + '=SUM(%s:%s)' % (cell(row_start, 10), cell(row_pos-1, 10)), + '=SUM(%s:%s)' % (cell(row_start, 11), cell(row_pos-1, 11)), + '=%s-%s' % (cell(row_pos, 9), cell(row_pos, 10)), + ] + if _p.amount_currency(data): + row += [ + cumul_balance_curr, + line.get('currency_code') or '', + ] + ws.write_row(row_pos, 8, row, style_sums) + row_pos += 1 + + +GeneralLedgerXlsx('report.account.account_report_general_ledger_xlsx', + 'account.account', + parser=GeneralLedgerWebkit) diff --git a/account_financial_report_webkit_xlsx/report/general_ledger.xml b/account_financial_report_webkit_xlsx/report/general_ledger.xml new file mode 100644 index 00000000..4b340a8c --- /dev/null +++ b/account_financial_report_webkit_xlsx/report/general_ledger.xml @@ -0,0 +1,18 @@ + + + + + + xlsx + account.account_report_general_ledger_xlsx + + + + + account.account + ir.actions.report.xml + General Ledger XLSX + + + + diff --git a/account_financial_report_webkit_xlsx/static/description/icon.png b/account_financial_report_webkit_xlsx/static/description/icon.png new file mode 100644 index 00000000..4c29e49c Binary files /dev/null and b/account_financial_report_webkit_xlsx/static/description/icon.png differ diff --git a/account_financial_report_webkit_xlsx/wizard/__init__.py b/account_financial_report_webkit_xlsx/wizard/__init__.py new file mode 100644 index 00000000..f49ea0b5 --- /dev/null +++ b/account_financial_report_webkit_xlsx/wizard/__init__.py @@ -0,0 +1,2 @@ +# -*- coding: utf-8 -*- +from . import general_ledger_wizard diff --git a/account_financial_report_webkit_xlsx/wizard/general_ledger_wizard.py b/account_financial_report_webkit_xlsx/wizard/general_ledger_wizard.py new file mode 100644 index 00000000..439a2193 --- /dev/null +++ b/account_financial_report_webkit_xlsx/wizard/general_ledger_wizard.py @@ -0,0 +1,22 @@ +# -*- coding: utf-8 -*- +# Copyright 2009-2016 Noviat. +# Copyright 2018 Jacques-Etienne Baudoux (BCIM sprl) +# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). +from openerp import models + + +class AccountReportGeneralLedgerWizard(models.TransientModel): + _inherit = 'general.ledger.webkit' + + def _print_report(self, cr, uid, ids, data, context=None): + context = context or {} + if context.get('xls_export'): + # we update form with display account value + data = self.pre_print_report(cr, uid, ids, data, context=context) + return { + 'type': 'ir.actions.report.xml', + 'report_name': 'account.account_report_general_ledger_xlsx', + 'datas': data} + else: + return super(AccountReportGeneralLedgerWizard, self)._print_report( + cr, uid, ids, data, context=context)