add purchase_rappel. manage rappel commission for vendors
This commit is contained in:
parent
4fbf3284f4
commit
4c07dd042d
24 changed files with 1458 additions and 0 deletions
166
purchase_rappel/i18n/purchase_rappel.pot
Normal file
166
purchase_rappel/i18n/purchase_rappel.pot
Normal file
|
|
@ -0,0 +1,166 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * purchase_rappel
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 17.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2024-06-12 10:00+0000\n"
|
||||
"PO-Revision-Date: 2024-06-12 10:00+0000\n"
|
||||
"Last-Translator: \n"
|
||||
"Language-Team: \n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Plural-Forms: \n"
|
||||
|
||||
#. module: purchase_rappel
|
||||
#: model:ir.model.fields,field_description:purchase_rappel.field_res_company__rappel_journal_id
|
||||
#: model:ir.model.fields,field_description:purchase_rappel.field_res_config_settings__rappel_journal_id
|
||||
msgid "Rappel Journal"
|
||||
msgstr ""
|
||||
|
||||
#. module: purchase_rappel
|
||||
#: model:ir.model.fields,help:purchase_rappel.field_res_company__rappel_journal_id
|
||||
#: model:ir.model.fields,help:purchase_rappel.field_res_config_settings__rappel_journal_id
|
||||
msgid "Sales journal used to post rappel commission invoices."
|
||||
msgstr ""
|
||||
|
||||
#. module: purchase_rappel
|
||||
#: model:ir.model.fields,field_description:purchase_rappel.field_res_company__rappel_product_id
|
||||
#: model:ir.model.fields,field_description:purchase_rappel.field_res_config_settings__rappel_product_id
|
||||
#: model:ir.model.fields,field_description:purchase_rappel.field_account_move_rappel_wizard__product_id
|
||||
msgid "Commission Product"
|
||||
msgstr ""
|
||||
|
||||
#. module: purchase_rappel
|
||||
#: model:ir.model.fields,help:purchase_rappel.field_res_company__rappel_product_id
|
||||
#: model:ir.model.fields,help:purchase_rappel.field_res_config_settings__rappel_product_id
|
||||
msgid "Product used as invoice line in rappel commission invoices."
|
||||
msgstr ""
|
||||
|
||||
#. module: purchase_rappel
|
||||
#: model:ir.model.fields,field_description:purchase_rappel.field_res_partner__rappel_commission
|
||||
#: model_terms:ir.ui.view,arch_db:purchase_rappel.view_partner_form_rappel
|
||||
#: model_terms:ir.ui.view,arch_db:purchase_rappel.res_config_settings_view_form_rappel
|
||||
msgid "Rappel Commission"
|
||||
msgstr ""
|
||||
|
||||
#. module: purchase_rappel
|
||||
#: model:ir.model.fields,help:purchase_rappel.field_res_partner__rappel_commission
|
||||
msgid "If enabled, vendor bills from this partner will be eligible for rappel commission invoicing."
|
||||
msgstr ""
|
||||
|
||||
#. module: purchase_rappel
|
||||
#: model:ir.model.fields,field_description:purchase_rappel.field_res_partner__rappel_commission_rate
|
||||
msgid "Commission Rate (%)"
|
||||
msgstr ""
|
||||
|
||||
#. module: purchase_rappel
|
||||
#: model:ir.model.fields,help:purchase_rappel.field_res_partner__rappel_commission_rate
|
||||
msgid "Percentage applied on the taxable base of vendor bills to calculate the rappel commission amount."
|
||||
msgstr ""
|
||||
|
||||
#. module: purchase_rappel
|
||||
#: model:ir.model.fields,field_description:purchase_rappel.field_account_move__rappel_pending
|
||||
#: model_terms:ir.ui.view,arch_db:purchase_rappel.view_account_invoice_filter_rappel
|
||||
msgid "Pending Commission"
|
||||
msgstr ""
|
||||
|
||||
#. module: purchase_rappel
|
||||
#: model:ir.model.fields,help:purchase_rappel.field_account_move__rappel_pending
|
||||
msgid "Indicates that this vendor bill has not yet been included in a rappel commission invoice. Automatically set based on the vendor's configuration."
|
||||
msgstr ""
|
||||
|
||||
#. module: purchase_rappel
|
||||
#: model:ir.model,name:purchase_rappel.model_account_move_rappel_wizard
|
||||
#: model_terms:ir.ui.view,arch_db:purchase_rappel.view_account_move_rappel_wizard_form
|
||||
msgid "Create Rappel Commission Invoice"
|
||||
msgstr ""
|
||||
|
||||
#. module: purchase_rappel
|
||||
#: model:ir.model.fields,field_description:purchase_rappel.field_account_move_rappel_wizard__move_ids
|
||||
#: model_terms:ir.ui.view,arch_db:purchase_rappel.view_account_move_rappel_wizard_form
|
||||
msgid "Vendor Bills"
|
||||
msgstr ""
|
||||
|
||||
#. module: purchase_rappel
|
||||
#: model:ir.model.fields,field_description:purchase_rappel.field_account_move_rappel_wizard__invoice_date
|
||||
msgid "Invoice Date"
|
||||
msgstr ""
|
||||
|
||||
#. module: purchase_rappel
|
||||
#: model:ir.model.fields,field_description:purchase_rappel.field_account_move_rappel_wizard__journal_id
|
||||
msgid "Journal"
|
||||
msgstr ""
|
||||
|
||||
#. module: purchase_rappel
|
||||
#: code:addons/purchase_rappel/wizard/account_move_rappel_wizard.py:0
|
||||
msgid "No posted vendor bills found in the selection. Only posted (validated) vendor bills can be used to create rappel commission invoices."
|
||||
msgstr ""
|
||||
|
||||
#. module: purchase_rappel
|
||||
#: code:addons/purchase_rappel/wizard/account_move_rappel_wizard.py:0
|
||||
msgid "None of the selected vendor bills are pending commission. They may have already been commissioned."
|
||||
msgstr ""
|
||||
|
||||
#. module: purchase_rappel
|
||||
#: code:addons/purchase_rappel/wizard/account_move_rappel_wizard.py:0
|
||||
msgid "None of the selected vendors have the rappel commission enabled. Please configure the commission rate on the vendor contact first."
|
||||
msgstr ""
|
||||
|
||||
#. module: purchase_rappel
|
||||
#: code:addons/purchase_rappel/wizard/account_move_rappel_wizard.py:0
|
||||
msgid "Please select a journal for the rappel commission invoices, or configure a default one in Purchase Settings."
|
||||
msgstr ""
|
||||
|
||||
#. module: purchase_rappel
|
||||
#: code:addons/purchase_rappel/wizard/account_move_rappel_wizard.py:0
|
||||
msgid "Please select a product for the rappel commission invoices, or configure a default one in Purchase Settings."
|
||||
msgstr ""
|
||||
|
||||
#. module: purchase_rappel
|
||||
#: code:addons/purchase_rappel/wizard/account_move_rappel_wizard.py:0
|
||||
msgid "None of the selected vendor bills belong to vendors with a rappel commission rate configured."
|
||||
msgstr ""
|
||||
|
||||
#. module: purchase_rappel
|
||||
#: code:addons/purchase_rappel/wizard/account_move_rappel_wizard.py:0
|
||||
msgid "Rappel commission %(rate)s%% — Bill %(bill)s (taxable base: %(base)s %(currency)s)"
|
||||
msgstr ""
|
||||
|
||||
#. module: purchase_rappel
|
||||
#: code:addons/purchase_rappel/wizard/account_move_rappel_wizard.py:0
|
||||
msgid "Rappel commission invoice generated from %d vendor bill(s)."
|
||||
msgstr ""
|
||||
|
||||
#. module: purchase_rappel
|
||||
#: model:ir.actions.act_window,name:purchase_rappel.action_open_rappel_wizard
|
||||
msgid "Rappel Commission Invoices"
|
||||
msgstr ""
|
||||
|
||||
#. module: purchase_rappel
|
||||
#: model_terms:ir.ui.view,arch_db:purchase_rappel.res_config_settings_view_form_rappel
|
||||
msgid "Configure the journal and product for rappel commission invoices"
|
||||
msgstr ""
|
||||
|
||||
#. module: purchase_rappel
|
||||
#: model_terms:ir.ui.view,arch_db:purchase_rappel.view_account_invoice_filter_rappel
|
||||
msgid "Vendor bills not yet included in a rappel commission invoice"
|
||||
msgstr ""
|
||||
|
||||
#. module: purchase_rappel
|
||||
#: model_terms:ir.ui.view,arch_db:purchase_rappel.view_account_move_rappel_wizard_form
|
||||
msgid "Taxable Base"
|
||||
msgstr ""
|
||||
|
||||
#. module: purchase_rappel
|
||||
#: model_terms:ir.ui.view,arch_db:purchase_rappel.view_account_move_rappel_wizard_form
|
||||
msgid "Create Rappel Invoice(s)"
|
||||
msgstr ""
|
||||
|
||||
#. module: purchase_rappel
|
||||
#: model_terms:ir.ui.view,arch_db:purchase_rappel.view_account_move_rappel_wizard_form
|
||||
msgid "Cancel"
|
||||
msgstr ""
|
||||
Loading…
Add table
Add a link
Reference in a new issue