Revision 9ea32302
Von Moritz Bunkus vor fast 8 Jahren hinzugefügt
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.