>>>
authorJan Büren <jan@lx-office-hosting.de>
Tue, 19 Apr 2011 11:57:56 +0000 (13:57 +0200)
committerJan Büren <jan@lx-office-hosting.de>
Tue, 19 Apr 2011 11:57:56 +0000 (13:57 +0200)
Hi Jan,
Ich versuche gerade die Einkaufsrechnungen zur Abteilung als pdf zu
exportieren. Der Bericht stimmt soweit (Screenshot). Doch leider exportiert er mir
in der pdf ALLE Rechnungen.
<<<
department als hidden variable für den csv-export unter Einkauf -> Berichte -> Einkaufsrechnungen hinzugefügt

bin/mozilla/ap.pl

index ae5d9d8..a5fea70 100644 (file)
@@ -1269,7 +1269,7 @@ sub ap_transactions {
        vendornumber country ustid taxzone payment_terms charts);
 
   my @hidden_variables = map { "l_${_}" } @columns;
-  push @hidden_variables, "l_subtotal", qw(open closed vendor invnumber ordnumber transaction_description notes project_id transdatefrom transdateto);
+  push @hidden_variables, "l_subtotal", qw(open closed vendor invnumber ordnumber transaction_description notes project_id transdatefrom transdateto department);
 
   my $href = build_std_url('action=ap_transactions', grep { $form->{$_} } @hidden_variables);