Line 484... |
Line 484... |
484 |
<label for="invoice_sendmail"><?php echo __('E-Mail an Kunden senden', 'wpsg'); ?></label>
|
484 |
<label for="invoice_sendmail"><?php echo __('E-Mail an Kunden senden', 'wpsg'); ?></label>
|
485 |
<input type="email" name="wpsg_Multirechnung_email" value="" />
|
485 |
<input type="email" name="wpsg_Multirechnung_email" value="" />
|
486 |
<br />
|
486 |
<br />
|
487 |
<input type="checkbox" name="wpsg_Multirechnung_faelligkeit" value="1" id="invoice_faelligkeit" />
|
487 |
<input type="checkbox" name="wpsg_Multirechnung_faelligkeit" value="1" id="invoice_faelligkeit" />
|
488 |
<label for="invoice_faelligkeit"><?php echo __('Fälligkeit anzeigen', 'wpsg'); ?></label>
|
488 |
<label for="invoice_faelligkeit"><?php echo __('Fälligkeit anzeigen', 'wpsg'); ?></label>
|
489 |
<input type="date" name="wpsg_Multirechnung_faelligkeitsdatum" value="<?php echo date('Y-m-d'); ?>" />
|
489 |
<input type="date" name="wpsg_Multirechnung_faelligkeitsdatum" value="<?php echo date('Y-m-d', strtotime('+'.intval($this->get_option("wpsg_rechnungen_faelligkeit")).' day')); ?>" />
|
490 |
<br />
|
490 |
<br />
|
491 |
<input type="checkbox" name="wpsg_Multirechnung_url" value="1" id="invoice_url" />
|
491 |
<input type="checkbox" name="wpsg_Multirechnung_url" value="1" id="invoice_url" />
|
492 |
<label for="invoice_url"><?php echo __('URL Benachrichtigung', 'wpsg'); ?></label>
|
492 |
<label for="invoice_url"><?php echo __('URL Benachrichtigung', 'wpsg'); ?></label>
|
493 |
<br />
|
493 |
<br />
|
494 |
<label for="invoice_date"><?php echo __('Rechnungsdatum', 'wpsg') ;?></label>
|
494 |
<label for="invoice_date"><?php echo __('Rechnungsdatum', 'wpsg') ;?></label>
|