Skip links

Tabel interventii ORNELLA MICALACA SRL

ORNELLA MICALACA SRL

NUI ANAF Serie casa Client Data interventiei Descrierea intervenţiei Tehnician autorizat Z trimis la Anaf Verificare Comunicare ANAF/Verificare Sigiliu
Nr. NUI ANAF Serie casa Client Data interventiei Descrierea intervenţiei Tehnician autorizat Z trimis la Anaf Verificare Comunicare ANAF/Verificare Sigiliu wdt_ID
1 4000036409 DB4200012491 ORNELLA MICALACA SRL 27.07.2018 Activare memorie fiscala casa marcat (FISCALIZARE ) Contras raul victor Carte interventii / Registrul special /Sigilata 46
2 4000036409 DB4200012491 ORNELLA MICALACA SRL 12.11.2019 Revizie Anuala Contras raul victor Carte interventii / Registrul special /Sigilata 47
3 4000036409 DB4200012491 ORNELLA MICALACA SRL 24.05.2021 CONECTARE AMEF LA SERVER ANAF Contras raul victor Carte interventii / Registrul special /Sigilata 48
4 4000036409 DB4200012491 ORNELLA MICALACA SRL 25.11.2022 Revizie Anuala Contras raul victor 1392 Carte interventii / Registrul special /Sigilata 49
5 4000036409 DB4200012491 ORNELLA MICALACA SRL REZILIERE CONTRACT Contras raul victor Carte interventii / Registrul special /Sigilata 50
This website uses cookies to improve your web experience.
jQuery(document).ready(function($) { // Adjust the selector based on your table's ID or class var table = $('wpxs_wpdatatable_5'); //console.log("Table found:"); var markedRows = []; // Collect rows with red background color var redRows = []; table.find('tbody tr').each(function() { var row = $(this); // Get the background color and convert it to uppercase to match the HEX format var bgColor = row.css('background-color').toUpperCase(); if (bgColor === '#F44336' || bgColor === '#C50707' || bgColor === '#D22E2E' || bgColor === '#E91E63') { // Check for red color in HEX row.remove(); // Remove the row from the table} }); // Append the collected red rows to the end of the table redRows.forEach(function(row) { table.find('tbody').append(row); }); console.log("Custom script loaded"); });