Revision 0246e125
Von Moritz Bunkus vor fast 18 Jahren hinzugefügt
bin/mozilla/rp.pl | ||
---|---|---|
40 | 40 |
|
41 | 41 |
use SL::PE; |
42 | 42 |
use SL::RP; |
43 |
use SL::USTVA; |
|
43 | 44 |
|
44 | 45 |
1; |
45 | 46 |
|
... | ... | |
983 | 984 |
. $locale->text('Continue') . qq|"> |
984 | 985 |
|; |
985 | 986 |
|
986 |
# Hier Aufruf von get_config aus bin/mozilla/fa.pl zum |
|
987 |
# Einlesen der Finanzamtdaten |
|
988 |
get_config($userspath, 'finanzamt.ini'); |
|
987 |
# Hier Aufruf von get_config zum Einlesen der Finanzamtdaten |
|
988 |
USTVA->get_config($userspath, 'finanzamt.ini'); |
|
989 | 989 |
|
990 | 990 |
$disabled = qq|disabled="disabled"|; |
991 | 991 |
$disabled = '' if ($form->{elster} eq '1'); |
... | ... | |
1354 | 1354 |
$description = $form->escape($ref->{description}); |
1355 | 1355 |
|
1356 | 1356 |
$href = |
1357 |
qq|ca.pl?path=$form->{path}&action=list_transactions&accounttype=$form->{accounttype}&login=$form->{login}&password=$form->{password}&fromdate=$form->{fromdate}&todate=$form->{todate}&sort=transdate&l_heading=$form->{l_heading}&l_subtotal=$form->{l_subtotal}&department=$department&eur=$form->{eur}&projectnumber=$projectnumber&project_id=$form->{project_id}&title=$title&nextsub=$form->{nextsub}&accno=$ref->{accno}&description=$description";
|
|
1357 |
qq|ca.pl?path=$form->{path}&action=list_transactions&accounttype=$form->{accounttype}&login=$form->{login}&password=$form->{password}&fromdate=$form->{fromdate}&todate=$form->{todate}&sort=transdate&l_heading=$form->{l_heading}&l_subtotal=$form->{l_subtotal}&department=$department&eur=$form->{eur}&projectnumber=$projectnumber&project_id=$form->{project_id}&title=$title&nextsub=$form->{nextsub}&accno=$ref->{accno}&description=$description|;
|
|
1358 | 1358 |
|
1359 | 1359 |
$ml = ($ref->{category} =~ /(A|C|E)/) ? -1 : 1; |
1360 | 1360 |
|
... | ... | |
2864 | 2864 |
sub generate_ustva { |
2865 | 2865 |
$lxdebug->enter_sub(); |
2866 | 2866 |
|
2867 |
# Hier Aufruf von get_config aus bin/mozilla/fa.pl zum |
|
2868 |
# Einlesen der Finanzamtdaten |
|
2869 |
get_config($userspath, 'finanzamt.ini'); |
|
2867 |
# Hier Aufruf von get_config zum Einlesen der Finanzamtdaten |
|
2868 |
USTVA->get_config($userspath, 'finanzamt.ini'); |
|
2870 | 2869 |
|
2871 | 2870 |
# &get_project(generate_bwa); |
2872 | 2871 |
@anmeldungszeitraum = |
Auch abrufbar als: Unified diff
Funktion get_config aus ustva.pl nach USTVA.pm verschoben, damit sie auch aus rp.pl aufgerufen werden kann.