Help for this page

Select Code to Download


  1. or download this
    sub csv : Local
    {
    ...
    
        $self->my_forward( $c, content_template => 'forderung/importieren/
    +progress_bar' );
    }
    
  2. or download this
    <h2>CSV - Import l&auml;uft</h2>
    <p>Bitte warten Sie ab bis die Pr&uuml;fung abgschlossen ist und sie e
    +in Ergebnis sehen.</p>
    ...
    <a href="[% c.uri_for('/forderung/importieren/protokoll_anzeigen') %]?
    +token=[% token %]&mode=error">Protokoll anzeigen</a><br />
    <a href="[% c.uri_for('/forderung/importieren/csv') %]">nochmal probie
    +ren</a><br />
    </div>
    
  3. or download this
    function check_progress (base_url, token, to, pwidth)
    {
    ...
            asynchronous:!check_sync
        });
    }
    
  4. or download this
    package ECSInkassoWeb::Controller::Progress;
    
    ...
    }
    
    1;