# Translation of Odoo Server. # This file contains the translation of the following modules: # * sale_timesheet # # Translators: # Chris , 2020 # Jan Horzinka , 2020 # Michal Veselý , 2020 # Martin Trigaux, 2020 # trendspotter, 2020 # karolína schusterová , 2021 # Rastislav Brencic , 2021 # msgid "" msgstr "" "Project-Id-Version: Odoo Server 14.0\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2020-10-29 15:48+0000\n" "PO-Revision-Date: 2020-09-07 08:18+0000\n" "Last-Translator: Rastislav Brencic , 2021\n" "Language-Team: Czech (https://www.transifex.com/odoo/teams/41243/cs/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" "Language: cs\n" "Plural-Forms: nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n >= 2 && n <= 4 && n % 1 == 0) ? 1: (n % 1 != 0 ) ? 2 : 3;\n" #. module: sale_timesheet #: code:addons/sale_timesheet/models/account_move.py:0 #: code:addons/sale_timesheet/models/project.py:0 #, python-format msgid "" "\n" "

\n" " Record timesheets\n" "

\n" " You can register and track your workings hours by project every\n" " day. Every time spent on a project will become a cost and can be re-invoiced to\n" " customers if required.\n" "

\n" " " msgstr "" #. module: sale_timesheet #: model:ir.model.fields,field_description:sale_timesheet.field_project_create_invoice___candidate_orders msgid " Candidate Orders" msgstr "Objednávky kandidátů" #. module: sale_timesheet #: code:addons/sale_timesheet/wizard/project_create_sale_order.py:0 #: code:addons/sale_timesheet/wizard/project_task_create_sale_order.py:0 #, python-format msgid "%(amount)s %(label)s will be added to the new Sales Order." msgstr "%(amount)s %(label)s bude přidána do nové zakázky odběratele." #. module: sale_timesheet #: code:addons/sale_timesheet/wizard/project_create_sale_order.py:0 #: code:addons/sale_timesheet/wizard/project_task_create_sale_order.py:0 #, python-format msgid "%(amount)s %(label)s will be added to the selected Sales Order." msgstr "%(amount)s %(label)s bude přidán k vybrané prodejní objednávce." #. module: sale_timesheet #: model_terms:ir.ui.view,arch_db:sale_timesheet.timesheet_plan msgid "Total" msgstr "Celkem" #. module: sale_timesheet #: model_terms:ir.ui.view,arch_db:sale_timesheet.sale_advance_payment_inv_timesheet_view_form msgid "" "" msgstr "" "" #. module: sale_timesheet #: model_terms:ir.ui.view,arch_db:sale_timesheet.project_project_view_kanban_inherit_sale_timesheet msgid "" "" msgstr "" "" #. module: sale_timesheet #: model_terms:ir.ui.view,arch_db:sale_timesheet.timesheet_plan msgid "" "\n" " Non Billable Tasks\n" " " msgstr "" "\n" " Nezúčtovatelné úkoly\n" " " #. module: sale_timesheet #: model_terms:ir.ui.view,arch_db:sale_timesheet.timesheet_plan msgid "" "\n" " Non Billable Timesheets\n" " " msgstr "" "\n" " Nefakturovateľné pracovní výkazy\n" " " #. module: sale_timesheet #: model_terms:ir.ui.view,arch_db:sale_timesheet.res_config_settings_view_form msgid "Time Billing" msgstr "Fakturace času" #. module: sale_timesheet #: model_terms:ir.ui.view,arch_db:sale_timesheet.project_project_view_kanban_inherit_sale_timesheet msgid "Overview" msgstr "Přehled" #. module: sale_timesheet #: model_terms:ir.ui.view,arch_db:sale_timesheet.view_order_form_inherit_sale_timesheet msgid "Recorded" msgstr "Nahráno" #. module: sale_timesheet #: code:addons/sale_timesheet/models/project.py:0 #, python-format msgid "" "A billable project should be linked to a Sales Order Item having a Service " "product." msgstr "" "Fakturovatelný projekt by měl být propojen s objednávkou, která má produkt " "služby." #. module: sale_timesheet #: code:addons/sale_timesheet/models/project.py:0 #, python-format msgid "" "A billable project should be linked to a Sales Order Item that does not come" " from an expense or a vendor bill." msgstr "" "Fakturovatelný projekt by měl být propojen s položkou prodejní objednávky, " "která nepochází z výdajů ani z faktury dodavatele." #. module: sale_timesheet #: model:ir.model.fields,help:sale_timesheet.field_sale_order_line__qty_delivered_method msgid "" "According to product configuration, the delivered quantity can be automatically computed by mechanism :\n" " - Manual: the quantity is set manually on the line\n" " - Analytic From expenses: the quantity is the quantity sum from posted expenses\n" " - Timesheet: the quantity is the sum of hours recorded on tasks linked to this sale line\n" " - Stock Moves: the quantity comes from confirmed pickings\n" msgstr "" "Podle konfigurace produktu může být dodané množství automaticky vypočítáno pomocí mechanismu:\n" "- Ruční: množství je nastaveno ručně na lince\n" "- Analytické z nákladů: množství je množství z účtovaných nákladů\n" "- Časový rozvrh: množství je součtem hodin zaznamenaných na úkolech spojených s touto prodejní linkou\n" "- Skladové pohyby: množství pochází z potvrzených vychystávání\n" #. module: sale_timesheet #: model:ir.model.fields,help:sale_timesheet.field_project_profitability_report__other_revenues #: model_terms:ir.ui.view,arch_db:sale_timesheet.timesheet_plan msgid "" "All revenues that are not from timesheets and that are linked to the " "analytic account of the project." msgstr "" "Všechny výnosy, které nejsou z pracovního výkazu a jsou spojeny s " "analytickým účtem projektu." #. module: sale_timesheet #: code:addons/sale_timesheet/models/project.py:0 #, python-format msgid "" "All timesheet hours that are not yet invoiced will be assigned to the " "selected Project on save. Discard to avoid the change." msgstr "" "Všechny hodiny pracovního výkazu, které ještě nejsou fakturovány, budou při " "uložení přiřazeny k vybranému projektu. Zrušte, abyste se vyhnuli změně." #. module: sale_timesheet #: code:addons/sale_timesheet/models/project.py:0 #, python-format msgid "" "All timesheet hours that are not yet invoiced will be assigned to the " "selected Sales Order Item on save. Discard to avoid the change." msgstr "" "Všechny hodiny pracovního výkazu, které ještě nejsou fakturovány, budou při " "uložení přiřazeny k vybrané položce prodejní objednávky. Zrušte, abyste se " "vyhnuli změně." #. module: sale_timesheet #: code:addons/sale_timesheet/models/project.py:0 #, python-format msgid "" "All timesheet hours that are not yet invoiced will be removed from Sales " "Order on save. Discard to avoid the change." msgstr "" "Všechny hodiny pracovního výkazu, které ještě nejsou fakturovány, budou při " "uložení odstraněny z prodejní objednávky. Zrušte, abyste se vyhnuli změně." #. module: sale_timesheet #: code:addons/sale_timesheet/models/project.py:0 #, python-format msgid "" "All timesheet hours that are not yet invoiced will be removed from the " "selected Sales Order Item on save. Discard to avoid the change." msgstr "" "Všechny hodiny pracovního výkazu, které ještě nejsou fakturovány, budou při " "uložení odstraněny z vybrané položky prodejní objednávky. Zrušte, abyste se " "vyhnuli změně." #. module: sale_timesheet #: code:addons/sale_timesheet/models/project.py:0 #, python-format msgid "" "All timesheet hours will be assigned to the selected Sales Order Item on " "save. Discard to avoid the change." msgstr "" "Všechny hodiny pracovního výkazu budou při uložení přiřazeny k vybrané " "položce prodejní objednávky. Zrušte, abyste se vyhnuli změně." #. module: sale_timesheet #: model:ir.model.fields,field_description:sale_timesheet.field_project_create_invoice__amount_to_invoice msgid "Amount to invoice" msgstr "Částka k fakturaci" #. module: sale_timesheet #: model:ir.model.constraint,message:sale_timesheet.constraint_project_create_sale_order_line_unique_employee_per_wizard #: model:ir.model.constraint,message:sale_timesheet.constraint_project_sale_line_employee_map_uniqueness_employee msgid "" "An employee cannot be selected more than once in the mapping. Please remove " "duplicate(s) and try again." msgstr "" "Zaměstnance nelze pro mapování vybrat více než jednou. Vymažte duplikát(y) a" " zkuste to znovu." #. module: sale_timesheet #: model:ir.model.fields,field_description:sale_timesheet.field_project_profitability_report__analytic_account_id #: model:ir.model.fields,field_description:sale_timesheet.field_project_task__analytic_account_id msgid "Analytic Account" msgstr "Analytický účet" #. module: sale_timesheet #: model:ir.model,name:sale_timesheet.model_account_analytic_line msgid "Analytic Line" msgstr "Analytická řádka" #. module: sale_timesheet #: model:ir.model.fields,field_description:sale_timesheet.field_sale_order_line__analytic_line_ids msgid "Analytic lines" msgstr "Analytická řádky" #. module: sale_timesheet #: model_terms:ir.ui.view,arch_db:sale_timesheet.timesheet_plan msgid "Any cost linked to the Analytic Account of the Project." msgstr "Jakékoli náklady spojené s analytickým účtem projektu." #. module: sale_timesheet #: code:addons/sale_timesheet/wizard/project_create_sale_order.py:0 #, python-format msgid "At least one line should be filled." msgstr "Nejméně jeden řádek by měl být vyplněn." #. module: sale_timesheet #: code:addons/sale_timesheet/models/project_overview.py:0 #, python-format msgid "Before" msgstr "Před" #. module: sale_timesheet #: model:ir.model.fields,field_description:sale_timesheet.field_project_project__allow_billable #: model:ir.model.fields,field_description:sale_timesheet.field_project_task__allow_billable #: model_terms:ir.ui.view,arch_db:sale_timesheet.timesheet_view_search msgid "Billable" msgstr "Fakturovatelné" #. module: sale_timesheet #: model:ir.model.fields,field_description:sale_timesheet.field_account_analytic_line__timesheet_invoice_type #: model_terms:ir.ui.view,arch_db:sale_timesheet.timesheet_view_search msgid "Billable Type" msgstr "Fakturovatelný typ" #. module: sale_timesheet #: model_terms:ir.ui.view,arch_db:sale_timesheet.timesheet_view_search msgid "Billed at a Fixed Price" msgstr "Účtováno za pevnou cenu" #. module: sale_timesheet #: model:ir.model.fields.selection,name:sale_timesheet.selection__account_analytic_line__timesheet_invoice_type__billable_fixed #: model_terms:ir.ui.view,arch_db:sale_timesheet.timesheet_plan msgid "Billed at a Fixed price" msgstr "Účtováno za pevnou cenu" #. module: sale_timesheet #: model:ir.model.fields.selection,name:sale_timesheet.selection__account_analytic_line__timesheet_invoice_type__billable_time #: model_terms:ir.ui.view,arch_db:sale_timesheet.timesheet_plan #: model_terms:ir.ui.view,arch_db:sale_timesheet.timesheet_view_search msgid "Billed on Timesheets" msgstr "Účtováno na pracovních listech" #. module: sale_timesheet #: model_terms:ir.ui.view,arch_db:sale_timesheet.res_config_settings_view_form msgid "Billing" msgstr "Fakturace" #. module: sale_timesheet #: model:project.task,legend_blocked:sale_timesheet.project_task_1 #: model:project.task,legend_blocked:sale_timesheet.project_task_2 #: model:project.task,legend_blocked:sale_timesheet.project_task_3 #: model:project.task,legend_blocked:sale_timesheet.project_task_internal msgid "Blocked" msgstr "Blokováno" #. module: sale_timesheet #: model:project.task,legend_done:sale_timesheet.project_task_4 msgid "Buzz or set as done" msgstr "Buzz nebo nastaveno jako hotovo" #. module: sale_timesheet #: model:ir.ui.menu,name:sale_timesheet.menu_timesheet_billing_analysis msgid "By Billing Type" msgstr "Podle typu fakturace" #. module: sale_timesheet #: model_terms:ir.ui.view,arch_db:sale_timesheet.project_create_invoice_view_form #: model_terms:ir.ui.view,arch_db:sale_timesheet.project_create_sale_order_view_form #: model_terms:ir.ui.view,arch_db:sale_timesheet.project_task_create_sale_order_view_form msgid "Cancel" msgstr "Zrušit" #. module: sale_timesheet #: model_terms:ir.ui.view,arch_db:sale_timesheet.timesheet_plan msgid "Cancelled" msgstr "Zrušeno" #. module: sale_timesheet #: model:ir.model.fields,field_description:sale_timesheet.field_project_create_invoice__sale_order_id msgid "Choose the Sales Order to invoice" msgstr "Zvolte Prodejní objednávku k fakturaci" #. module: sale_timesheet #: model:ir.model.fields,field_description:sale_timesheet.field_project_create_sale_order__commercial_partner_id #: model:ir.model.fields,field_description:sale_timesheet.field_project_task_create_sale_order__commercial_partner_id msgid "Commercial Entity" msgstr "Podnikatelský subjekt" #. module: sale_timesheet #: model:ir.model.fields,field_description:sale_timesheet.field_project_create_sale_order__company_id #: model:ir.model.fields,field_description:sale_timesheet.field_project_sale_line_employee_map__company_id #: model_terms:ir.ui.view,arch_db:sale_timesheet.project_profitability_report_view_search msgid "Company" msgstr "Firma" #. module: sale_timesheet #: model_terms:ir.ui.view,arch_db:sale_timesheet.res_config_settings_view_form msgid "Configure your services" msgstr "Nakonfigurujte své služby" #. module: sale_timesheet #: model:ir.filters,name:sale_timesheet.ir_filter_project_profitability_report_costs_and_revenues msgid "Costs and Revenues" msgstr "Náklady a výnosy" #. module: sale_timesheet #: model_terms:ir.ui.view,arch_db:sale_timesheet.timesheet_plan msgid "" "Costs from expenses that were reinvoiced to your customer (provided that the" " Analytic Account of the Project was set on the Expense)." msgstr "" "Náklady z výdajů, které byly zákazníkovi přefakturovány (za předpokladu, že " "analytický účet projektu byl nastaven na výdaj)." #. module: sale_timesheet #: code:addons/sale_timesheet/models/project_overview.py:0 #: code:addons/sale_timesheet/models/project_overview.py:0 #: model:ir.actions.act_window,name:sale_timesheet.project_project_action_multi_create_invoice #: model_terms:ir.ui.view,arch_db:sale_timesheet.project_create_invoice_view_form #, python-format msgid "Create Invoice" msgstr "Vytvořit fakturu" #. module: sale_timesheet #: model:ir.model,name:sale_timesheet.model_project_create_invoice msgid "Create Invoice from project" msgstr "Vytvořit fakturu z projektu" #. module: sale_timesheet #: model:ir.model,name:sale_timesheet.model_project_create_sale_order_line msgid "Create SO Line from project" msgstr "Vytvořte linku SO z projektu" #. module: sale_timesheet #: model:ir.model,name:sale_timesheet.model_project_create_sale_order msgid "Create SO from project" msgstr "Vytvořte SO z projektu" #. module: sale_timesheet #: model:ir.model,name:sale_timesheet.model_project_task_create_sale_order msgid "Create SO from task" msgstr "Vytvořte SO z úkolu" #. module: sale_timesheet #. openerp-web #: code:addons/sale_timesheet/models/project.py:0 #: code:addons/sale_timesheet/models/project.py:0 #: code:addons/sale_timesheet/static/src/xml/sale_project_templates.xml:0 #: model_terms:ir.ui.view,arch_db:sale_timesheet.project_create_sale_order_view_form #: model_terms:ir.ui.view,arch_db:sale_timesheet.project_project_view_form #: model_terms:ir.ui.view,arch_db:sale_timesheet.project_task_create_sale_order_view_form #: model_terms:ir.ui.view,arch_db:sale_timesheet.view_sale_service_inherit_form2 #, python-format msgid "Create Sales Order" msgstr "Vytvořit objednávku" #. module: sale_timesheet #: model_terms:ir.ui.view,arch_db:sale_timesheet.project_create_invoice_view_form msgid "Create Sales Order from Project" msgstr "Vytvořit zakázku odběratele z projektu" #. module: sale_timesheet #: code:addons/sale_timesheet/models/project_overview.py:0 #: model:ir.actions.act_window,name:sale_timesheet.project_project_action_multi_create_sale_order #: model:ir.actions.act_window,name:sale_timesheet.project_task_action_multi_create_sale_order #: model_terms:ir.ui.view,arch_db:sale_timesheet.project_create_sale_order_view_form #: model_terms:ir.ui.view,arch_db:sale_timesheet.project_task_create_sale_order_view_form #, python-format msgid "Create a Sales Order" msgstr "Vytvořit prodejní objednávku" #. module: sale_timesheet #: model:ir.model.fields.selection,name:sale_timesheet.selection__project_create_sale_order__link_selection__create #: model:ir.model.fields.selection,name:sale_timesheet.selection__project_task_create_sale_order__link_selection__create msgid "Create a new sales order" msgstr "Vytvořte novou prodejní objednávku" #. module: sale_timesheet #: model:ir.model.fields,field_description:sale_timesheet.field_project_create_invoice__create_uid #: model:ir.model.fields,field_description:sale_timesheet.field_project_create_sale_order__create_uid #: model:ir.model.fields,field_description:sale_timesheet.field_project_create_sale_order_line__create_uid #: model:ir.model.fields,field_description:sale_timesheet.field_project_sale_line_employee_map__create_uid #: model:ir.model.fields,field_description:sale_timesheet.field_project_task_create_sale_order__create_uid msgid "Created by" msgstr "Vytvořeno od" #. module: sale_timesheet #: model:ir.model.fields,field_description:sale_timesheet.field_project_create_invoice__create_date #: model:ir.model.fields,field_description:sale_timesheet.field_project_create_sale_order__create_date #: model:ir.model.fields,field_description:sale_timesheet.field_project_create_sale_order_line__create_date #: model:ir.model.fields,field_description:sale_timesheet.field_project_sale_line_employee_map__create_date #: model:ir.model.fields,field_description:sale_timesheet.field_project_task_create_sale_order__create_date msgid "Created on" msgstr "Vytvořeno" #. module: sale_timesheet #: model:ir.model.fields,field_description:sale_timesheet.field_project_create_invoice__currency_id #: model:ir.model.fields,field_description:sale_timesheet.field_project_create_sale_order_line__currency_id #: model:ir.model.fields,field_description:sale_timesheet.field_project_sale_line_employee_map__currency_id #: model:ir.model.fields,field_description:sale_timesheet.field_project_task_create_sale_order__currency_id msgid "Currency" msgstr "Měna" #. module: sale_timesheet #: model:ir.model.fields,field_description:sale_timesheet.field_project_create_sale_order__partner_id #: model:ir.model.fields,field_description:sale_timesheet.field_project_profitability_report__partner_id #: model:ir.model.fields,field_description:sale_timesheet.field_project_task_create_sale_order__partner_id #: model_terms:ir.ui.view,arch_db:sale_timesheet.project_profitability_report_view_search msgid "Customer" msgstr "Zákazník" #. module: sale_timesheet #: model:product.product,name:sale_timesheet.product_service_order_timesheet #: model:product.template,name:sale_timesheet.product_service_order_timesheet_product_template msgid "Customer Care (Prepaid Hours)" msgstr "Péče o zákazníky (předplacené hodiny)" #. module: sale_timesheet #: model:ir.model.fields,field_description:sale_timesheet.field_project_project__bill_type #: model:ir.model.fields,field_description:sale_timesheet.field_project_task__bill_type msgid "Invoice Tasks to" msgstr "Úkoly na faktuře do" #. module: sale_timesheet #: model:ir.model.fields,help:sale_timesheet.field_project_create_sale_order__partner_id #: model:ir.model.fields,help:sale_timesheet.field_project_task_create_sale_order__partner_id msgid "Customer of the sales order" msgstr "Zákazník objednávky" #. module: sale_timesheet #: model:ir.model.fields,field_description:sale_timesheet.field_project_profitability_report__line_date #: model_terms:ir.ui.view,arch_db:sale_timesheet.portal_invoice_page_inherit_timesheet #: model_terms:ir.ui.view,arch_db:sale_timesheet.project_profitability_report_view_search msgid "Date" msgstr "Datum" #. module: sale_timesheet #: code:addons/sale_timesheet/models/project_overview.py:0 #, python-format msgid "Days" msgstr "Dny" #. module: sale_timesheet #: model_terms:ir.ui.view,arch_db:sale_timesheet.timesheet_plan msgid "Days Spent" msgstr "Dny strávené" #. module: sale_timesheet #: model_terms:ir.ui.view,arch_db:sale_timesheet.timesheet_plan msgid "Days recorded" msgstr "Zaznamenané dny" #. module: sale_timesheet #: model_terms:ir.ui.view,arch_db:sale_timesheet.project_project_view_form msgid "Default Sales Order Item" msgstr "Výchozí položka prodejní objednávky" #. module: sale_timesheet #: model_terms:ir.ui.view,arch_db:sale_timesheet.project_project_view_form msgid "Default Service" msgstr "Výchozí služba" #. module: sale_timesheet #: model_terms:ir.ui.view,arch_db:sale_timesheet.portal_invoice_page_inherit_timesheet msgid "Description" msgstr "Popis" #. module: sale_timesheet #: model:ir.model.fields,field_description:sale_timesheet.field_project_project__display_create_order #: model:ir.model.fields,field_description:sale_timesheet.field_project_task__display_create_order msgid "Display Create Order" msgstr "Zobrazit vytvořit objednávku" #. module: sale_timesheet #: model:ir.model.fields,field_description:sale_timesheet.field_account_analytic_line__display_name #: model:ir.model.fields,field_description:sale_timesheet.field_account_move__display_name #: model:ir.model.fields,field_description:sale_timesheet.field_account_move_line__display_name #: model:ir.model.fields,field_description:sale_timesheet.field_product_product__display_name #: model:ir.model.fields,field_description:sale_timesheet.field_product_template__display_name #: model:ir.model.fields,field_description:sale_timesheet.field_project_create_invoice__display_name #: model:ir.model.fields,field_description:sale_timesheet.field_project_create_sale_order__display_name #: model:ir.model.fields,field_description:sale_timesheet.field_project_create_sale_order_line__display_name #: model:ir.model.fields,field_description:sale_timesheet.field_project_profitability_report__display_name #: model:ir.model.fields,field_description:sale_timesheet.field_project_project__display_name #: model:ir.model.fields,field_description:sale_timesheet.field_project_sale_line_employee_map__display_name #: model:ir.model.fields,field_description:sale_timesheet.field_project_task__display_name #: model:ir.model.fields,field_description:sale_timesheet.field_project_task_create_sale_order__display_name #: model:ir.model.fields,field_description:sale_timesheet.field_project_task_recurrence__display_name #: model:ir.model.fields,field_description:sale_timesheet.field_sale_advance_payment_inv__display_name #: model:ir.model.fields,field_description:sale_timesheet.field_sale_order__display_name #: model:ir.model.fields,field_description:sale_timesheet.field_sale_order_line__display_name msgid "Display Name" msgstr "Zobrazované jméno" #. module: sale_timesheet #: model_terms:ir.ui.view,arch_db:sale_timesheet.res_config_settings_view_form msgid "Documentation" msgstr "Dokumentace" #. module: sale_timesheet #: model_terms:ir.ui.view,arch_db:sale_timesheet.portal_invoice_page_inherit_timesheet msgid "Duration (days)" msgstr "Trvání (dny)" #. module: sale_timesheet #: model_terms:ir.ui.view,arch_db:sale_timesheet.portal_invoice_page_inherit_timesheet msgid "Duration (hours)" msgstr "Trvání (hodiny)" #. module: sale_timesheet #: model:ir.model.fields,field_description:sale_timesheet.field_project_create_sale_order_line__employee_id #: model:ir.model.fields,field_description:sale_timesheet.field_project_sale_line_employee_map__employee_id #: model_terms:ir.ui.view,arch_db:sale_timesheet.portal_invoice_page_inherit_timesheet #: model_terms:ir.ui.view,arch_db:sale_timesheet.timesheet_plan msgid "Employee" msgstr "Zaměstnanec" #. module: sale_timesheet #: model:ir.model.fields.selection,name:sale_timesheet.selection__project_project__pricing_type__employee_rate msgid "Employee rate" msgstr "Zaměstnanecká sazba" #. module: sale_timesheet #: model:ir.model.fields,help:sale_timesheet.field_project_create_sale_order_line__employee_id msgid "Employee that has timesheets on the project." msgstr "Zaměstnanec, který má pracovní rozvrhy na projektu." #. module: sale_timesheet #: model:ir.model.fields,help:sale_timesheet.field_project_project__sale_line_employee_ids msgid "" "Employee/Sale Order Item Mapping:\n" " Defines to which sales order item an employee's timesheet entry will be linked.By extension, it defines the rate at which an employee's time on the project is billed." msgstr "" "Mapování položek zaměstnanců / prodejních objednávek:\n" " Definuje, s jakou položkou prodejní objednávky bude položka časového rozvrhu zaměstnance propojena. Rozšířením definuje rychlost, jakou je čas zaměstnance na projektu účtován." #. module: sale_timesheet #: model:ir.model.fields,field_description:sale_timesheet.field_sale_advance_payment_inv__date_end_invoice_timesheet msgid "End Date" msgstr "Datum ukončení" #. module: sale_timesheet #: model_terms:ir.ui.view,arch_db:sale_timesheet.product_template_view_search_sale_timesheet msgid "Fixed price services" msgstr "Služby s pevnou cenou" #. module: sale_timesheet #: model:ir.model.fields.selection,name:sale_timesheet.selection__project_project__pricing_type__fixed_rate msgid "Project rate" msgstr "Míra projektu" #. module: sale_timesheet #: model_terms:ir.ui.view,arch_db:sale_timesheet.project_profitability_report_view_search msgid "Group By" msgstr "Seskupit podle" #. module: sale_timesheet #: model:ir.model.fields,field_description:sale_timesheet.field_project_task__has_multi_sol msgid "Has Multi Sol" msgstr "Má více možností" #. module: sale_timesheet #: code:addons/sale_timesheet/models/project_overview.py:0 #: model:product.product,uom_name:sale_timesheet.product_service_deliver_timesheet_1 #: model:product.product,uom_name:sale_timesheet.product_service_deliver_timesheet_2 #: model:product.product,uom_name:sale_timesheet.product_service_order_timesheet #: model:product.template,uom_name:sale_timesheet.product_service_deliver_timesheet_1_product_template #: model:product.template,uom_name:sale_timesheet.product_service_deliver_timesheet_2_product_template #: model:product.template,uom_name:sale_timesheet.product_service_order_timesheet_product_template #, python-format msgid "Hours" msgstr "Hodiny" #. module: sale_timesheet #: model_terms:ir.ui.view,arch_db:sale_timesheet.timesheet_plan msgid "Hours Spent" msgstr "Strávených hodin" #. module: sale_timesheet #: model_terms:ir.ui.view,arch_db:sale_timesheet.timesheet_plan msgid "Hours recorded" msgstr "Zaznamenané hodiny" #. module: sale_timesheet #: model:ir.model.fields,field_description:sale_timesheet.field_account_analytic_line__id #: model:ir.model.fields,field_description:sale_timesheet.field_account_move__id #: model:ir.model.fields,field_description:sale_timesheet.field_account_move_line__id #: model:ir.model.fields,field_description:sale_timesheet.field_product_product__id #: model:ir.model.fields,field_description:sale_timesheet.field_product_template__id #: model:ir.model.fields,field_description:sale_timesheet.field_project_create_invoice__id #: model:ir.model.fields,field_description:sale_timesheet.field_project_create_sale_order__id #: model:ir.model.fields,field_description:sale_timesheet.field_project_create_sale_order_line__id #: model:ir.model.fields,field_description:sale_timesheet.field_project_profitability_report__id #: model:ir.model.fields,field_description:sale_timesheet.field_project_project__id #: model:ir.model.fields,field_description:sale_timesheet.field_project_sale_line_employee_map__id #: model:ir.model.fields,field_description:sale_timesheet.field_project_task__id #: model:ir.model.fields,field_description:sale_timesheet.field_project_task_create_sale_order__id #: model:ir.model.fields,field_description:sale_timesheet.field_project_task_recurrence__id #: model:ir.model.fields,field_description:sale_timesheet.field_sale_advance_payment_inv__id #: model:ir.model.fields,field_description:sale_timesheet.field_sale_order__id #: model:ir.model.fields,field_description:sale_timesheet.field_sale_order_line__id msgid "ID" msgstr "ID" #. module: sale_timesheet #: model:project.task,legend_normal:sale_timesheet.project_task_1 #: model:project.task,legend_normal:sale_timesheet.project_task_2 #: model:project.task,legend_normal:sale_timesheet.project_task_3 #: model:project.task,legend_normal:sale_timesheet.project_task_4 #: model:project.task,legend_normal:sale_timesheet.project_task_internal msgid "In Progress" msgstr "Probíhá" #. module: sale_timesheet #: model_terms:ir.ui.view,arch_db:sale_timesheet.timesheet_plan msgid "" "Includes the time logged from the Timesheet module that is linked to a " "project, but not to a task." msgstr "" "Zahrnuje čas zaznamenaný v modulu pracovní výkaz, který je propojen s " "projektem, ale ne s úkolem." #. module: sale_timesheet #: model_terms:ir.ui.view,arch_db:sale_timesheet.timesheet_plan msgid "" "Includes the time logged into a task which is linked to a cancelled Sales " "Order." msgstr "" "Zahrnuje čas přihlášený k úkolu, který je propojen se zrušenou prodejní " "objednávkou." #. module: sale_timesheet #: model_terms:ir.ui.view,arch_db:sale_timesheet.timesheet_plan msgid "" "Includes the time logged into tasks for which you invoice based on ordered " "quantities or on milestones." msgstr "" "Zahrnuje čas přihlášený k úkolům, za který fakturujete na základě " "objednaného množství nebo milníků." #. module: sale_timesheet #: model_terms:ir.ui.view,arch_db:sale_timesheet.timesheet_plan msgid "" "Includes the time logged into tasks for which you invoice based on " "timesheets on tasks." msgstr "" "Zahrnuje čas přihlášený k úkolům, za který fakturujete na základě pracovních" " výkazů úkolů." #. module: sale_timesheet #: model:ir.model.fields,field_description:sale_timesheet.field_project_create_sale_order__info_invoice #: model:ir.model.fields,field_description:sale_timesheet.field_project_task_create_sale_order__info_invoice msgid "Info Invoice" msgstr "Informační faktura" #. module: sale_timesheet #: model:ir.model.fields,field_description:sale_timesheet.field_account_analytic_line__timesheet_invoice_id msgid "Invoice" msgstr "Faktura" #. module: sale_timesheet #: model:ir.model.fields.selection,name:sale_timesheet.selection__project_project__bill_type__customer_project msgid "A unique customer" msgstr "Jedinečný zákazník" #. module: sale_timesheet #: model:ir.model.fields,help:sale_timesheet.field_account_analytic_line__timesheet_invoice_id msgid "Invoice created from the timesheet" msgstr "Faktura vytvořená z časového rozvrhu" #. module: sale_timesheet #: model:ir.model.fields.selection,name:sale_timesheet.selection__project_project__bill_type__customer_task msgid "Different customers" msgstr "Různí zákazníci" #. module: sale_timesheet #: model:ir.model.fields,help:sale_timesheet.field_project_project__allow_billable #: model:ir.model.fields,help:sale_timesheet.field_project_task__allow_billable msgid "Invoice your time and material from tasks." msgstr "Fakturujte svůj čas a materiál z úkolů." #. module: sale_timesheet #: model_terms:ir.ui.view,arch_db:sale_timesheet.project_project_view_form msgid "Invoice your time and material to customers" msgstr "Fakturujte svůj čas a materiál zákazníkům" #. module: sale_timesheet #: model_terms:ir.ui.view,arch_db:sale_timesheet.timesheet_plan msgid "Invoiced" msgstr "Fakturováno" #. module: sale_timesheet #: code:addons/sale_timesheet/models/project_overview.py:0 #, python-format msgid "Invoices" msgstr "Faktury" #. module: sale_timesheet #: model_terms:ir.ui.view,arch_db:sale_timesheet.project_project_view_form msgid "Invoicing" msgstr "Fakturace" #. module: sale_timesheet #: model:ir.model.fields,field_description:sale_timesheet.field_sale_advance_payment_inv__invoicing_timesheet_enabled msgid "Invoicing Timesheet Enabled" msgstr "Fakturace pracovního výkazu povolena" #. module: sale_timesheet #: model:ir.model.fields,field_description:sale_timesheet.field_project_task__is_project_map_empty msgid "Is Project map empty" msgstr "Je mapa projektu prázdná" #. module: sale_timesheet #: model:ir.model,name:sale_timesheet.model_account_move msgid "Journal Entry" msgstr "Položka deníku" #. module: sale_timesheet #: model:ir.model,name:sale_timesheet.model_account_move_line msgid "Journal Item" msgstr "Položka deníku" #. module: sale_timesheet #: model:product.product,name:sale_timesheet.product_service_deliver_timesheet_2 #: model:product.template,name:sale_timesheet.product_service_deliver_timesheet_2_product_template msgid "Junior Architect (Invoice on Timesheets)" msgstr "Junior Architect (faktura podle pracovního výkazu)" #. module: sale_timesheet #: model:product.product,name:sale_timesheet.product_service_deliver_manual #: model:product.template,name:sale_timesheet.product_service_deliver_manual_product_template msgid "Kitchen Assembly (Milestones)" msgstr "Sestavení kuchyně (milníky)" #. module: sale_timesheet #: model:ir.model.fields,field_description:sale_timesheet.field_account_analytic_line____last_update #: model:ir.model.fields,field_description:sale_timesheet.field_account_move____last_update #: model:ir.model.fields,field_description:sale_timesheet.field_account_move_line____last_update #: model:ir.model.fields,field_description:sale_timesheet.field_product_product____last_update #: model:ir.model.fields,field_description:sale_timesheet.field_product_template____last_update #: model:ir.model.fields,field_description:sale_timesheet.field_project_create_invoice____last_update #: model:ir.model.fields,field_description:sale_timesheet.field_project_create_sale_order____last_update #: model:ir.model.fields,field_description:sale_timesheet.field_project_create_sale_order_line____last_update #: model:ir.model.fields,field_description:sale_timesheet.field_project_profitability_report____last_update #: model:ir.model.fields,field_description:sale_timesheet.field_project_project____last_update #: model:ir.model.fields,field_description:sale_timesheet.field_project_sale_line_employee_map____last_update #: model:ir.model.fields,field_description:sale_timesheet.field_project_task____last_update #: model:ir.model.fields,field_description:sale_timesheet.field_project_task_create_sale_order____last_update #: model:ir.model.fields,field_description:sale_timesheet.field_project_task_recurrence____last_update #: model:ir.model.fields,field_description:sale_timesheet.field_sale_advance_payment_inv____last_update #: model:ir.model.fields,field_description:sale_timesheet.field_sale_order____last_update #: model:ir.model.fields,field_description:sale_timesheet.field_sale_order_line____last_update msgid "Last Modified on" msgstr "Naposled změněno" #. module: sale_timesheet #: model:ir.model.fields,field_description:sale_timesheet.field_project_create_invoice__write_uid #: model:ir.model.fields,field_description:sale_timesheet.field_project_create_sale_order__write_uid #: model:ir.model.fields,field_description:sale_timesheet.field_project_create_sale_order_line__write_uid #: model:ir.model.fields,field_description:sale_timesheet.field_project_sale_line_employee_map__write_uid #: model:ir.model.fields,field_description:sale_timesheet.field_project_task_create_sale_order__write_uid msgid "Last Updated by" msgstr "Naposledy upraveno od" #. module: sale_timesheet #: model:ir.model.fields,field_description:sale_timesheet.field_project_create_invoice__write_date #: model:ir.model.fields,field_description:sale_timesheet.field_project_create_sale_order__write_date #: model:ir.model.fields,field_description:sale_timesheet.field_project_create_sale_order_line__write_date #: model:ir.model.fields,field_description:sale_timesheet.field_project_sale_line_employee_map__write_date #: model:ir.model.fields,field_description:sale_timesheet.field_project_task_create_sale_order__write_date msgid "Last Updated on" msgstr "Naposled upraveno" #. module: sale_timesheet #. openerp-web #: code:addons/sale_timesheet/models/project_overview.py:0 #, python-format msgid "Late" msgstr "Zpožděné" #. module: sale_timesheet #: model_terms:ir.ui.view,arch_db:sale_timesheet.project_task_view_form_inherit_sale_timesheet #: model_terms:ir.ui.view,arch_db:sale_timesheet.view_task_form2_inherit_sale_timesheet msgid "Leave empty if non-billable" msgstr "Pokud nelze fakturovat, nechte prázdné" #. module: sale_timesheet #: model:ir.model.fields,field_description:sale_timesheet.field_project_create_sale_order__line_ids msgid "Lines" msgstr "Řádky" #. module: sale_timesheet #: model:ir.model.fields,field_description:sale_timesheet.field_project_create_sale_order__link_selection #: model:ir.model.fields,field_description:sale_timesheet.field_project_task_create_sale_order__link_selection msgid "Link Selection" msgstr "Výběr odkazu" #. module: sale_timesheet #: model_terms:ir.ui.view,arch_db:sale_timesheet.project_create_sale_order_view_form #: model_terms:ir.ui.view,arch_db:sale_timesheet.project_task_create_sale_order_view_form msgid "Link to Sales Order" msgstr "Odkaz na prodejní objednávku" #. module: sale_timesheet #: model:ir.model.fields.selection,name:sale_timesheet.selection__project_create_sale_order__link_selection__link #: model:ir.model.fields.selection,name:sale_timesheet.selection__project_task_create_sale_order__link_selection__link msgid "Link to an existing sales order" msgstr "Odkaz na existující prodejní objednávku" #. module: sale_timesheet #: model:ir.model.fields,help:sale_timesheet.field_product_product__service_type #: model:ir.model.fields,help:sale_timesheet.field_product_template__service_type msgid "" "Manually set quantities on order: Invoice based on the manually entered quantity, without creating an analytic account.\n" "Timesheets on contract: Invoice based on the tracked hours on the related timesheet.\n" "Create a task and track hours: Create a task on the sales order validation and track the work hours." msgstr "" "Manuálně nastavené veličiny na objednávku: Faktura na základě ručně zadaného" " množství, bez vytvoření analytického účtu. Časové výkazy na zakázce: " "Faktura na základě zapsaných hodin na příslušném časovém výkazu. Tvorba " "úkolu k ověření platnosti objednávky a sledování pracovní doby." #. module: sale_timesheet #: model:ir.model.fields,field_description:sale_timesheet.field_project_profitability_report__margin msgid "Margin" msgstr "Marže" #. module: sale_timesheet #: model:ir.model.fields,field_description:sale_timesheet.field_sale_order_line__qty_delivered_method msgid "Method to update delivered qty" msgstr "Metoda aktualizace dodaného množství" #. module: sale_timesheet #: model_terms:ir.ui.view,arch_db:sale_timesheet.product_template_view_search_sale_timesheet msgid "Milestone services" msgstr "Milníkové služby" #. module: sale_timesheet #: model:ir.model.fields.selection,name:sale_timesheet.selection__product_template__service_policy__delivered_manual msgid "Milestones (manually set quantities on order)" msgstr "Milníky (ručně nastavená množství na objednávku)" #. module: sale_timesheet #: model_terms:ir.ui.view,arch_db:sale_timesheet.project_profitability_report_view_search msgid "My Projects" msgstr "Mé projekty" #. module: sale_timesheet #: model:project.task,legend_blocked:sale_timesheet.project_task_4 msgid "Need functional or technical help" msgstr "Potřebujete funkční nebo technickou pomoc" #. module: sale_timesheet #: code:addons/sale_timesheet/models/project_overview.py:0 #, python-format msgid "No Sales Order" msgstr "Žádná prodejní objednávka" #. module: sale_timesheet #: code:addons/sale_timesheet/models/project_overview.py:0 #: code:addons/sale_timesheet/models/project_overview.py:0 #: code:addons/sale_timesheet/models/project_overview.py:0 #, python-format msgid "No Sales Order Line" msgstr "Žádný řádek prodejní objednávky" #. module: sale_timesheet #: model:ir.model.fields.selection,name:sale_timesheet.selection__account_analytic_line__timesheet_invoice_type__non_billable_project #: model_terms:ir.ui.view,arch_db:sale_timesheet.timesheet_plan msgid "No task found" msgstr "Nebyl nalezen žádný úkol" #. module: sale_timesheet #: model_terms:ir.ui.view,arch_db:sale_timesheet.timesheet_view_search msgid "Non Billable" msgstr "Neúčtovatelné" #. module: sale_timesheet #: model:ir.model.fields.selection,name:sale_timesheet.selection__account_analytic_line__timesheet_invoice_type__non_billable #: model_terms:ir.ui.view,arch_db:sale_timesheet.timesheet_view_search msgid "Non Billable Tasks" msgstr "Úkoly, které nelze účtovat" #. module: sale_timesheet #: model:ir.model.fields.selection,name:sale_timesheet.selection__account_analytic_line__timesheet_invoice_type__non_billable_timesheet msgid "Non Billable Timesheet" msgstr "Nezúčtovatelný pracovní výkaz " #. module: sale_timesheet #: model_terms:ir.ui.view,arch_db:sale_timesheet.timesheet_plan msgid "Non billable tasks" msgstr "Nezúčtovatelné úkoly" #. module: sale_timesheet #: model_terms:ir.ui.view,arch_db:sale_timesheet.timesheet_plan msgid "Non billable timesheets" msgstr "Neúčtovatelné pracovní výkazy" #. module: sale_timesheet #: model:ir.model.fields,field_description:sale_timesheet.field_account_analytic_line__non_allow_billable #: model:ir.model.fields,field_description:sale_timesheet.field_project_task__non_allow_billable msgid "Non-Billable" msgstr "Nezúčtovatelné" #. module: sale_timesheet #: model:ir.model.fields,field_description:sale_timesheet.field_account_bank_statement_line__timesheet_count #: model:ir.model.fields,field_description:sale_timesheet.field_account_move__timesheet_count #: model:ir.model.fields,field_description:sale_timesheet.field_account_payment__timesheet_count msgid "Number of timesheets" msgstr "Počet pracovních výkazu" #. module: sale_timesheet #: model:ir.model.fields,help:sale_timesheet.field_sale_advance_payment_inv__date_end_invoice_timesheet #: model:ir.model.fields,help:sale_timesheet.field_sale_advance_payment_inv__date_start_invoice_timesheet #: model_terms:ir.ui.view,arch_db:sale_timesheet.sale_advance_payment_inv_timesheet_view_form msgid "" "Only timesheets not yet invoiced (and validated, if applicable) from this " "period will be invoiced. If the period is not indicated, all timesheets not " "yet invoiced (and validated, if applicable) will be invoiced without " "distinction." msgstr "" "Fakturovány budou pouze časové rozvrhy, které z tohoto období dosud nebyly " "fakturovány (a případně ověřeny). Není-li období uvedeno, budou fakturovány " "všechny časové rozvrhy, které ještě nebyly fakturovány (a případně ověřeny) " "bez rozdílu." #. module: sale_timesheet #: model:ir.model.fields.selection,name:sale_timesheet.selection__product_template__service_policy__ordered_timesheet msgid "Prepaid" msgstr "Předplacené" #. module: sale_timesheet #: model:ir.model.fields,field_description:sale_timesheet.field_project_profitability_report__expense_cost msgid "Other Costs" msgstr "Ostatní náklady" #. module: sale_timesheet #: model:ir.model.fields,field_description:sale_timesheet.field_project_profitability_report__other_revenues #: model_terms:ir.ui.view,arch_db:sale_timesheet.timesheet_plan msgid "Other Revenues" msgstr "Ostatní výnosy" #. module: sale_timesheet #: model_terms:ir.ui.view,arch_db:sale_timesheet.timesheet_plan msgid "Other costs" msgstr "Ostatní náklady" #. module: sale_timesheet #: model:ir.actions.act_window,name:sale_timesheet.project_timesheet_action_client_timesheet_plan msgid "Overview" msgstr "Přehled" #. module: sale_timesheet #: model:ir.model.fields,field_description:sale_timesheet.field_project_create_sale_order__pricing_type #: model:ir.model.fields,field_description:sale_timesheet.field_project_project__pricing_type #: model:ir.model.fields,field_description:sale_timesheet.field_project_task__pricing_type msgid "Pricing" msgstr "Ceny" #. module: sale_timesheet #: model:ir.model,name:sale_timesheet.model_product_product #: model:ir.model.fields,field_description:sale_timesheet.field_project_profitability_report__product_id msgid "Product" msgstr "Produkt" #. module: sale_timesheet #: model:ir.model,name:sale_timesheet.model_product_template msgid "Product Template" msgstr "Šablona produktu" #. module: sale_timesheet #: model:ir.model.fields,help:sale_timesheet.field_project_create_sale_order_line__product_id msgid "" "Product of the sales order item. Must be a service invoiced based on " "timesheets on tasks." msgstr "" "Položka produktu objednávky. Musí to být služba fakturovaná na základě " "časového rozvrhu úkolů." #. module: sale_timesheet #: model:ir.model.fields,help:sale_timesheet.field_project_task_create_sale_order__product_id msgid "" "Product of the sales order item. Must be a service invoiced based on " "timesheets on tasks. The existing timesheet will be linked to this product." msgstr "" "Produkt položky prodejní objednávky. Musí to být služba fakturovaná na " "základě časových rozvrhů úkolů. Stávající pracovní výkaz bude propojen s " "tímto produktem." #. module: sale_timesheet #: model:ir.actions.act_window,name:sale_timesheet.product_template_action_default_services msgid "Products" msgstr "Produkty" #. module: sale_timesheet #: model_terms:ir.ui.view,arch_db:sale_timesheet.timesheet_plan msgid "Profitability" msgstr "Ziskovost" #. module: sale_timesheet #: model_terms:ir.ui.view,arch_db:sale_timesheet.project_profitability_report_view_graph #: model_terms:ir.ui.view,arch_db:sale_timesheet.project_profitability_report_view_pivot #: model_terms:ir.ui.view,arch_db:sale_timesheet.project_profitability_report_view_search msgid "Profitability Analysis" msgstr "Analýza ziskovosti" #. module: sale_timesheet #: code:addons/sale_timesheet/models/project_overview.py:0 #: model:ir.model,name:sale_timesheet.model_project_project #: model:ir.model.fields,field_description:sale_timesheet.field_product_product__project_id #: model:ir.model.fields,field_description:sale_timesheet.field_product_template__project_id #: model:ir.model.fields,field_description:sale_timesheet.field_project_create_invoice__project_id #: model:ir.model.fields,field_description:sale_timesheet.field_project_create_sale_order__project_id #: model:ir.model.fields,field_description:sale_timesheet.field_project_profitability_report__project_id #: model:ir.model.fields,field_description:sale_timesheet.field_project_sale_line_employee_map__project_id #: model:ir.model.fields,field_description:sale_timesheet.field_sale_order__project_id #: model_terms:ir.ui.view,arch_db:sale_timesheet.portal_invoice_page_inherit_timesheet #: model_terms:ir.ui.view,arch_db:sale_timesheet.project_profitability_report_view_search #, python-format msgid "Project" msgstr "Projekt" #. module: sale_timesheet #: model:ir.model.fields,field_description:sale_timesheet.field_project_profitability_report__company_id msgid "Project Company" msgstr "Projektová společnost" #. module: sale_timesheet #: model:ir.actions.act_window,name:sale_timesheet.project_profitability_report_action #: model:ir.ui.menu,name:sale_timesheet.menu_project_profitability_analysis msgid "Project Costs and Revenues" msgstr "Náklady a výnosy projektu" #. module: sale_timesheet #: model:ir.model.fields,field_description:sale_timesheet.field_project_profitability_report__currency_id msgid "Project Currency" msgstr "Měna projektu" #. module: sale_timesheet #: model:ir.model.fields,field_description:sale_timesheet.field_project_profitability_report__user_id #: model_terms:ir.ui.view,arch_db:sale_timesheet.project_profitability_report_view_search msgid "Project Manager" msgstr "Projektový manažer" #. module: sale_timesheet #: model_terms:ir.ui.view,arch_db:sale_timesheet.project_project_view_form #: model_terms:ir.ui.view,arch_db:sale_timesheet.view_order_form_inherit_sale_timesheet msgid "Project Overview" msgstr "Přehled projektu" #. module: sale_timesheet #: model:ir.model,name:sale_timesheet.model_project_profitability_report msgid "Project Profitability Report" msgstr "Zpráva o ziskovosti projektu" #. module: sale_timesheet #: model:ir.model,name:sale_timesheet.model_project_sale_line_employee_map msgid "Project Sales line, employee mapping" msgstr "Linka prodeje projektu, mapování zaměstnanců" #. module: sale_timesheet #: model:ir.model.fields,field_description:sale_timesheet.field_product_product__project_template_id #: model:ir.model.fields,field_description:sale_timesheet.field_product_template__project_template_id msgid "Project Template" msgstr "Šablona projektu" #. module: sale_timesheet #: model:ir.model.fields,help:sale_timesheet.field_project_create_sale_order__project_id msgid "Project for which we are creating a sales order" msgstr "Projekt, pro který vytváříme objednávku" #. module: sale_timesheet #: model:ir.model.fields,help:sale_timesheet.field_project_create_invoice__project_id msgid "Project to make billable" msgstr "Projekt na zúčtování" #. module: sale_timesheet #: code:addons/sale_timesheet/models/project_overview.py:0 #, python-format msgid "Projects" msgstr "Projekty" #. module: sale_timesheet #: model_terms:ir.ui.view,arch_db:sale_timesheet.timesheet_plan msgid "Re-invoiced costs" msgstr "Přefakturované náklady" #. module: sale_timesheet #: model:project.task,legend_done:sale_timesheet.project_task_1 #: model:project.task,legend_done:sale_timesheet.project_task_2 #: model:project.task,legend_done:sale_timesheet.project_task_3 #: model:project.task,legend_done:sale_timesheet.project_task_internal msgid "Ready" msgstr "Připraveno" #. module: sale_timesheet #: code:addons/sale_timesheet/models/project_overview.py:0 #: code:addons/sale_timesheet/models/project_overview.py:0 #, python-format msgid "Recorded" msgstr "Nahráno" #. module: sale_timesheet #: model_terms:ir.ui.view,arch_db:sale_timesheet.timesheet_plan msgid "Recorded Days and Profitability" msgstr "Zaznamenané dny a ziskovost" #. module: sale_timesheet #: model_terms:ir.ui.view,arch_db:sale_timesheet.timesheet_plan msgid "Recorded Hours and Profitability" msgstr "Zaznamenané hodiny a ziskovost" #. module: sale_timesheet #: code:addons/sale_timesheet/models/project_overview.py:0 #, python-format msgid "Remaining" msgstr "Zbývá" #. module: sale_timesheet #: model_terms:ir.ui.view,arch_db:sale_timesheet.timesheet_plan msgid "Revenues linked to Timesheets already invoiced." msgstr "Výnosy spojené s časovými výkazy již fakturovány." #. module: sale_timesheet #: model_terms:ir.ui.view,arch_db:sale_timesheet.timesheet_plan msgid "Revenues linked to Timesheets not yet invoiced." msgstr "Výnosy spojené s pracovního výkazu, které ještě nebyly fakturovány." #. module: sale_timesheet #: model:ir.model.fields,field_description:sale_timesheet.field_project_profitability_report__sale_order_id msgid "Sale Order" msgstr "Prodejní objednávka" #. module: sale_timesheet #: model:ir.model.fields,field_description:sale_timesheet.field_project_create_sale_order_line__sale_line_id #: model:ir.model.fields,field_description:sale_timesheet.field_project_sale_line_employee_map__sale_line_id msgid "Sale Order Item" msgstr "Položka prodejní objednávky" #. module: sale_timesheet #: model:ir.model.fields,field_description:sale_timesheet.field_project_profitability_report__sale_line_id msgid "Sale Order Line" msgstr "Řádek prodejní objednávky" #. module: sale_timesheet #: model:ir.model.fields,field_description:sale_timesheet.field_project_project__sale_line_employee_ids msgid "Sale line/Employee map" msgstr "Prodejní linka / mapa zaměstnanců" #. module: sale_timesheet #: model:ir.model,name:sale_timesheet.model_sale_advance_payment_inv msgid "Sales Advance Payment Invoice" msgstr "Prodejní platba faktury dopředu" #. module: sale_timesheet #: code:addons/sale_timesheet/models/project_overview.py:0 #: model:ir.model,name:sale_timesheet.model_sale_order #: model:ir.model.fields,field_description:sale_timesheet.field_project_create_sale_order__sale_order_id #: model:ir.model.fields,field_description:sale_timesheet.field_project_task__sale_order_id #: model:ir.model.fields,field_description:sale_timesheet.field_project_task_create_sale_order__sale_order_id #: model_terms:ir.ui.view,arch_db:sale_timesheet.project_project_view_form #, python-format msgid "Sales Order" msgstr "Prodejní objednávka" #. module: sale_timesheet #: model:ir.model.fields,field_description:sale_timesheet.field_project_profitability_report__order_confirmation_date msgid "Sales Order Confirmation Date" msgstr "Datum potvrzení prodejní objednávky" #. module: sale_timesheet #: model:ir.model.fields,field_description:sale_timesheet.field_project_task_create_sale_order__sale_line_id msgid "Sales Order Item" msgstr "Položka objednávky" #. module: sale_timesheet #: model:ir.model,name:sale_timesheet.model_sale_order_line msgid "Sales Order Line" msgstr "Řádek zakázky" #. module: sale_timesheet #: code:addons/sale_timesheet/models/project_overview.py:0 #, python-format msgid "Sales Orders" msgstr "Zakázky" #. module: sale_timesheet #: model:ir.model.fields,help:sale_timesheet.field_project_task__sale_order_id msgid "Sales order to which the task is linked." msgstr "Zakázka odběratele, ke které je úkol propojen." #. module: sale_timesheet #: model:ir.model.fields,help:sale_timesheet.field_project_project__timesheet_product_id msgid "" "Select a Service product with which you would like to bill your time spent " "on tasks." msgstr "" "Vyberte produkt služby, se kterým chcete fakturovat čas strávený úkoly." #. module: sale_timesheet #: model:ir.model.fields,help:sale_timesheet.field_project_task__timesheet_product_id msgid "" "Select a Service product with which you would like to bill your time spent " "on this task." msgstr "" "Vyberte produkt služby, se kterým chcete fakturovat čas strávený tímto " "úkolem." #. module: sale_timesheet #: model:ir.model.fields,help:sale_timesheet.field_product_product__project_id #: model:ir.model.fields,help:sale_timesheet.field_product_template__project_id msgid "" "Select a billable project on which tasks can be created. This setting must " "be set for each company." msgstr "" "Vyberte zúčtovatelný projekt, na kterém lze vytvářet úkoly. Toto nastavení " "musí být nastaveno pro každou společnost." #. module: sale_timesheet #: model:ir.model.fields,help:sale_timesheet.field_product_product__project_template_id #: model:ir.model.fields,help:sale_timesheet.field_product_template__project_template_id msgid "" "Select a billable project to be the skeleton of the new created project when" " selling the current product. Its stages and tasks will be duplicated." msgstr "" "Vyberte zúčtovatelný projekt, který bude kostrou nově vytvořeného projektu " "při prodeji aktuálního produktu. Jeho fáze a úkoly budou duplikovány." #. module: sale_timesheet #: model:ir.model.fields,help:sale_timesheet.field_sale_order__project_id msgid "Select a non billable project on which tasks can be created." msgstr "Vybrat neúčtovatelný projekt, na kterém lze vytvářet úkoly." #. module: sale_timesheet #: model_terms:ir.ui.view,arch_db:sale_timesheet.res_config_settings_view_form msgid "Sell services and invoice time spent" msgstr "Prodáváme služby a čas strávený na faktuře" #. module: sale_timesheet #: model:product.product,name:sale_timesheet.product_service_deliver_timesheet_1 #: model:product.template,name:sale_timesheet.product_service_deliver_timesheet_1_product_template msgid "Senior Architect (Invoice on Timesheets)" msgstr "Senior architekt (faktura podle pracovního výkazu)" #. module: sale_timesheet #: model:ir.model.fields,field_description:sale_timesheet.field_project_create_sale_order_line__product_id #: model:ir.model.fields,field_description:sale_timesheet.field_project_sale_line_employee_map__timesheet_product_id #: model:ir.model.fields,field_description:sale_timesheet.field_project_task__timesheet_product_id #: model:ir.model.fields,field_description:sale_timesheet.field_project_task_create_sale_order__product_id #: model_terms:ir.ui.view,arch_db:sale_timesheet.project_project_view_form #: model_terms:ir.ui.view,arch_db:sale_timesheet.project_project_view_form_simplified_inherit msgid "Service" msgstr "Služba" #. module: sale_timesheet #: model:ir.model.fields,field_description:sale_timesheet.field_product_product__service_policy #: model:ir.model.fields,field_description:sale_timesheet.field_product_template__service_policy msgid "Service Invoicing Policy" msgstr "Zásady fakturace služby" #. module: sale_timesheet #: model:product.product,name:sale_timesheet.time_product #: model:product.template,name:sale_timesheet.time_product_product_template msgid "Service on Timesheet" msgstr "Služba v časovém rozvrhu" #. module: sale_timesheet #: code:addons/sale_timesheet/models/project_overview.py:0 #, python-format msgid "Sold" msgstr "Prodáno" #. module: sale_timesheet #: model:ir.model.fields,field_description:sale_timesheet.field_sale_advance_payment_inv__date_start_invoice_timesheet msgid "Start Date" msgstr "Počáteční datum" #. module: sale_timesheet #: model_terms:ir.ui.view,arch_db:sale_timesheet.timesheet_plan msgid "Statistics" msgstr "Statistiky" #. module: sale_timesheet #: model:ir.model,name:sale_timesheet.model_project_task #: model:ir.model.fields,field_description:sale_timesheet.field_project_task_create_sale_order__task_id #: model_terms:ir.ui.view,arch_db:sale_timesheet.portal_invoice_page_inherit_timesheet msgid "Task" msgstr "Úloha" #. module: sale_timesheet #: model:ir.model,name:sale_timesheet.model_project_task_recurrence msgid "Task Recurrence" msgstr "Opakování úkolu" #. module: sale_timesheet #: model:ir.model.fields,help:sale_timesheet.field_project_task_create_sale_order__task_id msgid "Task for which we are creating a sales order" msgstr "Úkol, pro který vytváříme prodejní objednávku" #. module: sale_timesheet #: code:addons/sale_timesheet/models/project_overview.py:0 #: code:addons/sale_timesheet/models/project_overview.py:0 #: code:addons/sale_timesheet/models/project_overview.py:0 #: model:project.project,label_tasks:sale_timesheet.project_support #, python-format msgid "Tasks" msgstr "Úkoly" #. module: sale_timesheet #: code:addons/sale_timesheet/models/product.py:0 #: code:addons/sale_timesheet/models/product.py:0 #: code:addons/sale_timesheet/models/product.py:0 #: code:addons/sale_timesheet/models/product.py:0 #, python-format msgid "" "The %s product is required by the Timesheet app and cannot be " "archived/deleted." msgstr "" "The %s produkt vyžaduje aplikace pracovní výkaz a nelze jej archivovat / " "mazat." #. module: sale_timesheet #: code:addons/sale_timesheet/wizard/project_create_sale_order.py:0 #, python-format msgid "" "The Sales Order cannot be created because you did not enter some employees that entered timesheets on this project. Please list all the relevant employees before creating the Sales Order.\n" "Missing employee(s): %s" msgstr "" "Objednávku odběratele nelze vytvořit, protože jste nezadali některé zaměstnance, kteří zadali časové rozvrhy v tomto projektu. Před vytvořením prodejní objednávky uveďte všechny příslušné zaměstnance.\n" "Chybějící zaměstnanci: %s" #. module: sale_timesheet #: model:ir.model.fields,help:sale_timesheet.field_project_task__analytic_account_id msgid "The analytic account related to a sales order." msgstr "Analytický účet vztažený k zakázce" #. module: sale_timesheet #: model:ir.model.fields,help:sale_timesheet.field_project_create_sale_order__pricing_type #: model:ir.model.fields,help:sale_timesheet.field_project_project__pricing_type #: model:ir.model.fields,help:sale_timesheet.field_project_task__pricing_type msgid "" "The fixed rate is perfect if you bill a service at a fixed rate per hour or " "day worked regardless of the employee who performed it. The employee rate is" " preferable if your employees deliver the same service at a different rate. " "For instance, junior and senior consultants would deliver the same service " "(= consultancy), but at a different rate because of their level of " "seniority." msgstr "" "Pevná sazba je dokonalá, pokud účtujete službu za pevnou sazbu za " "odpracovanou hodinu nebo den bez ohledu na zaměstnance, který ji provedl. " "Zaměstnanecká sazba je vhodnější, pokud vaši zaměstnanci poskytují stejnou " "službu za jinou sazbu. Například junior a senior konzultanti by poskytovali " "stejnou službu (= poradenství), ale z důvodu jejich úrovně seniority jinou " "rychlostí. " #. module: sale_timesheet #: code:addons/sale_timesheet/wizard/project_create_sale_order.py:0 #, python-format msgid "The project has already a sale order." msgstr "Projekt již má prodejní objednávku." #. module: sale_timesheet #: code:addons/sale_timesheet/wizard/project_create_sale_order.py:0 #, python-format msgid "The project is already linked to a sales order item." msgstr "Projekt je již propojen s položkou prodejní objednávky." #. module: sale_timesheet #: code:addons/sale_timesheet/wizard/project_create_sale_order.py:0 #, python-format msgid "" "The sales order cannot be created because some timesheets of this project " "are already linked to another sales order." msgstr "" "Prodejní objednávku nelze vytvořit, protože některé časové rozvrhy tohoto " "projektu jsou již propojeny s jinou objednávkou." #. module: sale_timesheet #: code:addons/sale_timesheet/wizard/project_create_invoice.py:0 #, python-format msgid "The selected Sales Order should contain something to invoice." msgstr "Vybraná prodejní objednávka by měla obsahovat něco k fakturaci." #. module: sale_timesheet #: code:addons/sale_timesheet/wizard/project_task_create_sale_order.py:0 #, python-format msgid "The task has already a sale order." msgstr "Úkol již má prodejní objednávku." #. module: sale_timesheet #: code:addons/sale_timesheet/wizard/project_task_create_sale_order.py:0 #, python-format msgid "The task is already linked to a sales order item." msgstr "Úkol je již propojen s položkou prodejní objednávky." #. module: sale_timesheet #: model:ir.model.constraint,message:sale_timesheet.constraint_project_project_timesheet_product_required_if_billable_and_timesheets msgid "" "The timesheet product is required when the task can be billed and timesheets" " are allowed." msgstr "" "Produkt pracovního výkazu je vyžadován, když lze úkol účtovat a pracovní " "výkazy jsou povoleny." #. module: sale_timesheet #: model_terms:ir.ui.view,arch_db:sale_timesheet.timesheet_plan msgid "There are no timesheets for now." msgstr "Prozatím neexistují žádné pracovní výkazy." #. module: sale_timesheet #: model_terms:ir.ui.view,arch_db:sale_timesheet.timesheet_plan msgid "" "This cost is based on the \"Timesheet cost\" set in the HR Settings of your " "employees." msgstr "" "Tato cena vychází z „nákladů pracovního výkazu“ nastaveného v nastavení " "lidských zdrojů vašich zaměstnanců." #. module: sale_timesheet #: model_terms:ir.actions.act_window,help:sale_timesheet.project_profitability_report_action msgid "" "This report allows you to analyse the profitability of your projects: " "compare the amount to invoice, the ones already invoiced and the project " "cost (via timesheet cost of your employees)." msgstr "" "Tento přehled umožňuje analyzovat ziskovost vašich projektů: srovnejte " "částku faktury s fakturou, kterou jste fakturovali a náklady projektu " "(prostřednictvím časových rozpisů vašich zaměstnanců)." #. module: sale_timesheet #: code:addons/sale_timesheet/models/account.py:0 #, python-format msgid "" "This timesheet line cannot be billed: there is no Sale Order Item defined on" " the task, nor on the project. Please define one to save your timesheet " "line." msgstr "" "Tento řádek časového rozvrhu nelze účtovat: na úkolu ani na projektu není " "definována žádná položka prodejní objednávky. Chcete-li uložit řádek " "časového rozvrhu, definujte jeden." #. module: sale_timesheet #: model:ir.model.fields,help:sale_timesheet.field_sale_order__timesheet_encode_uom_id msgid "" "This will set the unit of measure used to encode timesheet. This will simply provide tools\n" " and widgets to help the encoding. All reporting will still be expressed in hours (default value)." msgstr "" "Tím se nastaví měrná jednotka použitá pro kódování časového rozvrhu. To " "jednoduše poskytne nástroje a widgety pro pomoc s kódováním. Veškeré " "přehledy budou stále vyjádřeny v hodinách (výchozí hodnota)." #. module: sale_timesheet #: model_terms:ir.ui.view,arch_db:sale_timesheet.timesheet_plan msgid "Time by people" msgstr "Čas lidmi" #. module: sale_timesheet #: model_terms:ir.ui.view,arch_db:sale_timesheet.product_template_view_search_sale_timesheet msgid "Time-based services" msgstr "Časové služby" #. module: sale_timesheet #: model:ir.actions.act_window,name:sale_timesheet.action_timesheet_from_invoice #: model:ir.actions.act_window,name:sale_timesheet.timesheet_action_from_plan #: model:ir.actions.act_window,name:sale_timesheet.timesheet_action_plan_pivot #: model_terms:ir.ui.view,arch_db:sale_timesheet.timesheet_view_pivot_revenue #: model_terms:ir.ui.view,arch_db:sale_timesheet.view_hr_timesheet_line_pivot_billing_rate msgid "Timesheet" msgstr "Výkaz" #. module: sale_timesheet #: model:ir.model.fields,field_description:sale_timesheet.field_project_profitability_report__timesheet_cost msgid "Timesheet Cost" msgstr "Náklady na časový rozvrh" #. module: sale_timesheet #: model_terms:ir.ui.view,arch_db:sale_timesheet.view_hr_timesheet_line_pivot_billing_rate msgid "Timesheet Costs" msgstr "Náklady na časový rozvrh" #. module: sale_timesheet #: model:ir.model.fields,field_description:sale_timesheet.field_project_profitability_report__timesheet_unit_amount msgid "Timesheet Duration" msgstr "Doba trvání pracovního výkazu" #. module: sale_timesheet #: model:ir.model.fields,field_description:sale_timesheet.field_sale_order__timesheet_encode_uom_id msgid "Timesheet Encoding Unit" msgstr "Jednotka pro kódování časového rozvrhu" #. module: sale_timesheet #: model:ir.model.fields,field_description:sale_timesheet.field_project_project__timesheet_product_id msgid "Timesheet Product" msgstr "Produkt pracovního výkazu" #. module: sale_timesheet #: model:ir.model.fields,field_description:sale_timesheet.field_sale_order__timesheet_total_duration msgid "Timesheet Total Duration" msgstr "Celková doba trvání časového rozvrhu" #. module: sale_timesheet #: model:ir.model.fields,field_description:sale_timesheet.field_sale_order__timesheet_count msgid "Timesheet activities" msgstr "Činnosti pracovního výkazu" #. module: sale_timesheet #: model:ir.model.fields,field_description:sale_timesheet.field_sale_order__timesheet_ids msgid "Timesheet activities associated to this sale" msgstr "Činnosti časového rozvrhu spojené s tímto prodejem" #. module: sale_timesheet #: model_terms:ir.ui.view,arch_db:sale_timesheet.timesheet_plan msgid "Timesheet costs" msgstr "Náklady pracovního výkazu" #. module: sale_timesheet #: code:addons/sale_timesheet/models/account_move.py:0 #: model:ir.actions.act_window,name:sale_timesheet.timesheet_action_from_sales_order #: model:ir.model.fields,field_description:sale_timesheet.field_account_bank_statement_line__timesheet_ids #: model:ir.model.fields,field_description:sale_timesheet.field_account_move__timesheet_ids #: model:ir.model.fields,field_description:sale_timesheet.field_account_payment__timesheet_ids #: model:ir.model.fields.selection,name:sale_timesheet.selection__sale_order_line__qty_delivered_method__timesheet #: model_terms:ir.ui.view,arch_db:sale_timesheet.account_invoice_view_form_inherit_sale_timesheet #: model_terms:ir.ui.view,arch_db:sale_timesheet.portal_invoice_page_inherit_timesheet #: model_terms:ir.ui.view,arch_db:sale_timesheet.timesheet_plan #, python-format msgid "Timesheets" msgstr "Pracovní výkazy" #. module: sale_timesheet #: model:ir.actions.act_window,name:sale_timesheet.timesheet_action_billing_report msgid "Timesheets By Billing Type" msgstr "Pracovní výkazy podle typu fakturace" #. module: sale_timesheet #: model_terms:ir.ui.view,arch_db:sale_timesheet.sale_advance_payment_inv_timesheet_view_form msgid "Timesheets Period" msgstr "Období pracovních výkazů" #. module: sale_timesheet #: code:addons/sale_timesheet/models/project.py:0 #, python-format msgid "Timesheets of %s" msgstr "Pracovní výkazy z %s" #. module: sale_timesheet #: model:ir.model.fields.selection,name:sale_timesheet.selection__product_template__service_type__timesheet msgid "Timesheets on project (one fare per SO/Project)" msgstr "" "Časové rozvrhy projektu (jedno jízdné na Obchodní objednávku / Projekt)" #. module: sale_timesheet #: model:ir.model.fields.selection,name:sale_timesheet.selection__product_template__service_policy__delivered_timesheet msgid "Timesheets on tasks" msgstr "Pracovní výkazy úkolů" #. module: sale_timesheet #: model_terms:ir.ui.view,arch_db:sale_timesheet.timesheet_plan msgid "To invoice" msgstr "Fakturovat" #. module: sale_timesheet #: code:addons/sale_timesheet/models/project_overview.py:0 #, python-format msgid "Total" msgstr "Celkem" #. module: sale_timesheet #: model:ir.model.fields,help:sale_timesheet.field_project_create_invoice__amount_to_invoice msgid "" "Total amount to invoice on the sales order, including all items (services, " "storables, expenses, ...)" msgstr "" "Celková částka faktury na zakázku odběratele včetně všech položek (služby, " "sklady, náklady, ...)" #. module: sale_timesheet #: model:ir.model.fields,help:sale_timesheet.field_sale_order__timesheet_total_duration msgid "" "Total recorded duration, expressed in the encoding UoM, and rounded to the " "unit" msgstr "" "Celková zaznamenaná doba trvání, vyjádřená v kódovacím UoM, a zaokrouhlená " "na jednotku" #. module: sale_timesheet #: model:ir.model.fields,field_description:sale_timesheet.field_product_product__service_type #: model:ir.model.fields,field_description:sale_timesheet.field_product_template__service_type msgid "Track Service" msgstr "Sledujte službu" #. module: sale_timesheet #: model:ir.model.fields,field_description:sale_timesheet.field_project_create_sale_order_line__price_unit #: model:ir.model.fields,field_description:sale_timesheet.field_project_sale_line_employee_map__price_unit #: model:ir.model.fields,field_description:sale_timesheet.field_project_task_create_sale_order__price_unit msgid "Unit Price" msgstr "Jednotková cena" #. module: sale_timesheet #: model:ir.model.fields,help:sale_timesheet.field_project_create_sale_order_line__price_unit #: model:ir.model.fields,help:sale_timesheet.field_project_task_create_sale_order__price_unit msgid "Unit price of the sales order item." msgstr "Jednotková cena položky objednávky." #. module: sale_timesheet #: model:product.product,uom_name:sale_timesheet.product_service_deliver_manual #: model:product.product,uom_name:sale_timesheet.time_product #: model:product.template,uom_name:sale_timesheet.product_service_deliver_manual_product_template #: model:product.template,uom_name:sale_timesheet.time_product_product_template msgid "Units" msgstr "Jednotky" #. module: sale_timesheet #: model:ir.model.fields,field_description:sale_timesheet.field_project_profitability_report__amount_untaxed_invoiced msgid "Untaxed Amount Invoiced" msgstr "Fakturovaná nezdaněná částka" #. module: sale_timesheet #: model:ir.model.fields,field_description:sale_timesheet.field_project_profitability_report__expense_amount_untaxed_invoiced msgid "Untaxed Amount Re-invoiced" msgstr "Zdaněná částka přefakturována" #. module: sale_timesheet #: model:ir.model.fields,field_description:sale_timesheet.field_project_profitability_report__amount_untaxed_to_invoice msgid "Untaxed Amount to Invoice" msgstr "Nezdaňovaná částka na fakturu" #. module: sale_timesheet #: model:ir.model.fields,field_description:sale_timesheet.field_project_profitability_report__expense_amount_untaxed_to_invoice msgid "Untaxed Amount to Re-invoice" msgstr "Nezdaněná částka k přeúčtování" #. module: sale_timesheet #: code:addons/sale_timesheet/models/project.py:0 #: code:addons/sale_timesheet/models/project.py:0 #: code:addons/sale_timesheet/models/project.py:0 #, python-format msgid "Warning" msgstr "Varování" #. module: sale_timesheet #: model:ir.model.fields,field_description:sale_timesheet.field_project_project__warning_employee_rate msgid "Warning Employee Rate" msgstr "Varování zaměstnance sazba" #. module: sale_timesheet #: code:addons/sale_timesheet/models/project_overview.py:0 #, python-format msgid "" "What is still to deliver based on sold hours and hours already done. Equals " "to sold hours - done hours." msgstr "" "Co je ještě třeba dodat na základě prodaných hodin a hodin, které již byly " "provedeny Rovná se prodaným hodinám - hotovým hodinám." #. module: sale_timesheet #: model:ir.model.fields,help:sale_timesheet.field_project_project__bill_type #: model:ir.model.fields,help:sale_timesheet.field_project_task__bill_type msgid "" "When billing tasks individually, a Sales Order will be created from each task. It is perfect if you would like to bill different services to different customers at different rates. \n" " When billing the whole project, a Sales Order will be created from the project instead. This option is better if you would like to bill all the tasks of a given project to a specific customer either at a fixed rate, or at an employee rate." msgstr "" "Při účtování úkolů jednotlivě bude z každého úkolu vytvořena prodejní objednávka. Je perfektní, pokud chcete účtovat různé služby různým zákazníkům za různé sazby. \n" " Při fakturaci celého projektu bude místo toho vytvořena prodejní objednávka z projektu. Tato možnost je lepší, pokud chcete účtovat všechny úkoly daného projektu konkrétnímu zákazníkovi buď s pevnou sazbou, nebo se sazbou zaměstnance." #. module: sale_timesheet #: model:ir.model.fields,field_description:sale_timesheet.field_project_create_sale_order_line__wizard_id msgid "Wizard" msgstr "Průvodce" #. module: sale_timesheet #: code:addons/sale_timesheet/models/account.py:0 #, python-format msgid "" "You can not modify already invoiced timesheets (linked to a Sales order " "items invoiced on Time and material)." msgstr "" "Nelze upravit již fakturované časové výkazy (spojené s položkami prodejní " "objednávky fakturované na čas a materiál)." #. module: sale_timesheet #: code:addons/sale_timesheet/models/account.py:0 #, python-format msgid "You can not modify timesheets from different employees" msgstr "Nelze upravit časové rozvrhy od různých zaměstnanců" #. module: sale_timesheet #: code:addons/sale_timesheet/wizard/project_create_invoice.py:0 #: code:addons/sale_timesheet/wizard/project_create_sale_order.py:0 #, python-format msgid "You can only apply this action from a project." msgstr "Tuto akci můžete použít pouze z projektu." #. module: sale_timesheet #: code:addons/sale_timesheet/wizard/project_task_create_sale_order.py:0 #, python-format msgid "You can only apply this action from a task." msgstr "Tuto akci můžete použít pouze z úkolu." #. module: sale_timesheet #: code:addons/sale_timesheet/models/account.py:0 #, python-format msgid "You cannot remove a timesheet that has already been invoiced." msgstr "Nelze odebrat pracovní výkaz, který již byl fakturován." #. module: sale_timesheet #: model:ir.model.fields,help:sale_timesheet.field_account_analytic_line__non_allow_billable msgid "Your timesheet will not be billed." msgstr "Váš časový rozvrh nebude účtován." #. module: sale_timesheet #: model:ir.model.fields,help:sale_timesheet.field_project_task__non_allow_billable msgid "Your timesheets linked to this task will not be billed." msgstr "Vaše pracovní výkazy spojené s tímto úkolem nebudou účtovány." #. module: sale_timesheet #: code:addons/sale_timesheet/wizard/project_create_sale_order.py:0 #: code:addons/sale_timesheet/wizard/project_task_create_sale_order.py:0 #, python-format msgid "days" msgstr "dnů" #. module: sale_timesheet #: code:addons/sale_timesheet/wizard/project_create_sale_order.py:0 #: code:addons/sale_timesheet/wizard/project_task_create_sale_order.py:0 #, python-format msgid "hours" msgstr "hodin" #. module: sale_timesheet #: code:addons/sale_timesheet/models/project_overview.py:0 #, python-format msgid "in Overtime" msgstr "v prodloužení"