Revision 612e3ebe
Von Moritz Bunkus vor mehr als 8 Jahren hinzugefügt
bin/mozilla/ap.pl | ||
---|---|---|
903 | 903 |
vendornumber country ustid taxzone payment_terms charts direct_debit); |
904 | 904 |
|
905 | 905 |
my @hidden_variables = map { "l_${_}" } @columns; |
906 |
push @hidden_variables, "l_subtotal", qw(open closed vendor invnumber ordnumber transaction_description notes project_id transdatefrom transdateto department); |
|
906 |
push @hidden_variables, "l_subtotal", qw(open closed vendor invnumber ordnumber transaction_description notes project_id transdatefrom transdateto department |
|
907 |
parts_partnumber parts_description); |
|
907 | 908 |
|
908 | 909 |
my $href = build_std_url('action=ap_transactions', grep { $form->{$_} } @hidden_variables); |
909 | 910 |
|
... | ... | |
959 | 960 |
push @options, $locale->text('Order Number') . " : $form->{ordnumber}" if ($form->{ordnumber}); |
960 | 961 |
push @options, $locale->text('Notes') . " : $form->{notes}" if ($form->{notes}); |
961 | 962 |
push @options, $locale->text('Transaction description') . " : $form->{transaction_description}" if ($form->{transaction_description}); |
963 |
push @options, $locale->text('Part Description') . " : $form->{parts_description}" if $form->{parts_description}; |
|
964 |
push @options, $locale->text('Part Number') . " : $form->{parts_partnumber}" if $form->{parts_partnumber}; |
|
962 | 965 |
push @options, $locale->text('From') . " " . $locale->date(\%myconfig, $form->{transdatefrom}, 1) if ($form->{transdatefrom}); |
963 | 966 |
push @options, $locale->text('Bis') . " " . $locale->date(\%myconfig, $form->{transdateto}, 1) if ($form->{transdateto}); |
964 | 967 |
push @options, $locale->text('Open') if ($form->{open}); |
Auch abrufbar als: Unified diff
Einkaufsrechnungen: Suche nach Artikelnummer/-beschreibung in Positionen