Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision f1fe8be9

Von Andreas Rudin vor etwa 1 Jahr hinzugefügt

  • ID f1fe8be9d096fb061d424916784d0199a81c34c8
  • Vorgänger 057d4622
  • Nachfolger fd96961c

design40: Anpassungen bei templates Kreditoren- und Debitorenbuchungen

Unterschiede anzeigen:

templates/design40_webpages/ar/form_header.html
49 49

  
50 50
  <table class="tbl-horizontal">
51 51
    <caption>[% 'Customer &amp; Order' | $T8 %]</caption>
52
    <colgroup><col class="wi-small"><col class="wi-lightwide"></colgroup>
52 53
    <tbody>
53 54
      <tr>
54 55
        <th>[% 'Customer' | $T8 %]</th>
55 56
        <td>
56
         [% P.customer_vendor.picker("customer_id", customer_id, type="customer", style="width: 300px", class=(initial_focus == 'customer_id' ? "initial_focus" : ""), onchange="\$('#update_button').click()") %]
57
         [% P.customer_vendor.picker("customer_id", customer_id, type="customer", class=(initial_focus == 'customer_id' ? "initial_focus" : ""), onchange="\$('#update_button').click()") %]
57 58
         [% L.button_tag("show_vc_details('customer')", LxERP.t8('Details (one letter abbreviation)')) %]
58 59
         [% L.hidden_tag("previous_customer_id", customer_id) %]
59 60
         [% L.hidden_tag('terms', terms) %]
......
131 132
          <td>[% L.select_tag('department_id', ALL_DEPARTMENTS, default = department_id, title_key = 'description', with_empty = 1) %]</td>
132 133
        </tr>
133 134
      [% END %]
135
      <tr>
136
        <th>[% 'Transaction description' | $T8 %]</th>
137
        <td>[% L.input_tag("transaction_description", transaction_description, "data-validate"=INSTANCE_CONF.get_require_transaction_description_ps ? 'required' : '', class="wi-lightwide") %]</td>
138
      </tr>
134 139
      <tr>
135 140
        <th></th>
136 141
        <td>[% L.checkbox_tag('taxincluded', checked=taxincluded) %] <label for="taxincluded">[% 'Tax Included' | $T8 %]</label></td>
......
161 166

  
162 167
  <table class="tbl-horizontal">
163 168
    <caption>[% 'Numbers & Dates' | $T8 %]</caption>
169
    <colgroup><col class="wi-small"><col class="wi-lightwide"></colgroup>
164 170
    <tbody>
165 171
      <tr>
166 172
        <th>[% 'Salesperson' | $T8 %]</th>
......
358 364
</div><!-- ./tabwidget -->
359 365

  
360 366
<script type="text/javascript">
361
 $('#ar_set_to_paid_missing').click(function(){ $('input[name^="paid_"]:last').val('[% LxERP.format_amount(paid_missing, 2) %]') });
367
 $('#ar_set_to_paid_missing').click(function(){ $('input[name^="paid_"]:last').val("[% LxERP.format_amount(paid_missing, 2) %]") });
362 368
</script>

Auch abrufbar als: Unified diff