Revision 25bc91e2
Von Werner Hahn vor 6 Tagen hinzugefügt
bin/mozilla/ap.pl | ||
---|---|---|
1196 | 1196 |
push @hidden_variables, "l_subtotal", qw(open closed vendor invnumber ordnumber transaction_description notes intnotes project_id |
1197 | 1197 |
transdatefrom transdateto duedatefrom duedateto datepaidfrom datepaidto |
1198 | 1198 |
parts_partnumber parts_description department_id taxzone_id payment_id |
1199 |
fulltext insertdatefrom insertdateto); |
|
1199 |
fulltext insertdatefrom insertdateto |
|
1200 |
parts_serialnumber); |
|
1200 | 1201 |
|
1201 | 1202 |
my $href = build_std_url('action=ap_transactions', grep { $form->{$_} } @hidden_variables); |
1202 | 1203 |
|
... | ... | |
1267 | 1268 |
push @options, $locale->text('Part Description') . " : $form->{parts_description}" if $form->{parts_description}; |
1268 | 1269 |
push @options, $locale->text('Part Number') . " : $form->{parts_partnumber}" if $form->{parts_partnumber}; |
1269 | 1270 |
push @options, $locale->text('Full Text') . " : $form->{fulltext}" if ($form->{fulltext}); |
1271 |
push @options, $locale->text('Serial Number') . " : $form->{parts_serialnumber}" if ($form->{parts_serialnumber}); |
|
1270 | 1272 |
push @options, $locale->text('From') . " " . $locale->date(\%myconfig, $form->{transdatefrom}, 1) if ($form->{transdatefrom}); |
1271 | 1273 |
push @options, $locale->text('Bis') . " " . $locale->date(\%myconfig, $form->{transdateto}, 1) if ($form->{transdateto}); |
1272 | 1274 |
push @options, $locale->text('Due Date') . " " . $locale->text('from') . " " . $locale->date(\%myconfig, $form->{duedatefrom}, 1) if ($form->{duedatefrom}); |
Auch abrufbar als: Unified diff
EK/VK Rechnungen Kred. Deb. Suche Seriannummer aus Position als Kriterium