From 89407ec80726ec63590428c4190c181b922a0e87 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Jan=20B=C3=BCren?= Date: Fri, 16 Nov 2018 10:18:35 +0100 Subject: [PATCH] Artikelsuche: Lieferant und Lieferantenartikelnummer wieder als Berichts-Option anbieten Ist mit der Umstellung auf den Part-Controller verloren gegangen. --- bin/mozilla/ic.pl | 4 +++- templates/webpages/ic/search.html | 2 ++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/bin/mozilla/ic.pl b/bin/mozilla/ic.pl index dd183b264..9e3da5125 100644 --- a/bin/mozilla/ic.pl +++ b/bin/mozilla/ic.pl @@ -203,6 +203,8 @@ sub generate_report { 'projectdescription' => { 'text' => $locale->text('Project Description'), }, 'warehouse' => { 'text' => $locale->text('Default Warehouse'), }, 'bin' => { 'text' => $locale->text('Default Bin'), }, + 'make' => { 'text' => $locale->text('Make'), }, + 'model' => { 'text' => $locale->text('Model'), }, ); $revers = $form->{revers}; @@ -381,7 +383,7 @@ sub generate_report { my @columns = qw( partnumber type_and_classific description notes partsgroup warehouse bin - onhand rop soldtotal unit listprice + make model onhand rop soldtotal unit listprice linetotallistprice sellprice linetotalsellprice lastcost linetotallastcost priceupdate weight image drawing microfiche invnumber ordnumber quonumber transdate name serialnumber deliverydate ean projectnumber projectdescription diff --git a/templates/webpages/ic/search.html b/templates/webpages/ic/search.html index 5847eb949..3e68dc0cf 100644 --- a/templates/webpages/ic/search.html +++ b/templates/webpages/ic/search.html @@ -228,6 +228,8 @@ [%- L.checkbox_tag('l_warehouse', label=LxERP.t8('Default Warehouse'), value='Y') %] [%- L.checkbox_tag('l_bin', label=LxERP.t8('Default Bin'), value='Y') %] + [%- L.checkbox_tag('l_make', label=LxERP.t8('Make'), value='Y') %] + [%- L.checkbox_tag('l_model', label=LxERP.t8('Model'), value='Y') %] [% CUSTOM_VARIABLES_INCLUSION_CODE %] -- 2.20.1