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 |
|
bin/mozilla/ar.pl | ||
---|---|---|
913 | 913 |
my $locale = $main::locale; |
914 | 914 |
my $cgi = $::request->{cgi}; |
915 | 915 |
|
916 |
$form->{title} = $locale->text('AR Transactions');
|
|
916 |
$form->{title} = $locale->text('Invoices, Credit Notes & AR Transactions');
|
|
917 | 917 |
|
918 | 918 |
$form->{ALL_EMPLOYEES} = SL::DB::Manager::Employee->get_all_sorted(query => [ deleted => 0 ]); |
919 | 919 |
$form->{ALL_DEPARTMENTS} = SL::DB::Manager::Department->get_all_sorted; |
... | ... | |
974 | 974 |
|
975 | 975 |
AR->ar_transactions(\%myconfig, \%$form); |
976 | 976 |
|
977 |
$form->{title} = $locale->text('AR Transactions'); |
|
977 |
$form->{title} = $locale->text('Invoices, Credit Notes & AR Transactions');
|
|
978 | 978 |
|
979 | 979 |
my $report = SL::ReportGenerator->new(\%myconfig, $form); |
980 | 980 |
|
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.