Revision 9ea32302
Von Moritz Bunkus vor fast 8 Jahren hinzugefügt
bin/mozilla/ap.pl | ||
---|---|---|
905 | 905 |
my %myconfig = %main::myconfig; |
906 | 906 |
my $locale = $main::locale; |
907 | 907 |
|
908 |
$form->{title} = $locale->text('AP Transactions');
|
|
908 |
$form->{title} = $locale->text('Vendor Invoices & AP Transactions');
|
|
909 | 909 |
|
910 | 910 |
$form->get_lists(projects => { "key" => "ALL_PROJECTS", "all" => 1 }); |
911 | 911 |
|
... | ... | |
957 | 957 |
|
958 | 958 |
AP->ap_transactions(\%myconfig, \%$form); |
959 | 959 |
|
960 |
$form->{title} = $locale->text('AP Transactions'); |
|
960 |
$form->{title} = $locale->text('Vendor Invoices & AP Transactions');
|
|
961 | 961 |
|
962 | 962 |
my $report = SL::ReportGenerator->new(\%myconfig, $form); |
963 | 963 |
|
Auch abrufbar als: Unified diff
Rechnungssuchen Einkauf/Verkauf: Seitentitel an Menütitel anpassen
Damit wird klarer, dass nicht nur nach Debitorenbuchungen gesucht
wird, sondern auch Verkaufsrechnungen und Gutschriften.