Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 31d15c5a

Von Sven Schöling vor mehr als 3 Jahren hinzugefügt

  • ID 31d15c5a5db556dccc20159922c3c509166911b8
  • Vorgänger 0307fa8a
  • Nachfolger 9c463903

Kreditorenbuchungen: Automatisches Setzen von Fälligkeitsdatum

Unterschiede anzeigen:

bin/mozilla/ap.pl
451 451
  my $follow_up_vc         = $form->{vendor_id} ? SL::DB::Vendor->load_cached($form->{vendor_id})->name : '';
452 452
  my $follow_up_trans_info =  "$form->{invnumber} ($follow_up_vc)";
453 453

  
454
  $::request->layout->add_javascripts("autocomplete_chart.js", "show_vc_details.js", "show_history.js", "follow_up.js", "kivi.Draft.js", "kivi.GL.js", "kivi.RecordTemplate.js", "kivi.File.js", "kivi.AP.js", "kivi.CustomerVendor.js", "kivi.Validator.js", "autocomplete_project.js");
454
  $::request->layout->add_javascripts("autocomplete_chart.js", "show_vc_details.js", "show_history.js", "follow_up.js", "kivi.Draft.js", "kivi.SalesPurchase.js", "kivi.GL.js", "kivi.RecordTemplate.js", "kivi.File.js", "kivi.AP.js", "kivi.CustomerVendor.js", "kivi.Validator.js", "autocomplete_project.js");
455 455
  # $form->{totalpaid} is used by the action bar setup to determine
456 456
  # whether or not canceling is allowed. Therefore it must be
457 457
  # calculated prior to the action bar setup.
templates/webpages/ap/form_header.html
252 252
            [% L.textarea_tag("intnotes", intnotes, wrap="soft", rows=textarea_rows, cols=50, readonly=readonly) %]
253 253
           </td>
254 254
           <td>
255
             [% L.select_tag('payment_id', payment_terms, default=payment_id, title_key='description', with_empty=1, style="width: 250px") %]
255
             [% L.select_tag('payment_id', payment_terms, default=payment_id, title_key='description', with_empty=1, style="width: 250px", onchange="kivi.SalesPurchase.set_duedate_on_reference_date_change('invdate')") %]
256 256
           </td>
257 257
          <tr>
258 258
        </table>

Auch abrufbar als: Unified diff