EV3-375 Termékmodul főoldal bővítés "Az aktív árlistában szereplő termékek kapcsolója"

This commit is contained in:
E98Developer 2026-06-08 11:42:16 +02:00
parent 7bcabca031
commit 071fec8516
10 changed files with 151558 additions and 238 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -1,13 +1,9 @@
{
"/js/app.js": "/js/app.js?id=9656e746371b15d28c4e4f8f816f8fc1",
"/js/app.js.map": "/js/app.js.map?id=5e840a79ad0112917eec1908319f0c8e",
"/js/admin.js": "/js/admin.js?id=484795f7b608d4df52022e48d85b7d27",
"/js/admin.js.map": "/js/admin.js.map?id=f9e92457c9affea79c7c6a0e8b8a09d4",
"/js/module.js": "/js/module.js?id=378a05902533f9964348d11f3598ebe7",
"/js/module.js.map": "/js/module.js.map?id=5280840a9916b3c3f516286796bdeb49",
"/js/components.js": "/js/components.js?id=aac1b5221c918d1afb98a34e79620cde",
"/js/components.js.map": "/js/components.js.map?id=03868ef122820440c621f29c51b3c467",
"/css/app.css": "/css/app.css?id=56d48ae2ee54edb4fc49a67b8f0115c5",
"/js/app.js": "/js/app.js?id=788435874adbbf8e5ddc27cc9d18e00e",
"/js/admin.js": "/js/admin.js?id=92022e54255ea7a8dc5753dff5a2659b",
"/js/module.js": "/js/module.js?id=e182fe1a0a0338350194e2304def7185",
"/js/components.js": "/js/components.js?id=34668cee8ac371c98657beffcff579b8",
"/css/app.css": "/css/app.css?id=366d6978f145ae9341959edd6e69bed7",
"/fonts/vendor/bootstrap-icons/bootstrap-icons.woff2?92ea18a81d737146ff044ddb52010366": "/fonts/vendor/bootstrap-icons/bootstrap-icons.woff2?92ea18a81d737146ff044ddb52010366?id=9ad5aa740d7d5e6a0191b309b9b1986c",
"/fonts/vendor/bootstrap-icons/bootstrap-icons.woff?1295669cd4e305c97f2cfc16d56614b8": "/fonts/vendor/bootstrap-icons/bootstrap-icons.woff?1295669cd4e305c97f2cfc16d56614b8?id=d1af9af6052c51b169be6c628ae99bb5",
"/fonts/vendor/@fortawesome/fontawesome-free/webfa-brands-400.eot?23f19bb08961f37aaf692ff943823453": "/fonts/vendor/@fortawesome/fontawesome-free/webfa-brands-400.eot?23f19bb08961f37aaf692ff943823453?id=0868992b7c56298026b76b22c534eab9",
@ -45,7 +41,6 @@
"/images/vendor/jquery-ui/themes/base/ui-icons_777620_256x240.png?f423048bf942a7a33b33b1b982ecdb51": "/images/vendor/jquery-ui/themes/base/ui-icons_777620_256x240.png?f423048bf942a7a33b33b1b982ecdb51?id=7c2eb0d985914d94938ebc386ad09e37",
"/images/vendor/jquery-ui/themes/base/ui-icons_cc0000_256x240.png?5cbbd560bcf30acb95dd3b0b0d61645a": "/images/vendor/jquery-ui/themes/base/ui-icons_cc0000_256x240.png?5cbbd560bcf30acb95dd3b0b0d61645a?id=e5fe3b8d656a0dcf8c574ec8eb4cb6fe",
"/images/vendor/jquery-ui/themes/base/ui-icons_777777_256x240.png?f5d5fce2f36b5776eab8b314efc2dfd8": "/images/vendor/jquery-ui/themes/base/ui-icons_777777_256x240.png?f5d5fce2f36b5776eab8b314efc2dfd8?id=0c3579368edda27d14bb4910e27002b6",
"/css/app.css.map": "/css/app.css.map?id=f532efeeb816766cf6bbea61a999c3af",
"/js/customize.js": "/js/customize.js?id=31b57208bc19a039066296cd7322567f",
"/css/invoice.css": "/css/invoice.css?id=14b5784b76704d02969da9561631ed3f"
}

View File

@ -137,7 +137,6 @@ window.ProductAdmin=function (options,ProductItem) {
]
},
"columns": [
{ "data": "id"},
{ "data": "name" },
{ "data": "hooreycaId" },
{"data": "productGroup"},
@ -146,10 +145,17 @@ window.ProductAdmin=function (options,ProductItem) {
{ "data": "created_at" },
null,
],
"createdRow": function(row, data, dataIndex) {
$(row).attr('data-id', data.id);
$(row).attr('title', 'ID: ' + data.id);
$(row).attr('data-toggle', 'tooltip');
$(row).attr('data-placement', 'right');
},
"order": orderDirective,
"stateSave": true,
"drawCallback": function( settings ) {
APP.datatableAddRowAction(dataTableCSSSelector);
$('[data-toggle="tooltip"]').tooltip();
}
} );
debug('listview end');
@ -484,7 +490,6 @@ window.ProductAdmin=function (options,ProductItem) {
]
},
"columns": [
{ "data": "id"},
{ "data": "name" },
{ "data": "buyerProductName" },
{ "data": "hooreycaId" },
@ -494,11 +499,18 @@ window.ProductAdmin=function (options,ProductItem) {
{ "data": "created_at" },
null,
],
"createdRow": function(row, data, dataIndex) {
$(row).attr('data-id', data.id);
$(row).attr('title', 'ID: ' + data.id);
$(row).attr('data-toggle', 'tooltip');
$(row).attr('data-placement', 'right');
},
"order": orderDirective,
"stateSave": true,
"drawCallback": function( settings ) {
APP.datatableAddRowAction(dataTableCSSSelector);
root.showResultContainer();
$('[data-toggle="tooltip"]').tooltip();
console.log('drawCallback');
}
} );

View File

@ -45,7 +45,6 @@
<thead>
<tr>
<th>Azonosító</th>
<th>Név</th>
<th>Horeca megnevezés</th>
<th>Hooreyca azonosító</th>
@ -58,7 +57,6 @@
</thead>
<tfoot>
<tr>
<th>Azonosító</th>
<th>Név</th>
<th>Horeca megnevezés</th>
<th>Hooreyca azonosító</th>