2254 lines
176 KiB
HTML
2254 lines
176 KiB
HTML
<html><head>
|
||
<meta charset="utf-8">
|
||
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
|
||
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no">
|
||
|
||
<title>KFZ/306/10/2025 (17/2585110) - IDEAerp</title>
|
||
<link type="image/x-icon" rel="shortcut icon" href="/web/image/res.company/1/favicon/">
|
||
<script id="web.layout.odooscript" type="text/javascript">
|
||
var odoo = {
|
||
csrf_token: "dfb37407a0fd919b4dda94fb7fbacdc700deeb32o",
|
||
debug: "",
|
||
};
|
||
</script>
|
||
|
||
|
||
<script type="text/javascript">
|
||
odoo.session_info = {"uid": 8, "is_system": false, "is_admin": false, "user_context": {"lang": "pl_PL", "tz": "Europe/Warsaw", "uid": 8}, "db": "odoo", "server_version": "1.42.0", "server_version_info": [1, 42, 0, "final", 0, ""], "name": "Adam Grodecki", "username": "adam.grodecki", "partner_display_name": "Adam Grodecki", "company_id": 1, "partner_id": 15, "web.base.url": "https://emma.ideaerp.pl", "user_companies": {"current_company": [1, "EMMA SP\u00d3\u0141KA Z OGRANICZON\u0104 ODPOWIEDZIALNO\u015aCI\u0104"], "allowed_companies": [[1, "EMMA SP\u00d3\u0141KA Z OGRANICZON\u0104 ODPOWIEDZIALNO\u015aCI\u0104"]]}, "currencies": {"26": {"symbol": "\u043b\u0432", "position": "after", "digits": [69, 2]}, "9": {"symbol": "K\u010d", "position": "after", "digits": [69, 2]}, "1": {"symbol": "\u20ac", "position": "after", "digits": [69, 2]}, "147": {"symbol": "\u00a3", "position": "before", "digits": [69, 2]}, "11": {"symbol": "Ft", "position": "after", "digits": [69, 0]}, "17": {"symbol": "z\u0142", "position": "after", "digits": [69, 2]}, "28": {"symbol": "lei", "position": "after", "digits": [69, 2]}, "2": {"symbol": "$", "position": "before", "digits": [69, 2]}}, "show_effect": "True", "display_switch_company_menu": false, "cache_hashes": {"load_menus": "4ff7b7602e46beced9273e2a9cc87f1567e983f7", "qweb": "f964d281c7c23582b74fe15d2dd4fcf5c811b21c", "translations": "5b6b62cf9f75d405ec0bbb2895a5648e7f86b2aa"}, "max_time_between_keys_in_ms": 55, "out_of_office_message": false, "dry": false, "logo_black": false};
|
||
odoo.reloadMenus = function () {
|
||
return new Promise(function(resolve, reject) {
|
||
function onLoaded() {
|
||
resolve(oReq.response);
|
||
}
|
||
var oReq = new XMLHttpRequest();
|
||
oReq.responseType = "json";
|
||
oReq.addEventListener("load", onLoaded);
|
||
oReq.addEventListener("error", reject);
|
||
oReq.open("GET", '/web/webclient/load_menus/' + odoo.session_info.cache_hashes.load_menus);
|
||
oReq.send();
|
||
});
|
||
}
|
||
odoo.loadMenusPromise = odoo.reloadMenus();
|
||
</script>
|
||
<link type="text/css" rel="stylesheet" href="/web/content/268881-71d9231/web.assets_common.css">
|
||
<link type="text/css" rel="stylesheet" href="/web/content/268882-6189678/web.assets_backend.css">
|
||
<script type="text/javascript" src="/web/content/268883-71d9231/web.assets_common.js"></script>
|
||
<script type="text/javascript" src="/web/content/268884-6189678/web.assets_backend.js"></script>
|
||
|
||
|
||
|
||
|
||
|
||
<!--[if lt IE 10]>
|
||
<body class="ie9">
|
||
<![endif]-->
|
||
|
||
|
||
<script type="text/javascript">
|
||
odoo.define('web.web_client', function (require) {
|
||
var WebClient = require('web.WebClient');
|
||
var web_client = new WebClient();
|
||
$(function() {
|
||
web_client.setElement($(document.body));
|
||
web_client.start();
|
||
});
|
||
return web_client;
|
||
});
|
||
</script>
|
||
|
||
|
||
<meta name="robots" content="noindex, nofollow">
|
||
<style id="mgs3podk.wbf">
|
||
/* Poprawka dla tabeli - pozwolenie na elastyczne szerokości */
|
||
table.o_list_table.o_section_and_note_list_view { table-layout: auto !important; }
|
||
|
||
th.tm-col, td.tm-col { text-align: right !important; font-size: 13px !important; }
|
||
th.tm-col { min-width: 90px !important; position: relative; }
|
||
th.tm-col .tm-resize { position: absolute; right: 0; top: 0; bottom: 0; width: 6px; cursor: col-resize; }
|
||
th.tm-col.tm-sort-asc::after { content: ' ▲'; font-size: 10px; }
|
||
th.tm-col.tm-sort-desc::after { content: ' ▼'; font-size: 10px; }
|
||
|
||
/* Zmniejszona szerokość kolumny price_unit dla lepszego dopasowania */
|
||
th[data-name="price_unit"] {
|
||
min-width: 120px !important;
|
||
width: 120px !important;
|
||
max-width: 180px !important;
|
||
}
|
||
th[data-name="price_unit"] .custom-tm-span-text { color: orange; font-weight: 600; }
|
||
|
||
/* Dodatkowe zabezpieczenie ukrywania po atrybucie */
|
||
table.tm-hide-price-unit th[data-name="price_unit"],
|
||
table.tm-hide-price-unit td[data-name="price_unit"] { display: none !important; }
|
||
|
||
/* Kopiowanie – ikona tuż za liczbą (inline), mniejsza, pomarańczowa */
|
||
td.tm-copyable { cursor: copy; }
|
||
td.tm-copyable::after {
|
||
content: '⧉'; /* symbol kopiowania w kolorze CSS */
|
||
display: inline-block; /* w tej samej linii co liczba */
|
||
margin-left: 6px; /* mały odstęp od liczby */
|
||
font-size: 12px; /* mniejszy rozmiar */
|
||
line-height: 1;
|
||
color: #ff9800; /* pomarańczowy */
|
||
opacity: .75; /* widoczna także bez hovera */
|
||
vertical-align: baseline;
|
||
pointer-events: none;
|
||
transition: opacity .15s ease;
|
||
}
|
||
td.tm-copyable:hover::after { opacity: 1; }
|
||
td.tm-copyable.tm-copied {
|
||
outline: 2px solid #ff9800;
|
||
background-image: linear-gradient(90deg, rgba(255,152,0,.12), rgba(255,152,0,0));
|
||
}
|
||
|
||
|
||
</style><script type="text/javascript" src="https://emma.ideaerp.pl/web/webclient/locale/pl_PL"></script></head>
|
||
<body class="o_web_client ideaerp_template_control ideaerp_body_account_move_list" data-logo-black="" data-lang="pl-PL"><header class="i_header_logo">
|
||
<button id="i_menu_toggle" type="button" tabindex="-1"></button>
|
||
<a href="/web" class="i_logo_idea_control">
|
||
</a>
|
||
</header>
|
||
<header class="i_header_nav o_main_navbar">
|
||
<nav class="o_menu_apps i_primary_menu"><a role="menuitem" href="#menu_id=89" class="i_menu_item" data-menu-id="89" data-menu-xmlid="mail.menu_root_discuss" data-action-id="115">
|
||
<span class="i_menu_item__icon"></span>
|
||
Dyskusje
|
||
</a><a role="menuitem" href="#menu_id=340" class="i_menu_item" data-menu-id="340" data-menu-xmlid="calendar.mail_menu_calendar" data-action-id="486">
|
||
<span class="i_menu_item__icon"></span>
|
||
Kalendarz
|
||
</a><a role="menuitem" href="#menu_id=208" class="i_menu_item" data-menu-id="208" data-menu-xmlid="sale.sale_menu_root" data-action-id="396">
|
||
<span class="i_menu_item__icon"></span>
|
||
Sprzedaż
|
||
</a><a role="menuitem" href="#menu_id=798" class="i_menu_item" data-menu-id="798" data-menu-xmlid="website.menu_website_configuration" data-action-id="949">
|
||
<span class="i_menu_item__icon"></span>
|
||
Strona WWW
|
||
</a><a role="menuitem" href="#menu_id=367" class="i_menu_item" data-menu-id="367" data-menu-xmlid="ideaerp_rma.i7_rma_menu" data-action-id="508">
|
||
<span class="i_menu_item__icon"></span>
|
||
RMA
|
||
</a><a role="menuitem" href="#menu_id=538" class="i_menu_item" data-menu-id="538" data-menu-xmlid="purchase.menu_purchase_root" data-action-id="646">
|
||
<span class="i_menu_item__icon"></span>
|
||
Zakupy
|
||
</a><a role="menuitem" href="#menu_id=104" class="i_menu_item" data-menu-id="104" data-menu-xmlid="stock.menu_stock_root" data-action-id="215">
|
||
<span class="i_menu_item__icon"></span>
|
||
Magazyn
|
||
</a><a role="menuitem" href="#menu_id=141" class="i_menu_item active" data-menu-id="141" data-menu-xmlid="account.menu_finance" data-action-id="330">
|
||
<span class="i_menu_item__icon"></span>
|
||
Fakturowanie
|
||
</a><a role="menuitem" href="#menu_id=350" class="i_menu_item" data-menu-id="350" data-menu-xmlid="ideaerp_base.i7_base_users_root" data-action-id="492">
|
||
<span class="i_menu_item__icon"></span>
|
||
Użytkownicy
|
||
</a><a role="menuitem" href="#menu_id=1" class="i_menu_item" data-menu-id="1" data-menu-xmlid="base.menu_board_root" data-action-id="480">
|
||
<span class="i_menu_item__icon"></span>
|
||
Konsole
|
||
</a></nav>
|
||
<ul class="o_menu_systray" role="menu"><li class="o_mail_systray_item">
|
||
<a class="dropdown-toggle o-no-caret" data-toggle="dropdown" data-display="static" aria-expanded="false" title="Konwersacje" href="#" role="button">
|
||
<i class="o_mail_messaging_menu_icon fa fa-comments" role="img" aria-label="Wiadomości"></i> <span class="o_notification_counter badge badge-pill">5</span>
|
||
</a>
|
||
<div class="o_mail_systray_dropdown dropdown-menu dropdown-menu-right" role="menu">
|
||
|
||
<div class="o_mail_systray_dropdown_top">
|
||
<div>
|
||
<button type="button" class="btn btn-link o_filter_button active" role="tab"> Wszystko </button>
|
||
<button type="button" class="btn btn-link o_filter_button" data-filter="chat" role="tab"> Czat </button>
|
||
<button type="button" class="btn btn-link o_filter_button" data-filter="channels" role="tab"> Kanały </button>
|
||
</div>
|
||
<button type="button" class="btn btn-link o_new_message"> Nowa wiadomość </button>
|
||
</div>
|
||
<div class="o_mail_systray_dropdown_items"></div>
|
||
|
||
</div>
|
||
</li><li class="o_user_menu">
|
||
<a role="button" class="dropdown-toggle" data-toggle="dropdown" data-display="static" aria-expanded="false" href="#">
|
||
<img class="rounded-circle oe_topbar_avatar" src="https://emma.ideaerp.pl/web/image?model=res.users&field=image_128&id=8" alt="Użytkownik">
|
||
|
||
|
||
<span class="oe_topbar_name">Adam Grodecki</span>
|
||
</a>
|
||
<div class="dropdown-menu dropdown-menu-right" role="menu">
|
||
|
||
<a role="menuitem" href="#" data-menu="documentation" class="dropdown-item">Dokumentacja</a>
|
||
|
||
|
||
<a role="menuitem" href="#" data-menu="shortcuts" class="dropdown-item d-none d-md-inline-block">Skróty</a>
|
||
<div role="separator" class="dropdown-divider"></div>
|
||
<a role="menuitem" href="#" data-menu="settings" class="dropdown-item">Preferencje</a>
|
||
|
||
<a role="menuitem" href="#" data-menu="account" class="dropdown-item">IDEAerp</a>
|
||
|
||
<a role="menuitem" href="#" data-menu="logout" class="dropdown-item">Wyloguj</a>
|
||
|
||
</div>
|
||
</li></ul>
|
||
</header>
|
||
<nav class="i_secondary_menu" role="menu">
|
||
<div class="o_menu_sections"><div class="i_secondary_menu__section help_section folded" data-menu-section="601">
|
||
<a href="#" class="i_secondary_menu__toggle o_menu_header_lvl_1" data-menu-xmlid="ideaerp_base.i7_base_account_module_wiki_menu" data-display="static" role="button" aria-expanded="true">
|
||
Potrzebujesz pomocy?
|
||
</a>
|
||
<ul class="i_secondary_menu__content" role="menu">
|
||
|
||
|
||
|
||
|
||
|
||
|
||
<li>
|
||
|
||
<a role="menuitem" href="#menu_id=602&action=694" data-menu="602" data-action-model="ir.actions.act_url" data-action-id="694" data-menu-xmlid="ideaerp_base.i7_base_account_module_wiki_menu_overview" data-depth="2" class="dropdown-item o_menu_entry_lvl_2" data-toggle="collapse" data-target="#o_navbar_collapse.in">
|
||
<span>Sprzedaż</span>
|
||
</a>
|
||
|
||
</li>
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
<li>
|
||
|
||
<a role="menuitem" href="#menu_id=603&action=695" data-menu="603" data-action-model="ir.actions.act_url" data-action-id="695" data-menu-xmlid="ideaerp_base.i7_base_account_module_wiki_menu_purchase" data-depth="2" class="dropdown-item o_menu_entry_lvl_2" data-toggle="collapse" data-target="#o_navbar_collapse.in">
|
||
<span>Zakupy</span>
|
||
</a>
|
||
|
||
</li>
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
<li>
|
||
|
||
<a role="menuitem" href="#menu_id=604&action=696" data-menu="604" data-action-model="ir.actions.act_url" data-action-id="696" data-menu-xmlid="ideaerp_base.i7_base_account_module_wiki_menu_payments_and_billing" data-depth="2" class="dropdown-item o_menu_entry_lvl_2" data-toggle="collapse" data-target="#o_navbar_collapse.in">
|
||
<span>Płatności i rozliczenia</span>
|
||
</a>
|
||
|
||
</li>
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
<li>
|
||
|
||
<a role="menuitem" href="#menu_id=605&action=697" data-menu="605" data-action-model="ir.actions.act_url" data-action-id="697" data-menu-xmlid="ideaerp_base.i7_base_account_module_wiki_menu_settlement" data-depth="2" class="dropdown-item o_menu_entry_lvl_2" data-toggle="collapse" data-target="#o_navbar_collapse.in">
|
||
<span>Rozliczenia pobrań i szybkich płatności</span>
|
||
</a>
|
||
|
||
</li>
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
<li>
|
||
|
||
<a role="menuitem" href="#menu_id=606&action=698" data-menu="606" data-action-model="ir.actions.act_url" data-action-id="698" data-menu-xmlid="ideaerp_base.i7_base_account_module_wiki_menu_debt" data-depth="2" class="dropdown-item o_menu_entry_lvl_2" data-toggle="collapse" data-target="#o_navbar_collapse.in">
|
||
<span>Windykacja</span>
|
||
</a>
|
||
|
||
</li>
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
<li>
|
||
|
||
<a role="menuitem" href="#menu_id=607&action=699" data-menu="607" data-action-model="ir.actions.act_url" data-action-id="699" data-menu-xmlid="ideaerp_base.i7_base_account_module_wiki_menu_reports" data-depth="2" class="dropdown-item o_menu_entry_lvl_2" data-toggle="collapse" data-target="#o_navbar_collapse.in">
|
||
<span>Raportowanie</span>
|
||
</a>
|
||
|
||
</li>
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
<li>
|
||
|
||
<a role="menuitem" href="#menu_id=608&action=700" data-menu="608" data-action-model="ir.actions.act_url" data-action-id="700" data-menu-xmlid="ideaerp_base.i7_base_account_module_wiki_menu_export" data-depth="2" class="dropdown-item o_menu_entry_lvl_2" data-toggle="collapse" data-target="#o_navbar_collapse.in">
|
||
<span>Eksport do biura rachunkowego</span>
|
||
</a>
|
||
|
||
</li>
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
<li>
|
||
|
||
<a role="menuitem" href="#menu_id=609&action=701" data-menu="609" data-action-model="ir.actions.act_url" data-action-id="701" data-menu-xmlid="ideaerp_base.i7_base_account_module_wiki_menu_configuration" data-depth="2" class="dropdown-item o_menu_entry_lvl_2" data-toggle="collapse" data-target="#o_navbar_collapse.in">
|
||
<span>Konfiguracja</span>
|
||
</a>
|
||
|
||
</li>
|
||
|
||
|
||
|
||
</ul>
|
||
</div><div class="i_secondary_menu__section_link">
|
||
|
||
<a role="menuitem" href="#menu_id=200&action=330" data-menu="200" data-action-model="ir.actions.act_window" data-action-id="330" data-menu-xmlid="account.menu_board_journal_1" data-depth="1" class="o_menu_entry_lvl_1" data-toggle="collapse" data-target="#o_navbar_collapse.in">
|
||
<span>Konsola</span>
|
||
</a>
|
||
|
||
</div><div class="i_secondary_menu__section" data-menu-section="142">
|
||
<a href="#" class="i_secondary_menu__toggle o_menu_header_lvl_1" data-menu-xmlid="account.menu_finance_receivables" data-display="static" role="button" aria-expanded="true">
|
||
Klienci
|
||
</a>
|
||
<ul class="i_secondary_menu__content" role="menu">
|
||
|
||
|
||
|
||
|
||
|
||
|
||
<li>
|
||
|
||
<a role="menuitem" href="#menu_id=163&action=275" data-menu="163" data-action-model="ir.actions.act_window" data-action-id="275" data-menu-xmlid="account.menu_action_move_out_invoice_type" data-depth="2" class="dropdown-item o_menu_entry_lvl_2" data-toggle="collapse" data-target="#o_navbar_collapse.in">
|
||
<span>Faktury</span>
|
||
</a>
|
||
|
||
</li>
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
<li>
|
||
|
||
<a role="menuitem" href="#menu_id=164&action=276" data-menu="164" data-action-model="ir.actions.act_window" data-action-id="276" data-menu-xmlid="account.menu_action_move_out_refund_type" data-depth="2" class="dropdown-item o_menu_entry_lvl_2" data-toggle="collapse" data-target="#o_navbar_collapse.in">
|
||
<span>Korekty</span>
|
||
</a>
|
||
|
||
</li>
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
<li>
|
||
|
||
<a role="menuitem" href="#menu_id=161&action=249" data-menu="161" data-action-model="ir.actions.act_window" data-action-id="249" data-menu-xmlid="account.menu_action_account_payments_receivable" data-depth="2" class="dropdown-item o_menu_entry_lvl_2" data-toggle="collapse" data-target="#o_navbar_collapse.in">
|
||
<span>Transakcje</span>
|
||
</a>
|
||
|
||
</li>
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
<li>
|
||
|
||
<a role="menuitem" href="#menu_id=188&action=310" data-menu="188" data-action-model="ir.actions.act_window" data-action-id="310" data-menu-xmlid="account.product_product_menu_sellable" data-depth="2" class="dropdown-item o_menu_entry_lvl_2" data-toggle="collapse" data-target="#o_navbar_collapse.in">
|
||
<span>Produkty</span>
|
||
</a>
|
||
|
||
</li>
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
<li>
|
||
|
||
<a role="menuitem" href="#menu_id=187&action=286" data-menu="187" data-action-model="ir.actions.act_window" data-action-id="286" data-menu-xmlid="account.menu_account_customer" data-depth="2" class="dropdown-item o_menu_entry_lvl_2" data-toggle="collapse" data-target="#o_navbar_collapse.in">
|
||
<span>Klienci</span>
|
||
</a>
|
||
|
||
</li>
|
||
|
||
|
||
|
||
</ul>
|
||
</div><div class="i_secondary_menu__section" data-menu-section="143">
|
||
<a href="#" class="i_secondary_menu__toggle o_menu_header_lvl_1" data-menu-xmlid="account.menu_finance_payables" data-display="static" role="button" aria-expanded="true">
|
||
Dostawcy
|
||
</a>
|
||
<ul class="i_secondary_menu__content" role="menu">
|
||
|
||
|
||
|
||
|
||
|
||
|
||
<li>
|
||
|
||
<a role="menuitem" href="#menu_id=166&action=277" data-menu="166" data-action-model="ir.actions.act_window" data-action-id="277" data-menu-xmlid="account.menu_action_move_in_invoice_type" data-depth="2" class="dropdown-item o_menu_entry_lvl_2" data-toggle="collapse" data-target="#o_navbar_collapse.in">
|
||
<span>Faktury zakupu</span>
|
||
</a>
|
||
|
||
</li>
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
<li>
|
||
|
||
<a role="menuitem" href="#menu_id=167&action=278" data-menu="167" data-action-model="ir.actions.act_window" data-action-id="278" data-menu-xmlid="account.menu_action_move_in_refund_type" data-depth="2" class="dropdown-item o_menu_entry_lvl_2 active" data-toggle="collapse" data-target="#o_navbar_collapse.in">
|
||
<span>Korekty</span>
|
||
</a>
|
||
|
||
</li>
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
<li>
|
||
|
||
<a role="menuitem" href="#menu_id=359&action=501" data-menu="359" data-action-model="ir.actions.act_window" data-action-id="501" data-menu-xmlid="ideaerp_base.i7_base_correct_note_root_menu" data-depth="2" class="dropdown-item o_menu_entry_lvl_2" data-toggle="collapse" data-target="#o_navbar_collapse.in">
|
||
<span>Noty korygujące</span>
|
||
</a>
|
||
|
||
</li>
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
<li>
|
||
|
||
<a role="menuitem" href="#menu_id=162&action=250" data-menu="162" data-action-model="ir.actions.act_window" data-action-id="250" data-menu-xmlid="account.menu_action_account_payments_payable" data-depth="2" class="dropdown-item o_menu_entry_lvl_2" data-toggle="collapse" data-target="#o_navbar_collapse.in">
|
||
<span>Transakcje</span>
|
||
</a>
|
||
|
||
</li>
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
<li>
|
||
|
||
<a role="menuitem" href="#menu_id=189&action=311" data-menu="189" data-action-model="ir.actions.act_window" data-action-id="311" data-menu-xmlid="account.product_product_menu_purchasable" data-depth="2" class="dropdown-item o_menu_entry_lvl_2" data-toggle="collapse" data-target="#o_navbar_collapse.in">
|
||
<span>Produkty</span>
|
||
</a>
|
||
|
||
</li>
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
<li>
|
||
|
||
<a role="menuitem" href="#menu_id=190&action=287" data-menu="190" data-action-model="ir.actions.act_window" data-action-id="287" data-menu-xmlid="account.menu_account_supplier" data-depth="2" class="dropdown-item o_menu_entry_lvl_2" data-toggle="collapse" data-target="#o_navbar_collapse.in">
|
||
<span>Dostawcy</span>
|
||
</a>
|
||
|
||
</li>
|
||
|
||
|
||
|
||
</ul>
|
||
</div><div class="i_secondary_menu__section" data-menu-section="260">
|
||
<a href="#" class="i_secondary_menu__toggle o_menu_header_lvl_1" data-menu-xmlid="ideaerp_base.i7_invoice_settling_main_menu" data-display="static" role="button" aria-expanded="true">
|
||
Rozliczenia
|
||
</a>
|
||
<ul class="i_secondary_menu__content" role="menu">
|
||
|
||
|
||
|
||
|
||
|
||
|
||
<li>
|
||
|
||
<a role="menuitem" href="#menu_id=261&action=416" data-menu="261" data-action-model="ir.actions.act_window" data-action-id="416" data-menu-xmlid="ideaerp_base.i7_invoice_account_settling_menu" data-depth="2" class="dropdown-item o_menu_entry_lvl_2" data-toggle="collapse" data-target="#o_navbar_collapse.in">
|
||
<span>Rozliczenia płatności</span>
|
||
</a>
|
||
|
||
</li>
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
<li>
|
||
|
||
<a role="menuitem" href="#menu_id=389&action=527" data-menu="389" data-action-model="ir.actions.act_window" data-action-id="527" data-menu-xmlid="ideaerp_base.i7_base_invoice_settling_type_menu" data-depth="2" class="dropdown-item o_menu_entry_lvl_2" data-toggle="collapse" data-target="#o_navbar_collapse.in">
|
||
<span>Typy rozliczeń</span>
|
||
</a>
|
||
|
||
</li>
|
||
|
||
|
||
|
||
</ul>
|
||
</div><div class="i_secondary_menu__section" data-menu-section="151">
|
||
<a href="#" class="i_secondary_menu__toggle o_menu_header_lvl_1" data-menu-xmlid="account.menu_finance_reports" data-display="static" role="button" aria-expanded="true">
|
||
Raportowanie
|
||
</a>
|
||
<ul class="i_secondary_menu__content" role="menu">
|
||
|
||
|
||
|
||
|
||
|
||
<div data-depth="2" class="dropdown-header o_menu_header_lvl_2">
|
||
<span>Zarządzanie</span>
|
||
</div>
|
||
|
||
|
||
|
||
|
||
|
||
|
||
<li>
|
||
|
||
<a role="menuitem" href="#menu_id=196&action=324" data-menu="196" data-action-model="ir.actions.act_window" data-action-id="324" data-menu-xmlid="account.menu_action_account_invoice_report_all" data-depth="3" class="dropdown-item o_menu_entry_lvl_3" data-toggle="collapse" data-target="#o_navbar_collapse.in">
|
||
<span>Faktury</span>
|
||
</a>
|
||
|
||
</li>
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
<li>
|
||
|
||
<a role="menuitem" href="#menu_id=237&action=390" data-menu="237" data-action-model="ir.actions.act_window" data-action-id="390" data-menu-xmlid="ideaerp_base.i7_base_account_invoice_export_menu" data-depth="2" class="dropdown-item o_menu_entry_lvl_2" data-toggle="collapse" data-target="#o_navbar_collapse.in">
|
||
<span>Eksport faktur i paragonów</span>
|
||
</a>
|
||
|
||
</li>
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
<li>
|
||
|
||
<a role="menuitem" href="#menu_id=268&action=427" data-menu="268" data-action-model="ir.actions.act_window" data-action-id="427" data-menu-xmlid="ideaerp_base.i7_base_receipt_register_menu" data-depth="2" class="dropdown-item o_menu_entry_lvl_2" data-toggle="collapse" data-target="#o_navbar_collapse.in">
|
||
<span>Paragony</span>
|
||
</a>
|
||
|
||
</li>
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
<div data-depth="2" class="dropdown-header o_menu_header_lvl_2">
|
||
<span>Intrastat</span>
|
||
</div>
|
||
|
||
|
||
|
||
|
||
|
||
|
||
<li>
|
||
|
||
<a role="menuitem" href="#menu_id=791&action=928" data-menu="791" data-action-model="ir.actions.act_window" data-action-id="928" data-menu-xmlid="ideaerp_intrastat.i7_intrastat_declarations_menu" data-depth="3" class="dropdown-item o_menu_entry_lvl_3" data-toggle="collapse" data-target="#o_navbar_collapse.in">
|
||
<span>Deklaracje</span>
|
||
</a>
|
||
|
||
</li>
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
<li>
|
||
|
||
<a role="menuitem" href="#menu_id=790&action=927" data-menu="790" data-action-model="ir.actions.act_window" data-action-id="927" data-menu-xmlid="ideaerp_intrastat.i7_intrastat_codes_menu" data-depth="3" class="dropdown-item o_menu_entry_lvl_3" data-toggle="collapse" data-target="#o_navbar_collapse.in">
|
||
<span>Kody CN</span>
|
||
</a>
|
||
|
||
</li>
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
<li>
|
||
|
||
<a role="menuitem" href="#menu_id=793&action=930" data-menu="793" data-action-model="ir.actions.act_window" data-action-id="930" data-menu-xmlid="ideaerp_intrastat.i7_intrastat_codes_import_menu" data-depth="3" class="dropdown-item o_menu_entry_lvl_3" data-toggle="collapse" data-target="#o_navbar_collapse.in">
|
||
<span>Kody CN - import</span>
|
||
</a>
|
||
|
||
</li>
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
<li>
|
||
|
||
<a role="menuitem" href="#menu_id=792&action=929" data-menu="792" data-action-model="ir.actions.act_window" data-action-id="929" data-menu-xmlid="ideaerp_intrastat.i7_intrastat_transaction_types_menu" data-depth="3" class="dropdown-item o_menu_entry_lvl_3" data-toggle="collapse" data-target="#o_navbar_collapse.in">
|
||
<span>Transakcje</span>
|
||
</a>
|
||
|
||
</li>
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
<li>
|
||
|
||
<a role="menuitem" href="#menu_id=865&action=1049" data-menu="865" data-action-model="ir.actions.act_window" data-action-id="1049" data-menu-xmlid="ideaerp_base.i7_integrations_ereceipt_register_menu" data-depth="2" class="dropdown-item o_menu_entry_lvl_2" data-toggle="collapse" data-target="#o_navbar_collapse.in">
|
||
<span>e-Receipt register</span>
|
||
</a>
|
||
|
||
</li>
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
<li>
|
||
|
||
<a role="menuitem" href="#menu_id=238&action=391" data-menu="238" data-action-model="ir.actions.act_window" data-action-id="391" data-menu-xmlid="ideaerp_base.i7_menu_exports_warehouse" data-depth="2" class="dropdown-item o_menu_entry_lvl_2" data-toggle="collapse" data-target="#o_navbar_collapse.in">
|
||
<span>Eksport przesunięć magazynowych</span>
|
||
</a>
|
||
|
||
</li>
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
<li>
|
||
|
||
<a role="menuitem" href="#menu_id=239&action=392" data-menu="239" data-action-model="ir.actions.act_window" data-action-id="392" data-menu-xmlid="ideaerp_base.i7_menu_export_payment" data-depth="2" class="dropdown-item o_menu_entry_lvl_2" data-toggle="collapse" data-target="#o_navbar_collapse.in">
|
||
<span>Eksport płatności</span>
|
||
</a>
|
||
|
||
</li>
|
||
|
||
|
||
|
||
</ul>
|
||
</div><div class="i_secondary_menu__section" data-menu-section="154">
|
||
<a href="#" class="i_secondary_menu__toggle o_menu_header_lvl_1" data-menu-xmlid="account.menu_finance_configuration" data-display="static" role="button" aria-expanded="true">
|
||
Konfiguracja
|
||
</a>
|
||
<ul class="i_secondary_menu__content" role="menu">
|
||
|
||
|
||
|
||
|
||
|
||
<div data-depth="2" class="dropdown-header o_menu_header_lvl_2">
|
||
<span>Fakturowanie</span>
|
||
</div>
|
||
|
||
|
||
|
||
|
||
|
||
|
||
<li>
|
||
|
||
<a role="menuitem" href="#menu_id=186&action=304" data-menu="186" data-action-model="ir.actions.act_window" data-action-id="304" data-menu-xmlid="account.menu_action_payment_term_form" data-depth="3" class="dropdown-item o_menu_entry_lvl_3" data-toggle="collapse" data-target="#o_navbar_collapse.in">
|
||
<span>Warunki płatności</span>
|
||
</a>
|
||
|
||
</li>
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
<li>
|
||
|
||
<a role="menuitem" href="#menu_id=185&action=302" data-menu="185" data-action-model="ir.actions.act_window" data-action-id="302" data-menu-xmlid="account.menu_action_tax_form" data-depth="3" class="dropdown-item o_menu_entry_lvl_3" data-toggle="collapse" data-target="#o_navbar_collapse.in">
|
||
<span>Podatki</span>
|
||
</a>
|
||
|
||
</li>
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
<li>
|
||
|
||
<a role="menuitem" href="#menu_id=177&action=285" data-menu="177" data-action-model="ir.actions.act_window" data-action-id="285" data-menu-xmlid="account.menu_action_account_fiscal_position_form" data-depth="3" class="dropdown-item o_menu_entry_lvl_3" data-toggle="collapse" data-target="#o_navbar_collapse.in">
|
||
<span>Obszary podatkowe</span>
|
||
</a>
|
||
|
||
</li>
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
<li>
|
||
|
||
<a role="menuitem" href="#menu_id=201&action=337" data-menu="201" data-action-model="ir.actions.act_window" data-action-id="337" data-menu-xmlid="account.menu_action_incoterm_open" data-depth="3" class="dropdown-item o_menu_entry_lvl_3" data-toggle="collapse" data-target="#o_navbar_collapse.in">
|
||
<span>Międzynarodowe Reguły Handlu</span>
|
||
</a>
|
||
|
||
</li>
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
<li>
|
||
|
||
<a role="menuitem" href="#menu_id=181&action=292" data-menu="181" data-action-model="ir.actions.act_window" data-action-id="292" data-menu-xmlid="account.menu_action_account_journal_form" data-depth="3" class="dropdown-item o_menu_entry_lvl_3" data-toggle="collapse" data-target="#o_navbar_collapse.in">
|
||
<span>Dzienniki</span>
|
||
</a>
|
||
|
||
</li>
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
<div data-depth="2" class="dropdown-header o_menu_header_lvl_2">
|
||
<span>Transakcje</span>
|
||
</div>
|
||
|
||
|
||
|
||
|
||
|
||
|
||
<li>
|
||
|
||
<a role="menuitem" href="#menu_id=180&action=291" data-menu="180" data-action-model="ir.actions.server" data-action-id="291" data-menu-xmlid="account.menu_action_account_bank_journal_form" data-depth="3" class="dropdown-item o_menu_entry_lvl_3" data-toggle="collapse" data-target="#o_navbar_collapse.in">
|
||
<span>Utwórz konto bankowe</span>
|
||
</a>
|
||
|
||
</li>
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
<li>
|
||
|
||
<a role="menuitem" href="#menu_id=179&action=290" data-menu="179" data-action-model="ir.actions.act_window" data-action-id="290" data-menu-xmlid="account.menu_action_account_invoice_bank_journal_form" data-depth="3" class="dropdown-item o_menu_entry_lvl_3" data-toggle="collapse" data-target="#o_navbar_collapse.in">
|
||
<span>Konta bankowe</span>
|
||
</a>
|
||
|
||
</li>
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
<li>
|
||
|
||
<a role="menuitem" href="#menu_id=203&action=343" data-menu="203" data-action-model="ir.actions.act_window" data-action-id="343" data-menu-xmlid="payment.payment_acquirer_menu" data-depth="3" class="dropdown-item o_menu_entry_lvl_3" data-toggle="collapse" data-target="#o_navbar_collapse.in">
|
||
<span>Beneficijent płatności</span>
|
||
</a>
|
||
|
||
</li>
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
<div data-depth="2" class="dropdown-header o_menu_header_lvl_2">
|
||
<span>Księgowość</span>
|
||
</div>
|
||
|
||
|
||
|
||
|
||
|
||
|
||
<li>
|
||
|
||
<a role="menuitem" href="#menu_id=158&action=70" data-menu="158" data-action-model="ir.actions.act_window" data-action-id="70" data-menu-xmlid="account.menu_action_currency_form" data-depth="3" class="dropdown-item o_menu_entry_lvl_3" data-toggle="collapse" data-target="#o_navbar_collapse.in">
|
||
<span>Waluty</span>
|
||
</a>
|
||
|
||
</li>
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
<li>
|
||
|
||
<a role="menuitem" href="#menu_id=182&action=293" data-menu="182" data-action-model="ir.actions.act_window" data-action-id="293" data-menu-xmlid="account.menu_action_account_journal_group_list" data-depth="3" class="dropdown-item o_menu_entry_lvl_3" data-toggle="collapse" data-target="#o_navbar_collapse.in">
|
||
<span>Grupy dziennika</span>
|
||
</a>
|
||
|
||
</li>
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
<li>
|
||
|
||
<a role="menuitem" href="#menu_id=183&action=300" data-menu="183" data-action-model="ir.actions.act_window" data-action-id="300" data-menu-xmlid="account.action_account_reconcile_model_menu" data-depth="3" class="dropdown-item o_menu_entry_lvl_3" data-toggle="collapse" data-target="#o_navbar_collapse.in">
|
||
<span>Modele uzgodnienia</span>
|
||
</a>
|
||
|
||
</li>
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
<div data-depth="2" class="dropdown-header o_menu_header_lvl_2">
|
||
<span>Windykacja</span>
|
||
</div>
|
||
|
||
|
||
|
||
|
||
|
||
|
||
<li>
|
||
|
||
<a role="menuitem" href="#menu_id=295&action=449" data-menu="295" data-action-model="ir.actions.act_window" data-action-id="449" data-menu-xmlid="ideaerp_base.i7_base_invoice_reminder_menu" data-depth="3" class="dropdown-item o_menu_entry_lvl_3" data-toggle="collapse" data-target="#o_navbar_collapse.in">
|
||
<span>Poziomy powiadomień</span>
|
||
</a>
|
||
|
||
</li>
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
<li>
|
||
|
||
<a role="menuitem" href="#menu_id=366&action=507" data-menu="366" data-action-model="ir.actions.act_window" data-action-id="507" data-menu-xmlid="ideaerp_base.i7_base_invoice_reminder_history_menuitem" data-depth="3" class="dropdown-item o_menu_entry_lvl_3" data-toggle="collapse" data-target="#o_navbar_collapse.in">
|
||
<span>Historia wysyłki monitów</span>
|
||
</a>
|
||
|
||
</li>
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
<li>
|
||
|
||
<a role="menuitem" href="#menu_id=866&action=1051" data-menu="866" data-action-model="ir.actions.act_window" data-action-id="1051" data-menu-xmlid="ideaerp_base.i7_base_invoice_export_config_settings_menu" data-depth="2" class="dropdown-item o_menu_entry_lvl_2" data-toggle="collapse" data-target="#o_navbar_collapse.in">
|
||
<span>Konfiguracja eksportu faktur</span>
|
||
</a>
|
||
|
||
</li>
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
<li>
|
||
|
||
<a role="menuitem" href="#menu_id=262&action=421" data-menu="262" data-action-model="ir.actions.act_window" data-action-id="421" data-menu-xmlid="ideaerp_base.menu_config_optima_idea07" data-depth="2" class="dropdown-item o_menu_entry_lvl_2" data-toggle="collapse" data-target="#o_navbar_collapse.in">
|
||
<span>Konfiguracja Optima</span>
|
||
</a>
|
||
|
||
</li>
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
<li>
|
||
|
||
<a role="menuitem" href="#menu_id=685&action=815" data-menu="685" data-action-model="ir.actions.act_window" data-action-id="815" data-menu-xmlid="ideaerp_base.menu_config_symfonia" data-depth="2" class="dropdown-item o_menu_entry_lvl_2" data-toggle="collapse" data-target="#o_navbar_collapse.in">
|
||
<span>Konfiguracja Symfonia</span>
|
||
</a>
|
||
|
||
</li>
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
<li>
|
||
|
||
<a role="menuitem" href="#menu_id=301&action=451" data-menu="301" data-action-model="ir.actions.act_window" data-action-id="451" data-menu-xmlid="ideaerp_base.i7_menu_statement_import_mapping" data-depth="2" class="dropdown-item o_menu_entry_lvl_2" data-toggle="collapse" data-target="#o_navbar_collapse.in">
|
||
<span>Mapowanie rozliczeń wyciągów</span>
|
||
</a>
|
||
|
||
</li>
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
<li>
|
||
|
||
<a role="menuitem" href="#menu_id=310&action=464" data-menu="310" data-action-model="ir.actions.act_window" data-action-id="464" data-menu-xmlid="ideaerp_base.i7_base_regex_rules_menu" data-depth="2" class="dropdown-item o_menu_entry_lvl_2" data-toggle="collapse" data-target="#o_navbar_collapse.in">
|
||
<span>Reguły regex</span>
|
||
</a>
|
||
|
||
</li>
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
<li>
|
||
|
||
<a role="menuitem" href="#menu_id=686&action=816" data-menu="686" data-action-model="ir.actions.act_window" data-action-id="816" data-menu-xmlid="ideaerp_base.i7_base_ereceipt_provider_config_menu" data-depth="2" class="dropdown-item o_menu_entry_lvl_2" data-toggle="collapse" data-target="#o_navbar_collapse.in">
|
||
<span>eparagon dostawcy</span>
|
||
</a>
|
||
|
||
</li>
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
<li>
|
||
|
||
<a role="menuitem" href="#menu_id=690&action=820" data-menu="690" data-action-model="ir.actions.act_window" data-action-id="820" data-menu-xmlid="ideaerp_base.i7_base_ideaerp_res_config_settings_menu_account" data-depth="2" class="dropdown-item o_menu_entry_lvl_2" data-toggle="collapse" data-target="#o_navbar_collapse.in">
|
||
<span>Ustawienia fakturowania</span>
|
||
</a>
|
||
|
||
</li>
|
||
|
||
|
||
|
||
</ul>
|
||
</div></div>
|
||
</nav>
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
<div class="accessibility-panel">
|
||
<button type="button" class="btn btn-secondary accessibility-panel-button" title="Opcje dostępności">
|
||
<i class="fa fa-universal-access"></i>
|
||
</button>
|
||
<div class="accessibility-controls hidden">
|
||
<div class="accessibility-controls-item" style="display:none;">
|
||
<p>Kolory</p>
|
||
<button type="button" class="btn btn-secondary color-normal" title="Normalne kolory">
|
||
<i class="fa fa-eye"></i>Normalne kolory
|
||
</button>
|
||
<button type="button" class="btn btn-secondary color-contrast" title="Wysoki kontrast">
|
||
<i class="fa fa-circle-half-stroke"></i>Wysoki kontrast
|
||
</button>
|
||
<button type="button" class="btn btn-secondary color-nocolor" title="Bez kolorów">
|
||
<i class="fa fa-palette"></i>Bez kolorów
|
||
</button>
|
||
</div>
|
||
<div class="accessibility-controls-item">
|
||
<p>Czcionka</p>
|
||
<div class="font-size-controls" role="toolbar" aria-label="Zmiana rozmiaru czcionki">
|
||
<button type="button" class="btn btn-secondary font-minus" title="Zmniejsz czcionkę">
|
||
<span></span>
|
||
</button>
|
||
<button type="button" class="btn btn-secondary font-plus" title="Zwiększ czcionkę">
|
||
<span></span>
|
||
</button>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
|
||
|
||
|
||
|
||
|
||
|
||
<linkclump-plus><span style="margin: 0px auto; border: 0px dotted red; position: absolute; z-index: 2147483646; visibility: hidden;"></span><span style="z-index: 2147483647; display: inline-block; visibility: hidden; position: absolute; top: 0px; left: 0px; line-height: 16px; font-size: 16px; font-weight: 400; color: black; background-color: transparent; padding: 8px; border-radius: 8px; border: 4px double transparent;"></span></linkclump-plus><div class="o_loading" style="display: none;">Pobieranie</div><div class="o_action_manager" data-view="form"><div class="o_action o_cannot_create o_view_controller"><div class="o_cp_controller"><div class="o_control_panel">
|
||
<ol class="breadcrumb" role="navigation"><li class="breadcrumb-item" accesskey="b"><a href="#">Korekty</a></li><li class="breadcrumb-item active"><span>KFZ/306/10/2025 (17/2585110)</span></li></ol>
|
||
<div class="o_cp_left">
|
||
<div class="o_cp_buttons" role="toolbar" aria-label="Control panel toolbar"><div>
|
||
<div class="o_form_buttons_view" role="toolbar" aria-label="Główne akcje">
|
||
<button type="button" class="btn btn-primary o_form_button_edit" accesskey="a">
|
||
Edytuj
|
||
</button>
|
||
|
||
</div>
|
||
<div class="o_form_buttons_edit o_hidden" role="toolbar" aria-label="Główne akcje" data-original-title="" title="">
|
||
<button type="button" class="btn btn-primary o_form_button_save" accesskey="s">
|
||
Zapisz
|
||
</button>
|
||
<button type="button" class="btn btn-secondary o_form_button_cancel" accesskey="j">
|
||
Odrzuć
|
||
</button>
|
||
</div>
|
||
</div></div>
|
||
</div>
|
||
<div class="o_cp_searchview" role="search"></div>
|
||
<div class="o_cp_right">
|
||
<aside class="o_cp_sidebar"><div class="btn-group">
|
||
|
||
<div class="btn-group o_dropdown">
|
||
<button class="o_dropdown_toggler_btn btn btn-secondary dropdown-toggle" data-toggle="dropdown" aria-expanded="false">
|
||
|
||
Drukuj
|
||
</button>
|
||
|
||
<div class="dropdown-menu o_dropdown_menu" role="menu">
|
||
|
||
|
||
<a class="dropdown-item undefined" role="menuitem" data-section="print" data-index="0" href="#">
|
||
Faktury
|
||
|
||
</a>
|
||
|
||
|
||
<a class="dropdown-item undefined" role="menuitem" data-section="print" data-index="1" href="#">
|
||
Niezapłacone faktury
|
||
|
||
</a>
|
||
|
||
|
||
<a class="dropdown-item undefined" role="menuitem" data-section="print" data-index="2" href="#">
|
||
Duplikat faktury
|
||
|
||
</a>
|
||
|
||
|
||
<a class="dropdown-item undefined" role="menuitem" data-section="print" data-index="3" href="#">
|
||
WDT
|
||
|
||
</a>
|
||
|
||
|
||
</div>
|
||
</div>
|
||
|
||
<div class="btn-group o_dropdown">
|
||
<button class="o_dropdown_toggler_btn btn btn-secondary dropdown-toggle" data-toggle="dropdown" aria-expanded="false">
|
||
|
||
Akcja
|
||
</button>
|
||
|
||
<div class="dropdown-menu o_dropdown_menu" role="menu">
|
||
|
||
|
||
<a class="dropdown-item undefined" role="menuitem" data-section="other" data-index="0" href="#">
|
||
Usuń
|
||
|
||
</a>
|
||
|
||
|
||
<a class="dropdown-item undefined" role="menuitem" data-section="other" data-index="1" href="#">
|
||
Udostępnij
|
||
|
||
</a>
|
||
|
||
|
||
<a class="dropdown-item undefined" role="menuitem" data-section="other" data-index="2" href="#">
|
||
Wydrukuj paragon
|
||
|
||
</a>
|
||
|
||
|
||
<a class="dropdown-item undefined" role="menuitem" data-section="other" data-index="3" href="#">
|
||
Generuj link do płatności elektronicznej
|
||
|
||
</a>
|
||
|
||
|
||
</div>
|
||
</div>
|
||
|
||
</div></aside>
|
||
<div class="btn-group o_search_options" role="search"></div>
|
||
<nav class="o_cp_pager" role="search" aria-label="Pager"><div class="o_pager">
|
||
|
||
<span class="o_pager_counter">
|
||
<span class="o_pager_value">10</span> z
|
||
<span class="o_pager_limit">28</span>
|
||
</span>
|
||
|
||
<span class="btn-group" aria-atomic="true">
|
||
|
||
|
||
|
||
|
||
|
||
<button type="button" class="fa fa-chevron-left btn btn-secondary o_pager_previous" accesskey="p" aria-label="Poprzedni" title="Poprzedni" tabindex="-1"></button>
|
||
<button type="button" class="fa fa-chevron-right btn btn-secondary o_pager_next" accesskey="n" aria-label="Następny" title="Następny" tabindex="-1"></button>
|
||
</span>
|
||
</div></nav>
|
||
<nav class="btn-group o_cp_switch_buttons" role="toolbar" aria-label="View switcher"></nav>
|
||
</div>
|
||
</div></div>
|
||
|
||
<div class="o_content"><div class="o_form_view o_form_readonly"><div class="o_form_sheet_bg"><div class="o_form_statusbar"><div class="o_statusbar_buttons"><button type="button" name="action_post" class="btn btn-primary o_invisible_modifier"><span>Zaksięguj</span></button><button type="button" name="action_invoice_sent" class="btn btn-primary o_invisible_modifier"><span>Wyślij mailem</span></button><button type="button" name="action_invoice_sent" class="btn btn-secondary o_invisible_modifier"><span>Wyślij mailem</span></button><button type="button" name="action_invoice_register_payment" id="account_invoice_payment_btn" class="btn btn-primary"><span>Rejestruj płatność</span></button><button type="button" name="payment_action_capture" class="btn btn-primary o_invisible_modifier"><span>Capture Transaction</span></button><button type="button" name="payment_action_void" confirm="Are you sure you want to void the authorized transaction? This action can't be undone." class="btn btn-secondary o_invisible_modifier"><span>Void Transaction</span></button><button type="button" name="preview_invoice" class="btn btn-secondary o_invisible_modifier"><span>Podgląd</span></button><button type="button" name="256" class="btn btn-secondary o_invisible_modifier"><span>Odwróć zapis</span></button><button type="button" name="action_reverse" class="btn btn-secondary o_invisible_modifier"><span>Utwórz korektę</span></button><button type="button" name="action_reverse_to_refund" class="btn btn-secondary"><span>Utwórz korektę</span></button><button type="button" name="action_convert_invoice_currency" class="btn btn-secondary o_invisible_modifier"><span>Przewalutuj</span></button><button type="button" name="action_duplicate" class="btn btn-secondary o_invisible_modifier"><span>Duplikuj</span></button><button type="button" name="button_cancel" class="btn btn-secondary o_invisible_modifier"><span>Anuluj</span></button><button type="button" name="button_draft" class="btn btn-secondary"><span>Przywróć do projektu</span></button><button type="button" name="create_invoice_from_receipt" class="btn btn-secondary o_invisible_modifier"><span>Utwórz fakturę z paragonu</span></button><button type="button" name="print_receipt_wizard" class="btn btn-secondary o_invisible_modifier"><span>Wydrukuj paragon</span></button><button type="button" name="force_ereceipt_print" class="btn btn-secondary o_invisible_modifier"><span>Drukuj e-paragon</span></button><button type="button" name="check_whitelist" class="btn btn-secondary"><span>Sprawdź na białej liście</span></button><button type="button" name="check_vies" class="btn btn-secondary"><span>Sprawdź VIES</span></button><button type="button" name="clear_errors" class="btn btn-secondary o_invisible_modifier"><span>Clear errors</span></button><button type="button" name="499" context="{ 'default_invoice_id': id, 'default_journal_id': journal_id, 'default_city': invoice_city, }" class="btn btn-secondary"><span>Nota korygująca</span></button><button type="button" name="recalculate_collective_refund" class="btn btn-secondary o_invisible_modifier"><span>Recalculate collective refund</span></button></div><div class="o_field_many2many o_field_widget o_invisible_modifier o_readonly_modifier" name="authorized_transaction_ids" id="o_field_input_1224"></div><div class="o_statusbar_status o_field_widget o_readonly_modifier o_required_modifier" name="state">
|
||
|
||
|
||
|
||
|
||
<button type="button" data-value="posted" disabled="disabled" title="Obecny stan" aria-checked="true" role="radio" class="btn o_arrow_button btn-primary disabled " aria-current="step">
|
||
Zaksięgowano
|
||
</button>
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
<button type="button" data-value="draft" disabled="disabled" title="Stan nieaktywny" aria-checked="false" role="radio" class="btn o_arrow_button btn-secondary disabled ">
|
||
Projekt
|
||
</button>
|
||
|
||
|
||
|
||
</div></div><div class="alert alert-warning o_invisible_modifier" role="alert" style="margin-bottom:0px;" attrs="{'invisible': ['|', ('state', '!=', 'draft'), ('tax_lock_date_message', '=', False)]}"><span class="o_field_char o_field_widget o_readonly_modifier o_field_empty" name="tax_lock_date_message" data-original-title="" title=""></span></div><div class="alert alert-info o_invisible_modifier" role="alert" style="margin-bottom:0px;" attrs="{'invisible': ['|', '|', ('type', 'not in', ('out_invoice', 'out_refund')), ('invoice_has_outstanding', '=', False), ('invoice_payment_state', '!=', 'not_paid')]}">
|
||
Masz <bold><a class="alert-link" href="#outstanding" role="button">nieuregulowane rozliczenia</a></bold> z tym klientem. Możesz je przypisać aby oznaczyć fakturę jako zapłaconą.
|
||
</div><div class="alert alert-info o_invisible_modifier" role="alert" style="margin-bottom:0px;" attrs="{'invisible': ['|', '|', ('type', 'not in', ('in_invoice', 'in_refund')), ('invoice_has_outstanding', '=', False), ('invoice_payment_state', '!=', 'not_paid')]}">
|
||
Masz <bold><a class="alert-link" href="#outstanding" role="button">nieuzgodnione rozliczenia</a></bold> z tym dostawcą. Możesz je przypisać aby oznaczyć fakturę jako zapłaconą.
|
||
</div><div class="alert alert-info o_invisible_modifier" role="alert" style="margin-bottom:0px;" attrs="{'invisible': ['|', ('type', 'not in', ('out_invoice', 'out_refund', 'in_invoice', 'in_refund', 'out_receipt', 'in_receipt')), ('invoice_has_matching_suspense_amount','=',False)]}">
|
||
You have suspense account moves that match this invoice. <bold><button type="button" class="btn alert-link" name="action_open_matching_suspense_moves" role="button" style="padding: 0;vertical-align: baseline;"><span>Check them</span></button></bold> to mark this invoice as paid.
|
||
</div><div class="clearfix position-relative o_form_sheet"><div class="o_not_full oe_button_box"><button type="button" name="open_reconcile_view" class="btn oe_stat_button o_invisible_modifier"><i class="fa fa-fw o_button_icon fa-bars"></i><span>Zapisy uzgodnione</span></button></div><div class="ribbon ribbon-top-right o_invisible_modifier o_widget">
|
||
<span class="bg-success">Zapłacona</span>
|
||
</div><div class="ribbon ribbon-top-right o_invisible_modifier o_widget">
|
||
<span class="bg-success">Płatność w toku</span>
|
||
</div><span class="o_field_integer o_field_number o_field_widget o_invisible_modifier o_readonly_modifier" name="id">261 855</span><span name="type" class="o_field_widget o_invisible_modifier o_readonly_modifier o_required_modifier">Korekta zakupu</span><span name="invoice_payment_state" class="o_field_widget o_invisible_modifier o_readonly_modifier">Nie zapłacone</span><span class="o_field_char o_field_widget o_invisible_modifier o_readonly_modifier" name="invoice_filter_type_domain" data-original-title="" title="">purchase</span><a class="o_form_uri o_field_widget o_invisible_modifier o_readonly_modifier" href="#id=17&model=res.currency" name="company_currency_id" id="o_field_input_1205"><span>PLN</span></a><a class="o_form_uri o_field_widget o_invisible_modifier o_readonly_modifier" href="#id=18535&model=res.partner" name="commercial_partner_id" id="o_field_input_1206"><span>PSA Parts Ltd. 2 Prince George's Road Colliers Wood London, SW19 2PX UK</span></a><a class="o_form_uri o_field_widget o_invisible_modifier o_readonly_modifier" href="#id=1&model=res.partner" name="bank_partner_id" id="o_field_input_1207" data-original-title="" title=""><span>EMMA SPÓŁKA Z OGRANICZONĄ ODPOWIEDZIALNOŚCIĄ</span></a><div class="o_field_boolean o_field_widget custom-control custom-checkbox o_invisible_modifier o_readonly_modifier" name="invoice_has_outstanding"><input type="checkbox" id="checkbox-1873" class="custom-control-input" disabled=""><label for="o_field_input_1208" class="custom-control-label">​</label></div><div class="o_field_boolean o_field_widget custom-control custom-checkbox o_invisible_modifier o_readonly_modifier" name="invoice_sent" data-original-title="" title=""><input type="checkbox" id="checkbox-1874" class="custom-control-input" disabled=""><label for="o_field_input_1209" class="custom-control-label">​</label></div><span class="o_field_char o_field_widget o_invisible_modifier o_readonly_modifier o_field_empty" name="invoice_sequence_number_next_prefix"></span><span class="o_field_char o_field_widget o_invisible_modifier o_field_empty" name="invoice_sequence_number_next"></span><div class="o_field_boolean o_field_widget custom-control custom-checkbox o_invisible_modifier o_readonly_modifier" name="invoice_has_matching_suspense_amount" data-original-title="" title=""><input type="checkbox" id="checkbox-1875" class="custom-control-input" disabled=""><label for="o_field_input_1212" class="custom-control-label">​</label></div><div class="o_field_boolean o_field_widget custom-control custom-checkbox o_invisible_modifier o_readonly_modifier" name="has_reconciled_entries"><input type="checkbox" id="checkbox-1876" class="custom-control-input" disabled=""><label for="o_field_input_1213" class="custom-control-label">​</label></div><div class="o_field_boolean o_field_widget custom-control custom-checkbox o_invisible_modifier o_readonly_modifier" name="restrict_mode_hash_table" data-original-title="" title=""><input type="checkbox" id="checkbox-1877" class="custom-control-input" disabled=""><label for="o_field_input_1214" class="custom-control-label">​</label></div><div><span class="o_form_label"><span name="type" class="o_field_widget o_readonly_modifier o_required_modifier">Korekta zakupu</span></span><h1><span attrs="{'invisible': ['|', '|', ('type', '!=', 'out_invoice'), ('state', '!=', 'draft'), ('name', '!=', '/')]}" class="o_invisible_modifier">Projekt faktury</span><span attrs="{'invisible': ['|', '|', ('type', '!=', 'out_refund'), ('state', '!=', 'draft'), ('name', '!=', '/')]}" class="o_invisible_modifier">Projekt korekty</span><span attrs="{'invisible': ['|', '|', ('type', '!=', 'in_invoice'), ('state', '!=', 'draft'), ('name', '!=', '/')]}" class="o_invisible_modifier">Projekt faktury</span><span attrs="{'invisible': ['|', '|', ('type', '!=', 'in_refund'), ('state', '!=', 'draft'), ('name', '!=', '/')]}" class="o_invisible_modifier">Projekt korekty</span><span attrs="{'invisible': ['|', '|', ('type', '!=', 'out_receipt'), ('state', '!=', 'draft'), ('name', '!=', '/')]}" class="o_invisible_modifier">Projekt faktury</span><span attrs="{'invisible': ['|', '|', ('type', '!=', 'in_receipt'), ('state', '!=', 'draft'), ('name', '!=', '/')]}" class="o_invisible_modifier">Projekt fakturyy</span></h1><span class="o_form_label o_invisible_modifier" attrs="{'invisible': [('invoice_sequence_number_next_prefix', '=', False)]}">Pierwszy numer:</span><h1 class="mt0"><span class="o_field_char o_field_widget o_readonly_modifier o_required_modifier" name="name">KFZ/306/10/2025</span><div class="o_not_full oe_button_box"><button type="button" name="action_show_linked_receipt" class="btn oe_stat_button"><i class="fa fa-fw o_button_icon fa-pencil-square-o"></i><span>Powiązane dok. księgowe</span></button><button type="button" name="action_view_purchase" class="btn oe_stat_button"><i class="fa fa-fw o_button_icon fa-dollar"></i><span>Zamówienie zakupu</span></button><button type="button" name="action_view_linked_invoices" class="btn oe_stat_button"><i class="fa fa-fw o_button_icon fa-pencil-square-o"></i><span>Powiązane faktury</span></button><div class="o_field_many2many o_field_widget o_invisible_modifier o_readonly_modifier" name="picking_ids" id="o_field_input_1225" data-original-title="" title=""></div><div class="o_field_boolean o_field_widget custom-control custom-checkbox o_invisible_modifier" name="collective_discount_refund"><input type="checkbox" id="checkbox-1878" class="custom-control-input" disabled=""><label for="o_field_input_1216" class="custom-control-label">​</label></div><span class="o_field_integer o_field_number o_field_widget o_invisible_modifier o_readonly_modifier" name="linked_invoices_count">13</span><span class="o_field_char o_field_widget o_invisible_modifier o_readonly_modifier" name="invoice_reminder_history_display">0</span><span class="o_field_integer o_field_number o_field_widget o_invisible_modifier o_readonly_modifier" name="amount_of_sale_orders">0</span><a class="o_form_uri o_field_widget o_invisible_modifier o_readonly_modifier o_field_empty" href="#" name="invoice_from_receipt_invoice_id" id="o_field_input_1172"><span></span></a><div class="o_field_many2many o_field_widget o_invisible_modifier o_readonly_modifier" name="receipt_from_invoice_id" id="o_field_input_1226"></div><button type="button" name="action_show_picking" class="btn oe_stat_button o_invisible_modifier"><i class="fa fa-fw o_button_icon fa-truck"></i><span>Przesunięcia</span></button><button type="button" name="action_view_order" class="btn oe_stat_button o_invisible_modifier"><i class="fa fa-fw o_button_icon fa-dollar"></i><span>Zamówienia</span></button><span class="o_field_integer o_field_number o_field_widget o_invisible_modifier o_readonly_modifier" name="amount_of_purchase_orders">1</span><button type="button" name="action_invoice_reminder_history" class="btn oe_stat_button o_invisible_modifier" context="{'default_invoice_id': active_id}" help="Invoice reminder(s) amount sent" data-original-title="" title=""><i class="fa fa-fw o_button_icon fa-clock-o"></i><div class="o_field_widget o_stat_info"><span class="o_stat_value"><span class="o_field_char o_field_widget o_readonly_modifier" name="invoice_reminder_history_display">0</span></span><span class="o_stat_text">Wysłane monity</span></div></button></div></h1><div attrs="{'invisible': [('invoice_sequence_number_next_prefix', '=', False)]}" class="o_invisible_modifier"><span class="o_field_char o_field_widget o_readonly_modifier o_field_empty oe_inline" name="invoice_sequence_number_next_prefix"></span><span class="o_field_char o_field_widget o_field_empty oe_inline" name="invoice_sequence_number_next"></span></div></div><div class="o_group"><table class="o_group o_inner_group o_group_col_6"><tbody><tr><td class="o_td_label"><div class="o_td_label o_invisible_modifier" invisible="1"><label class="o_form_label o_invisible_modifier" for="o_field_input_1102" style="font-weight:bold;">Klient</label><label class="o_form_label" for="o_field_input_1102" style="font-weight:bold;">Dostawca</label></div></td></tr><tr><td class="o_td_label"><label class="o_form_label o_invisible_modifier o_readonly_modifier" for="o_field_input_1102">Klient</label></td><td style="width: 100%;"><a class="o_form_uri o_field_widget o_invisible_modifier o_readonly_modifier" href="#id=18535&model=res.partner" name="partner_id" id="o_field_input_1102"><span>PSA Parts Ltd. 2 Prince George's Road Colliers Wood London, SW19 2PX UK</span></a></td></tr><tr><td class="o_td_label"><label class="o_form_label o_readonly_modifier" for="o_field_input_1102">Dostawca</label></td><td style="width: 100%;"><a class="o_form_uri o_field_widget o_readonly_modifier" href="#id=18535&model=res.partner" name="partner_id" id="o_field_input_1102"><span>PSA Parts Ltd. 2 Prince George's Road Colliers Wood London, SW19 2PX UK</span></a></td></tr><tr><td class="o_td_label"><label class="o_form_label" for="o_field_input_1103">Nazwa na fakturę</label></td><td style="width: 100%;"><span class="o_field_char o_field_widget" name="invoice_name">PSA Parts Ltd. 2 Prince George's Road Colliers Wood London, SW19 2PX UK</span></td></tr><tr><td class="o_td_label"><label class="o_form_label" for="o_field_input_1104">Ulica</label></td><td style="width: 100%;"><span class="o_field_char o_field_widget" name="invoice_street">2 Prince George's Road Colliers Wood </span></td></tr><tr><td class="o_td_label"><label class="o_form_label" for="o_field_input_1105">Miasto faktura</label></td><td style="width: 100%;"><span class="o_field_char o_field_widget" name="invoice_city">London</span></td></tr><tr><td class="o_td_label"><label class="o_form_label" for="o_field_input_1106">Kod pocztowy</label></td><td style="width: 100%;"><span class="o_field_char o_field_widget" name="invoice_zip">SW19 2PX</span></td></tr><tr><td class="o_td_label"><label class="o_form_label o_readonly_modifier" for="o_field_input_1107">Kraj</label></td><td style="width: 100%;"><a class="o_form_uri o_field_widget o_readonly_modifier" href="#id=165&model=res.country" name="invoice_country_id" id="o_field_input_1107"><span>Holandia</span></a></td></tr><tr><td class="o_td_label"><label class="o_form_label" for="o_field_input_1108">NIP</label></td><td style="width: 100%;"><span class="o_field_char o_field_widget" name="invoice_vat">NL 823908628B01</span></td></tr><tr><td class="o_td_label"><label class="o_form_label" for="o_field_input_1109">Telefon</label></td><td style="width: 100%;"><span class="o_field_char o_field_widget" name="invoice_phone">+44 (0) 20 8685 6203</span></td></tr><tr><td class="o_td_label"><label class="o_form_label" for="o_field_input_1110">Upoważniony do odebrania dokumentu</label></td><td style="width: 100%;"><span class="o_field_char o_field_widget" name="invoice_receive_person">PSA Parts Ltd. 2 Prince George's Road Colliers Wood London, SW19 2PX UK</span></td></tr><tr><td class="o_td_label"><label class="o_form_label o_form_label_empty" for="o_field_input_1111">Odbiorca</label></td><td style="width: 100%;"><a class="o_form_uri o_field_widget o_field_empty" href="#" name="invoice_receive_payer_person_id" id="o_field_input_1111"><span></span></a></td></tr><tr><td class="o_td_label"><label class="o_form_label o_form_label_empty" for="o_field_input_1112">Adres dostawy</label></td><td style="width: 100%;"><a class="o_form_uri o_field_widget o_field_empty" href="#" name="delivery_partner" id="o_field_input_1112"><span></span></a></td></tr><tr><td class="o_td_label"><label class="o_form_label o_invisible_modifier o_readonly_modifier" for="o_field_input_1113" data-original-title="" title="">Adres dostawy</label></td><td style="width: 100%;"><a class="o_form_uri o_field_widget o_invisible_modifier o_readonly_modifier" href="#id=18535&model=res.partner" name="partner_shipping_id" id="o_field_input_1113"><span>PSA Parts Ltd. 2 Prince George's Road Colliers Wood London, SW19 2PX UK</span></a></td></tr><tr><td class="o_td_label"><label class="o_form_label" for="o_field_input_1114">Odnośnik</label></td><td style="width: 100%;"><span class="o_field_char o_field_widget" name="ref">17/2585110</span></td></tr><tr><td class="o_td_label"><label class="o_form_label o_invisible_modifier o_form_label_empty" for="o_field_input_1115" data-original-title="" title="">Autouzupełnienie</label></td><td style="width: 100%;"><a class="o_form_uri o_field_widget o_invisible_modifier o_field_empty" href="#" name="invoice_vendor_bill_id" placeholder="Select an old vendor bill" id="o_field_input_1115"><span></span></a></td></tr><tr><td class="o_td_label"><label class="o_form_label o_invisible_modifier o_readonly_modifier o_form_label_empty" for="o_field_input_1116" data-original-title="" title="">Zamówienie zakupu</label></td><td style="width: 100%;"><a class="o_form_uri o_field_widget o_invisible_modifier o_readonly_modifier o_field_empty" href="#" name="purchase_id" id="o_field_input_1116"><span></span></a></td></tr><tr><td class="o_td_label"><label class="o_form_label o_invisible_modifier o_readonly_modifier o_form_label_empty" for="o_field_input_1117" data-original-title="" title="">Dodaj pozycje</label></td><td style="width: 100%;"><span name="purchase_vendor_bill_id" class="o_field_widget o_invisible_modifier o_readonly_modifier o_field_empty oe_edit_only" placeholder="Wybierz zamówienie lub fakturę zakupu, aby dodać tutaj jej pozycje" id="o_field_input_1117"><span></span></span></td></tr></tbody></table><table class="o_group o_inner_group o_group_col_6"><tbody><tr><td class="o_td_label"><div class="o_td_label"><label class="o_form_label o_invisible_modifier" for="o_field_input_1118" style="font-weight:bold;">Data wystawienia</label><label class="o_form_label" for="o_field_input_1118" style="font-weight:bold;">Data faktury</label></div></td><td style="width: 100%;"><span class="o_field_date o_field_widget o_readonly_modifier" name="invoice_date">14.10.2025</span></td></tr><tr><td class="o_td_label"><label class="o_form_label" for="o_field_input_1119">Data wpływu</label></td><td style="width: 100%;"><span class="o_field_date o_field_widget" name="date_impact">15.04.2025</span></td></tr><tr><td class="o_td_label"><label class="o_form_label" for="o_field_input_1120">Data zakończenia dostawy/usługi</label></td><td style="width: 100%;"><span class="o_field_date o_field_widget" name="delivery_date">15.04.2025</span></td></tr><tr><td class="o_td_label"><label class="o_form_label o_form_label_empty" for="o_field_input_1121">Miejsce wystawienia</label></td><td style="width: 100%;"><span class="o_field_char o_field_widget o_field_empty" name="place"></span></td></tr><tr><td class="o_td_label"><label class="o_form_label o_readonly_modifier o_form_label_empty" for="o_field_input_1122">Wystawiający</label></td><td style="width: 100%;"><span class="o_field_char o_field_widget o_readonly_modifier o_field_empty" name="invoice_issuing_person"></span></td></tr><tr><td class="o_td_label"><label class="o_form_label o_form_label_empty" for="o_field_input_1123">Sklep</label></td><td style="width: 100%;"><a class="o_form_uri o_field_widget o_field_empty" href="#" name="shop_id" id="o_field_input_1123"><span></span></a></td></tr><tr><td class="o_td_label"><label class="o_form_label o_invisible_modifier o_readonly_modifier o_form_label_empty" for="o_field_input_1124">Komunikat błędu</label></td><td style="width: 100%;"><span class="o_field_text o_field_widget o_invisible_modifier o_readonly_modifier o_field_empty" name="errors"></span></td></tr><tr><td class="o_td_label"><label class="o_form_label" for="o_field_input_1125">Warunki płatności</label></td><td style="width: 100%;"><div class="d-flex" attrs="{'invisible': [('type', 'not in', ('out_invoice', 'out_refund', 'in_invoice', 'in_refund', 'out_receipt', 'in_receipt'))]}"><a class="o_form_uri o_field_widget o_readonly_modifier" href="#id=4&model=account.payment.term" name="invoice_payment_term_id" placeholder="Warunki" id="o_field_input_1125"><span>30 Dni</span></a></div></td></tr><tr><td class="o_td_label"><label class="o_form_label o_readonly_modifier" for="o_field_input_1126">Termin płatności</label></td><td style="width: 100%;"><span class="o_field_date o_field_widget o_readonly_modifier" name="invoice_date_due">13.11.2025</span></td></tr><tr><td class="o_td_label"><label class="o_form_label o_readonly_modifier o_required_modifier" for="o_field_input_1127">Dziennik</label></td><td style="width: 100%;"><a class="o_form_uri o_field_widget o_readonly_modifier o_required_modifier" href="#id=4&model=account.journal" name="journal_id" id="o_field_input_1127"><span>Faktury zakupu (PLN)</span></a></td></tr><tr><td class="o_td_label"><label class="o_form_label o_form_label_empty" for="o_field_input_1128">Tagi</label></td><td style="width: 100%;"><div class="o_field_many2manytags o_field_widget o_field_empty" name="ideaerp_tag_ids">
|
||
|
||
</div></td></tr><tr><td class="o_td_label"><label class="o_form_label o_invisible_modifier o_readonly_modifier" for="o_field_input_1129" data-original-title="" title="">Firma</label></td><td style="width: 100%;"><a class="o_form_uri o_field_widget o_invisible_modifier o_readonly_modifier" href="#id=1&model=res.company" name="company_id" id="o_field_input_1129"><span>EMMA SPÓŁKA Z OGRANICZONĄ ODPOWIEDZIALNOŚCIĄ</span></a></td></tr><tr><td class="o_td_label"><label class="o_form_label o_readonly_modifier o_required_modifier" for="o_field_input_1130">Waluta</label></td><td style="width: 100%;"><a class="o_form_uri o_field_widget o_readonly_modifier o_required_modifier" href="#id=17&model=res.currency" name="currency_id" id="o_field_input_1130"><span>PLN</span></a></td></tr><tr><td class="o_td_label"><label class="o_form_label o_invisible_modifier o_readonly_modifier" for="o_field_input_1131">Przeliczenie waluty</label></td><td style="width: 100%;"><div class="o_field_boolean o_field_widget custom-control custom-checkbox o_invisible_modifier o_readonly_modifier" name="currency_rated"><input type="checkbox" id="checkbox-1879" class="custom-control-input" disabled=""><label for="o_field_input_1131" class="custom-control-label">​</label></div></td></tr><tr><td class="o_td_label"><label class="o_form_label o_invisible_modifier o_readonly_modifier" for="o_field_input_1132">Data kursu waluty</label></td><td style="width: 100%;"><span class="o_field_date o_field_widget o_invisible_modifier o_readonly_modifier oe_inline small" name="currency_date">01.01.1900</span></td></tr><tr><td class="o_td_label"><label class="o_form_label o_invisible_modifier o_readonly_modifier" for="o_field_input_1133">Odwrócony kurs waluty</label></td><td style="width: 100%;"><span class="o_field_float o_field_number o_field_widget o_invisible_modifier o_readonly_modifier oe_inline small text-danger" name="currency_rate_reverse">1,000000</span></td></tr><tr><td class="o_td_label"><label class="o_form_label" for="o_field_input_1134">Uwagi</label></td><td style="width: 100%;"><span class="o_field_text o_field_widget" name="narration">17/2584897</span></td></tr><tr><td class="o_td_label"><label class="o_form_label o_invisible_modifier o_readonly_modifier" for="o_field_input_1135">Transaction Email Eparagon Sent</label></td><td style="width: 100%;"><div class="o_field_boolean o_field_widget custom-control custom-checkbox o_invisible_modifier o_readonly_modifier" name="transaction_email_eparagon_sent"><input type="checkbox" id="checkbox-1880" class="custom-control-input" disabled=""><label for="o_field_input_1135" class="custom-control-label">​</label></div></td></tr></tbody></table></div><div class="o_notebook"><ul class="nav nav-tabs"><li class="nav-item"><a data-toggle="tab" disable_anchor="true" href="#notebook_page_1869" class="nav-link active" role="tab">Pozycje faktury</a></li><li class="nav-item o_invisible_modifier"><a data-toggle="tab" disable_anchor="true" href="#notebook_page_1870" class="nav-link" role="tab">Pozycje zapisów</a></li><li class="nav-item"><a data-toggle="tab" disable_anchor="true" href="#notebook_page_1871" class="nav-link" role="tab">Inne informacje</a></li><li class="nav-item o_invisible_modifier"><a data-toggle="tab" disable_anchor="true" href="#notebook_page_1872" class="nav-link" role="tab">Inne informacje</a></li></ul><div class="tab-content"><div class="tab-pane active" id="notebook_page_1869"><button type="button" name="523" class="btn btn-secondary o_invisible_modifier"><span>Masowa zmiana</span></button><div class="o_field_one2many o_field_widget o_field_x2many o_field_x2many_list o_readonly_modifier" name="invoice_line_ids" id="o_field_input_1239"><div class="o_cp_controller"><div class="o_x2m_control_panel">
|
||
<nav class="o_cp_buttons" aria-label="Control panel toolbar" role="toolbar"></nav>
|
||
<nav class="o_cp_pager" aria-label="Pager" role="toolbar"><div class="o_pager o_hidden">
|
||
|
||
<span class="o_pager_counter">
|
||
<span class="o_pager_value"></span> z
|
||
<span class="o_pager_limit"></span>
|
||
</span>
|
||
|
||
<span class="btn-group" aria-atomic="true">
|
||
|
||
|
||
<button type="button" class="fa fa-chevron-left btn btn-secondary o_pager_previous" aria-label="Poprzedni" title="Poprzedni" tabindex="-1"></button>
|
||
<button type="button" class="fa fa-chevron-right btn btn-secondary o_pager_next" aria-label="Następny" title="Następny" tabindex="-1"></button>
|
||
</span>
|
||
</div></nav>
|
||
</div></div><div class="o_list_view o_list_optional_columns"><div class="table-responsive" style="max-height: calc(-121px + 100vh);"><table class="o_list_table table table-sm table-hover table-striped o_list_table_ungrouped o_section_and_note_list_view" style="table-layout: fixed;"><thead class="has_search"><tr><th class="o_list_row_number_header o_list_row_count_ideaerp" style="width: 41px;">#</th><th data-name="sequence" class="o_handle_cell o-sort-up o_column_sortable o_list_number_th" tabindex="-1" aria-sort="ascending" title="" style="min-width: 33px; width: 33px;"></th><th data-name="product_id" tabindex="-1" class="o_column_sortable" title="Produkt" style="max-width: 423px; width: 423px;">Produkt<span class="o_resize"></span></th><th data-name="name" class="o_section_and_note_text_cell o_column_sortable" tabindex="-1" title="Etykieta" style="min-width: 130px; width: 419px;">Etykieta<span class="o_resize"></span></th><th data-name="product_uom_id" tabindex="-1" class="o_column_sortable" title="JM" style="width: 52px;">JM<span class="o_resize"></span></th><th data-name="quantity_after" tabindex="-1" class="o_column_sortable o_list_number_th" title="Ilość po korekcie" style="min-width: 92px; width: 166px;">Ilość po korekcie<span class="o_resize"></span></th><th data-name="price_unit_after" tabindex="-1" class="o_column_sortable o_list_number_th" title="Cena jednostkowa po korekcie" style="min-width: 92px; width: 278px;">Cena jednostkowa po korekcie<span class="o_resize"></span></th><th data-name="discount" tabindex="-1" class="o_column_sortable o_list_number_th" title="Upust(%)" style="min-width: 92px; width: 109px;">Upust(%)<span class="o_resize"></span></th><th data-name="tax_ids" class="o_many2many_tags_cell" tabindex="-1" title="Podatki" style="width: 275px;">Podatki<span class="o_resize"></span></th><th data-name="price_subtotal" tabindex="-1" class="o_column_sortable o_list_number_th" title="Wartość" style="min-width: 104px; width: 123px;">Wartość<span class="o_resize"></span></th><th data-name="invoice_line_net" tabindex="-1" class="o_column_sortable o_list_number_th" title="Netto" style="min-width: 92px; width: 109px;">Netto<span class="o_resize"></span></th><th data-name="invoice_line_tax" tabindex="-1" class="o_column_sortable o_list_number_th" title="Podatek" style="min-width: 92px; width: 109px;">Podatek<span class="o_resize"></span></th><th data-name="invoice_line_gross" tabindex="-1" class="o_column_sortable o_list_number_th" title="Brutto" style="min-width: 92px; width: 109px;">Brutto<span class="o_resize"></span></th><th class="o_list_idea_custom_th" style="text-align: center; width: 41px;"><div class="o_optional_columns text-center dropdown"><a class="dropdown-toggle text-dark o-no-caret" href="#" role="button" data-toggle="dropdown" data-display="static" aria-expanded="false"></a><div class="dropdown-menu o_optional_columns_dropdown dropdown-menu-right" role="menu"><div class="dropdown-item"><div class="custom-control custom-checkbox"><input type="checkbox" id="checkbox-1886" class="custom-control-input" name="product_id"><label for="checkbox-1886" class="custom-control-label">Produkt</label></div></div><div class="dropdown-item"><div class="custom-control custom-checkbox"><input type="checkbox" id="checkbox-1887" class="custom-control-input" name="product_uom_id"><label for="checkbox-1887" class="custom-control-label">JM</label></div></div><div class="dropdown-item"><div class="custom-control custom-checkbox"><input type="checkbox" id="checkbox-1888" class="custom-control-input" name="discount"><label for="checkbox-1888" class="custom-control-label">Upust(%)</label></div></div><div class="dropdown-item"><div class="custom-control custom-checkbox"><input type="checkbox" id="checkbox-1889" class="custom-control-input" name="tax_ids"><label for="checkbox-1889" class="custom-control-label">Podatki</label></div></div><div class="dropdown-item"><div class="custom-control custom-checkbox"><input type="checkbox" id="checkbox-1890" class="custom-control-input" name="invoice_line_net"><label for="checkbox-1890" class="custom-control-label">Netto</label></div></div><div class="dropdown-item"><div class="custom-control custom-checkbox"><input type="checkbox" id="checkbox-1891" class="custom-control-input" name="invoice_line_tax"><label for="checkbox-1891" class="custom-control-label">Podatek</label></div></div><div class="dropdown-item"><div class="custom-control custom-checkbox"><input type="checkbox" id="checkbox-1892" class="custom-control-input" name="invoice_line_gross"><label for="checkbox-1892" class="custom-control-label">Brutto</label></div></div></div></div></th></tr><tr class="i7_list_search_wrap">
|
||
<th colspan="13" style="width: 41px;">
|
||
|
||
<input class="i7_list_search" placeholder="szukaj..." value="">
|
||
</th>
|
||
</tr></thead><tbody class="ui-sortable"><tr class="o_data_row" data-id="account.move.line_1266"><th class="xxx o_list_row_count_ideaerp">1</th><td class="o_data_cell o_field_cell o_list_number o_handle_cell" tabindex="-1"><span class="o_row_handle fa fa-arrows ui-sortable-handle o_field_widget" name="sequence"></span></td><td class="o_data_cell o_field_cell o_list_many2one" tabindex="-1" title="[DRC2L] Akumulator Duracell DRC2L 7,4V700mAh Li-Ion">[DRC2L] Akumulator Duracell DRC2L 7,4V700mAh Li-Ion</td><td class="o_data_cell o_field_cell o_list_char o_section_and_note_text_cell" tabindex="-1"><span class="o_field_text o_field_widget" name="name">ZZ/00531: [DRC2L] Lithium ion Battery 7.4V 700mAh</span></td><td class="o_data_cell o_field_cell o_list_many2one" tabindex="-1" title="Sztuki">Sztuki</td><td class="o_data_cell o_field_cell o_list_number" tabindex="-1" title="20,000">20,000</td><td class="o_data_cell o_field_cell o_list_number" tabindex="-1" title="38,6500">38,6500</td><td class="o_data_cell o_field_cell o_list_number" tabindex="-1" title="0,00">0,00</td><td class="o_data_cell o_field_cell o_many2many_tags_cell" tabindex="-1"><div class="o_field_many2manytags o_field_widget" name="tax_ids">
|
||
|
||
|
||
|
||
<div class="badge badge-pill o_tag_color_0" data-color="0" data-index="0" data-id="14" title="Tag color: No color">
|
||
|
||
|
||
|
||
<span class="o_badge_text" title="Wewnątrzwspólnotowa dostawa towarów"><span role="img" aria-label="Tag color: No color"></span>Wewnątrzwspólnotowa dostawa towarów</span>
|
||
|
||
|
||
|
||
</div>
|
||
|
||
</div></td><td class="o_data_cell o_field_cell o_list_number o_readonly_modifier" tabindex="-1" title="0,00&nbsp;zł">0,00 zł</td><td class="o_data_cell o_field_cell o_list_number o_readonly_modifier" tabindex="-1" title="773,00">773,00</td><td class="o_data_cell o_field_cell o_list_number o_readonly_modifier" tabindex="-1" title="0,00">0,00</td><td class="o_data_cell o_field_cell o_list_number o_readonly_modifier" tabindex="-1" title="773,00">773,00</td><td class="o_list_idea_custom_td" style="width:40px; text-align:center;"></td></tr><tr class="o_data_row" data-id="account.move.line_1275"><th class="xxx o_list_row_count_ideaerp">2</th><td class="o_data_cell o_field_cell o_list_number o_handle_cell" tabindex="-1"><span class="o_row_handle fa fa-arrows ui-sortable-handle o_field_widget" name="sequence"></span></td><td class="o_data_cell o_field_cell o_list_many2one" tabindex="-1" title="[DR9618] Akumulator Duracell DR9618 3,7V650mAh Li-Ion">[DR9618] Akumulator Duracell DR9618 3,7V650mAh Li-Ion</td><td class="o_data_cell o_field_cell o_list_char o_section_and_note_text_cell" tabindex="-1"><span class="o_field_text o_field_widget" name="name">ZZ/00531: [DR9618] Lithium ion Battery 3.7V 700mAh</span></td><td class="o_data_cell o_field_cell o_list_many2one" tabindex="-1" title="Sztuki">Sztuki</td><td class="o_data_cell o_field_cell o_list_number" tabindex="-1" title="12,000">12,000</td><td class="o_data_cell o_field_cell o_list_number" tabindex="-1" title="29,8600">29,8600</td><td class="o_data_cell o_field_cell o_list_number" tabindex="-1" title="0,00">0,00</td><td class="o_data_cell o_field_cell o_many2many_tags_cell" tabindex="-1"><div class="o_field_many2manytags o_field_widget" name="tax_ids">
|
||
|
||
|
||
|
||
<div class="badge badge-pill o_tag_color_0" data-color="0" data-index="0" data-id="14" title="Tag color: No color">
|
||
|
||
|
||
|
||
<span class="o_badge_text" title="Wewnątrzwspólnotowa dostawa towarów"><span role="img" aria-label="Tag color: No color"></span>Wewnątrzwspólnotowa dostawa towarów</span>
|
||
|
||
|
||
|
||
</div>
|
||
|
||
</div></td><td class="o_data_cell o_field_cell o_list_number o_readonly_modifier" tabindex="-1" title="0,00&nbsp;zł">0,00 zł</td><td class="o_data_cell o_field_cell o_list_number o_readonly_modifier" tabindex="-1" title="358,32">358,32</td><td class="o_data_cell o_field_cell o_list_number o_readonly_modifier" tabindex="-1" title="0,00">0,00</td><td class="o_data_cell o_field_cell o_list_number o_readonly_modifier" tabindex="-1" title="358,32">358,32</td><td class="o_list_idea_custom_td" style="width:40px; text-align:center;"></td></tr><tr class="o_data_row" data-id="account.move.line_1284"><th class="xxx o_list_row_count_ideaerp">3</th><td class="o_data_cell o_field_cell o_list_number o_handle_cell" tabindex="-1"><span class="o_row_handle fa fa-arrows ui-sortable-handle o_field_widget" name="sequence"></span></td><td class="o_data_cell o_field_cell o_list_many2one" tabindex="-1" title="[DR9963] Akumulator Duracell DR9963 3,7V700mAh Li-Ion">[DR9963] Akumulator Duracell DR9963 3,7V700mAh Li-Ion</td><td class="o_data_cell o_field_cell o_list_char o_section_and_note_text_cell" tabindex="-1"><span class="o_field_text o_field_widget" name="name">ZZ/00531: [DR9963] Lithium ion Battery 3.7V 700mAh</span></td><td class="o_data_cell o_field_cell o_list_many2one" tabindex="-1" title="Sztuki">Sztuki</td><td class="o_data_cell o_field_cell o_list_number" tabindex="-1" title="14,000">14,000</td><td class="o_data_cell o_field_cell o_list_number" tabindex="-1" title="29,8600">29,8600</td><td class="o_data_cell o_field_cell o_list_number" tabindex="-1" title="0,00">0,00</td><td class="o_data_cell o_field_cell o_many2many_tags_cell" tabindex="-1"><div class="o_field_many2manytags o_field_widget" name="tax_ids">
|
||
|
||
|
||
|
||
<div class="badge badge-pill o_tag_color_0" data-color="0" data-index="0" data-id="14" title="Tag color: No color">
|
||
|
||
|
||
|
||
<span class="o_badge_text" title="Wewnątrzwspólnotowa dostawa towarów"><span role="img" aria-label="Tag color: No color"></span>Wewnątrzwspólnotowa dostawa towarów</span>
|
||
|
||
|
||
|
||
</div>
|
||
|
||
</div></td><td class="o_data_cell o_field_cell o_list_number o_readonly_modifier" tabindex="-1" title="0,00&nbsp;zł">0,00 zł</td><td class="o_data_cell o_field_cell o_list_number o_readonly_modifier" tabindex="-1" title="418,04">418,04</td><td class="o_data_cell o_field_cell o_list_number o_readonly_modifier" tabindex="-1" title="0,00">0,00</td><td class="o_data_cell o_field_cell o_list_number o_readonly_modifier" tabindex="-1" title="418,04">418,04</td><td class="o_list_idea_custom_td" style="width:40px; text-align:center;"></td></tr><tr class="o_data_row" data-id="account.move.line_1293"><th class="xxx o_list_row_count_ideaerp">4</th><td class="o_data_cell o_field_cell o_list_number o_handle_cell" tabindex="-1"><span class="o_row_handle fa fa-arrows ui-sortable-handle o_field_widget" name="sequence"></span></td><td class="o_data_cell o_field_cell o_list_many2one" tabindex="-1" title="[DR9900] Akumulator Duracell DR9900 7,4V1100mAh Li-Ion">[DR9900] Akumulator Duracell DR9900 7,4V1100mAh Li-Ion</td><td class="o_data_cell o_field_cell o_list_char o_section_and_note_text_cell" tabindex="-1"><span class="o_field_text o_field_widget" name="name">ZZ/00531: [DR9900] Lithium ion Battery 7.4V 1100mAh</span></td><td class="o_data_cell o_field_cell o_list_many2one" tabindex="-1" title="Sztuki">Sztuki</td><td class="o_data_cell o_field_cell o_list_number" tabindex="-1" title="10,000">10,000</td><td class="o_data_cell o_field_cell o_list_number" tabindex="-1" title="46,2900">46,2900</td><td class="o_data_cell o_field_cell o_list_number" tabindex="-1" title="0,00">0,00</td><td class="o_data_cell o_field_cell o_many2many_tags_cell" tabindex="-1"><div class="o_field_many2manytags o_field_widget" name="tax_ids">
|
||
|
||
|
||
|
||
<div class="badge badge-pill o_tag_color_0" data-color="0" data-index="0" data-id="14" title="Tag color: No color">
|
||
|
||
|
||
|
||
<span class="o_badge_text" title="Wewnątrzwspólnotowa dostawa towarów"><span role="img" aria-label="Tag color: No color"></span>Wewnątrzwspólnotowa dostawa towarów</span>
|
||
|
||
|
||
|
||
</div>
|
||
|
||
</div></td><td class="o_data_cell o_field_cell o_list_number o_readonly_modifier" tabindex="-1" title="0,00&nbsp;zł">0,00 zł</td><td class="o_data_cell o_field_cell o_list_number o_readonly_modifier" tabindex="-1" title="462,90">462,90</td><td class="o_data_cell o_field_cell o_list_number o_readonly_modifier" tabindex="-1" title="0,00">0,00</td><td class="o_data_cell o_field_cell o_list_number o_readonly_modifier" tabindex="-1" title="462,90">462,90</td><td class="o_list_idea_custom_td" style="width:40px; text-align:center;"></td></tr><tr class="o_data_row" data-id="account.move.line_1302"><th class="xxx o_list_row_count_ideaerp">5</th><td class="o_data_cell o_field_cell o_list_number o_handle_cell" tabindex="-1"><span class="o_row_handle fa fa-arrows ui-sortable-handle o_field_widget" name="sequence"></span></td><td class="o_data_cell o_field_cell o_list_many2one" tabindex="-1" title="[DR9954] Akumulator Duracell DR9954 7,4V1030mAh Li-Ion">[DR9954] Akumulator Duracell DR9954 7,4V1030mAh Li-Ion</td><td class="o_data_cell o_field_cell o_list_char o_section_and_note_text_cell" tabindex="-1"><span class="o_field_text o_field_widget" name="name">ZZ/00531: [DR9954] Lithium ion Battery 7.4V 1030mAh</span></td><td class="o_data_cell o_field_cell o_list_many2one" tabindex="-1" title="Sztuki">Sztuki</td><td class="o_data_cell o_field_cell o_list_number" tabindex="-1" title="20,000">20,000</td><td class="o_data_cell o_field_cell o_list_number" tabindex="-1" title="49,1300">49,1300</td><td class="o_data_cell o_field_cell o_list_number" tabindex="-1" title="0,00">0,00</td><td class="o_data_cell o_field_cell o_many2many_tags_cell" tabindex="-1"><div class="o_field_many2manytags o_field_widget" name="tax_ids">
|
||
|
||
|
||
|
||
<div class="badge badge-pill o_tag_color_0" data-color="0" data-index="0" data-id="14" title="Tag color: No color">
|
||
|
||
|
||
|
||
<span class="o_badge_text" title="Wewnątrzwspólnotowa dostawa towarów"><span role="img" aria-label="Tag color: No color"></span>Wewnątrzwspólnotowa dostawa towarów</span>
|
||
|
||
|
||
|
||
</div>
|
||
|
||
</div></td><td class="o_data_cell o_field_cell o_list_number o_readonly_modifier" tabindex="-1" title="0,00&nbsp;zł">0,00 zł</td><td class="o_data_cell o_field_cell o_list_number o_readonly_modifier" tabindex="-1" title="982,60">982,60</td><td class="o_data_cell o_field_cell o_list_number o_readonly_modifier" tabindex="-1" title="0,00">0,00</td><td class="o_data_cell o_field_cell o_list_number o_readonly_modifier" tabindex="-1" title="982,60">982,60</td><td class="o_list_idea_custom_td" style="width:40px; text-align:center;"></td></tr><tr class="o_data_row" data-id="account.move.line_1311"><th class="xxx o_list_row_count_ideaerp">6</th><td class="o_data_cell o_field_cell o_list_number o_handle_cell" tabindex="-1"><span class="o_row_handle fa fa-arrows ui-sortable-handle o_field_widget" name="sequence"></span></td><td class="o_data_cell o_field_cell o_list_many2one" tabindex="-1" title="[DRGOPROH4] Akumulator Duracell GoPro H4 3,8V1160mAh Li-Ion">[DRGOPROH4] Akumulator Duracell GoPro H4 3,8V1160mAh Li-Ion</td><td class="o_data_cell o_field_cell o_list_char o_section_and_note_text_cell" tabindex="-1"><span class="o_field_text o_field_widget" name="name">ZZ/00531: [DRGOPROH4] Lithium ion Battery 3.8V 1160mAh</span></td><td class="o_data_cell o_field_cell o_list_many2one" tabindex="-1" title="Sztuki">Sztuki</td><td class="o_data_cell o_field_cell o_list_number" tabindex="-1" title="20,000">20,000</td><td class="o_data_cell o_field_cell o_list_number" tabindex="-1" title="30,7600">30,7600</td><td class="o_data_cell o_field_cell o_list_number" tabindex="-1" title="0,00">0,00</td><td class="o_data_cell o_field_cell o_many2many_tags_cell" tabindex="-1"><div class="o_field_many2manytags o_field_widget" name="tax_ids">
|
||
|
||
|
||
|
||
<div class="badge badge-pill o_tag_color_0" data-color="0" data-index="0" data-id="14" title="Tag color: No color">
|
||
|
||
|
||
|
||
<span class="o_badge_text" title="Wewnątrzwspólnotowa dostawa towarów"><span role="img" aria-label="Tag color: No color"></span>Wewnątrzwspólnotowa dostawa towarów</span>
|
||
|
||
|
||
|
||
</div>
|
||
|
||
</div></td><td class="o_data_cell o_field_cell o_list_number o_readonly_modifier" tabindex="-1" title="0,00&nbsp;zł">0,00 zł</td><td class="o_data_cell o_field_cell o_list_number o_readonly_modifier" tabindex="-1" title="615,20">615,20</td><td class="o_data_cell o_field_cell o_list_number o_readonly_modifier" tabindex="-1" title="0,00">0,00</td><td class="o_data_cell o_field_cell o_list_number o_readonly_modifier" tabindex="-1" title="615,20">615,20</td><td class="o_list_idea_custom_td" style="width:40px; text-align:center;"></td></tr><tr class="o_data_row" data-id="account.move.line_1320"><th class="xxx o_list_row_count_ideaerp">7</th><td class="o_data_cell o_field_cell o_list_number o_handle_cell" tabindex="-1"><span class="o_row_handle fa fa-arrows ui-sortable-handle o_field_widget" name="sequence"></span></td><td class="o_data_cell o_field_cell o_list_many2one" tabindex="-1" title="[DR9688] Akumulator Duracell DR9688 3,7V950mAh Li-Ion">[DR9688] Akumulator Duracell DR9688 3,7V950mAh Li-Ion</td><td class="o_data_cell o_field_cell o_list_char o_section_and_note_text_cell" tabindex="-1"><span class="o_field_text o_field_widget" name="name">ZZ/00531: [DR9688] Lithium ion Battery 3.7V 950mAh</span></td><td class="o_data_cell o_field_cell o_list_many2one" tabindex="-1" title="Sztuki">Sztuki</td><td class="o_data_cell o_field_cell o_list_number" tabindex="-1" title="12,000">12,000</td><td class="o_data_cell o_field_cell o_list_number" tabindex="-1" title="31,8600">31,8600</td><td class="o_data_cell o_field_cell o_list_number" tabindex="-1" title="0,00">0,00</td><td class="o_data_cell o_field_cell o_many2many_tags_cell" tabindex="-1"><div class="o_field_many2manytags o_field_widget" name="tax_ids">
|
||
|
||
|
||
|
||
<div class="badge badge-pill o_tag_color_0" data-color="0" data-index="0" data-id="14" title="Tag color: No color">
|
||
|
||
|
||
|
||
<span class="o_badge_text" title="Wewnątrzwspólnotowa dostawa towarów"><span role="img" aria-label="Tag color: No color"></span>Wewnątrzwspólnotowa dostawa towarów</span>
|
||
|
||
|
||
|
||
</div>
|
||
|
||
</div></td><td class="o_data_cell o_field_cell o_list_number o_readonly_modifier" tabindex="-1" title="0,00&nbsp;zł">0,00 zł</td><td class="o_data_cell o_field_cell o_list_number o_readonly_modifier" tabindex="-1" title="382,32">382,32</td><td class="o_data_cell o_field_cell o_list_number o_readonly_modifier" tabindex="-1" title="0,00">0,00</td><td class="o_data_cell o_field_cell o_list_number o_readonly_modifier" tabindex="-1" title="382,32">382,32</td><td class="o_list_idea_custom_td" style="width:40px; text-align:center;"></td></tr><tr class="o_data_row" data-id="account.move.line_1329"><th class="xxx o_list_row_count_ideaerp">8</th><td class="o_data_cell o_field_cell o_list_number o_handle_cell" tabindex="-1"><span class="o_row_handle fa fa-arrows ui-sortable-handle o_field_widget" name="sequence"></span></td><td class="o_data_cell o_field_cell o_list_many2one" tabindex="-1" title="[DR9967] Akumulator Duracell DR9967 7,4V1020mAh Li-Ion">[DR9967] Akumulator Duracell DR9967 7,4V1020mAh Li-Ion</td><td class="o_data_cell o_field_cell o_list_char o_section_and_note_text_cell" tabindex="-1"><span class="o_field_text o_field_widget" name="name">ZZ/00531: [DR9967] Lithium ion Battery 7.4V 1020mAh</span></td><td class="o_data_cell o_field_cell o_list_many2one" tabindex="-1" title="Sztuki">Sztuki</td><td class="o_data_cell o_field_cell o_list_number" tabindex="-1" title="16,000">16,000</td><td class="o_data_cell o_field_cell o_list_number" tabindex="-1" title="40,6900">40,6900</td><td class="o_data_cell o_field_cell o_list_number" tabindex="-1" title="0,00">0,00</td><td class="o_data_cell o_field_cell o_many2many_tags_cell" tabindex="-1"><div class="o_field_many2manytags o_field_widget" name="tax_ids">
|
||
|
||
|
||
|
||
<div class="badge badge-pill o_tag_color_0" data-color="0" data-index="0" data-id="14" title="Tag color: No color">
|
||
|
||
|
||
|
||
<span class="o_badge_text" title="Wewnątrzwspólnotowa dostawa towarów"><span role="img" aria-label="Tag color: No color"></span>Wewnątrzwspólnotowa dostawa towarów</span>
|
||
|
||
|
||
|
||
</div>
|
||
|
||
</div></td><td class="o_data_cell o_field_cell o_list_number o_readonly_modifier" tabindex="-1" title="0,00&nbsp;zł">0,00 zł</td><td class="o_data_cell o_field_cell o_list_number o_readonly_modifier" tabindex="-1" title="651,04">651,04</td><td class="o_data_cell o_field_cell o_list_number o_readonly_modifier" tabindex="-1" title="0,00">0,00</td><td class="o_data_cell o_field_cell o_list_number o_readonly_modifier" tabindex="-1" title="651,04">651,04</td><td class="o_list_idea_custom_td" style="width:40px; text-align:center;"></td></tr><tr class="o_data_row" data-id="account.move.line_1338"><th class="xxx o_list_row_count_ideaerp">9</th><td class="o_data_cell o_field_cell o_list_number o_handle_cell" tabindex="-1"><span class="o_row_handle fa fa-arrows ui-sortable-handle o_field_widget" name="sequence"></span></td><td class="o_data_cell o_field_cell o_list_many2one" tabindex="-1" title="[DR9714] Akumulator Duracell DR9714 3,6V1020mAh Li-Ion">[DR9714] Akumulator Duracell DR9714 3,6V1020mAh Li-Ion</td><td class="o_data_cell o_field_cell o_list_char o_section_and_note_text_cell" tabindex="-1"><span class="o_field_text o_field_widget" name="name">ZZ/00531: [DR9714] Lithium ion Battery 3.6V 1020mAh</span></td><td class="o_data_cell o_field_cell o_list_many2one" tabindex="-1" title="Sztuki">Sztuki</td><td class="o_data_cell o_field_cell o_list_number" tabindex="-1" title="13,000">13,000</td><td class="o_data_cell o_field_cell o_list_number" tabindex="-1" title="33,8000">33,8000</td><td class="o_data_cell o_field_cell o_list_number" tabindex="-1" title="0,00">0,00</td><td class="o_data_cell o_field_cell o_many2many_tags_cell" tabindex="-1"><div class="o_field_many2manytags o_field_widget" name="tax_ids">
|
||
|
||
|
||
|
||
<div class="badge badge-pill o_tag_color_0" data-color="0" data-index="0" data-id="14" title="Tag color: No color">
|
||
|
||
|
||
|
||
<span class="o_badge_text" title="Wewnątrzwspólnotowa dostawa towarów"><span role="img" aria-label="Tag color: No color"></span>Wewnątrzwspólnotowa dostawa towarów</span>
|
||
|
||
|
||
|
||
</div>
|
||
|
||
</div></td><td class="o_data_cell o_field_cell o_list_number o_readonly_modifier" tabindex="-1" title="0,00&nbsp;zł">0,00 zł</td><td class="o_data_cell o_field_cell o_list_number o_readonly_modifier" tabindex="-1" title="439,40">439,40</td><td class="o_data_cell o_field_cell o_list_number o_readonly_modifier" tabindex="-1" title="0,00">0,00</td><td class="o_data_cell o_field_cell o_list_number o_readonly_modifier" tabindex="-1" title="439,40">439,40</td><td class="o_list_idea_custom_td" style="width:40px; text-align:center;"></td></tr><tr class="o_data_row" data-id="account.move.line_1347"><th class="xxx o_list_row_count_ideaerp">10</th><td class="o_data_cell o_field_cell o_list_number o_handle_cell" tabindex="-1"><span class="o_row_handle fa fa-arrows ui-sortable-handle o_field_widget" name="sequence"></span></td><td class="o_data_cell o_field_cell o_list_many2one" tabindex="-1" title="[DR9700A] Akumulator Duracell DR9700A 7,4V700mAh Li-Ion">[DR9700A] Akumulator Duracell DR9700A 7,4V700mAh Li-Ion</td><td class="o_data_cell o_field_cell o_list_char o_section_and_note_text_cell" tabindex="-1"><span class="o_field_text o_field_widget" name="name">ZZ/00531: [DR9700A] Lithium ion Battery 7.4V 700mAh</span></td><td class="o_data_cell o_field_cell o_list_many2one" tabindex="-1" title="Sztuki">Sztuki</td><td class="o_data_cell o_field_cell o_list_number" tabindex="-1" title="10,000">10,000</td><td class="o_data_cell o_field_cell o_list_number" tabindex="-1" title="49,8300">49,8300</td><td class="o_data_cell o_field_cell o_list_number" tabindex="-1" title="0,00">0,00</td><td class="o_data_cell o_field_cell o_many2many_tags_cell" tabindex="-1"><div class="o_field_many2manytags o_field_widget" name="tax_ids">
|
||
|
||
|
||
|
||
<div class="badge badge-pill o_tag_color_0" data-color="0" data-index="0" data-id="14" title="Tag color: No color">
|
||
|
||
|
||
|
||
<span class="o_badge_text" title="Wewnątrzwspólnotowa dostawa towarów"><span role="img" aria-label="Tag color: No color"></span>Wewnątrzwspólnotowa dostawa towarów</span>
|
||
|
||
|
||
|
||
</div>
|
||
|
||
</div></td><td class="o_data_cell o_field_cell o_list_number o_readonly_modifier" tabindex="-1" title="0,00&nbsp;zł">0,00 zł</td><td class="o_data_cell o_field_cell o_list_number o_readonly_modifier" tabindex="-1" title="498,30">498,30</td><td class="o_data_cell o_field_cell o_list_number o_readonly_modifier" tabindex="-1" title="0,00">0,00</td><td class="o_data_cell o_field_cell o_list_number o_readonly_modifier" tabindex="-1" title="498,30">498,30</td><td class="o_list_idea_custom_td" style="width:40px; text-align:center;"></td></tr><tr class="o_data_row" data-id="account.move.line_1356"><th class="xxx o_list_row_count_ideaerp">11</th><td class="o_data_cell o_field_cell o_list_number o_handle_cell" tabindex="-1"><span class="o_row_handle fa fa-arrows ui-sortable-handle o_field_widget" name="sequence"></span></td><td class="o_data_cell o_field_cell o_list_many2one" tabindex="-1" title="[DR9947] Akumulator Duracell DR9947 3,7V700mAh Li-Ion">[DR9947] Akumulator Duracell DR9947 3,7V700mAh Li-Ion</td><td class="o_data_cell o_field_cell o_list_char o_section_and_note_text_cell" tabindex="-1"><span class="o_field_text o_field_widget" name="name">ZZ/00531: [DR9947] Lithium ion Battery 3.7V 700mAh</span></td><td class="o_data_cell o_field_cell o_list_many2one" tabindex="-1" title="Sztuki">Sztuki</td><td class="o_data_cell o_field_cell o_list_number" tabindex="-1" title="28,000">28,000</td><td class="o_data_cell o_field_cell o_list_number" tabindex="-1" title="29,8600">29,8600</td><td class="o_data_cell o_field_cell o_list_number" tabindex="-1" title="0,00">0,00</td><td class="o_data_cell o_field_cell o_many2many_tags_cell" tabindex="-1"><div class="o_field_many2manytags o_field_widget" name="tax_ids">
|
||
|
||
|
||
|
||
<div class="badge badge-pill o_tag_color_0" data-color="0" data-index="0" data-id="14" title="Tag color: No color">
|
||
|
||
|
||
|
||
<span class="o_badge_text" title="Wewnątrzwspólnotowa dostawa towarów"><span role="img" aria-label="Tag color: No color"></span>Wewnątrzwspólnotowa dostawa towarów</span>
|
||
|
||
|
||
|
||
</div>
|
||
|
||
</div></td><td class="o_data_cell o_field_cell o_list_number o_readonly_modifier" tabindex="-1" title="0,00&nbsp;zł">0,00 zł</td><td class="o_data_cell o_field_cell o_list_number o_readonly_modifier" tabindex="-1" title="836,08">836,08</td><td class="o_data_cell o_field_cell o_list_number o_readonly_modifier" tabindex="-1" title="0,00">0,00</td><td class="o_data_cell o_field_cell o_list_number o_readonly_modifier" tabindex="-1" title="836,08">836,08</td><td class="o_list_idea_custom_td" style="width:40px; text-align:center;"></td></tr><tr class="o_data_row" data-id="account.move.line_1365"><th class="xxx o_list_row_count_ideaerp">12</th><td class="o_data_cell o_field_cell o_list_number o_handle_cell" tabindex="-1"><span class="o_row_handle fa fa-arrows ui-sortable-handle o_field_widget" name="sequence"></span></td><td class="o_data_cell o_field_cell o_list_many2one" tabindex="-1" title="[DR9945] Akumulator Duracell DR9945 7,4V1020mAh Li-Ion">[DR9945] Akumulator Duracell DR9945 7,4V1020mAh Li-Ion</td><td class="o_data_cell o_field_cell o_list_char o_section_and_note_text_cell" tabindex="-1"><span class="o_field_text o_field_widget" name="name">ZZ/00531: [DR9945] Lithium ion Battery 7.4V 1020mAh</span></td><td class="o_data_cell o_field_cell o_list_many2one" tabindex="-1" title="Sztuki">Sztuki</td><td class="o_data_cell o_field_cell o_list_number" tabindex="-1" title="10,000">10,000</td><td class="o_data_cell o_field_cell o_list_number" tabindex="-1" title="42,8900">42,8900</td><td class="o_data_cell o_field_cell o_list_number" tabindex="-1" title="0,00">0,00</td><td class="o_data_cell o_field_cell o_many2many_tags_cell" tabindex="-1"><div class="o_field_many2manytags o_field_widget" name="tax_ids">
|
||
|
||
|
||
|
||
<div class="badge badge-pill o_tag_color_0" data-color="0" data-index="0" data-id="14" title="Tag color: No color">
|
||
|
||
|
||
|
||
<span class="o_badge_text" title="Wewnątrzwspólnotowa dostawa towarów"><span role="img" aria-label="Tag color: No color"></span>Wewnątrzwspólnotowa dostawa towarów</span>
|
||
|
||
|
||
|
||
</div>
|
||
|
||
</div></td><td class="o_data_cell o_field_cell o_list_number o_readonly_modifier" tabindex="-1" title="0,00&nbsp;zł">0,00 zł</td><td class="o_data_cell o_field_cell o_list_number o_readonly_modifier" tabindex="-1" title="428,90">428,90</td><td class="o_data_cell o_field_cell o_list_number o_readonly_modifier" tabindex="-1" title="0,00">0,00</td><td class="o_data_cell o_field_cell o_list_number o_readonly_modifier" tabindex="-1" title="428,90">428,90</td><td class="o_list_idea_custom_td" style="width:40px; text-align:center;"></td></tr><tr class="o_data_row" data-id="account.move.line_1374"><th class="xxx o_list_row_count_ideaerp">13</th><td class="o_data_cell o_field_cell o_list_number o_handle_cell" tabindex="-1"><span class="o_row_handle fa fa-arrows ui-sortable-handle o_field_widget" name="sequence"></span></td><td class="o_data_cell o_field_cell o_list_many2one" tabindex="-1" title="[DRSBX1] Akumulator Duracell DRSBX1 3,7V1090mAh Li-Ion">[DRSBX1] Akumulator Duracell DRSBX1 3,7V1090mAh Li-Ion</td><td class="o_data_cell o_field_cell o_list_char o_section_and_note_text_cell" tabindex="-1"><span class="o_field_text o_field_widget" name="name">ZZ/00531: [DRSBX1] Lithium ion Battery 3.7V 1090mAh</span></td><td class="o_data_cell o_field_cell o_list_many2one" tabindex="-1" title="Sztuki">Sztuki</td><td class="o_data_cell o_field_cell o_list_number" tabindex="-1" title="14,000">14,000</td><td class="o_data_cell o_field_cell o_list_number" tabindex="-1" title="29,8600">29,8600</td><td class="o_data_cell o_field_cell o_list_number" tabindex="-1" title="0,00">0,00</td><td class="o_data_cell o_field_cell o_many2many_tags_cell" tabindex="-1"><div class="o_field_many2manytags o_field_widget" name="tax_ids">
|
||
|
||
|
||
|
||
<div class="badge badge-pill o_tag_color_0" data-color="0" data-index="0" data-id="14" title="Tag color: No color">
|
||
|
||
|
||
|
||
<span class="o_badge_text" title="Wewnątrzwspólnotowa dostawa towarów"><span role="img" aria-label="Tag color: No color"></span>Wewnątrzwspólnotowa dostawa towarów</span>
|
||
|
||
|
||
|
||
</div>
|
||
|
||
</div></td><td class="o_data_cell o_field_cell o_list_number o_readonly_modifier" tabindex="-1" title="0,00&nbsp;zł">0,00 zł</td><td class="o_data_cell o_field_cell o_list_number o_readonly_modifier" tabindex="-1" title="418,04">418,04</td><td class="o_data_cell o_field_cell o_list_number o_readonly_modifier" tabindex="-1" title="0,00">0,00</td><td class="o_data_cell o_field_cell o_list_number o_readonly_modifier" tabindex="-1" title="418,04">418,04</td><td class="o_list_idea_custom_td" style="width:40px; text-align:center;"></td></tr><tr class="o_data_row" data-id="account.move.line_1383"><th class="xxx o_list_row_count_ideaerp">14</th><td class="o_data_cell o_field_cell o_list_number o_handle_cell" tabindex="-1"><span class="o_row_handle fa fa-arrows ui-sortable-handle o_field_widget" name="sequence"></span></td><td class="o_data_cell o_field_cell o_list_many2one" tabindex="-1" title="[DRNEL14] Akumulator Duracell DRNEL14 7,4V1100mAh Li-Ion">[DRNEL14] Akumulator Duracell DRNEL14 7,4V1100mAh Li-Ion</td><td class="o_data_cell o_field_cell o_list_char o_section_and_note_text_cell" tabindex="-1"><span class="o_field_text o_field_widget" name="name">ZZ/00531: [DRNEL14] Lithium ion Battery 7.4V 1100mAh</span></td><td class="o_data_cell o_field_cell o_list_many2one" tabindex="-1" title="Sztuki">Sztuki</td><td class="o_data_cell o_field_cell o_list_number" tabindex="-1" title="15,000">15,000</td><td class="o_data_cell o_field_cell o_list_number" tabindex="-1" title="59,7700">59,7700</td><td class="o_data_cell o_field_cell o_list_number" tabindex="-1" title="0,00">0,00</td><td class="o_data_cell o_field_cell o_many2many_tags_cell" tabindex="-1"><div class="o_field_many2manytags o_field_widget" name="tax_ids">
|
||
|
||
|
||
|
||
<div class="badge badge-pill o_tag_color_0" data-color="0" data-index="0" data-id="14" title="Tag color: No color">
|
||
|
||
|
||
|
||
<span class="o_badge_text" title="Wewnątrzwspólnotowa dostawa towarów"><span role="img" aria-label="Tag color: No color"></span>Wewnątrzwspólnotowa dostawa towarów</span>
|
||
|
||
|
||
|
||
</div>
|
||
|
||
</div></td><td class="o_data_cell o_field_cell o_list_number o_readonly_modifier" tabindex="-1" title="0,00&nbsp;zł">0,00 zł</td><td class="o_data_cell o_field_cell o_list_number o_readonly_modifier" tabindex="-1" title="896,55">896,55</td><td class="o_data_cell o_field_cell o_list_number o_readonly_modifier" tabindex="-1" title="0,00">0,00</td><td class="o_data_cell o_field_cell o_list_number o_readonly_modifier" tabindex="-1" title="896,55">896,55</td><td class="o_list_idea_custom_td" style="width:40px; text-align:center;"></td></tr><tr class="o_data_row" data-id="account.move.line_1392"><th class="xxx o_list_row_count_ideaerp">15</th><td class="o_data_cell o_field_cell o_list_number o_handle_cell" tabindex="-1"><span class="o_row_handle fa fa-arrows ui-sortable-handle o_field_widget" name="sequence"></span></td><td class="o_data_cell o_field_cell o_list_many2one" tabindex="-1" title="[DR9925] Akumulator Duracell DR9925 7,4V1020mAh Li-Ion">[DR9925] Akumulator Duracell DR9925 7,4V1020mAh Li-Ion</td><td class="o_data_cell o_field_cell o_list_char o_section_and_note_text_cell" tabindex="-1"><span class="o_field_text o_field_widget" name="name">ZZ/00531: [DR9925] Lithium ion Battery 7.4V 1020mAh</span></td><td class="o_data_cell o_field_cell o_list_many2one" tabindex="-1" title="Sztuki">Sztuki</td><td class="o_data_cell o_field_cell o_list_number" tabindex="-1" title="10,000">10,000</td><td class="o_data_cell o_field_cell o_list_number" tabindex="-1" title="39,6400">39,6400</td><td class="o_data_cell o_field_cell o_list_number" tabindex="-1" title="0,00">0,00</td><td class="o_data_cell o_field_cell o_many2many_tags_cell" tabindex="-1"><div class="o_field_many2manytags o_field_widget" name="tax_ids">
|
||
|
||
|
||
|
||
<div class="badge badge-pill o_tag_color_0" data-color="0" data-index="0" data-id="14" title="Tag color: No color">
|
||
|
||
|
||
|
||
<span class="o_badge_text" title="Wewnątrzwspólnotowa dostawa towarów"><span role="img" aria-label="Tag color: No color"></span>Wewnątrzwspólnotowa dostawa towarów</span>
|
||
|
||
|
||
|
||
</div>
|
||
|
||
</div></td><td class="o_data_cell o_field_cell o_list_number o_readonly_modifier" tabindex="-1" title="0,00&nbsp;zł">0,00 zł</td><td class="o_data_cell o_field_cell o_list_number o_readonly_modifier" tabindex="-1" title="396,40">396,40</td><td class="o_data_cell o_field_cell o_list_number o_readonly_modifier" tabindex="-1" title="0,00">0,00</td><td class="o_data_cell o_field_cell o_list_number o_readonly_modifier" tabindex="-1" title="396,40">396,40</td><td class="o_list_idea_custom_td" style="width:40px; text-align:center;"></td></tr><tr class="o_data_row" data-id="account.move.line_1401"><th class="xxx o_list_row_count_ideaerp">16</th><td class="o_data_cell o_field_cell o_list_number o_handle_cell" tabindex="-1"><span class="o_row_handle fa fa-arrows ui-sortable-handle o_field_widget" name="sequence"></span></td><td class="o_data_cell o_field_cell o_list_many2one" tabindex="-1" title="[DRNEL3] Akumulator Duracell DRNEL3 7,4V1600mAh Li-Ion">[DRNEL3] Akumulator Duracell DRNEL3 7,4V1600mAh Li-Ion</td><td class="o_data_cell o_field_cell o_list_char o_section_and_note_text_cell" tabindex="-1"><span class="o_field_text o_field_widget" name="name">ZZ/00531: [DRNEL3] Lithium ion Battery 7.4V 1600mAh</span></td><td class="o_data_cell o_field_cell o_list_many2one" tabindex="-1" title="Sztuki">Sztuki</td><td class="o_data_cell o_field_cell o_list_number" tabindex="-1" title="8,000">8,000</td><td class="o_data_cell o_field_cell o_list_number" tabindex="-1" title="49,8300">49,8300</td><td class="o_data_cell o_field_cell o_list_number" tabindex="-1" title="0,00">0,00</td><td class="o_data_cell o_field_cell o_many2many_tags_cell" tabindex="-1"><div class="o_field_many2manytags o_field_widget" name="tax_ids">
|
||
|
||
|
||
|
||
<div class="badge badge-pill o_tag_color_0" data-color="0" data-index="0" data-id="14" title="Tag color: No color">
|
||
|
||
|
||
|
||
<span class="o_badge_text" title="Wewnątrzwspólnotowa dostawa towarów"><span role="img" aria-label="Tag color: No color"></span>Wewnątrzwspólnotowa dostawa towarów</span>
|
||
|
||
|
||
|
||
</div>
|
||
|
||
</div></td><td class="o_data_cell o_field_cell o_list_number o_readonly_modifier" tabindex="-1" title="-99,66&nbsp;zł">-99,66 zł</td><td class="o_data_cell o_field_cell o_list_number o_readonly_modifier" tabindex="-1" title="398,64">398,64</td><td class="o_data_cell o_field_cell o_list_number o_readonly_modifier" tabindex="-1" title="0,00">0,00</td><td class="o_data_cell o_field_cell o_list_number o_readonly_modifier" tabindex="-1" title="398,64">398,64</td><td class="o_list_idea_custom_td" style="width:40px; text-align:center;"></td></tr><tr class="o_data_row" data-id="account.move.line_1410"><th class="xxx o_list_row_count_ideaerp">17</th><td class="o_data_cell o_field_cell o_list_number o_handle_cell" tabindex="-1"><span class="o_row_handle fa fa-arrows ui-sortable-handle o_field_widget" name="sequence"></span></td><td class="o_data_cell o_field_cell o_list_many2one" tabindex="-1" title="[DR9964] Akumulator Duracell DR9964 7,4V1100mAh Li-Ion">[DR9964] Akumulator Duracell DR9964 7,4V1100mAh Li-Ion</td><td class="o_data_cell o_field_cell o_list_char o_section_and_note_text_cell" tabindex="-1"><span class="o_field_text o_field_widget" name="name">ZZ/00531: [DR9964] Lithium ion Battery 7.4V 1100mAh</span></td><td class="o_data_cell o_field_cell o_list_many2one" tabindex="-1" title="Sztuki">Sztuki</td><td class="o_data_cell o_field_cell o_list_number" tabindex="-1" title="10,000">10,000</td><td class="o_data_cell o_field_cell o_list_number" tabindex="-1" title="43,0900">43,0900</td><td class="o_data_cell o_field_cell o_list_number" tabindex="-1" title="0,00">0,00</td><td class="o_data_cell o_field_cell o_many2many_tags_cell" tabindex="-1"><div class="o_field_many2manytags o_field_widget" name="tax_ids">
|
||
|
||
|
||
|
||
<div class="badge badge-pill o_tag_color_0" data-color="0" data-index="0" data-id="14" title="Tag color: No color">
|
||
|
||
|
||
|
||
<span class="o_badge_text" title="Wewnątrzwspólnotowa dostawa towarów"><span role="img" aria-label="Tag color: No color"></span>Wewnątrzwspólnotowa dostawa towarów</span>
|
||
|
||
|
||
|
||
</div>
|
||
|
||
</div></td><td class="o_data_cell o_field_cell o_list_number o_readonly_modifier" tabindex="-1" title="0,00&nbsp;zł">0,00 zł</td><td class="o_data_cell o_field_cell o_list_number o_readonly_modifier" tabindex="-1" title="430,90">430,90</td><td class="o_data_cell o_field_cell o_list_number o_readonly_modifier" tabindex="-1" title="0,00">0,00</td><td class="o_data_cell o_field_cell o_list_number o_readonly_modifier" tabindex="-1" title="430,90">430,90</td><td class="o_list_idea_custom_td" style="width:40px; text-align:center;"></td></tr><tr class="o_data_row" data-id="account.move.line_1419"><th class="xxx o_list_row_count_ideaerp">18</th><td class="o_data_cell o_field_cell o_list_number o_handle_cell" tabindex="-1"><span class="o_row_handle fa fa-arrows ui-sortable-handle o_field_widget" name="sequence"></span></td><td class="o_data_cell o_field_cell o_list_many2one" tabindex="-1" title="[DR9641] Akumulator Duracell DR9641 3,7V1180mAh Li-Ion">[DR9641] Akumulator Duracell DR9641 3,7V1180mAh Li-Ion</td><td class="o_data_cell o_field_cell o_list_char o_section_and_note_text_cell" tabindex="-1"><span class="o_field_text o_field_widget" name="name">ZZ/00531: [DR9641] Lithium ion Battery 3.7V 1180mAh</span></td><td class="o_data_cell o_field_cell o_list_many2one" tabindex="-1" title="Sztuki">Sztuki</td><td class="o_data_cell o_field_cell o_list_number" tabindex="-1" title="28,000">28,000</td><td class="o_data_cell o_field_cell o_list_number" tabindex="-1" title="29,8600">29,8600</td><td class="o_data_cell o_field_cell o_list_number" tabindex="-1" title="0,00">0,00</td><td class="o_data_cell o_field_cell o_many2many_tags_cell" tabindex="-1"><div class="o_field_many2manytags o_field_widget" name="tax_ids">
|
||
|
||
|
||
|
||
<div class="badge badge-pill o_tag_color_0" data-color="0" data-index="0" data-id="14" title="Tag color: No color">
|
||
|
||
|
||
|
||
<span class="o_badge_text" title="Wewnątrzwspólnotowa dostawa towarów"><span role="img" aria-label="Tag color: No color"></span>Wewnątrzwspólnotowa dostawa towarów</span>
|
||
|
||
|
||
|
||
</div>
|
||
|
||
</div></td><td class="o_data_cell o_field_cell o_list_number o_readonly_modifier" tabindex="-1" title="0,00&nbsp;zł">0,00 zł</td><td class="o_data_cell o_field_cell o_list_number o_readonly_modifier" tabindex="-1" title="836,08">836,08</td><td class="o_data_cell o_field_cell o_list_number o_readonly_modifier" tabindex="-1" title="0,00">0,00</td><td class="o_data_cell o_field_cell o_list_number o_readonly_modifier" tabindex="-1" title="836,08">836,08</td><td class="o_list_idea_custom_td" style="width:40px; text-align:center;"></td></tr><tr class="o_data_row" data-id="account.move.line_1428"><th class="xxx o_list_row_count_ideaerp">19</th><td class="o_data_cell o_field_cell o_list_number o_handle_cell" tabindex="-1"><span class="o_row_handle fa fa-arrows ui-sortable-handle o_field_widget" name="sequence"></span></td><td class="o_data_cell o_field_cell o_list_many2one" tabindex="-1" title="[DR9668] Akumulator Duracell DR9668 7,4V 750mAh Li-Ion">[DR9668] Akumulator Duracell DR9668 7,4V 750mAh Li-Ion</td><td class="o_data_cell o_field_cell o_list_char o_section_and_note_text_cell" tabindex="-1"><span class="o_field_text o_field_widget" name="name">ZZ/00531: [DR9668] Lithium ion Battery 7.4V 750mAh</span></td><td class="o_data_cell o_field_cell o_list_many2one" tabindex="-1" title="Sztuki">Sztuki</td><td class="o_data_cell o_field_cell o_list_number" tabindex="-1" title="20,000">20,000</td><td class="o_data_cell o_field_cell o_list_number" tabindex="-1" title="35,8500">35,8500</td><td class="o_data_cell o_field_cell o_list_number" tabindex="-1" title="0,00">0,00</td><td class="o_data_cell o_field_cell o_many2many_tags_cell" tabindex="-1"><div class="o_field_many2manytags o_field_widget" name="tax_ids">
|
||
|
||
|
||
|
||
<div class="badge badge-pill o_tag_color_0" data-color="0" data-index="0" data-id="14" title="Tag color: No color">
|
||
|
||
|
||
|
||
<span class="o_badge_text" title="Wewnątrzwspólnotowa dostawa towarów"><span role="img" aria-label="Tag color: No color"></span>Wewnątrzwspólnotowa dostawa towarów</span>
|
||
|
||
|
||
|
||
</div>
|
||
|
||
</div></td><td class="o_data_cell o_field_cell o_list_number o_readonly_modifier" tabindex="-1" title="0,00&nbsp;zł">0,00 zł</td><td class="o_data_cell o_field_cell o_list_number o_readonly_modifier" tabindex="-1" title="717,00">717,00</td><td class="o_data_cell o_field_cell o_list_number o_readonly_modifier" tabindex="-1" title="0,00">0,00</td><td class="o_data_cell o_field_cell o_list_number o_readonly_modifier" tabindex="-1" title="717,00">717,00</td><td class="o_list_idea_custom_td" style="width:40px; text-align:center;"></td></tr><tr class="o_data_row" data-id="account.move.line_1437"><th class="xxx o_list_row_count_ideaerp">20</th><td class="o_data_cell o_field_cell o_list_number o_handle_cell" tabindex="-1"><span class="o_row_handle fa fa-arrows ui-sortable-handle o_field_widget" name="sequence"></span></td><td class="o_data_cell o_field_cell o_list_many2one" tabindex="-1" title="[DR9943] Akumulator Duracell DR9943 7,4V1600mAh Li-Ion">[DR9943] Akumulator Duracell DR9943 7,4V1600mAh Li-Ion</td><td class="o_data_cell o_field_cell o_list_char o_section_and_note_text_cell" tabindex="-1"><span class="o_field_text o_field_widget" name="name">ZZ/00531: [DR9943] Lithium ion Battery 7.4V 1600mAh</span></td><td class="o_data_cell o_field_cell o_list_many2one" tabindex="-1" title="Sztuki">Sztuki</td><td class="o_data_cell o_field_cell o_list_number" tabindex="-1" title="10,000">10,000</td><td class="o_data_cell o_field_cell o_list_number" tabindex="-1" title="49,8300">49,8300</td><td class="o_data_cell o_field_cell o_list_number" tabindex="-1" title="0,00">0,00</td><td class="o_data_cell o_field_cell o_many2many_tags_cell" tabindex="-1"><div class="o_field_many2manytags o_field_widget" name="tax_ids">
|
||
|
||
|
||
|
||
<div class="badge badge-pill o_tag_color_0" data-color="0" data-index="0" data-id="14" title="Tag color: No color">
|
||
|
||
|
||
|
||
<span class="o_badge_text" title="Wewnątrzwspólnotowa dostawa towarów"><span role="img" aria-label="Tag color: No color"></span>Wewnątrzwspólnotowa dostawa towarów</span>
|
||
|
||
|
||
|
||
</div>
|
||
|
||
</div></td><td class="o_data_cell o_field_cell o_list_number o_readonly_modifier" tabindex="-1" title="0,00&nbsp;zł">0,00 zł</td><td class="o_data_cell o_field_cell o_list_number o_readonly_modifier" tabindex="-1" title="498,30">498,30</td><td class="o_data_cell o_field_cell o_list_number o_readonly_modifier" tabindex="-1" title="0,00">0,00</td><td class="o_data_cell o_field_cell o_list_number o_readonly_modifier" tabindex="-1" title="498,30">498,30</td><td class="o_list_idea_custom_td" style="width:40px; text-align:center;"></td></tr><tr class="o_data_row" data-id="account.move.line_1446"><th class="xxx o_list_row_count_ideaerp">21</th><td class="o_data_cell o_field_cell o_list_number o_handle_cell" tabindex="-1"><span class="o_row_handle fa fa-arrows ui-sortable-handle o_field_widget" name="sequence"></span></td><td class="o_data_cell o_field_cell o_list_many2one" tabindex="-1" title="[DRC511] Akumulator Duracell DRC511 7,4V1600mAh Li-Ion">[DRC511] Akumulator Duracell DRC511 7,4V1600mAh Li-Ion</td><td class="o_data_cell o_field_cell o_list_char o_section_and_note_text_cell" tabindex="-1"><span class="o_field_text o_field_widget" name="name">ZZ/00531: [DRC511] Lithium ion Battery 7.4V 1600mAh</span></td><td class="o_data_cell o_field_cell o_list_many2one" tabindex="-1" title="Sztuki">Sztuki</td><td class="o_data_cell o_field_cell o_list_number" tabindex="-1" title="20,000">20,000</td><td class="o_data_cell o_field_cell o_list_number" tabindex="-1" title="39,8400">39,8400</td><td class="o_data_cell o_field_cell o_list_number" tabindex="-1" title="0,00">0,00</td><td class="o_data_cell o_field_cell o_many2many_tags_cell" tabindex="-1"><div class="o_field_many2manytags o_field_widget" name="tax_ids">
|
||
|
||
|
||
|
||
<div class="badge badge-pill o_tag_color_0" data-color="0" data-index="0" data-id="14" title="Tag color: No color">
|
||
|
||
|
||
|
||
<span class="o_badge_text" title="Wewnątrzwspólnotowa dostawa towarów"><span role="img" aria-label="Tag color: No color"></span>Wewnątrzwspólnotowa dostawa towarów</span>
|
||
|
||
|
||
|
||
</div>
|
||
|
||
</div></td><td class="o_data_cell o_field_cell o_list_number o_readonly_modifier" tabindex="-1" title="0,00&nbsp;zł">0,00 zł</td><td class="o_data_cell o_field_cell o_list_number o_readonly_modifier" tabindex="-1" title="796,80">796,80</td><td class="o_data_cell o_field_cell o_list_number o_readonly_modifier" tabindex="-1" title="0,00">0,00</td><td class="o_data_cell o_field_cell o_list_number o_readonly_modifier" tabindex="-1" title="796,80">796,80</td><td class="o_list_idea_custom_td" style="width:40px; text-align:center;"></td></tr><tr class="o_data_row" data-id="account.move.line_1455"><th class="xxx o_list_row_count_ideaerp">22</th><td class="o_data_cell o_field_cell o_list_number o_handle_cell" tabindex="-1"><span class="o_row_handle fa fa-arrows ui-sortable-handle o_field_widget" name="sequence"></span></td><td class="o_data_cell o_field_cell o_list_many2one" tabindex="-1" title="[SHIPP] Wysyłka">[SHIPP] Wysyłka</td><td class="o_data_cell o_field_cell o_list_char o_section_and_note_text_cell" tabindex="-1"><span class="o_field_text o_field_widget" name="name">ZZ/00531: [SHIPP] Shipment Product</span></td><td class="o_data_cell o_field_cell o_list_many2one" tabindex="-1" title="Sztuki">Sztuki</td><td class="o_data_cell o_field_cell o_list_number" tabindex="-1" title="1,000">1,000</td><td class="o_data_cell o_field_cell o_list_number" tabindex="-1" title="45,0000">45,0000</td><td class="o_data_cell o_field_cell o_list_number" tabindex="-1" title="0,00">0,00</td><td class="o_data_cell o_field_cell o_many2many_tags_cell" tabindex="-1"><div class="o_field_many2manytags o_field_widget" name="tax_ids">
|
||
|
||
|
||
|
||
<div class="badge badge-pill o_tag_color_0" data-color="0" data-index="0" data-id="14" title="Tag color: No color">
|
||
|
||
|
||
|
||
<span class="o_badge_text" title="Wewnątrzwspólnotowa dostawa towarów"><span role="img" aria-label="Tag color: No color"></span>Wewnątrzwspólnotowa dostawa towarów</span>
|
||
|
||
|
||
|
||
</div>
|
||
|
||
</div></td><td class="o_data_cell o_field_cell o_list_number o_readonly_modifier" tabindex="-1" title="0,00&nbsp;zł">0,00 zł</td><td class="o_data_cell o_field_cell o_list_number o_readonly_modifier" tabindex="-1" title="45,00">45,00</td><td class="o_data_cell o_field_cell o_list_number o_readonly_modifier" tabindex="-1" title="0,00">0,00</td><td class="o_data_cell o_field_cell o_list_number o_readonly_modifier" tabindex="-1" title="45,00">45,00</td><td class="o_list_idea_custom_td" style="width:40px; text-align:center;"></td></tr></tbody><tfoot><tr><td></td><td></td><td></td><td></td><td></td><td></td><td></td><td></td><td></td><td></td><td></td><td></td><td></td></tr></tfoot><i class="o_optional_columns_dropdown_toggle fa fa-ellipsis-v"></i></table></div></div></div><table class="o_group o_inner_group oe_subtotal_footer"><tbody><tr><td class="o_td_label"><label class="o_form_label o_readonly_modifier" for="o_field_input_1137">Kwota bez podatku</label></td><td style="width: 100%;"><span class="o_field_monetary o_field_number o_field_widget o_readonly_modifier" name="amount_untaxed">-99,66 zł</span></td></tr><tr><td colspan="2" style="width: 100%;"><div name="amount_by_group" class="o_field_widget o_readonly_modifier"><table style="width: 100%;">
|
||
<tbody>
|
||
|
||
<tr>
|
||
<td class="oe_tax_group_name">
|
||
VAT 0%:
|
||
</td>
|
||
<td class="oe_tax_group_editable" data-tax-group-id="5">
|
||
|
||
|
||
<span class="oe_tax_group_amount_value">
|
||
-0.00 zł
|
||
</span>
|
||
|
||
</td>
|
||
</tr>
|
||
|
||
</tbody>
|
||
</table></div></td></tr><tr><td class="o_td_label"><label class="o_form_label o_readonly_modifier" for="o_field_input_1138">Suma</label></td><td style="width: 100%;"><span class="o_field_monetary o_field_number o_field_widget o_readonly_modifier oe_subtotal_footer_separator" name="amount_total">-99,66 zł</span></td></tr><tr><td colspan="2" style="width: 100%;"><div name="invoice_payments_widget" class="o_field_widget o_readonly_modifier"></div></td></tr><tr><td class="o_td_label"><label class="o_form_label o_readonly_modifier" for="o_field_input_1139">Należność</label></td><td style="width: 100%;"><span class="o_field_monetary o_field_number o_field_widget o_readonly_modifier oe_subtotal_footer_separator" name="amount_residual">-99,66 zł</span></td></tr></tbody></table><div name="invoice_outstanding_credits_debits_widget" class="o_field_widget o_readonly_modifier oe_invoice_outstanding_credits_debits"></div></div><div class="tab-pane" id="notebook_page_1870"><div class="o_field_one2many o_field_widget o_field_x2many o_field_x2many_list o_readonly_modifier" name="line_ids" id="o_field_input_1240"><div class="o_cp_controller"><div class="o_x2m_control_panel">
|
||
<nav class="o_cp_buttons" aria-label="Control panel toolbar" role="toolbar"></nav>
|
||
<nav class="o_cp_pager" aria-label="Pager" role="toolbar"><div class="o_pager o_hidden">
|
||
|
||
<span class="o_pager_counter">
|
||
<span class="o_pager_value"></span> z
|
||
<span class="o_pager_limit"></span>
|
||
</span>
|
||
|
||
<span class="btn-group" aria-atomic="true">
|
||
|
||
|
||
<button type="button" class="fa fa-chevron-left btn btn-secondary o_pager_previous" aria-label="Poprzedni" title="Poprzedni" tabindex="-1"></button>
|
||
<button type="button" class="fa fa-chevron-right btn btn-secondary o_pager_next" aria-label="Następny" title="Następny" tabindex="-1"></button>
|
||
</span>
|
||
</div></nav>
|
||
</div></div><div class="o_list_view o_list_optional_columns"><div class="table-responsive" style="max-height: calc(-121px + 100vh);"><table class="o_list_table table table-sm table-hover table-striped o_list_table_ungrouped"><thead><tr><th class="o_list_row_number_header o_list_row_count_ideaerp">#</th><th data-name="account_id" tabindex="-1" class="o_column_sortable" title="Konto">Konto<span class="o_resize"></span></th><th data-name="name" class="o_section_and_note_text_cell o_column_sortable" tabindex="-1" title="Etykieta">Etykieta<span class="o_resize"></span></th><th data-name="debit" tabindex="-1" class="o_column_sortable o_list_number_th" title="Winien">Winien<span class="o_resize"></span></th><th data-name="credit" tabindex="-1" class="o_column_sortable o_list_number_th" title="Ma">Ma<span class="o_resize"></span></th><th data-name="tag_ids" class="o_many2many_tags_cell" tabindex="-1" title="Podatki">Podatki<span class="o_resize"></span></th><th class="o_list_idea_custom_th" style="width:40px; text-align:center;"><div class="o_optional_columns text-center dropdown"><a class="dropdown-toggle text-dark o-no-caret" href="#" role="button" data-toggle="dropdown" data-display="static" aria-expanded="false"></a><div class="dropdown-menu o_optional_columns_dropdown dropdown-menu-right" role="menu"><div class="dropdown-item"><div class="custom-control custom-checkbox"><input type="checkbox" id="checkbox-1893" class="custom-control-input" name="name"><label for="checkbox-1893" class="custom-control-label">Etykieta</label></div></div><div class="dropdown-item"><div class="custom-control custom-checkbox"><input type="checkbox" id="checkbox-1894" class="custom-control-input" name="date_maturity"><label for="checkbox-1894" class="custom-control-label">Termin płatności</label></div></div><div class="dropdown-item"><div class="custom-control custom-checkbox"><input type="checkbox" id="checkbox-1895" class="custom-control-input" name="amount_currency"><label for="checkbox-1895" class="custom-control-label">Kwota w walucie</label></div></div><div class="dropdown-item"><div class="custom-control custom-checkbox"><input type="checkbox" id="checkbox-1896" class="custom-control-input" name="tax_ids"><label for="checkbox-1896" class="custom-control-label">Podatki</label></div></div><div class="dropdown-item"><div class="custom-control custom-checkbox"><input type="checkbox" id="checkbox-1897" class="custom-control-input" name="tag_ids"><label for="checkbox-1897" class="custom-control-label">Podatki</label></div></div></div></div></th></tr></thead><tbody><tr class="o_data_row" data-id="account.move.line_1530"><th class="xxx o_list_row_count_ideaerp">1</th><td class="o_data_cell o_field_cell o_list_many2one o_required_modifier" tabindex="-1" title="21-000-000 Rozrachunki z dostawcami">21-000-000 Rozrachunki z dostawcami</td><td class="o_data_cell o_field_cell o_list_char o_section_and_note_text_cell" tabindex="-1"><span class="o_field_text o_field_widget o_field_empty" name="name"></span></td><td class="o_data_cell o_field_cell o_list_number" tabindex="-1" title="99,66&nbsp;zł">99,66 zł</td><td class="o_data_cell o_field_cell o_list_number" tabindex="-1" title="0,00&nbsp;zł">0,00 zł</td><td class="o_data_cell o_field_cell o_many2many_tags_cell" tabindex="-1"><div class="o_field_many2manytags o_field_widget o_field_empty" name="tag_ids">
|
||
|
||
</div></td><td class="o_list_idea_custom_td" style="width:40px; text-align:center;"></td></tr><tr class="o_data_row" data-id="account.move.line_1536"><th class="xxx o_list_row_count_ideaerp">2</th><td class="o_data_cell o_field_cell o_list_many2one o_required_modifier" tabindex="-1" title="30-020-000 Rozliczenie zakupu towarów">30-020-000 Rozliczenie zakupu towarów</td><td class="o_data_cell o_field_cell o_list_char o_section_and_note_text_cell" tabindex="-1"><span class="o_field_text o_field_widget" name="name">ZZ/00531: [DRC2L] Lithium ion Battery 7.4V 700mAh</span></td><td class="o_data_cell o_field_cell o_list_number" tabindex="-1" title="0,00&nbsp;zł">0,00 zł</td><td class="o_data_cell o_field_cell o_list_number" tabindex="-1" title="0,00&nbsp;zł">0,00 zł</td><td class="o_data_cell o_field_cell o_many2many_tags_cell" tabindex="-1"><div class="o_field_many2manytags o_field_widget" name="tag_ids">
|
||
|
||
|
||
|
||
<div class="badge badge-pill o_tag_color_0" data-color="0" data-index="0" data-id="10" title="Tag color: No color">
|
||
|
||
|
||
|
||
<span class="o_badge_text" title="-Podstawa - Dostawa towarów/usług, kraj, 0%"><span role="img" aria-label="Tag color: No color"></span>-Podstawa - Dostawa towarów/usług, kraj, 0%</span>
|
||
|
||
|
||
|
||
</div>
|
||
|
||
</div></td><td class="o_list_idea_custom_td" style="width:40px; text-align:center;"></td></tr><tr class="o_data_row" data-id="account.move.line_1545"><th class="xxx o_list_row_count_ideaerp">3</th><td class="o_data_cell o_field_cell o_list_many2one o_required_modifier" tabindex="-1" title="30-020-000 Rozliczenie zakupu towarów">30-020-000 Rozliczenie zakupu towarów</td><td class="o_data_cell o_field_cell o_list_char o_section_and_note_text_cell" tabindex="-1"><span class="o_field_text o_field_widget" name="name">ZZ/00531: [DR9618] Lithium ion Battery 3.7V 700mAh</span></td><td class="o_data_cell o_field_cell o_list_number" tabindex="-1" title="0,00&nbsp;zł">0,00 zł</td><td class="o_data_cell o_field_cell o_list_number" tabindex="-1" title="0,00&nbsp;zł">0,00 zł</td><td class="o_data_cell o_field_cell o_many2many_tags_cell" tabindex="-1"><div class="o_field_many2manytags o_field_widget" name="tag_ids">
|
||
|
||
|
||
|
||
<div class="badge badge-pill o_tag_color_0" data-color="0" data-index="0" data-id="10" title="Tag color: No color">
|
||
|
||
|
||
|
||
<span class="o_badge_text" title="-Podstawa - Dostawa towarów/usług, kraj, 0%"><span role="img" aria-label="Tag color: No color"></span>-Podstawa - Dostawa towarów/usług, kraj, 0%</span>
|
||
|
||
|
||
|
||
</div>
|
||
|
||
</div></td><td class="o_list_idea_custom_td" style="width:40px; text-align:center;"></td></tr><tr class="o_data_row" data-id="account.move.line_1554"><th class="xxx o_list_row_count_ideaerp">4</th><td class="o_data_cell o_field_cell o_list_many2one o_required_modifier" tabindex="-1" title="30-020-000 Rozliczenie zakupu towarów">30-020-000 Rozliczenie zakupu towarów</td><td class="o_data_cell o_field_cell o_list_char o_section_and_note_text_cell" tabindex="-1"><span class="o_field_text o_field_widget" name="name">ZZ/00531: [DR9963] Lithium ion Battery 3.7V 700mAh</span></td><td class="o_data_cell o_field_cell o_list_number" tabindex="-1" title="0,00&nbsp;zł">0,00 zł</td><td class="o_data_cell o_field_cell o_list_number" tabindex="-1" title="0,00&nbsp;zł">0,00 zł</td><td class="o_data_cell o_field_cell o_many2many_tags_cell" tabindex="-1"><div class="o_field_many2manytags o_field_widget" name="tag_ids">
|
||
|
||
|
||
|
||
<div class="badge badge-pill o_tag_color_0" data-color="0" data-index="0" data-id="10" title="Tag color: No color">
|
||
|
||
|
||
|
||
<span class="o_badge_text" title="-Podstawa - Dostawa towarów/usług, kraj, 0%"><span role="img" aria-label="Tag color: No color"></span>-Podstawa - Dostawa towarów/usług, kraj, 0%</span>
|
||
|
||
|
||
|
||
</div>
|
||
|
||
</div></td><td class="o_list_idea_custom_td" style="width:40px; text-align:center;"></td></tr><tr class="o_data_row" data-id="account.move.line_1563"><th class="xxx o_list_row_count_ideaerp">5</th><td class="o_data_cell o_field_cell o_list_many2one o_required_modifier" tabindex="-1" title="30-020-000 Rozliczenie zakupu towarów">30-020-000 Rozliczenie zakupu towarów</td><td class="o_data_cell o_field_cell o_list_char o_section_and_note_text_cell" tabindex="-1"><span class="o_field_text o_field_widget" name="name">ZZ/00531: [DR9900] Lithium ion Battery 7.4V 1100mAh</span></td><td class="o_data_cell o_field_cell o_list_number" tabindex="-1" title="0,00&nbsp;zł">0,00 zł</td><td class="o_data_cell o_field_cell o_list_number" tabindex="-1" title="0,00&nbsp;zł">0,00 zł</td><td class="o_data_cell o_field_cell o_many2many_tags_cell" tabindex="-1"><div class="o_field_many2manytags o_field_widget" name="tag_ids">
|
||
|
||
|
||
|
||
<div class="badge badge-pill o_tag_color_0" data-color="0" data-index="0" data-id="10" title="Tag color: No color">
|
||
|
||
|
||
|
||
<span class="o_badge_text" title="-Podstawa - Dostawa towarów/usług, kraj, 0%"><span role="img" aria-label="Tag color: No color"></span>-Podstawa - Dostawa towarów/usług, kraj, 0%</span>
|
||
|
||
|
||
|
||
</div>
|
||
|
||
</div></td><td class="o_list_idea_custom_td" style="width:40px; text-align:center;"></td></tr><tr class="o_data_row" data-id="account.move.line_1572"><th class="xxx o_list_row_count_ideaerp">6</th><td class="o_data_cell o_field_cell o_list_many2one o_required_modifier" tabindex="-1" title="30-020-000 Rozliczenie zakupu towarów">30-020-000 Rozliczenie zakupu towarów</td><td class="o_data_cell o_field_cell o_list_char o_section_and_note_text_cell" tabindex="-1"><span class="o_field_text o_field_widget" name="name">ZZ/00531: [DR9954] Lithium ion Battery 7.4V 1030mAh</span></td><td class="o_data_cell o_field_cell o_list_number" tabindex="-1" title="0,00&nbsp;zł">0,00 zł</td><td class="o_data_cell o_field_cell o_list_number" tabindex="-1" title="0,00&nbsp;zł">0,00 zł</td><td class="o_data_cell o_field_cell o_many2many_tags_cell" tabindex="-1"><div class="o_field_many2manytags o_field_widget" name="tag_ids">
|
||
|
||
|
||
|
||
<div class="badge badge-pill o_tag_color_0" data-color="0" data-index="0" data-id="10" title="Tag color: No color">
|
||
|
||
|
||
|
||
<span class="o_badge_text" title="-Podstawa - Dostawa towarów/usług, kraj, 0%"><span role="img" aria-label="Tag color: No color"></span>-Podstawa - Dostawa towarów/usług, kraj, 0%</span>
|
||
|
||
|
||
|
||
</div>
|
||
|
||
</div></td><td class="o_list_idea_custom_td" style="width:40px; text-align:center;"></td></tr><tr class="o_data_row" data-id="account.move.line_1581"><th class="xxx o_list_row_count_ideaerp">7</th><td class="o_data_cell o_field_cell o_list_many2one o_required_modifier" tabindex="-1" title="30-020-000 Rozliczenie zakupu towarów">30-020-000 Rozliczenie zakupu towarów</td><td class="o_data_cell o_field_cell o_list_char o_section_and_note_text_cell" tabindex="-1"><span class="o_field_text o_field_widget" name="name">ZZ/00531: [DRGOPROH4] Lithium ion Battery 3.8V 1160mAh</span></td><td class="o_data_cell o_field_cell o_list_number" tabindex="-1" title="0,00&nbsp;zł">0,00 zł</td><td class="o_data_cell o_field_cell o_list_number" tabindex="-1" title="0,00&nbsp;zł">0,00 zł</td><td class="o_data_cell o_field_cell o_many2many_tags_cell" tabindex="-1"><div class="o_field_many2manytags o_field_widget" name="tag_ids">
|
||
|
||
|
||
|
||
<div class="badge badge-pill o_tag_color_0" data-color="0" data-index="0" data-id="10" title="Tag color: No color">
|
||
|
||
|
||
|
||
<span class="o_badge_text" title="-Podstawa - Dostawa towarów/usług, kraj, 0%"><span role="img" aria-label="Tag color: No color"></span>-Podstawa - Dostawa towarów/usług, kraj, 0%</span>
|
||
|
||
|
||
|
||
</div>
|
||
|
||
</div></td><td class="o_list_idea_custom_td" style="width:40px; text-align:center;"></td></tr><tr class="o_data_row" data-id="account.move.line_1590"><th class="xxx o_list_row_count_ideaerp">8</th><td class="o_data_cell o_field_cell o_list_many2one o_required_modifier" tabindex="-1" title="30-020-000 Rozliczenie zakupu towarów">30-020-000 Rozliczenie zakupu towarów</td><td class="o_data_cell o_field_cell o_list_char o_section_and_note_text_cell" tabindex="-1"><span class="o_field_text o_field_widget" name="name">ZZ/00531: [DR9688] Lithium ion Battery 3.7V 950mAh</span></td><td class="o_data_cell o_field_cell o_list_number" tabindex="-1" title="0,00&nbsp;zł">0,00 zł</td><td class="o_data_cell o_field_cell o_list_number" tabindex="-1" title="0,00&nbsp;zł">0,00 zł</td><td class="o_data_cell o_field_cell o_many2many_tags_cell" tabindex="-1"><div class="o_field_many2manytags o_field_widget" name="tag_ids">
|
||
|
||
|
||
|
||
<div class="badge badge-pill o_tag_color_0" data-color="0" data-index="0" data-id="10" title="Tag color: No color">
|
||
|
||
|
||
|
||
<span class="o_badge_text" title="-Podstawa - Dostawa towarów/usług, kraj, 0%"><span role="img" aria-label="Tag color: No color"></span>-Podstawa - Dostawa towarów/usług, kraj, 0%</span>
|
||
|
||
|
||
|
||
</div>
|
||
|
||
</div></td><td class="o_list_idea_custom_td" style="width:40px; text-align:center;"></td></tr><tr class="o_data_row" data-id="account.move.line_1599"><th class="xxx o_list_row_count_ideaerp">9</th><td class="o_data_cell o_field_cell o_list_many2one o_required_modifier" tabindex="-1" title="30-020-000 Rozliczenie zakupu towarów">30-020-000 Rozliczenie zakupu towarów</td><td class="o_data_cell o_field_cell o_list_char o_section_and_note_text_cell" tabindex="-1"><span class="o_field_text o_field_widget" name="name">ZZ/00531: [DR9967] Lithium ion Battery 7.4V 1020mAh</span></td><td class="o_data_cell o_field_cell o_list_number" tabindex="-1" title="0,00&nbsp;zł">0,00 zł</td><td class="o_data_cell o_field_cell o_list_number" tabindex="-1" title="0,00&nbsp;zł">0,00 zł</td><td class="o_data_cell o_field_cell o_many2many_tags_cell" tabindex="-1"><div class="o_field_many2manytags o_field_widget" name="tag_ids">
|
||
|
||
|
||
|
||
<div class="badge badge-pill o_tag_color_0" data-color="0" data-index="0" data-id="10" title="Tag color: No color">
|
||
|
||
|
||
|
||
<span class="o_badge_text" title="-Podstawa - Dostawa towarów/usług, kraj, 0%"><span role="img" aria-label="Tag color: No color"></span>-Podstawa - Dostawa towarów/usług, kraj, 0%</span>
|
||
|
||
|
||
|
||
</div>
|
||
|
||
</div></td><td class="o_list_idea_custom_td" style="width:40px; text-align:center;"></td></tr><tr class="o_data_row" data-id="account.move.line_1608"><th class="xxx o_list_row_count_ideaerp">10</th><td class="o_data_cell o_field_cell o_list_many2one o_required_modifier" tabindex="-1" title="30-020-000 Rozliczenie zakupu towarów">30-020-000 Rozliczenie zakupu towarów</td><td class="o_data_cell o_field_cell o_list_char o_section_and_note_text_cell" tabindex="-1"><span class="o_field_text o_field_widget" name="name">ZZ/00531: [DR9714] Lithium ion Battery 3.6V 1020mAh</span></td><td class="o_data_cell o_field_cell o_list_number" tabindex="-1" title="0,00&nbsp;zł">0,00 zł</td><td class="o_data_cell o_field_cell o_list_number" tabindex="-1" title="0,00&nbsp;zł">0,00 zł</td><td class="o_data_cell o_field_cell o_many2many_tags_cell" tabindex="-1"><div class="o_field_many2manytags o_field_widget" name="tag_ids">
|
||
|
||
|
||
|
||
<div class="badge badge-pill o_tag_color_0" data-color="0" data-index="0" data-id="10" title="Tag color: No color">
|
||
|
||
|
||
|
||
<span class="o_badge_text" title="-Podstawa - Dostawa towarów/usług, kraj, 0%"><span role="img" aria-label="Tag color: No color"></span>-Podstawa - Dostawa towarów/usług, kraj, 0%</span>
|
||
|
||
|
||
|
||
</div>
|
||
|
||
</div></td><td class="o_list_idea_custom_td" style="width:40px; text-align:center;"></td></tr><tr class="o_data_row" data-id="account.move.line_1617"><th class="xxx o_list_row_count_ideaerp">11</th><td class="o_data_cell o_field_cell o_list_many2one o_required_modifier" tabindex="-1" title="30-020-000 Rozliczenie zakupu towarów">30-020-000 Rozliczenie zakupu towarów</td><td class="o_data_cell o_field_cell o_list_char o_section_and_note_text_cell" tabindex="-1"><span class="o_field_text o_field_widget" name="name">ZZ/00531: [DR9700A] Lithium ion Battery 7.4V 700mAh</span></td><td class="o_data_cell o_field_cell o_list_number" tabindex="-1" title="0,00&nbsp;zł">0,00 zł</td><td class="o_data_cell o_field_cell o_list_number" tabindex="-1" title="0,00&nbsp;zł">0,00 zł</td><td class="o_data_cell o_field_cell o_many2many_tags_cell" tabindex="-1"><div class="o_field_many2manytags o_field_widget" name="tag_ids">
|
||
|
||
|
||
|
||
<div class="badge badge-pill o_tag_color_0" data-color="0" data-index="0" data-id="10" title="Tag color: No color">
|
||
|
||
|
||
|
||
<span class="o_badge_text" title="-Podstawa - Dostawa towarów/usług, kraj, 0%"><span role="img" aria-label="Tag color: No color"></span>-Podstawa - Dostawa towarów/usług, kraj, 0%</span>
|
||
|
||
|
||
|
||
</div>
|
||
|
||
</div></td><td class="o_list_idea_custom_td" style="width:40px; text-align:center;"></td></tr><tr class="o_data_row" data-id="account.move.line_1626"><th class="xxx o_list_row_count_ideaerp">12</th><td class="o_data_cell o_field_cell o_list_many2one o_required_modifier" tabindex="-1" title="30-020-000 Rozliczenie zakupu towarów">30-020-000 Rozliczenie zakupu towarów</td><td class="o_data_cell o_field_cell o_list_char o_section_and_note_text_cell" tabindex="-1"><span class="o_field_text o_field_widget" name="name">ZZ/00531: [DR9947] Lithium ion Battery 3.7V 700mAh</span></td><td class="o_data_cell o_field_cell o_list_number" tabindex="-1" title="0,00&nbsp;zł">0,00 zł</td><td class="o_data_cell o_field_cell o_list_number" tabindex="-1" title="0,00&nbsp;zł">0,00 zł</td><td class="o_data_cell o_field_cell o_many2many_tags_cell" tabindex="-1"><div class="o_field_many2manytags o_field_widget" name="tag_ids">
|
||
|
||
|
||
|
||
<div class="badge badge-pill o_tag_color_0" data-color="0" data-index="0" data-id="10" title="Tag color: No color">
|
||
|
||
|
||
|
||
<span class="o_badge_text" title="-Podstawa - Dostawa towarów/usług, kraj, 0%"><span role="img" aria-label="Tag color: No color"></span>-Podstawa - Dostawa towarów/usług, kraj, 0%</span>
|
||
|
||
|
||
|
||
</div>
|
||
|
||
</div></td><td class="o_list_idea_custom_td" style="width:40px; text-align:center;"></td></tr><tr class="o_data_row" data-id="account.move.line_1635"><th class="xxx o_list_row_count_ideaerp">13</th><td class="o_data_cell o_field_cell o_list_many2one o_required_modifier" tabindex="-1" title="30-020-000 Rozliczenie zakupu towarów">30-020-000 Rozliczenie zakupu towarów</td><td class="o_data_cell o_field_cell o_list_char o_section_and_note_text_cell" tabindex="-1"><span class="o_field_text o_field_widget" name="name">ZZ/00531: [DR9945] Lithium ion Battery 7.4V 1020mAh</span></td><td class="o_data_cell o_field_cell o_list_number" tabindex="-1" title="0,00&nbsp;zł">0,00 zł</td><td class="o_data_cell o_field_cell o_list_number" tabindex="-1" title="0,00&nbsp;zł">0,00 zł</td><td class="o_data_cell o_field_cell o_many2many_tags_cell" tabindex="-1"><div class="o_field_many2manytags o_field_widget" name="tag_ids">
|
||
|
||
|
||
|
||
<div class="badge badge-pill o_tag_color_0" data-color="0" data-index="0" data-id="10" title="Tag color: No color">
|
||
|
||
|
||
|
||
<span class="o_badge_text" title="-Podstawa - Dostawa towarów/usług, kraj, 0%"><span role="img" aria-label="Tag color: No color"></span>-Podstawa - Dostawa towarów/usług, kraj, 0%</span>
|
||
|
||
|
||
|
||
</div>
|
||
|
||
</div></td><td class="o_list_idea_custom_td" style="width:40px; text-align:center;"></td></tr><tr class="o_data_row" data-id="account.move.line_1644"><th class="xxx o_list_row_count_ideaerp">14</th><td class="o_data_cell o_field_cell o_list_many2one o_required_modifier" tabindex="-1" title="30-020-000 Rozliczenie zakupu towarów">30-020-000 Rozliczenie zakupu towarów</td><td class="o_data_cell o_field_cell o_list_char o_section_and_note_text_cell" tabindex="-1"><span class="o_field_text o_field_widget" name="name">ZZ/00531: [DRSBX1] Lithium ion Battery 3.7V 1090mAh</span></td><td class="o_data_cell o_field_cell o_list_number" tabindex="-1" title="0,00&nbsp;zł">0,00 zł</td><td class="o_data_cell o_field_cell o_list_number" tabindex="-1" title="0,00&nbsp;zł">0,00 zł</td><td class="o_data_cell o_field_cell o_many2many_tags_cell" tabindex="-1"><div class="o_field_many2manytags o_field_widget" name="tag_ids">
|
||
|
||
|
||
|
||
<div class="badge badge-pill o_tag_color_0" data-color="0" data-index="0" data-id="10" title="Tag color: No color">
|
||
|
||
|
||
|
||
<span class="o_badge_text" title="-Podstawa - Dostawa towarów/usług, kraj, 0%"><span role="img" aria-label="Tag color: No color"></span>-Podstawa - Dostawa towarów/usług, kraj, 0%</span>
|
||
|
||
|
||
|
||
</div>
|
||
|
||
</div></td><td class="o_list_idea_custom_td" style="width:40px; text-align:center;"></td></tr><tr class="o_data_row" data-id="account.move.line_1653"><th class="xxx o_list_row_count_ideaerp">15</th><td class="o_data_cell o_field_cell o_list_many2one o_required_modifier" tabindex="-1" title="30-020-000 Rozliczenie zakupu towarów">30-020-000 Rozliczenie zakupu towarów</td><td class="o_data_cell o_field_cell o_list_char o_section_and_note_text_cell" tabindex="-1"><span class="o_field_text o_field_widget" name="name">ZZ/00531: [DRNEL14] Lithium ion Battery 7.4V 1100mAh</span></td><td class="o_data_cell o_field_cell o_list_number" tabindex="-1" title="0,00&nbsp;zł">0,00 zł</td><td class="o_data_cell o_field_cell o_list_number" tabindex="-1" title="0,00&nbsp;zł">0,00 zł</td><td class="o_data_cell o_field_cell o_many2many_tags_cell" tabindex="-1"><div class="o_field_many2manytags o_field_widget" name="tag_ids">
|
||
|
||
|
||
|
||
<div class="badge badge-pill o_tag_color_0" data-color="0" data-index="0" data-id="10" title="Tag color: No color">
|
||
|
||
|
||
|
||
<span class="o_badge_text" title="-Podstawa - Dostawa towarów/usług, kraj, 0%"><span role="img" aria-label="Tag color: No color"></span>-Podstawa - Dostawa towarów/usług, kraj, 0%</span>
|
||
|
||
|
||
|
||
</div>
|
||
|
||
</div></td><td class="o_list_idea_custom_td" style="width:40px; text-align:center;"></td></tr><tr class="o_data_row" data-id="account.move.line_1662"><th class="xxx o_list_row_count_ideaerp">16</th><td class="o_data_cell o_field_cell o_list_many2one o_required_modifier" tabindex="-1" title="30-020-000 Rozliczenie zakupu towarów">30-020-000 Rozliczenie zakupu towarów</td><td class="o_data_cell o_field_cell o_list_char o_section_and_note_text_cell" tabindex="-1"><span class="o_field_text o_field_widget" name="name">ZZ/00531: [DR9925] Lithium ion Battery 7.4V 1020mAh</span></td><td class="o_data_cell o_field_cell o_list_number" tabindex="-1" title="0,00&nbsp;zł">0,00 zł</td><td class="o_data_cell o_field_cell o_list_number" tabindex="-1" title="0,00&nbsp;zł">0,00 zł</td><td class="o_data_cell o_field_cell o_many2many_tags_cell" tabindex="-1"><div class="o_field_many2manytags o_field_widget" name="tag_ids">
|
||
|
||
|
||
|
||
<div class="badge badge-pill o_tag_color_0" data-color="0" data-index="0" data-id="10" title="Tag color: No color">
|
||
|
||
|
||
|
||
<span class="o_badge_text" title="-Podstawa - Dostawa towarów/usług, kraj, 0%"><span role="img" aria-label="Tag color: No color"></span>-Podstawa - Dostawa towarów/usług, kraj, 0%</span>
|
||
|
||
|
||
|
||
</div>
|
||
|
||
</div></td><td class="o_list_idea_custom_td" style="width:40px; text-align:center;"></td></tr><tr class="o_data_row" data-id="account.move.line_1671"><th class="xxx o_list_row_count_ideaerp">17</th><td class="o_data_cell o_field_cell o_list_many2one o_required_modifier" tabindex="-1" title="30-020-000 Rozliczenie zakupu towarów">30-020-000 Rozliczenie zakupu towarów</td><td class="o_data_cell o_field_cell o_list_char o_section_and_note_text_cell" tabindex="-1"><span class="o_field_text o_field_widget" name="name">ZZ/00531: [DRNEL3] Lithium ion Battery 7.4V 1600mAh</span></td><td class="o_data_cell o_field_cell o_list_number" tabindex="-1" title="0,00&nbsp;zł">0,00 zł</td><td class="o_data_cell o_field_cell o_list_number" tabindex="-1" title="99,66&nbsp;zł">99,66 zł</td><td class="o_data_cell o_field_cell o_many2many_tags_cell" tabindex="-1"><div class="o_field_many2manytags o_field_widget" name="tag_ids">
|
||
|
||
|
||
|
||
<div class="badge badge-pill o_tag_color_0" data-color="0" data-index="0" data-id="10" title="Tag color: No color">
|
||
|
||
|
||
|
||
<span class="o_badge_text" title="-Podstawa - Dostawa towarów/usług, kraj, 0%"><span role="img" aria-label="Tag color: No color"></span>-Podstawa - Dostawa towarów/usług, kraj, 0%</span>
|
||
|
||
|
||
|
||
</div>
|
||
|
||
</div></td><td class="o_list_idea_custom_td" style="width:40px; text-align:center;"></td></tr><tr class="o_data_row" data-id="account.move.line_1680"><th class="xxx o_list_row_count_ideaerp">18</th><td class="o_data_cell o_field_cell o_list_many2one o_required_modifier" tabindex="-1" title="30-020-000 Rozliczenie zakupu towarów">30-020-000 Rozliczenie zakupu towarów</td><td class="o_data_cell o_field_cell o_list_char o_section_and_note_text_cell" tabindex="-1"><span class="o_field_text o_field_widget" name="name">ZZ/00531: [DR9964] Lithium ion Battery 7.4V 1100mAh</span></td><td class="o_data_cell o_field_cell o_list_number" tabindex="-1" title="0,00&nbsp;zł">0,00 zł</td><td class="o_data_cell o_field_cell o_list_number" tabindex="-1" title="0,00&nbsp;zł">0,00 zł</td><td class="o_data_cell o_field_cell o_many2many_tags_cell" tabindex="-1"><div class="o_field_many2manytags o_field_widget" name="tag_ids">
|
||
|
||
|
||
|
||
<div class="badge badge-pill o_tag_color_0" data-color="0" data-index="0" data-id="10" title="Tag color: No color">
|
||
|
||
|
||
|
||
<span class="o_badge_text" title="-Podstawa - Dostawa towarów/usług, kraj, 0%"><span role="img" aria-label="Tag color: No color"></span>-Podstawa - Dostawa towarów/usług, kraj, 0%</span>
|
||
|
||
|
||
|
||
</div>
|
||
|
||
</div></td><td class="o_list_idea_custom_td" style="width:40px; text-align:center;"></td></tr><tr class="o_data_row" data-id="account.move.line_1689"><th class="xxx o_list_row_count_ideaerp">19</th><td class="o_data_cell o_field_cell o_list_many2one o_required_modifier" tabindex="-1" title="30-020-000 Rozliczenie zakupu towarów">30-020-000 Rozliczenie zakupu towarów</td><td class="o_data_cell o_field_cell o_list_char o_section_and_note_text_cell" tabindex="-1"><span class="o_field_text o_field_widget" name="name">ZZ/00531: [DR9641] Lithium ion Battery 3.7V 1180mAh</span></td><td class="o_data_cell o_field_cell o_list_number" tabindex="-1" title="0,00&nbsp;zł">0,00 zł</td><td class="o_data_cell o_field_cell o_list_number" tabindex="-1" title="0,00&nbsp;zł">0,00 zł</td><td class="o_data_cell o_field_cell o_many2many_tags_cell" tabindex="-1"><div class="o_field_many2manytags o_field_widget" name="tag_ids">
|
||
|
||
|
||
|
||
<div class="badge badge-pill o_tag_color_0" data-color="0" data-index="0" data-id="10" title="Tag color: No color">
|
||
|
||
|
||
|
||
<span class="o_badge_text" title="-Podstawa - Dostawa towarów/usług, kraj, 0%"><span role="img" aria-label="Tag color: No color"></span>-Podstawa - Dostawa towarów/usług, kraj, 0%</span>
|
||
|
||
|
||
|
||
</div>
|
||
|
||
</div></td><td class="o_list_idea_custom_td" style="width:40px; text-align:center;"></td></tr><tr class="o_data_row" data-id="account.move.line_1698"><th class="xxx o_list_row_count_ideaerp">20</th><td class="o_data_cell o_field_cell o_list_many2one o_required_modifier" tabindex="-1" title="30-020-000 Rozliczenie zakupu towarów">30-020-000 Rozliczenie zakupu towarów</td><td class="o_data_cell o_field_cell o_list_char o_section_and_note_text_cell" tabindex="-1"><span class="o_field_text o_field_widget" name="name">ZZ/00531: [DR9668] Lithium ion Battery 7.4V 750mAh</span></td><td class="o_data_cell o_field_cell o_list_number" tabindex="-1" title="0,00&nbsp;zł">0,00 zł</td><td class="o_data_cell o_field_cell o_list_number" tabindex="-1" title="0,00&nbsp;zł">0,00 zł</td><td class="o_data_cell o_field_cell o_many2many_tags_cell" tabindex="-1"><div class="o_field_many2manytags o_field_widget" name="tag_ids">
|
||
|
||
|
||
|
||
<div class="badge badge-pill o_tag_color_0" data-color="0" data-index="0" data-id="10" title="Tag color: No color">
|
||
|
||
|
||
|
||
<span class="o_badge_text" title="-Podstawa - Dostawa towarów/usług, kraj, 0%"><span role="img" aria-label="Tag color: No color"></span>-Podstawa - Dostawa towarów/usług, kraj, 0%</span>
|
||
|
||
|
||
|
||
</div>
|
||
|
||
</div></td><td class="o_list_idea_custom_td" style="width:40px; text-align:center;"></td></tr><tr class="o_data_row" data-id="account.move.line_1707"><th class="xxx o_list_row_count_ideaerp">21</th><td class="o_data_cell o_field_cell o_list_many2one o_required_modifier" tabindex="-1" title="30-020-000 Rozliczenie zakupu towarów">30-020-000 Rozliczenie zakupu towarów</td><td class="o_data_cell o_field_cell o_list_char o_section_and_note_text_cell" tabindex="-1"><span class="o_field_text o_field_widget" name="name">ZZ/00531: [DR9943] Lithium ion Battery 7.4V 1600mAh</span></td><td class="o_data_cell o_field_cell o_list_number" tabindex="-1" title="0,00&nbsp;zł">0,00 zł</td><td class="o_data_cell o_field_cell o_list_number" tabindex="-1" title="0,00&nbsp;zł">0,00 zł</td><td class="o_data_cell o_field_cell o_many2many_tags_cell" tabindex="-1"><div class="o_field_many2manytags o_field_widget" name="tag_ids">
|
||
|
||
|
||
|
||
<div class="badge badge-pill o_tag_color_0" data-color="0" data-index="0" data-id="10" title="Tag color: No color">
|
||
|
||
|
||
|
||
<span class="o_badge_text" title="-Podstawa - Dostawa towarów/usług, kraj, 0%"><span role="img" aria-label="Tag color: No color"></span>-Podstawa - Dostawa towarów/usług, kraj, 0%</span>
|
||
|
||
|
||
|
||
</div>
|
||
|
||
</div></td><td class="o_list_idea_custom_td" style="width:40px; text-align:center;"></td></tr><tr class="o_data_row" data-id="account.move.line_1716"><th class="xxx o_list_row_count_ideaerp">22</th><td class="o_data_cell o_field_cell o_list_many2one o_required_modifier" tabindex="-1" title="30-020-000 Rozliczenie zakupu towarów">30-020-000 Rozliczenie zakupu towarów</td><td class="o_data_cell o_field_cell o_list_char o_section_and_note_text_cell" tabindex="-1"><span class="o_field_text o_field_widget" name="name">ZZ/00531: [DRC511] Lithium ion Battery 7.4V 1600mAh</span></td><td class="o_data_cell o_field_cell o_list_number" tabindex="-1" title="0,00&nbsp;zł">0,00 zł</td><td class="o_data_cell o_field_cell o_list_number" tabindex="-1" title="0,00&nbsp;zł">0,00 zł</td><td class="o_data_cell o_field_cell o_many2many_tags_cell" tabindex="-1"><div class="o_field_many2manytags o_field_widget" name="tag_ids">
|
||
|
||
|
||
|
||
<div class="badge badge-pill o_tag_color_0" data-color="0" data-index="0" data-id="10" title="Tag color: No color">
|
||
|
||
|
||
|
||
<span class="o_badge_text" title="-Podstawa - Dostawa towarów/usług, kraj, 0%"><span role="img" aria-label="Tag color: No color"></span>-Podstawa - Dostawa towarów/usług, kraj, 0%</span>
|
||
|
||
|
||
|
||
</div>
|
||
|
||
</div></td><td class="o_list_idea_custom_td" style="width:40px; text-align:center;"></td></tr><tr class="o_data_row" data-id="account.move.line_1725"><th class="xxx o_list_row_count_ideaerp">23</th><td class="o_data_cell o_field_cell o_list_many2one o_required_modifier" tabindex="-1" title="30-030-000 Rozliczenie zakupu usług obcych">30-030-000 Rozliczenie zakupu usług obcych</td><td class="o_data_cell o_field_cell o_list_char o_section_and_note_text_cell" tabindex="-1"><span class="o_field_text o_field_widget" name="name">ZZ/00531: [SHIPP] Shipment Product</span></td><td class="o_data_cell o_field_cell o_list_number" tabindex="-1" title="0,00&nbsp;zł">0,00 zł</td><td class="o_data_cell o_field_cell o_list_number" tabindex="-1" title="0,00&nbsp;zł">0,00 zł</td><td class="o_data_cell o_field_cell o_many2many_tags_cell" tabindex="-1"><div class="o_field_many2manytags o_field_widget" name="tag_ids">
|
||
|
||
|
||
|
||
<div class="badge badge-pill o_tag_color_0" data-color="0" data-index="0" data-id="10" title="Tag color: No color">
|
||
|
||
|
||
|
||
<span class="o_badge_text" title="-Podstawa - Dostawa towarów/usług, kraj, 0%"><span role="img" aria-label="Tag color: No color"></span>-Podstawa - Dostawa towarów/usług, kraj, 0%</span>
|
||
|
||
|
||
|
||
</div>
|
||
|
||
</div></td><td class="o_list_idea_custom_td" style="width:40px; text-align:center;"></td></tr></tbody><tfoot><tr><td></td><td></td><td></td><td class="o_list_number" title="Suma Winien">99,66</td><td class="o_list_number" title="Suma Ma">99,66</td><td></td></tr></tfoot><i class="o_optional_columns_dropdown_toggle fa fa-ellipsis-v"></i></table></div></div></div></div><div class="tab-pane" id="notebook_page_1871"><div class="o_group"><table class="o_group o_inner_group o_invisible_modifier o_group_sale_info_group o_group_col_6" data-group-name="sale_info_group"><tbody><tr><td class="i_group_header" colspan="2" style="width: 100%;"><div class="o_horizontal_separator">Faktura</div></td></tr><tr><td class="o_td_label"><label class="o_form_label" for="o_field_input_1142">Sprzedawca</label></td><td style="width: 100%;"><a class="o_form_uri o_field_widget" href="#id=11&model=res.users" name="invoice_user_id" id="o_field_input_1142"><span>Joanna Mania</span></a></td></tr><tr><td class="o_td_label"><label class="o_form_label" for="o_field_input_1143">Zespół sprzedaży</label></td><td style="width: 100%;"><a class="o_form_uri o_field_widget" href="#id=1&model=crm.team" name="team_id" id="o_field_input_1143"><span>Detal</span></a></td></tr><tr><td class="o_td_label"><label class="o_form_label o_readonly_modifier" for="o_field_input_1144" data-original-title="" title="">Dokument źródłowy</label></td><td style="width: 100%;"><span class="o_field_char o_field_widget o_readonly_modifier" name="invoice_origin">ZZ/00531</span></td></tr><tr><td class="o_td_label"><label class="o_form_label o_readonly_modifier" for="o_field_input_1145">Na podstawie</label></td><td style="width: 100%;"><a class="o_form_uri o_field_widget o_readonly_modifier" href="#id=261821&model=account.move" name="reversed_entry_id" id="o_field_input_1145"><span>KFZ/305/10/2025 (17/2585109)</span></a></td></tr><tr><td class="o_td_label"><label class="o_form_label o_invisible_modifier o_readonly_modifier o_form_label_empty" for="o_field_input_1146">Komunikat z drukarki</label></td><td style="width: 100%;"><div class="o_field_many2manytags o_field_widget o_invisible_modifier o_readonly_modifier o_field_empty" name="receipt_printer_response">
|
||
|
||
</div></td></tr><tr><td class="o_td_label"><label class="o_form_label o_invisible_modifier o_readonly_modifier o_form_label_empty" for="o_field_input_1147">Odpowiedź drukarki eparagonów</label></td><td style="width: 100%;"><div class="o_field_many2manytags o_field_widget o_invisible_modifier o_readonly_modifier o_field_empty" name="ereceipt_printer_response">
|
||
|
||
</div></td></tr><tr><td class="o_td_label"><label class="o_form_label o_invisible_modifier o_readonly_modifier o_form_label_empty" for="o_field_input_1148">Adres do eparagonu</label></td><td style="width: 100%;"><a class="o_field_url o_field_widget o_form_uri o_text_overflow o_invisible_modifier o_readonly_modifier o_field_empty" name="ereceipt_url" target="_blank" href="false" id="o_field_input_1148">false</a></td></tr><tr><td class="o_td_label"><label class="o_form_label o_invisible_modifier o_readonly_modifier o_form_label_empty" for="o_field_input_1149" data-original-title="" title="">Strona WWW</label></td><td style="width: 100%;"><a class="o_form_uri o_field_widget o_invisible_modifier o_readonly_modifier o_field_empty" href="#" name="website_id" id="o_field_input_1149"><span></span></a></td></tr></tbody></table><table class="o_group o_inner_group o_group_accounting_info_group o_group_col_6" data-group-name="accounting_info_group"><tbody><tr><td class="i_group_header" colspan="2" style="width: 100%;"><div class="o_horizontal_separator">Księgowość</div></td></tr><tr><td class="o_td_label"><label class="o_form_label o_form_label_empty" for="o_field_input_1150" data-original-title="" title="">Incoterm</label></td><td style="width: 100%;"><a class="o_form_uri o_field_widget o_field_empty" href="#" name="invoice_incoterm_id" id="o_field_input_1150"><span></span></a></td></tr><tr><td class="o_td_label"><label class="o_form_label o_readonly_modifier o_form_label_empty" for="o_field_input_1151" data-original-title="" title="">Obszar podatkowy</label></td><td style="width: 100%;"><a class="o_form_uri o_field_widget o_readonly_modifier o_field_empty" href="#" name="fiscal_position_id" id="o_field_input_1151"><span></span></a></td></tr><tr><td class="o_td_label"><label class="o_form_label o_form_label_empty" for="o_field_input_1152">Custom Rewizor Category</label></td><td style="width: 100%;"><span class="o_field_char o_field_widget o_field_empty" name="custom_rewizor_category"></span></td></tr><tr><td class="o_td_label"><label class="o_form_label o_form_label_empty" for="o_field_input_1153">Custom Optima Category</label></td><td style="width: 100%;"><span class="o_field_char o_field_widget o_field_empty" name="custom_optima_category"></span></td></tr><tr><td class="o_td_label"><label class="o_form_label o_invisible_modifier o_readonly_modifier o_form_label_empty" for="o_field_input_1154" data-original-title="" title="">Metoda zaokrąglania gotówki</label></td><td style="width: 100%;"><a class="o_form_uri o_field_widget o_invisible_modifier o_readonly_modifier o_field_empty" href="#" name="invoice_cash_rounding_id" id="o_field_input_1154"><span></span></a></td></tr><tr><td class="o_td_label"><label class="o_form_label o_invisible_modifier o_form_label_empty" for="o_field_input_1155">Source Email</label></td><td style="width: 100%;"><a class="o_field_email o_field_widget o_form_uri o_text_overflow o_invisible_modifier o_field_empty" name="invoice_source_email" href="mailto:false" id="o_field_input_1155">false</a></td></tr></tbody></table><table class="o_group o_inner_group o_group_payments_info_group o_group_col_6" data-group-name="payments_info_group"><tbody><tr><td class="i_group_header" colspan="2" style="width: 100%;"><div class="o_horizontal_separator">Transakcje</div></td></tr><tr><td class="o_td_label"><label class="o_form_label o_readonly_modifier o_form_label_empty" for="o_field_input_1156" data-original-title="" title="">Odnośnik płatności</label></td><td style="width: 100%;"><span class="o_field_char o_field_widget o_readonly_modifier o_field_empty" name="invoice_payment_ref"></span></td></tr><tr><td class="o_td_label"><label class="o_form_label o_readonly_modifier o_form_label_empty" for="o_field_input_1157" data-original-title="" title="">Konto bankowe</label></td><td style="width: 100%;"><a class="o_form_uri o_field_widget o_readonly_modifier o_field_empty" href="#" name="invoice_partner_bank_id" id="o_field_input_1157"><span></span></a></td></tr><tr><td class="o_td_label"><label class="o_form_label" for="o_field_input_1158">Płatność podzielona</label></td><td style="width: 100%;"><div class="o_field_boolean o_field_widget custom-control custom-checkbox" name="split_payment"><input type="checkbox" id="checkbox-1881" class="custom-control-input" disabled=""><label for="o_field_input_1158" class="custom-control-label">​</label></div></td></tr></tbody></table><table class="o_group o_inner_group o_invisible_modifier o_group_utm_link o_group_col_6" data-group-name="utm_link"><tbody><tr><td class="i_group_header" colspan="2" style="width: 100%;"><div class="o_horizontal_separator">Marketing</div></td></tr><tr><td class="o_td_label"><label class="o_form_label o_form_label_empty" for="o_field_input_1159" data-original-title="" title="">Campaign</label></td><td style="width: 100%;"><a class="o_form_uri o_field_widget o_field_empty" href="#" name="campaign_id" id="o_field_input_1159"><span></span></a></td></tr><tr><td class="o_td_label"><label class="o_form_label o_form_label_empty" for="o_field_input_1160" data-original-title="" title="">Medium</label></td><td style="width: 100%;"><a class="o_form_uri o_field_widget o_field_empty" href="#" name="medium_id" id="o_field_input_1160"><span></span></a></td></tr><tr><td class="o_td_label"><label class="o_form_label o_form_label_empty" for="o_field_input_1161" data-original-title="" title="">Source</label></td><td style="width: 100%;"><a class="o_form_uri o_field_widget o_field_empty" href="#" name="source_id" id="o_field_input_1161"><span></span></a></td></tr></tbody></table><table class="o_group o_inner_group o_group_dates_info_group o_group_col_6" data-group-name="dates_info_group"><tbody><tr><td class="i_group_header" colspan="2" style="width: 100%;"><div class="o_horizontal_separator">Zakres</div></td></tr><tr><td class="o_td_label"><label class="o_form_label" for="o_field_input_1162">Data obowiązku podatkowego</label></td><td style="width: 100%;"><span class="o_field_date o_field_widget" name="date_tax_obligation">14.10.2025</span></td></tr><tr><td class="o_td_label"><label class="o_form_label" for="o_field_input_1163">Data deklaracji VAT-7</label></td><td style="width: 100%;"><span class="o_field_char o_field_widget" name="date_vat7_declaration">2025-04-15</span></td></tr><tr><td class="o_td_label"><label class="o_form_label" for="o_field_input_1164">Data deklaracji VAT-UE</label></td><td style="width: 100%;"><span class="o_field_date o_field_widget" name="date_vat_eu">10.04.2025</span></td></tr><tr><td class="o_td_label"><label class="o_form_label" for="o_field_input_1165">Data prawa do odliczenia </label></td><td style="width: 100%;"><span class="o_field_date o_field_widget" name="date_deduction">15.04.2025</span></td></tr><tr><td class="o_td_label"><label class="o_form_label o_readonly_modifier o_required_modifier" for="o_field_input_1166">Data księgowania</label></td><td style="width: 100%;"><span class="o_field_date o_field_widget o_readonly_modifier o_required_modifier" name="date">14.10.2025</span></td></tr></tbody></table><table class="o_group o_inner_group o_group_col_6"><tbody><tr><td class="i_group_header" colspan="2" style="width: 100%;"><div class="o_horizontal_separator">Informacje o dostawie</div></td></tr><tr><td class="o_td_label"><label class="o_form_label o_readonly_modifier o_form_label_empty" for="o_field_input_1167">List przewozowy</label></td><td style="width: 100%;"><span class="o_field_char o_field_widget o_readonly_modifier o_field_empty" name="waybill"></span></td></tr><tr><td class="o_td_label"><label class="o_form_label o_readonly_modifier o_form_label_empty" for="o_field_input_1168">Link śledzenia</label></td><td style="width: 100%;"><a class="o_field_url o_field_widget o_form_uri o_text_overflow o_readonly_modifier o_field_empty" name="tracking_url" target="_blank" href="false" id="o_field_input_1168">false</a></td></tr><tr><td class="o_td_label"><label class="o_form_label o_readonly_modifier o_form_label_empty" for="o_field_input_1169">Metoda dostawy</label></td><td style="width: 100%;"><a class="o_form_uri o_field_widget o_readonly_modifier o_field_empty" href="#" name="carrier_id" id="o_field_input_1169"><span></span></a></td></tr></tbody></table><table class="o_group o_inner_group o_group_col_6"><tbody><tr><td class="i_group_header" colspan="2" style="width: 100%;"><div class="o_horizontal_separator">Inne</div></td></tr><tr><td class="o_td_label"><label class="o_form_label" for="o_field_input_1170">Kontrola faktur</label></td><td style="width: 100%;"><div class="o_field_boolean o_field_widget custom-control custom-checkbox" name="invoice_control"><input type="checkbox" id="checkbox-1882" class="custom-control-input" disabled=""><label for="o_field_input_1170" class="custom-control-label">​</label></div></td></tr><tr><td class="o_td_label"><label class="o_form_label o_readonly_modifier" for="o_field_input_1171">Typ dziennika</label></td><td style="width: 100%;"><span name="invoice_type" class="o_field_widget o_readonly_modifier">Inne</span></td></tr><tr><td class="o_td_label"><label class="o_form_label o_readonly_modifier o_form_label_empty" for="o_field_input_1172">Paragon wygenerowany z faktury</label></td><td style="width: 100%;"><a class="o_form_uri o_field_widget o_readonly_modifier o_field_empty" href="#" name="invoice_from_receipt_invoice_id" id="o_field_input_1172"><span></span></a></td></tr><tr><td class="o_td_label"><label class="o_form_label" for="o_field_input_1173">Eksportuj do chmury</label></td><td style="width: 100%;"><div class="o_field_boolean o_field_widget custom-control custom-checkbox" name="export_to_cloud"><input type="checkbox" id="checkbox-1883" class="custom-control-input" disabled=""><label for="o_field_input_1173" class="custom-control-label">​</label></div></td></tr><tr><td class="o_td_label"><label class="o_form_label" for="o_field_input_1174">Rodzaj transakcji</label></td><td style="width: 100%;"><a class="o_form_uri o_field_widget" href="#id=1&model=intrastat.transaction.type" name="intrastat_transaction_type_id" id="o_field_input_1174"><span>11</span></a></td></tr></tbody></table><table class="o_group o_inner_group o_group_col_6"><tbody><tr><td class="i_group_header" colspan="2" style="width: 100%;"><div class="o_horizontal_separator">Korekta danych teleadresowych</div></td></tr><tr><td class="o_td_label"><label class="o_form_label o_form_label_empty" for="o_field_input_1175">Nazwa po korekcie</label></td><td style="width: 100%;"><span class="o_field_char o_field_widget o_field_empty" name="custom_seller_name"></span></td></tr><tr><td class="o_td_label"><label class="o_form_label o_form_label_empty" for="o_field_input_1176">Ulica po korekcie</label></td><td style="width: 100%;"><span class="o_field_char o_field_widget o_field_empty" name="custom_seller_street"></span></td></tr><tr><td class="o_td_label"><label class="o_form_label o_form_label_empty" for="o_field_input_1177">Kod pocztowy po korekcie</label></td><td style="width: 100%;"><span class="o_field_char o_field_widget o_field_empty" name="custom_seller_zip"></span></td></tr><tr><td class="o_td_label"><label class="o_form_label o_readonly_modifier o_form_label_empty" for="o_field_input_1178">Miasto po korekcie</label></td><td style="width: 100%;"><span class="o_field_char o_field_widget o_readonly_modifier o_field_empty" name="custom_seller_city"></span></td></tr><tr><td class="o_td_label"><label class="o_form_label o_form_label_empty" for="o_field_input_1179">Kraj po korekcie</label></td><td style="width: 100%;"><a class="o_form_uri o_field_widget o_field_empty" href="#" name="custom_seller_country_id" id="o_field_input_1179"><span></span></a></td></tr><tr><td class="o_td_label"><label class="o_form_label o_form_label_empty" for="o_field_input_1180">NIP po korekcie</label></td><td style="width: 100%;"><span class="o_field_char o_field_widget o_field_empty" name="custom_seller_vat"></span></td></tr></tbody></table><table class="o_group o_inner_group o_invisible_modifier o_group_col_6"><tbody><tr><td class="i_group_header" colspan="2" style="width: 100%;"><div class="o_horizontal_separator">Synchronizacja z chmurą</div></td></tr><tr><td class="o_td_label"><label class="o_form_label o_readonly_modifier o_form_label_empty" for="o_field_input_1181">Czas eksportu</label></td><td style="width: 100%;"><span class="o_field_date o_field_widget o_readonly_modifier o_field_empty" name="export_time"></span></td></tr><tr><td class="o_td_label"><label class="o_form_label o_invisible_modifier o_readonly_modifier o_form_label_empty" for="o_field_input_1182">Błąd synchronizacji z chmurą</label></td><td style="width: 100%;"><span class="o_field_text o_field_widget o_invisible_modifier o_readonly_modifier o_field_empty" name="cloud_export_error"></span></td></tr></tbody></table></div></div><div class="tab-pane" id="notebook_page_1872"><div class="o_group"><table class="o_group o_inner_group o_group_misc_group o_group_col_6" data-group-name="misc_group"><tbody><tr><td class="o_td_label"><label class="o_form_label o_invisible_modifier o_readonly_modifier" for="o_field_input_1184" data-original-title="" title="">Zaksięguj automatycznie</label></td><td style="width: 100%;"><div class="o_field_boolean o_field_widget custom-control custom-checkbox o_invisible_modifier o_readonly_modifier" name="auto_post"><input type="checkbox" id="checkbox-1884" class="custom-control-input" disabled=""><label for="o_field_input_1184" class="custom-control-label">​</label></div></td></tr><tr><td class="o_td_label"><label class="o_form_label o_invisible_modifier" for="o_field_input_1185" data-original-title="" title="">Do sprawdzenia</label></td><td style="width: 100%;"><div class="o_field_boolean o_field_widget custom-control custom-checkbox o_invisible_modifier" name="to_check"><input type="checkbox" id="checkbox-1885" class="custom-control-input" disabled=""><label for="o_field_input_1185" class="custom-control-label">​</label></div></td></tr></tbody></table><table class="o_group o_inner_group o_group_col_6"><tbody><tr><td class="o_td_label"><label class="o_form_label o_invisible_modifier o_readonly_modifier o_required_modifier" for="o_field_input_1129" data-original-title="" title="">Firma</label></td><td style="width: 100%;"><a class="o_form_uri o_field_widget o_invisible_modifier o_readonly_modifier o_required_modifier" href="#id=1&model=res.company" name="company_id" id="o_field_input_1129"><span>EMMA SPÓŁKA Z OGRANICZONĄ ODPOWIEDZIALNOŚCIĄ</span></a></td></tr></tbody></table></div><span class="o_field_text o_field_widget" name="narration" placeholder="Dodaj notatkę, która pojawi się na wydruku">17/2584897</span></div></div></div></div><div class="o_attachment_preview o_invisible_modifier" attrs="{'invisible': ['|', '|', ('type', 'not in', ('out_invoice', 'out_refund', 'in_invoice', 'in_refund')), ('state', '!=', 'draft')]}"></div></div><aside class="o_chatter oe_chatter" style="height: auto;">
|
||
<div class="o_chatter_topbar">
|
||
<button type="button" class="btn btn-link o_chatter_button_new_message" title="Wyślij wiadomość">
|
||
Wyślij wiadomość
|
||
</button>
|
||
<button class="btn btn-link o_chatter_button_log_note" title="Dodaj notatkę. Obserwatorzy nie będą powiadomieni.">
|
||
Notatka
|
||
</button>
|
||
<button class="btn btn-link o_chatter_button_schedule_activity" title="Zapisz lub zaplanuj czynność">
|
||
<i class="fa fa-clock-o" title="Daty"></i> Zaplanuj czynność
|
||
</button>
|
||
|
||
|
||
<div class="o_topbar_right_area">
|
||
|
||
<div class="o_followers btn-group o_field_widget" name="message_follower_ids">
|
||
<div class="o_followers_title_box btn-group">
|
||
<button class="btn btn-link" title="2 obserwatorzy" data-toggle="dropdown" aria-expanded="false">
|
||
<i class="fa fa-user" role="img" aria-label="Obserwatorzy"></i>
|
||
<span class="o_followers_count">2</span>
|
||
</button>
|
||
<div class="dropdown-menu dropdown-menu-right o_followers_list" role="menu"><a href="#" role="menuitem" class="dropdown-item o_add_follower">Dodaj obserwatorów</a>
|
||
<a href="#" role="menuitem" class="dropdown-item o_add_follower_channel">Dodaj kanały</a>
|
||
<div role="separator" class="dropdown-divider"></div><div role="menuitem" class="dropdown-item o_partner ">
|
||
<a class="o_mail_redirect text-truncate" href="#" title="Joanna Mania" data-oe-model="res.partner" data-oe-id="18">
|
||
<img src="/web/image/res.partner/18/image_128" alt="Awatar" class="o_image_64_cover">
|
||
Joanna Mania
|
||
</a>
|
||
<button class="btn btn-icon fa fa-pencil o_edit_subtype d-none" title="Edytuj subskrypcję" aria-label="Edytuj subskrypcję" role="img" data-follower-id="1025450" data-oe-id="18" data-oe-model="res.partner"></button>
|
||
<button class="btn btn-icon fa fa-remove o_remove_follower" aria-label="Usuń tego obserwatora" role="img" title="Usuń tego obserwatora"></button>
|
||
</div><div role="menuitem" class="dropdown-item o_partner ">
|
||
<a class="o_mail_redirect text-truncate" href="#" title="PSA Parts Ltd. 2 Prince George's Road Colliers Wood London, SW19 2PX UK" data-oe-model="res.partner" data-oe-id="18535">
|
||
<img src="/web/image/res.partner/18535/image_128" alt="Awatar" class="o_image_64_cover">
|
||
PSA Parts Ltd. 2 Prince George's Road Colliers Wood London, SW19 2PX UK
|
||
</a>
|
||
<button class="btn btn-icon fa fa-pencil o_edit_subtype d-none" title="Edytuj subskrypcję" aria-label="Edytuj subskrypcję" role="img" data-follower-id="1025451" data-oe-id="18535" data-oe-model="res.partner"></button>
|
||
<button class="btn btn-icon fa fa-remove o_remove_follower" aria-label="Usuń tego obserwatora" role="img" title="Usuń tego obserwatora"></button>
|
||
</div></div>
|
||
</div>
|
||
<div class="o_followers_actions btn-group" style="">
|
||
<button class="btn btn-link o_followers_follow_button o_followers_notfollow">
|
||
<span class="o_follow">Obserwuj</span>
|
||
<i class="fa fa-times o_followers_unfollow"></i>
|
||
<span class="o_followers_unfollow"> Przestań obserwować</span>
|
||
<i class="fa fa-check o_followers_following"></i>
|
||
<span class="o_followers_following"> Obserwujący</span>
|
||
</button>
|
||
</div>
|
||
</div><button class="btn btn-link o_chatter_button_attachment" title="Wyświetl wszystkie załączniki bieżącego rekordu" aria-label="Załączniki 1">
|
||
<span>
|
||
<i class="fa fa-paperclip"></i>
|
||
<span class="o_chatter_attachment_button_count">
|
||
1
|
||
</span>
|
||
</span>
|
||
</button>
|
||
</div>
|
||
</div>
|
||
<div class="o_mail_activity o_field_widget" name="activity_ids"></div><div class="o_mail_thread">
|
||
|
||
|
||
|
||
|
||
<div class="o_mail_thread_content">
|
||
|
||
|
||
|
||
|
||
|
||
<div class="o_thread_date_separator">
|
||
<span class="o_thread_date">
|
||
Dzisiaj
|
||
</span>
|
||
|
||
</div>
|
||
|
||
|
||
<div class="o_thread_message o_mail_not_discussion " data-message-id="1529959">
|
||
|
||
<div class="o_thread_message_sidebar">
|
||
|
||
<div class="o_thread_message_sidebar_image">
|
||
<img alt="" src="/web/image/res.partner/18/image_128" data-oe-model="res.partner" data-oe-id="18" class="o_thread_message_avatar rounded-circle o_mail_redirect">
|
||
|
||
<span class="o_updatable_im_status" data-partner-id="18">
|
||
<i class="o_mail_user_status o_user_online fa fa-circle" title="Dostępny" role="img" aria-label="User is online"></i>
|
||
|
||
|
||
</span>
|
||
|
||
</div>
|
||
|
||
<div class="o_thread_message_sidebar_author">
|
||
<span title="Joanna Mania" data-oe-model="res.partner" data-oe-id="18" class="o_thread_author o_mail_redirect">
|
||
Joanna Mania
|
||
</span>
|
||
</div>
|
||
</div>
|
||
<div class="o_thread_message_topbar">
|
||
<span class="o_thread_message_date">środa, 15.10.2025, </span>
|
||
10:50
|
||
<span class="o_thread_icons">
|
||
|
||
<i class="fa fa-lg o_thread_icon o_thread_message_star fa-star-o" data-message-id="1529959" title="Oznacz jako Do wykonania" role="img" aria-label="Oznacz jako Do wykonania"></i>
|
||
|
||
|
||
|
||
</span>
|
||
</div>
|
||
|
||
<div class="o_thread_message_core">
|
||
|
||
<p class="o_mail_info text-muted">
|
||
|
||
|
||
Notatka
|
||
|
||
|
||
|
||
|
||
|
||
|
||
</p>
|
||
|
||
<div class="o_thread_message_content">
|
||
|
||
|
||
|
||
|
||
<ul class="o_mail_thread_message_tracking">
|
||
|
||
<li>
|
||
Status:
|
||
|
||
<span> Projekt </span>
|
||
<span class="fa fa-long-arrow-right" role="img" aria-label="Zmieniono" title="Zmieniono"></span>
|
||
|
||
<span>
|
||
Zaksięgowano
|
||
</span>
|
||
</li>
|
||
|
||
</ul>
|
||
|
||
|
||
|
||
|
||
</div>
|
||
|
||
<div class="o_thread_message_done_wrap " data-type="document_thread">
|
||
<label class="o_thread_message_done">
|
||
<input type="checkbox" data-message-id="1529959" name="message_done_1529959">
|
||
<span class="checkmark"></span>
|
||
</label>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
|
||
|
||
|
||
|
||
|
||
|
||
<div class="o_thread_message o_mail_not_discussion " data-message-id="1529958">
|
||
|
||
<div class="o_thread_message_sidebar">
|
||
|
||
<div class="o_thread_message_sidebar_image">
|
||
<img alt="" src="/web/image/res.partner/18/image_128" data-oe-model="res.partner" data-oe-id="18" class="o_thread_message_avatar rounded-circle o_mail_redirect">
|
||
|
||
<span class="o_updatable_im_status" data-partner-id="18">
|
||
<i class="o_mail_user_status o_user_online fa fa-circle" title="Dostępny" role="img" aria-label="User is online"></i>
|
||
|
||
|
||
</span>
|
||
|
||
</div>
|
||
|
||
<div class="o_thread_message_sidebar_author">
|
||
<span title="Joanna Mania" data-oe-model="res.partner" data-oe-id="18" class="o_thread_author o_mail_redirect">
|
||
Joanna Mania
|
||
</span>
|
||
</div>
|
||
</div>
|
||
<div class="o_thread_message_topbar">
|
||
<span class="o_thread_message_date">środa, 15.10.2025, </span>
|
||
10:50
|
||
<span class="o_thread_icons">
|
||
|
||
<i class="fa fa-lg o_thread_icon o_thread_message_star fa-star-o" data-message-id="1529958" title="Oznacz jako Do wykonania" role="img" aria-label="Oznacz jako Do wykonania"></i>
|
||
|
||
|
||
|
||
</span>
|
||
</div>
|
||
|
||
<div class="o_thread_message_core">
|
||
|
||
<p class="o_mail_info text-muted">
|
||
|
||
|
||
Notatka
|
||
|
||
|
||
|
||
|
||
|
||
|
||
</p>
|
||
|
||
<div class="o_thread_message_content">
|
||
|
||
|
||
|
||
|
||
<ul class="o_mail_thread_message_tracking">
|
||
|
||
<li>
|
||
Kwota bez podatku:
|
||
|
||
<span>
|
||
-99.66
|
||
</span>
|
||
</li>
|
||
|
||
</ul>
|
||
|
||
|
||
|
||
|
||
</div>
|
||
|
||
<div class="o_thread_message_done_wrap " data-type="document_thread">
|
||
<label class="o_thread_message_done">
|
||
<input type="checkbox" data-message-id="1529958" name="message_done_1529958">
|
||
<span class="checkmark"></span>
|
||
</label>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
|
||
|
||
|
||
|
||
|
||
|
||
<div class="o_thread_message o_mail_not_discussion " data-message-id="1529957">
|
||
|
||
<div class="o_thread_message_sidebar">
|
||
|
||
<div class="o_thread_message_sidebar_image">
|
||
<img alt="" src="/web/image/res.partner/18/image_128" data-oe-model="res.partner" data-oe-id="18" class="o_thread_message_avatar rounded-circle o_mail_redirect">
|
||
|
||
<span class="o_updatable_im_status" data-partner-id="18">
|
||
<i class="o_mail_user_status o_user_online fa fa-circle" title="Dostępny" role="img" aria-label="User is online"></i>
|
||
|
||
|
||
</span>
|
||
|
||
</div>
|
||
|
||
<div class="o_thread_message_sidebar_author">
|
||
<span title="Joanna Mania" data-oe-model="res.partner" data-oe-id="18" class="o_thread_author o_mail_redirect">
|
||
Joanna Mania
|
||
</span>
|
||
</div>
|
||
</div>
|
||
<div class="o_thread_message_topbar">
|
||
<span class="o_thread_message_date">środa, 15.10.2025, </span>
|
||
10:49
|
||
<span class="o_thread_icons">
|
||
|
||
<i class="fa fa-lg o_thread_icon o_thread_message_star fa-star-o" data-message-id="1529957" title="Oznacz jako Do wykonania" role="img" aria-label="Oznacz jako Do wykonania"></i>
|
||
|
||
|
||
|
||
</span>
|
||
</div>
|
||
|
||
<div class="o_thread_message_core">
|
||
|
||
<p class="o_mail_info text-muted">
|
||
|
||
|
||
Notatka
|
||
|
||
|
||
|
||
|
||
|
||
|
||
</p>
|
||
|
||
<div class="o_thread_message_content">
|
||
<p>Refund Created</p>
|
||
|
||
s
|
||
|
||
</div>
|
||
|
||
<div class="o_thread_message_done_wrap " data-type="document_thread">
|
||
<label class="o_thread_message_done">
|
||
<input type="checkbox" data-message-id="1529957" name="message_done_1529957">
|
||
<span class="checkmark"></span>
|
||
</label>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
|
||
|
||
|
||
|
||
|
||
</div>
|
||
|
||
|
||
|
||
</div></aside></div></div>
|
||
</div></div></body></html> |