Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision f48af817

Von Moritz Bunkus vor mehr als 10 Jahren hinzugefügt

  • ID f48af81769e3a7da01d09ff63e61dbd09fe5ad2e
  • Vorgänger f8637504
  • Nachfolger 2b81e2ee

Wiederkehrende Rechnung: Option "erste Rechnung erzeugen am"

Bisher nur die Masken; noch nicht im Backgroundjob implementiert

Unterschiede anzeigen:

bin/mozilla/oe.pl
1930 1930

  
1931 1931
  if ('HASH' ne ref $config) {
1932 1932
    $config =  { periodicity             => 'y',
1933
                 start_date_as_date      => $::form->{transdate},
1933
                 start_date_as_date      => $::form->{transdate} || $::form->current_date,
1934 1934
                 extend_automatically_by => 12,
1935 1935
                 active                  => 1,
1936 1936
               };
......
1965 1965
                 periodicity             => (any { $_ eq $::form->{periodicity} } qw(m q b y)) ? $::form->{periodicity} : 'm',
1966 1966
                 start_date_as_date      => $::form->{start_date_as_date},
1967 1967
                 end_date_as_date        => $::form->{end_date_as_date},
1968
                 first_billing_date_as_date => $::form->{first_billing_date_as_date},
1968 1969
                 print                   => $::form->{print} ? 1 : 0,
1969 1970
                 printer_id              => $::form->{print} ? $::form->{printer_id} * 1 : undef,
1970 1971
                 copies                  => $::form->{copies} * 1 ? $::form->{copies} : 1,

Auch abrufbar als: Unified diff