Browsing Latvian translation

Don't show this notice anymore
Before translating, be sure to go through Odoo Translators (MOVED TO TRANSIFEX) instructions.
341350 of 350 results
1528.
Entries Sorted by
module: account
(no translation yet)
Located in field:account.print.journal,sort_selection:0
1529.
All manually created new journal entries are usually in the state 'Unposted', but you can set the option to skip that state on the related journal. In that case, they will be behave as journal entries automatically created by the system on document validation (invoices, bank statements...) and will be created in 'Posted' state.
module: account
(no translation yet)
Located in help:account.move,state:0
1533.
Modify: refund invoice, reconcile and create a new draft invoice
module: account
(no translation yet)
Located in selection:account.invoice.refund,filter_refund:0
1536.
You can not modify a posted entry of closed periods
module: account
(no translation yet)
Located in code:addons/account/account.py:1359
1540.

Hello${object.address_invoice_id.name and ' ' or ''}${object.address_invoice_id.name or ''},

A new invoice is available for ${object.partner_id.name}:
| Invoice number: *${object.number}*
| Invoice total: *${object.amount_total} ${object.currency_id.name}*
| Invoice date: ${object.date_invoice}
% if object.origin:
| Order reference: ${object.origin}
% endif
| Your contact: ${object.user_id.name} ${object.user_id.user_email and '<%s>'%(object.user_id.user_email) or ''}

You can view the invoice document, download it and pay online using the following link:
${ctx.get('edi_web_url_view') or 'n/a'}

% if object.company_id.paypal_account and object.type in ('out_invoice', 'in_refund'):
<%
comp_name = quote(object.company_id.name)
inv_number = quote(object.number)
paypal_account = quote(object.company_id.paypal_account)
inv_amount = quote(str(object.amount_total))
cur_name = quote(object.currency_id.name)
paypal_url = "https://www.paypal.com/cgi-bin/webscr?cmd=_xclick&business=%s&item_name=%s%%20Invoice%%20%s"\
"&invoice=%s&amount=%s&currency_code=%s&button_subtype=services&no_note=1&bn=OpenERP_Invoice_PayNow_%s" % \
(paypal_account,comp_name,inv_number,inv_number,inv_amount,cur_name,cur_name)
%>
It is also possible to directly pay with Paypal:
${paypal_url}
% endif

If you have any question, do not hesitate to contact us.


Thank you for choosing ${object.company_id.name}!


--
${object.user_id.name} ${object.user_id.user_email and '<%s>'%(object.user_id.user_email) or ''}
${object.company_id.name}
% if object.company_id.street:
${object.company_id.street or ''}
% endif
% if object.company_id.street2:
${object.company_id.street2}
% endif
% if object.company_id.city or object.company_id.zip:
${object.company_id.zip or ''} ${object.company_id.city or ''}
% endif
% if object.company_id.country_id:
${object.company_id.state_id and ('%s, ' % object.company_id.state_id.name) or ''} ${object.company_id.country_id.name or ''}
% endif
% if object.company_id.phone:
Phone: ${object.company_id.phone}
% endif
% if object.company_id.website:
${object.company_id.website or ''}
% endif
module: account
There are line breaks here. Each one represents a line break. Start a new line in the equivalent position in the translation.
There are leading/trailing spaces here. Each one represents a space character. Enter a space in the equivalent position in the translation.
(no translation yet)
Located in model:email.template,body_text:account.email_template_edi_invoice
1552.
account.addtmpl.wizard
module: account
(no translation yet)
Located in model:ir.model,name:account.model_account_addtmpl_wizard
1555.
If the active field is set to False, it will allow you to hide the analytic journal without removing it.
module: account
(no translation yet)
Located in help:account.analytic.journal,active:0
1569.
This label will be displayed on report to show the balance computed for the given comparison filter.
module: account
(no translation yet)
Located in help:accounting.report,label_filter:0
1571.
Create and manage the accounts you need to record journal entries. An account is part of a ledger allowing your company to register all kinds of debit and credit transactions. Companies present their annual accounts in two main parts: the balance sheet and the income statement (profit and loss account). The annual accounts of a company are required by law to disclose a certain amount of information. They have to be certified by an external auditor annually.
module: account
(no translation yet)
Located in model:ir.actions.act_window,help:account.action_account_form
1572.
The residual amount on a receivable or payable of a journal entry expressed in its currency (maybe different of the company currency).
module: account
(no translation yet)
Located in help:account.move.line,amount_residual_currency:0
341350 of 350 results

This translation is managed by translation group openobject-translators.

You are not logged in. Please log in to work on translations.

Contributors to this translation: Christophe Simonis (OpenERP), Maxime Chambreuil (http://www.savoirfairelinux.com).