]> wagnertech.de Git - mfinanz.git/blobdiff - templates/webpages/oe/form_header.html
Angebote: neue Felder Auftragswahrscheinlichkeit, Voraus. Abrechnungsdatum
[mfinanz.git] / templates / webpages / oe / form_header.html
index 6a88c012f9295e42ed5021662f42ec0bfe2fa974..3419fa6be33b534e568a804481a800e860d6c62a 100644 (file)
                       [%- L.select_tag('globalproject_id', ALL_PROJECTS, title_key='projectnumber', default=globalproject_id, with_empty='1', onChange="document.getElementById('update_button').click();") %]
                     </td>
                   </tr>
+[%- IF type == 'sales_quotation' %]
+                  <tr>
+                    <th width="70%" align="right" nowrap>[% 'Order probability' | $T8 %]</th>
+                    <td nowrap>
+                      [%- L.select_tag('order_probability', ORDER_PROBABILITIES, title='title', default=order_probability) %]%
+                    </td>
+                  </tr>
+                  <tr>
+                    <th width="70%" align="right" nowrap>[% 'Expected billing date' | $T8 %]</th>
+                    <td nowrap>
+                      [%- L.date_tag('expected_billing_date', expected_billing_date 'BL') %]
+                    </td>
+                  </tr>
+[%- END %]
                 </table>
               </td>
             </tr>