Line 99... |
Line 99... |
99 |
<label for="invoice_sendmail"><?php echo __('E-Mail an Kunden senden', 'wpsg'); ?></label>
|
99 |
<label for="invoice_sendmail"><?php echo __('E-Mail an Kunden senden', 'wpsg'); ?></label>
|
100 |
<input type="email" name="wpsg_rechnungen_email" value="<?php echo $oCustomer->getEMail(); ?>" />
|
100 |
<input type="email" name="wpsg_rechnungen_email" value="<?php echo $oCustomer->getEMail(); ?>" />
|
101 |
|
101 |
|
102 |
<input type="checkbox" name="wpsg_rechnungen_faelligkeit" value="1" id="invoice_faelligkeit" />
|
102 |
<input type="checkbox" name="wpsg_rechnungen_faelligkeit" value="1" id="invoice_faelligkeit" />
|
103 |
<label for="invoice_faelligkeit"><?php echo __('Fälligkeit anzeigen', 'wpsg'); ?></label>
|
103 |
<label for="invoice_faelligkeit"><?php echo __('Fälligkeit anzeigen', 'wpsg'); ?></label>
|
104 |
<input type="date" name="wpsg_rechnungen_faelligkeitsdatum" value="<?php echo date('Y-m-d'); ?>" />
|
104 |
<input type="date" name="wpsg_rechnungen_faelligkeitsdatum" value="<?php echo date('Y-m-d', strtotime('+'.intval($this->get_option("wpsg_rechnungen_faelligkeit")).' day')); ?>" />
|
105 |
|
105 |
|
106 |
<input type="checkbox" name="wpsg_rechnungen_status" value="1" id="invoice_state" checked="checked" />
|
106 |
<input type="checkbox" name="wpsg_rechnungen_status" value="1" id="invoice_state" checked="checked" />
|
107 |
<label for="invoice_state"><?php echo __('Neuer Status', 'wpsg'); ?></label>
|
107 |
<label for="invoice_state"><?php echo __('Neuer Status', 'wpsg'); ?></label>
|
108 |
<select name="wpsg_rechnungen_status_neu">
|
108 |
<select name="wpsg_rechnungen_status_neu">
|
109 |
<?php foreach ($this->arStatus as $status_key => $status_label) { ?>
|
109 |
<?php foreach ($this->arStatus as $status_key => $status_label) { ?>
|