From 3fe8fcd8aa11dcae571cea4f5760fee170f5aa35 Mon Sep 17 00:00:00 2001 From: OpenXE <> Date: Wed, 10 Jan 2024 19:50:06 +0100 Subject: [PATCH] verbindlichkeit added icon attachment missing, change in icons, added filters --- phpwf/plugins/class.yui.php | 13 ++++-- www/pages/content/verbindlichkeit_list.tpl | 16 ++++++- www/pages/verbindlichkeit.php | 50 +++++++++++++++------ www/themes/new/images/check_go.png | Bin 0 -> 7613 bytes www/themes/new/images/check_gostop.png | Bin 0 -> 7851 bytes www/themes/new/images/check_stop.png | Bin 0 -> 8020 bytes 6 files changed, 60 insertions(+), 19 deletions(-) create mode 100644 www/themes/new/images/check_go.png create mode 100644 www/themes/new/images/check_gostop.png create mode 100644 www/themes/new/images/check_stop.png diff --git a/phpwf/plugins/class.yui.php b/phpwf/plugins/class.yui.php index 61630ae7..ef604c65 100644 --- a/phpwf/plugins/class.yui.php +++ b/phpwf/plugins/class.yui.php @@ -3596,10 +3596,14 @@ class YUI { function IconsSQLVerbindlichkeit() { - $go_ware = "app->Conf->WFconf['defaulttheme']}/images/ware_go.png\" style=\"margin-right:1px\" title=\"Wareneingangsprüfung OK\" border=\"0\">"; - $stop_ware = "app->Conf->WFconf['defaulttheme']}/images/ware_stop.png\" style=\"margin-right:1px\" title=\"Wareneingangsprüfung fehlt\" border=\"0\">"; - $go_summe = "app->Conf->WFconf['defaulttheme']}/images/summe_go.png\" style=\"margin-right:1px\" title=\"Rechnungseingangsprüfung OK\" border=\"0\">"; - $stop_summe = "app->Conf->WFconf['defaulttheme']}/images/summe_stop.png\" style=\"margin-right:1px\" title=\"Rechnungseingangsprüfung fehlt\" border=\"0\">"; + $go_ware = "app->Conf->WFconf['defaulttheme']}/images/lagergo.png\" style=\"margin-right:1px\" title=\"Wareneingangsprüfung OK\" border=\"0\">"; + $stop_ware = "app->Conf->WFconf['defaulttheme']}/images/lagerstop.png\" style=\"margin-right:1px\" title=\"Wareneingangsprüfung fehlt\" border=\"0\">"; + + $go_pdf = "app->Conf->WFconf['defaulttheme']}/images/summe_go.png\" style=\"margin-right:1px\" title=\"Anhang OK\" border=\"0\">"; + $stop_pdf = "app->Conf->WFconf['defaulttheme']}/images/summe_stop.png\" style=\"margin-right:1px\" title=\"Anhang fehlt\" border=\"0\">"; + + $go_summe = "app->Conf->WFconf['defaulttheme']}/images/check_go.png\" style=\"margin-right:1px\" title=\"Rechnungseingangsprüfung OK\" border=\"0\">"; + $stop_summe = "app->Conf->WFconf['defaulttheme']}/images/check_stop.png\" style=\"margin-right:1px\" title=\"Rechnungseingangsprüfung fehlt\" border=\"0\">"; $go_zahlung = "app->Conf->WFconf['defaulttheme']}/images/bank_go.svg\" style=\"margin-right:1px\" title=\"Kontoverknüpfung OK\" border=\"0\">"; $stop_zahlung = "app->Conf->WFconf['defaulttheme']}/images/bank_stop.svg\" style=\"margin-right:1px\" title=\"Kontoverknüpfung fehlt\" border=\"0\">"; @@ -3608,6 +3612,7 @@ class YUI { $gostop_betragbezahlt = "\"teilweiseapp->Conf->WFconf['defaulttheme']}/images/vorkassegostop.png\" style=\"margin-right:1px\" title=\"teilweise bezahlt\" border=\"0\">"; $go_betragbezahlt = "\"nichtapp->Conf->WFconf['defaulttheme']}/images/vorkassego.png\" style=\"margin-right:1px\" title=\"bezahlt\" border=\"0\">"; return "CONCAT('
', + if(datei_anzahl > 0,'$go_pdf','$stop_pdf'), if(v.freigabe,'$go_ware','$stop_ware'), if(v.rechnungsfreigabe,'$go_summe','$stop_summe'), if(v.bezahlt,'$go_betragbezahlt','$stop_betragbezahlt'), diff --git a/www/pages/content/verbindlichkeit_list.tpl b/www/pages/content/verbindlichkeit_list.tpl index b2947974..9a10a346 100644 --- a/www/pages/content/verbindlichkeit_list.tpl +++ b/www/pages/content/verbindlichkeit_list.tpl @@ -10,12 +10,19 @@
{|Filter|}