Revision 2391833d
Von Bernd Bleßmann vor mehr als 2 Jahren hinzugefügt
bin/mozilla/ar.pl | ||
---|---|---|
964 | 964 |
$form->{ALL_EMPLOYEES} = SL::DB::Manager::Employee->get_all_sorted(query => [ deleted => 0 ]); |
965 | 965 |
$form->{ALL_DEPARTMENTS} = SL::DB::Manager::Department->get_all_sorted; |
966 | 966 |
$form->{ALL_BUSINESS_TYPES} = SL::DB::Manager::Business->get_all_sorted; |
967 |
$form->{ALL_TAXZONES} = SL::DB::Manager::TaxZone ->get_all_sorted; |
|
967 | 968 |
|
968 | 969 |
$form->{CT_CUSTOM_VARIABLES} = CVar->get_configs('module' => 'CT'); |
969 | 970 |
($form->{CT_CUSTOM_VARIABLES_FILTER_CODE}, |
... | ... | |
1039 | 1040 |
my @hidden_variables = map { "l_${_}" } @columns; |
1040 | 1041 |
push @hidden_variables, "l_subtotal", qw(open closed customer invnumber ordnumber cusordnumber transaction_description notes project_id transdatefrom transdateto duedatefrom duedateto |
1041 | 1042 |
employee_id salesman_id business_id parts_partnumber parts_description department_id show_marked_as_closed show_not_mailed |
1042 |
shippingpoint shipvia); |
|
1043 |
shippingpoint shipvia taxzone_id);
|
|
1043 | 1044 |
push @hidden_variables, map { "cvar_$_->{name}" } @ct_searchable_custom_variables; |
1044 | 1045 |
|
1045 | 1046 |
$href = $params{want_binary_pdf} ? '' : build_std_url('action=ar_transactions', grep { $form->{$_} } @hidden_variables); |
Auch abrufbar als: Unified diff
Rechnungsbericht VK und EK nach Steuerzone filtern können