]> wagnertech.de Git - kivitendo-erp.git/commitdiff
Abteilung in Rechnungsübersicht angeben
authorJan Büren <jan@kivitendo-premium.de>
Fri, 22 Apr 2016 10:31:09 +0000 (12:31 +0200)
committerJan Büren <jan@kivitendo-premium.de>
Mon, 9 May 2016 10:38:11 +0000 (12:38 +0200)
SL/AR.pm
templates/webpages/ar/search.html

index 67a43d0043393867c6283c14f622db231c32e43a..e01ddcb06ee27c82e8b015b227a6e535541127c9 100644 (file)
--- a/SL/AR.pm
+++ b/SL/AR.pm
@@ -473,6 +473,7 @@ sub ar_transactions {
     qq|  dc.dunning_description, | .
     qq|  tz.description AS taxzone, | .
     qq|  pt.description AS payment_terms, | .
     qq|  dc.dunning_description, | .
     qq|  tz.description AS taxzone, | .
     qq|  pt.description AS payment_terms, | .
+    qq|  d.description AS department, | .
     qq{  ( SELECT ch.accno || ' -- ' || ch.description
            FROM acc_trans at
            LEFT JOIN chart ch ON ch.id = at.chart_id
     qq{  ( SELECT ch.accno || ' -- ' || ch.description
            FROM acc_trans at
            LEFT JOIN chart ch ON ch.id = at.chart_id
index 5caec9f17de1e45bb47da529bed9011887a54b95..cf4e51954f3496036287f3916a637d53b73f2483 100644 (file)
            <td nowrap>[% 'Customer' | $T8 %]</td>
            <td align=right><input name="l_customernumber" id="l_customernumber" class=checkbox type=checkbox value=Y></td>
            <td nowrap>[% 'Customer Number' | $T8 %]</td>
            <td nowrap>[% 'Customer' | $T8 %]</td>
            <td align=right><input name="l_customernumber" id="l_customernumber" class=checkbox type=checkbox value=Y></td>
            <td nowrap>[% 'Customer Number' | $T8 %]</td>
+           <td align=right><input name="l_department" id="l_department" class=checkbox type=checkbox value=Y></td>
+           <td nowrap>[% 'Department' | $T8 %]</td>
+
           </tr>
           <tr>
            <td align=right><input name="l_netamount" id="l_netamount" class=checkbox type=checkbox value="Y" checked></td>
           </tr>
           <tr>
            <td align=right><input name="l_netamount" id="l_netamount" class=checkbox type=checkbox value="Y" checked></td>