Line 4... |
Line 4... |
4 |
* Template für die Einstellungen des Rechnungen Moduls
|
4 |
* Template für die Einstellungen des Rechnungen Moduls
|
5 |
*/
|
5 |
*/
|
6 |
|
6 |
|
7 |
?>
|
7 |
?>
|
8 |
|
8 |
|
9 |
<div>
|
9 |
<div>
|
10 |
<ul class="nav nav-tabs" role="tablist">
|
10 |
<ul class="nav nav-tabs" role="tablist">
|
11 |
<li role="presentation" class="active"><a href="#tab1" aria-controls="home" role="tab" data-toggle="tab"><?php echo __('Vordefinierte Textfelder', 'wpsg'); ?></a></li>
|
11 |
<li role="presentation" class="active"><a href="#tab1" aria-controls="home" role="tab" data-toggle="tab"><?php echo __('Vordefinierte Textfelder', 'wpsg'); ?></a></li>
|
12 |
<li role="presentation"><a href="#tab2" aria-controls="profile" role="tab" data-toggle="tab"><?php echo __('Fußzeile', 'wpsg'); ?></a></li>
|
12 |
<li role="presentation"><a href="#tab2" aria-controls="profile" role="tab" data-toggle="tab"><?php echo __('Fußzeile', 'wpsg'); ?></a></li>
|
13 |
<li role="presentation"><a href="#tab3" aria-controls="messages" role="tab" data-toggle="tab"><?php echo __('Sonstiges', 'wpsg'); ?></a></li>
|
13 |
<li role="presentation"><a href="#tab3" aria-controls="messages" role="tab" data-toggle="tab"><?php echo __('Sonstiges', 'wpsg'); ?></a></li>
|
14 |
</ul>
|
14 |
</ul>
|
15 |
<div class="tab-content">
|
15 |
<div class="tab-content">
|
16 |
<div id="tab1" role="tabpanel" class="tab-pane active" >
|
16 |
<div id="tab1" role="tabpanel" class="tab-pane active" >
|
17 |
|
17 |
|
18 |
<?php echo wpsg_drawForm_Input('wpsg_rechnungen_adresszeile', __('Adresszeile', 'wpsg'), $this->get_option('wpsg_rechnungen_adresszeile')); ?>
|
18 |
<?php echo wpsg_drawForm_Input('wpsg_rechnungen_adresszeile', __('Adresszeile', 'wpsg'), $this->get_option('wpsg_rechnungen_adresszeile')); ?>
|
19 |
<!--
|
19 |
<!--
|
20 |
<div class="wpsg_hinweis"><?php echo __('Diese Zeile wird klein oberhalb der Kundenadresse platziert', 'wpsg'); ?></div>
|
20 |
<div class="wpsg_hinweis"><?php echo __('Diese Zeile wird klein oberhalb der Kundenadresse platziert', 'wpsg'); ?></div>
|
21 |
<br />
|
21 |
<br />
|
22 |
-->
|
22 |
-->
|
23 |
<?php echo wpsg_drawForm_TextStart(); ?>
|
23 |
<?php echo wpsg_drawForm_TextStart(); ?>
|
24 |
<div style="position:relative;">
|
24 |
<div style="position:relative;">
|
25 |
<?php if ($this->view['bp'] === false) { ?>
|
25 |
<?php if ($this->view['bp'] === false) { ?>
|
26 |
<p><?php echo __('Es wurde bisher kein Briefpapier hochgeladen', 'wpsg'); ?></p>
|
26 |
<p><?php echo __('Es wurde bisher kein Briefpapier hochgeladen', 'wpsg'); ?></p>
|
27 |
<?php } else { ?>
|
27 |
<?php } else { ?>
|
28 |
<a href="<?php echo $this->view['bp']; ?>" target="_blank"><?php echo __('Derzeitiges Briefpapier', 'wpsg'); ?></a>
|
28 |
<a href="<?php echo $this->view['bp']; ?>" target="_blank"><?php echo __('Derzeitiges Briefpapier', 'wpsg'); ?></a>
|
29 |
<?php } ?>
|
29 |
<?php } ?>
|
30 |
<a style="float:right; position:relative;" class="glyphicon glyphicon-question-sign form-control-feedback" href="?page=wpsg-Admin&subaction=loadHelp&noheader=1&field=mod_rechnung_bp" data-wpsg-tip="mod_rechnung_bp" rel="?page=wpsg-Admin&subaction=loadHelp&noheader=1&field=mod_rechnung_bp"></a>
|
30 |
<a style="float:right; position:relative;" class="glyphicon glyphicon-question-sign form-control-feedback" href="?page=wpsg-Admin&subaction=loadHelp&noheader=1&field=mod_rechnung_bp" data-wpsg-tip="mod_rechnung_bp" rel="?page=wpsg-Admin&subaction=loadHelp&noheader=1&field=mod_rechnung_bp"></a>
|
31 |
<input type="file" name="wpsg_rechnungen_bp">
|
31 |
<input type="file" name="wpsg_rechnungen_bp">
|
32 |
<?php $strSuffix = ''; if ($this->view['bp'] !== false) { $strSuffix = '
|
32 |
<?php $strSuffix = ''; if ($this->view['bp'] !== false) { $strSuffix = '
|
33 |
<label>
|
33 |
<label>
|
34 |
<input type="checkbox" name="wpsg_rechnungen_bp_del" value="1" /> '.__('Löschen', 'wpsg').'
|
34 |
<input type="checkbox" name="wpsg_rechnungen_bp_del" value="1" /> '.__('Löschen', 'wpsg').'
|
35 |
</label>';
|
35 |
</label>';
|
36 |
echo __($strSuffix);
|
36 |
echo __($strSuffix);
|
37 |
} ?>
|
- |
|
38 |
</div>
|
37 |
} ?>
|
39 |
<?php echo wpsg_drawForm_TextEnd(__('Briefpapier (PDF/JPG)', 'wpsg'), array('noP' => true, 'helps' => 'wpsg_rechnungen_bp')); ?>
|
- |
|
40 |
|
- |
|
41 |
<?php echo wpsg_drawForm_TextStart(); ?>
|
- |
|
42 |
<div style="position:relative;">
|
- |
|
43 |
<?php if ($this->view['logo'] === false) { ?>
|
- |
|
44 |
<p><?php echo __('Es wurde bisher kein Logo hochgeladen', 'wpsg'); ?></p>
|
- |
|
45 |
<?php } else { ?>
|
- |
|
46 |
<a href="<?php echo $this->view['logo']; ?>" target="_blank"><?php echo __('Derzeitiges Logo', 'wpsg'); ?></a>
|
- |
|
47 |
<?php } ?>
|
- |
|
48 |
<a style="float:right; position:relative;" class="glyphicon glyphicon-question-sign form-control-feedback" href="?page=wpsg-Admin&subaction=loadHelp&noheader=1&field=mod_rechnung_logo" data-wpsg-tip="mod_rechnung_logo" rel="?page=wpsg-Admin&subaction=loadHelp&noheader=1&field=mod_rechnung_logo"></a>
|
38 |
</div>
|
49 |
<input type="file" name="wpsg_rechnungen_logo">
|
- |
|
50 |
<?php $strSuffix = ''; if ($this->view['logo'] !== false) { $strSuffix = '
|
- |
|
51 |
<label>
|
- |
|
52 |
<input type="checkbox" name="wpsg_rechnungen_logo_del" value="1" /> '.__('Löschen', 'wpsg').'
|
- |
|
53 |
</label>';
|
- |
|
54 |
echo __($strSuffix);
|
- |
|
55 |
} ?>
|
- |
|
56 |
</div>
|
- |
|
57 |
<?php echo wpsg_drawForm_TextEnd(__('Logo (JPG)', 'wpsg'), array('noP' => true, 'helps' => 'wpsg_rechnungen_bp')); ?>
|
39 |
<?php echo wpsg_drawForm_TextEnd(__('Briefpapier (PDF/JPG)', 'wpsg'), array('noP' => true, 'helps' => 'wpsg_rechnungen_bp')); ?>
|
58 |
|
40 |
|
- |
|
41 |
<?php echo wpsg_drawForm_TextStart(); ?>
|
- |
|
42 |
<div style="position:relative;">
|
- |
|
43 |
<?php if ($this->view['logo'] === false) { ?>
|
- |
|
44 |
<p><?php echo __('Es wurde bisher kein Logo hochgeladen', 'wpsg'); ?></p>
|
- |
|
45 |
<?php } else { ?>
|
- |
|
46 |
<a href="<?php echo stripslashes($this->view['logo']); ?>" target="_blank"><?php echo __('Derzeitiges Logo', 'wpsg'); ?></a>
|
- |
|
47 |
<?php } ?>
|
- |
|
48 |
<a style="float:right; position:relative;" class="glyphicon glyphicon-question-sign form-control-feedback" href="?page=wpsg-Admin&subaction=loadHelp&noheader=1&field=mod_rechnung_logo" data-wpsg-tip="mod_rechnung_logo" rel="?page=wpsg-Admin&subaction=loadHelp&noheader=1&field=mod_rechnung_logo"></a>
|
- |
|
49 |
<input type="file" name="wpsg_rechnungen_logo">
|
- |
|
50 |
|
- |
|
51 |
<?php $logo_pos = $this->get_option("wpsg_rechnungen_logo_position"); ?>
|
- |
|
52 |
<?php $defaultAlign = !isset($logo_pos) || empty($logo_pos) ? "align-buttons-active" : ""; ?>
|
- |
|
53 |
|
- |
|
54 |
<?php $alignLeft = $logo_pos === 'left' ? "align-buttons-active" : ""; ?>
|
- |
|
55 |
<?php $alignCenter = $logo_pos === 'center' ? "align-buttons-active" : ""; ?>
|
- |
|
56 |
<?php $alignRight = $logo_pos === 'right' ? "align-buttons-active" : ""; ?>
|
- |
|
57 |
|
- |
|
58 |
<?php $logo_transparency = $this->get_option("wpsg_rechnungen_logo_transparency") ?: "0%"; ?>
|
- |
|
59 |
|
- |
|
60 |
<?php $strSuffix = ''; if ($this->view['logo'] !== false) { $strSuffix = '
|
- |
|
61 |
<div class="row">
|
- |
|
62 |
<div class="col-md-4">
|
- |
|
63 |
<div class="align-buttons">
|
59 |
<!--
|
64 |
<input type="input" data-toggle="tooltip" class="logo-align-button logo-align-button-left '.$alignLeft.'" name="wpsg_rechnungen_logo_position_left" value="" onclick="handleLogoAlignClick($(this))" onkeydown="return false;" onfocus="return false;" autocomplete="off" title="'.__("Logo linksbündig ausrichten").'">
|
- |
|
65 |
<input type="input" data-toggle="tooltip" class="logo-align-button logo-align-button-center '.$alignCenter.'" name="wpsg_rechnungen_logo_position_center" value="" onclick="handleLogoAlignClick($(this))" onkeydown="return false;" onfocus="return false;" autocomplete="off" title="'.__("Logo zentrieren").'">
|
60 |
<div class="wpsg_hinweis"><?php echo __('Das Briefpapier wird hinter die gesamte Seite gelegt, das Logo wird rechts oben auf jeder Seite platziert. (96 dpi)', 'wpsg'); ?></div>
|
66 |
<input type="input" data-toggle="tooltip" class="logo-align-button logo-align-button-right '.$alignRight.' '.$defaultAlign.'" name="wpsg_rechnungen_logo_position_right" value="" onclick="handleLogoAlignClick($(this))" onkeydown="return false;" onfocus="return false;" autocomplete="off" title="'.__("Logo rechtsbündig ausrichten").'">
|
- |
|
67 |
</div>
|
- |
|
68 |
</div>
|
- |
|
69 |
<div class="col-md-8 logo-transparency">
|
- |
|
70 |
<label>
|
- |
|
71 |
<input type="text" name="wpsg_rechnungen_logo_transparency" value="'.$logo_transparency.'" /> '.__('Logodeckkraft', 'wpsg').'
|
- |
|
72 |
</label>
|
- |
|
73 |
</div>
|
- |
|
74 |
<div class="col-md-12">
|
- |
|
75 |
<label>
|
- |
|
76 |
<input type="checkbox" name="wpsg_rechnungen_logo_del" value="1" /> '.__('Löschen', 'wpsg').'
|
- |
|
77 |
</label>
|
- |
|
78 |
</div>
|
- |
|
79 |
</div>';
|
- |
|
80 |
echo __($strSuffix);
|
- |
|
81 |
} ?>
|
- |
|
82 |
|
- |
|
83 |
<button class="button wpsg_rechnungen_preview" style="float:right; margin-right:10px;" name="wpsg_rechnungen_preview" type="button">
|
- |
|
84 |
<?php echo __("Vorschau", "wpsg"); ?>
|
- |
|
85 |
</button>
|
- |
|
86 |
|
- |
|
87 |
</div>
|
- |
|
88 |
<?php echo wpsg_drawForm_TextEnd(__('Logo (JPG)', 'wpsg'), array('noP' => true, 'helps' => 'wpsg_rechnungen_bp')); ?>
|
- |
|
89 |
|
- |
|
90 |
|
- |
|
91 |
<!--
|
- |
|
92 |
<div class="wpsg_hinweis"><?php echo __('Das Briefpapier wird hinter die gesamte Seite gelegt, das Logo wird standardmäßig rechts oben auf jeder Seite platziert. (96 dpi)', 'wpsg'); ?></div>
|
61 |
<br />
|
93 |
<br />
|
62 |
-->
|
94 |
-->
|
63 |
<table class="table table-body-striped wpsg_mod_deliverynote_fieldtable">
|
95 |
<table class="table table-body-striped wpsg_mod_deliverynote_fieldtable">
|
64 |
<thead>
|
96 |
<thead>
|
65 |
<tr>
|
97 |
<tr>
|
66 |
<th class="col_bezeichnung"><?php echo __('Bezeichnung', 'wpsg'); ?></th>
|
98 |
<th class="col_bezeichnung"><?php echo __('Bezeichnung', 'wpsg'); ?></th>
|
67 |
<th class="col_freitext"><?php echo __('Freitext', 'wpsg'); ?></th>
|
99 |
<th class="col_freitext"><?php echo __('Freitext', 'wpsg'); ?></th>
|
68 |
<th class="col_x"><?php echo __('X', 'wpsg'); ?></th>
|
100 |
<th class="col_x"><?php echo __('X', 'wpsg'); ?></th>
|
69 |
<th class="col_y"><?php echo __('Y', 'wpsg'); ?></th>
|
101 |
<th class="col_y"><?php echo __('Y', 'wpsg'); ?></th>
|
70 |
<th class="col_color"><?php echo __('Farbe', 'wpsg'); ?></th>
|
102 |
<th class="col_color"><?php echo __('Farbe', 'wpsg'); ?></th>
|
71 |
<th class="col_groesse"><?php echo __('Größe', 'wpsg'); ?></th>
|
103 |
<th class="col_groesse"><?php echo __('Größe', 'wpsg'); ?></th>
|
72 |
<th class="col_action"></th>
|
104 |
<th class="col_action"></th>
|
73 |
</tr>
|
105 |
</tr>
|
74 |
</thead>
|
106 |
</thead>
|
75 |
<tbody>
|
107 |
<tbody>
|
76 |
<?php foreach ($this->view['fields'] as $f => $field_name) { ?>
|
108 |
<?php foreach ($this->view['fields'] as $f => $field_name) { ?>
|
77 |
<tr>
|
109 |
<tr>
|
78 |
<td><?php echo wpsg_getStr($field_name); ?></td>
|
110 |
<td><?php echo wpsg_getStr($field_name); ?></td>
|
79 |
<td>
|
111 |
<td>
|
80 |
<input type="text" style="width:100%;" name="text[<?php echo $f; ?>][text]" value="<?php echo wpsg_getStr($this->view['arTexte'][$f]['text']); ?>" />
|
112 |
<input type="text" style="width:100%;" name="text[<?php echo $f; ?>][text]" value="<?php echo wpsg_getStr($this->view['arTexte'][$f]['text']); ?>" />
|
81 |
</td>
|
113 |
</td>
|
82 |
<td>
|
114 |
<td>
|
83 |
<input type="text" style="width:100%;" name="text[<?php echo $f; ?>][x]" value="<?php echo wpsg_getStr($this->view['arTexte'][$f]['x']); ?>" />
|
115 |
<input type="text" style="width:100%;" name="text[<?php echo $f; ?>][x]" value="<?php echo wpsg_getStr($this->view['arTexte'][$f]['x']); ?>" />
|
84 |
</td>
|
116 |
</td>
|
85 |
<td>
|
117 |
<td>
|
86 |
<input type="text" style="width:100%;" name="text[<?php echo $f; ?>][y]" value="<?php echo wpsg_getStr($this->view['arTexte'][$f]['y']); ?>" />
|
118 |
<input type="text" style="width:100%;" name="text[<?php echo $f; ?>][y]" value="<?php echo wpsg_getStr($this->view['arTexte'][$f]['y']); ?>" />
|
87 |
</td>
|
119 |
</td>
|
88 |
<td>
|
120 |
<td>
|
89 |
<input type="text" style="width:100%;" name="text[<?php echo $f; ?>][color]" value="<?php echo wpsg_getStr($this->view['arTexte'][$f]['color']); ?>" />
|
121 |
<input type="text" style="width:100%;" name="text[<?php echo $f; ?>][color]" value="<?php echo wpsg_getStr($this->view['arTexte'][$f]['color']); ?>" />
|
90 |
</td>
|
122 |
</td>
|
91 |
<td>
|
123 |
<td>
|
92 |
<select name="text[<?php echo $f; ?>][fontsize]" style="width:100%;">
|
124 |
<select name="text[<?php echo $f; ?>][fontsize]" style="width:100%;">
|
93 |
<option <?php echo ((wpsg_getStr($this->view['arTexte'][$f]['fontsize']) == "8")?'selected="selected"':''); ?> value="8">8</option>
|
125 |
<option <?php echo ((wpsg_getStr($this->view['arTexte'][$f]['fontsize']) == "8")?'selected="selected"':''); ?> value="8">8</option>
|
94 |
<option <?php echo ((wpsg_getStr($this->view['arTexte'][$f]['fontsize']) == "9")?'selected="selected"':''); ?> value="9">9</option>
|
126 |
<option <?php echo ((wpsg_getStr($this->view['arTexte'][$f]['fontsize']) == "9")?'selected="selected"':''); ?> value="9">9</option>
|
95 |
<option <?php echo ((wpsg_getStr($this->view['arTexte'][$f]['fontsize']) == "10")?'selected="selected"':''); ?> value="10">10</option>
|
127 |
<option <?php echo ((wpsg_getStr($this->view['arTexte'][$f]['fontsize']) == "10")?'selected="selected"':''); ?> value="10">10</option>
|
96 |
<option <?php echo ((wpsg_getStr($this->view['arTexte'][$f]['fontsize']) == "11")?'selected="selected"':''); ?> value="11">11</option>
|
128 |
<option <?php echo ((wpsg_getStr($this->view['arTexte'][$f]['fontsize']) == "11")?'selected="selected"':''); ?> value="11">11</option>
|
97 |
<option <?php echo ((wpsg_getStr($this->view['arTexte'][$f]['fontsize']) == "12")?'selected="selected"':''); ?> value="12">12</option>
|
129 |
<option <?php echo ((wpsg_getStr($this->view['arTexte'][$f]['fontsize']) == "12")?'selected="selected"':''); ?> value="12">12</option>
|
98 |
<option <?php echo ((wpsg_getStr($this->view['arTexte'][$f]['fontsize']) == "13")?'selected="selected"':''); ?> value="13">13</option>
|
130 |
<option <?php echo ((wpsg_getStr($this->view['arTexte'][$f]['fontsize']) == "13")?'selected="selected"':''); ?> value="13">13</option>
|
99 |
<option <?php echo ((wpsg_getStr($this->view['arTexte'][$f]['fontsize']) == "14")?'selected="selected"':''); ?> value="14">14</option>
|
131 |
<option <?php echo ((wpsg_getStr($this->view['arTexte'][$f]['fontsize']) == "14")?'selected="selected"':''); ?> value="14">14</option>
|
100 |
|
132 |
|
101 |
</select>
|
133 |
</select>
|
102 |
</td>
|
134 |
</td>
|
103 |
<td>
|
135 |
<td>
|
104 |
<label><input type="checkbox" value="1" name="text[<?php echo $f; ?>][aktiv]" <?php echo ((wpsg_isSizedInt($this->view['arTexte'][$f]['aktiv']))?'checked="checked"':''); ?> /> <?php echo __("Aktiv", "wpsg"); ?></label>
|
136 |
<label><input type="checkbox" value="1" name="text[<?php echo $f; ?>][aktiv]" <?php echo ((wpsg_isSizedInt($this->view['arTexte'][$f]['aktiv']))?'checked="checked"':''); ?> /> <?php echo __("Aktiv", "wpsg"); ?></label>
|
105 |
<a style="float:right; position:relative;" class="glyphicon glyphicon-question-sign" href="?page=wpsg-Admin&subaction=loadHelp&noheader=1&field=mod_rechnung_fieldconfig" data-wpsg-tip="mod_rechnung_fieldconfig" rel="?page=wpsg-Admin&subaction=loadHelp&noheader=1&field=mod_rechnung_fieldconfig"></a>
|
137 |
<a style="float:right; position:relative;" class="glyphicon glyphicon-question-sign" href="?page=wpsg-Admin&subaction=loadHelp&noheader=1&field=mod_rechnung_fieldconfig" data-wpsg-tip="mod_rechnung_fieldconfig" rel="?page=wpsg-Admin&subaction=loadHelp&noheader=1&field=mod_rechnung_fieldconfig"></a>
|
106 |
</td>
|
138 |
</td>
|
107 |
</tr>
|
139 |
</tr>
|
108 |
<?php } ?>
|
140 |
<?php } ?>
|
109 |
</tbody>
|
141 |
</tbody>
|
110 |
</table>
|
142 |
</table>
|
111 |
|
143 |
|
112 |
<br />
|
144 |
<br />
|
113 |
|
145 |
|
114 |
<input style="float:right;" class="button" onclick="if (!confirm('<?php echo __('Sind Sie sich sicher? Ihre bisherigen Einstellungen gehen verloren!', 'wpsg'); ?>')) return false; else location.href = '<?php echo WPSG_URL_WP; ?>wp-admin/admin.php?page=wpsg-Admin&action=module&modul=<?php echo $_REQUEST['modul']; ?>&do=reset&noheader=1';" type="button" value="<?php echo __('Standardeinstellungen laden', 'wpsg'); ?>" />
|
146 |
<input style="float:right;" class="button" onclick="if (!confirm('<?php echo __('Sind Sie sich sicher? Ihre bisherigen Einstellungen gehen verloren!', 'wpsg'); ?>')) return false; else location.href = '<?php echo WPSG_URL_WP; ?>wp-admin/admin.php?page=wpsg-Admin&action=module&modul=<?php echo $_REQUEST['modul']; ?>&do=reset&noheader=1';" type="button" value="<?php echo __('Standardeinstellungen laden', 'wpsg'); ?>" />
|
115 |
|
147 |
|
116 |
<div class="info">
|
148 |
<div class="info">
|
117 |
<p style="line-height:none;">
|
149 |
<p style="line-height:normal;">
|
118 |
<?php echo __('Die Angaben für X (Abstand von Links) und Y (Abstand von Oben) werden in mm eingetragen.', 'wpsg'); ?><br />
|
150 |
<?php echo __('Die Angaben für X (Abstand von Links) und Y (Abstand von Oben) werden in mm eingetragen.', 'wpsg'); ?><br />
|
119 |
<?php echo __('Die Farbe wird im Hexadezimalformat angegeben (#FFFFFF für weiß, #000000 für schwarz).', 'wpsg'); ?>
|
151 |
<?php echo __('Die Farbe wird im Hexadezimalformat angegeben (#FFFFFF für weiß, #000000 für schwarz).', 'wpsg'); ?>
|
120 |
</p>
|
152 |
</p>
|
121 |
</div>
|
153 |
</div>
|
122 |
<br />
|
154 |
<br />
|
123 |
|
155 |
|
124 |
</div>
|
156 |
</div>
|
125 |
<div id="tab2" role="tabpanel" class="tab-pane" >
|
157 |
<div id="tab2" role="tabpanel" class="tab-pane" >
|
126 |
|
158 |
|
127 |
<div id="foottext_list"><?php echo $this->view['foottext_list']; ?></div>
|
159 |
<div id="foottext_list"><?php echo $this->view['foottext_list']; ?></div>
|
128 |
<br />
|
160 |
<br />
|
129 |
|
161 |
|
130 |
<a title="<?php echo __('Neue Fußzeile anlegen', 'wpsg'); ?>" href="" class="" onclick="return wpsg_addFooter();"><span class="glyphicon wpsg-glyphicon glyphicon-plus"></span><?php echo __('Neue Fußzeile anlegen.', 'wpsg'); ?></a>
|
162 |
<a title="<?php echo __('Neue Fußzeile anlegen', 'wpsg'); ?>" href="" class="" onclick="return wpsg_addFooter();"><span class="glyphicon wpsg-glyphicon glyphicon-plus"></span><?php echo __('Neue Fußzeile anlegen.', 'wpsg'); ?></a>
|
131 |
|
163 |
|
132 |
<br /><br />
|
164 |
<br /><br />
|
133 |
<div class="info">
|
165 |
<div class="info">
|
134 |
<p style="line-height:none;">
|
166 |
<p style="line-height:normal;">
|
135 |
<?php echo __('Hier können Sie Texte vordefinieren, die sie unter die Rechnung setzen können.', 'wpsg'); ?>
|
167 |
<?php echo __('Hier können Sie Texte vordefinieren, die sie unter die Rechnung setzen können.', 'wpsg'); ?>
|
136 |
</p>
|
168 |
</p>
|
137 |
</div>
|
169 |
</div>
|
138 |
|
170 |
|
139 |
</div>
|
171 |
</div>
|
140 |
<div id="tab3" role="tabpanel" class="tab-pane" >
|
172 |
<div id="tab3" role="tabpanel" class="tab-pane" >
|
141 |
|
173 |
|
142 |
<?php echo wpsg_drawForm_Input('wpsg_rechnungen_url', __('URL Benachrichtigung', 'wpsg'), $this->get_option('wpsg_rechnungen_url'), array('help' => 'wpsg_rechnung_url')); ?>
|
174 |
<?php echo wpsg_drawForm_Input('wpsg_rechnungen_url', __('URL Benachrichtigung', 'wpsg'), $this->get_option('wpsg_rechnungen_url'), array('help' => 'wpsg_rechnung_url')); ?>
|
143 |
<?php echo wpsg_drawForm_Select('wpsg_mod_rechnungen_auto', __('Rechnungserstellung', 'wpsg'), array(
|
175 |
<?php echo wpsg_drawForm_Select('wpsg_mod_rechnungen_auto', __('Rechnungserstellung', 'wpsg'), array(
|
144 |
'0' => __('Manuell', 'wpsg'),
|
176 |
'0' => __('Manuell', 'wpsg'),
|
145 |
'1' => __('Bei Bestellung', 'wpsg'),
|
177 |
'1' => __('Bei Bestellung', 'wpsg'),
|
146 |
'2' => __('Bei Zahlung', 'wpsg')
|
178 |
'2' => __('Bei Zahlung', 'wpsg')
|
147 |
), $this->get_option('wpsg_mod_rechnungen_auto'), array('help' => 'wpsg_mod_rechnungen_auto')); ?>
|
179 |
), $this->get_option('wpsg_mod_rechnungen_auto'), array('help' => 'wpsg_mod_rechnungen_auto')); ?>
|
148 |
<?php echo wpsg_drawForm_Input('wpsg_rechnungen_faelligkeit', __('Fälligkeit in Tagen', 'wpsg'), $this->get_option('wpsg_rechnungen_faelligkeit'), array('help' => 'wpsg_rechnungen_faelligkeit')); ?>
|
180 |
<?php echo wpsg_drawForm_Input('wpsg_rechnungen_faelligkeit', __('Fälligkeit in Tagen', 'wpsg'), $this->get_option('wpsg_rechnungen_faelligkeit'), array('help' => 'wpsg_rechnungen_faelligkeit')); ?>
|
149 |
<?php echo wpsg_drawForm_Input('wpsg_rechnungen_pdfperpage', __('Anzahl an Produkten pro Seite (PDF)', 'wpsg'), $this->get_option('wpsg_rechnungen_pdfperpage'), array('help' => 'wpsg_rechnungen_pdfperpage')); ?>
|
181 |
<?php echo wpsg_drawForm_Input('wpsg_rechnungen_pdfperpage', __('Anzahl an Produkten pro Seite (PDF)', 'wpsg'), $this->get_option('wpsg_rechnungen_pdfperpage'), array('help' => 'wpsg_rechnungen_pdfperpage')); ?>
|
150 |
<?php echo wpsg_drawForm_Checkbox('wpsg_rechnungen_pbeschreibung', __('Produktbeschreibung auf Rechnung anzeigen', 'wpsg'), $this->get_option('wpsg_rechnungen_pbeschreibung'), array('help' => 'wpsg_rechnungen_pbeschreibung')); ?>
|
182 |
<?php echo wpsg_drawForm_Checkbox('wpsg_rechnungen_pbeschreibung', __('Produktbeschreibung auf Rechnung anzeigen', 'wpsg'), $this->get_option('wpsg_rechnungen_pbeschreibung'), array('help' => 'wpsg_rechnungen_pbeschreibung')); ?>
|
151 |
|
183 |
|
152 |
<?php if ($this->hasMod('wpsg_mod_produktattribute') == '1') {?>
|
184 |
<?php if ($this->hasMod('wpsg_mod_produktattribute') == '1') {?>
|
153 |
<?php echo wpsg_drawForm_Checkbox('wpsg_rechnungen_produktattribute', __('Produktattribute auf der Rechnung anzeigen', 'wpsg'), $this->get_option('wpsg_rechnungen_produktattribute'), array('help' => 'wpsg_rechnungen_produktattribute')); ?>
|
185 |
<?php echo wpsg_drawForm_Checkbox('wpsg_rechnungen_produktattribute', __('Produktattribute auf der Rechnung anzeigen', 'wpsg'), $this->get_option('wpsg_rechnungen_produktattribute'), array('help' => 'wpsg_rechnungen_produktattribute')); ?>
|
154 |
<?php }?>
|
186 |
<?php }?>
|
155 |
|
187 |
|
156 |
<?php echo wpsg_drawForm_Checkbox('wpsg_mod_rechnungen_showgutschriftrechnung', __('Rechnungsnummer auf Rechnungskorrektur anzeigen', 'wpsg'), $this->get_option('wpsg_mod_rechnungen_showgutschriftrechnung'), array('help' => 'wpsg_mod_rechnungen_showgutschriftrechnung')); ?>
|
188 |
<?php echo wpsg_drawForm_Checkbox('wpsg_mod_rechnungen_showgutschriftrechnung', __('Rechnungsnummer auf Rechnungskorrektur anzeigen', 'wpsg'), $this->get_option('wpsg_mod_rechnungen_showgutschriftrechnung'), array('help' => 'wpsg_mod_rechnungen_showgutschriftrechnung')); ?>
|
157 |
<?php echo wpsg_drawForm_Checkbox('wpsg_mod_rechnungen_showpv', __('Produktvariablen auf Rechnung anzeigen', 'wpsg'), $this->get_option('wpsg_mod_rechnungen_showpv'), array('help' => 'wpsg_mod_rechnungen_showpv')); ?>
|
189 |
<?php echo wpsg_drawForm_Checkbox('wpsg_mod_rechnungen_showpv', __('Produktvariablen auf Rechnung anzeigen', 'wpsg'), $this->get_option('wpsg_mod_rechnungen_showpv'), array('help' => 'wpsg_mod_rechnungen_showpv')); ?>
|
158 |
<?php echo wpsg_drawForm_Checkbox('wpsg_mod_rechnungen_showov', __('Bestellvariablen auf Rechnung anzeigen', 'wpsg'), $this->get_option('wpsg_mod_rechnungen_showov'), array('help' => 'wpsg_mod_rechnungen_showov')); ?>
|
190 |
<?php echo wpsg_drawForm_Checkbox('wpsg_mod_rechnungen_showov', __('Bestellvariablen auf Rechnung anzeigen', 'wpsg'), $this->get_option('wpsg_mod_rechnungen_showov'), array('help' => 'wpsg_mod_rechnungen_showov')); ?>
|
159 |
<?php echo wpsg_drawForm_Checkbox('wpsg_mod_rechnungen_hideCountry', __('Land auf Rechnung verbergen', 'wpsg'), $this->get_option('wpsg_mod_rechnungen_hideCountry'), array('help' => 'wpsg_mod_rechnungen_hideCountry')); ?>
|
191 |
<?php echo wpsg_drawForm_Checkbox('wpsg_mod_rechnungen_hideCountry', __('Land auf Rechnung verbergen', 'wpsg'), $this->get_option('wpsg_mod_rechnungen_hideCountry'), array('help' => 'wpsg_mod_rechnungen_hideCountry')); ?>
|
160 |
<?php echo wpsg_drawForm_Input('wpsg_rechnungen_start', __('Startnummer (Rechnungen)', 'wpsg'), $this->get_option('wpsg_rechnungen_start'), array('help' => 'wpsg_rechnungen_start')); ?>
|
192 |
<?php echo wpsg_drawForm_Input('wpsg_rechnungen_start', __('Startnummer (Rechnungen)', 'wpsg'), $this->get_option('wpsg_rechnungen_start'), array('help' => 'wpsg_rechnungen_start')); ?>
|
Line 166... |
Line 198... |
166 |
<?php echo wpsg_drawForm_Select('wpsg_mod_rechnungen_anr', __('Artikelnummer anzeigen', 'wpsg'), array(
|
198 |
<?php echo wpsg_drawForm_Select('wpsg_mod_rechnungen_anr', __('Artikelnummer anzeigen', 'wpsg'), array(
|
167 |
'0' => __('Nicht anzeigen', 'wpsg'),
|
199 |
'0' => __('Nicht anzeigen', 'wpsg'),
|
168 |
'1' => __('In Spalte "Nr." zeigen', 'wpsg'),
|
200 |
'1' => __('In Spalte "Nr." zeigen', 'wpsg'),
|
169 |
'2' => __('Als extra Zeile anzeigen', 'wpsg')
|
201 |
'2' => __('Als extra Zeile anzeigen', 'wpsg')
|
170 |
), $this->get_option('wpsg_mod_rechnungen_anr'), array('help' => 'wpsg_mod_rechnungen_anr')); ?>
|
202 |
), $this->get_option('wpsg_mod_rechnungen_anr'), array('help' => 'wpsg_mod_rechnungen_anr')); ?>
|
171 |
|
203 |
|
172 |
<?php echo wpsg_drawForm_TextStart(); ?>
|
204 |
<?php echo wpsg_drawForm_TextStart(); ?>
|
173 |
<div class="info">
|
205 |
<div class="info">
|
174 |
<p style="line-height:none;">
|
206 |
<p style="line-height:normal;">
|
175 |
%nr% - <?php echo __('Fortlaufende Rechnungs- bzw. Rechnungskorrekturnummer', 'wpsg'); ?><br />
|
207 |
%nr% - <?php echo __('Fortlaufende Rechnungs- bzw. Rechnungskorrekturnummer', 'wpsg'); ?><br />
|
176 |
%Jahr% - <?php echo __('Das aktuelle Jahr (4 Stellig)', 'wpsg'); ?><br />
|
208 |
%Jahr% - <?php echo __('Das aktuelle Jahr (4 Stellig)', 'wpsg'); ?><br />
|
177 |
%Monat% - <?php echo __('Der aktuelle Monat (01 - 12)', 'wpsg'); ?><br />
|
209 |
%Monat% - <?php echo __('Der aktuelle Monat (01 - 12)', 'wpsg'); ?><br />
|
178 |
%Tag% - <?php echo __('Der Tag des Monats (01 - 31)', 'wpsg'); ?><br />
|
210 |
%Tag% - <?php echo __('Der Tag des Monats (01 - 31)', 'wpsg'); ?><br />
|
179 |
</p>
|
211 |
</p>
|
180 |
</div>
|
212 |
</div>
|
181 |
|
213 |
|
182 |
<p style="line-height:none;"><?php echo __('Die Platzhalter können bei den Formatfeldern und dem Dateinamen verwendet werden. Der Platzhalter %nr% sollte dabei immer Verwendung finden.', 'wpsg'); ?></p>
|
214 |
<p style="line-height:normal;"><?php echo __('Die Platzhalter können bei den Formatfeldern und dem Dateinamen verwendet werden. Der Platzhalter %nr% sollte dabei immer Verwendung finden.', 'wpsg'); ?></p>
|
183 |
|
215 |
|
184 |
<?php echo wpsg_drawForm_TextEnd(__('Mögliche Platzhalter für Rechnungen und Rechnungskorrektur', 'wpsg'), array('noP' => true)); ?>
|
216 |
<?php echo wpsg_drawForm_TextEnd(__('Mögliche Platzhalter für Rechnungen und Rechnungskorrektur', 'wpsg'), array('noP' => true)); ?>
|
185 |
|
217 |
|
186 |
</div>
|
218 |
</div>
|
187 |
</div>
|
219 |
</div>
|
188 |
</div>
|
220 |
</div>
|
189 |
|
221 |
|
190 |
|
222 |
|
191 |
<script type="text/javascript">/* <![CDATA[ */
|
223 |
<script type="text/javascript">/* <![CDATA[ */
|
192 |
|
224 |
|
193 |
jQuery(document).ready(function() {
|
225 |
jQuery(document).ready(function() {
|
- |
|
226 |
|
194 |
jQuery('#wpsg_tab').wpsg_tab( {
|
227 |
jQuery('#wpsg_tab').wpsg_tab( {
|
195 |
'cookiename': 'wpsg_rechnungen_tab',
|
228 |
'cookiename': 'wpsg_rechnungen_tab',
|
196 |
'tab2': function() {
|
229 |
'tab2': function() {
|
197 |
jQuery('.tablink').show();
|
230 |
jQuery('.tablink').show();
|
198 |
}
|
231 |
}
|
199 |
} );
|
232 |
} );
|
- |
|
233 |
|
- |
|
234 |
let onloadActiveBtn = $(".align-buttons-active")[0];
|
- |
|
235 |
if(onloadActiveBtn)
|
- |
|
236 |
{
|
- |
|
237 |
if(!onloadActiveBtn.value.includes("selected"))
|
- |
|
238 |
onloadActiveBtn.value += " selected";
|
- |
|
239 |
}
|
- |
|
240 |
|
- |
|
241 |
$(".wpsg_rechnungen_preview").click(function(){ wpsg_rechnungen_preview(); });
|
- |
|
242 |
|
200 |
} );
|
243 |
} );
|
201 |
|
244 |
|
- |
|
245 |
/**
|
- |
|
246 |
* Stellt sicher, dass immer nur ein Button der align-buttons die highlight Klasse hat
|
- |
|
247 |
*/
|
- |
|
248 |
function handleLogoAlignClick(pressedEl)
|
- |
|
249 |
{
|
- |
|
250 |
|
- |
|
251 |
if(pressedEl.hasClass("align-buttons-active")) return;
|
- |
|
252 |
else
|
- |
|
253 |
{
|
- |
|
254 |
|
- |
|
255 |
pressedEl.addClass("align-buttons-active");
|
- |
|
256 |
pressedEl[0].value = pressedEl[0].value + " selected";
|
- |
|
257 |
|
- |
|
258 |
jQuery.each($(".logo-align-button"), function(index, element) {
|
- |
|
259 |
if(element.classList.contains("align-buttons-active") && element !== pressedEl[0]){
|
- |
|
260 |
|
- |
|
261 |
var values = element.value.split(" ");
|
- |
|
262 |
element.value = values[0];
|
- |
|
263 |
|
- |
|
264 |
element.classList.remove("align-buttons-active");
|
- |
|
265 |
|
- |
|
266 |
return false;
|
- |
|
267 |
|
- |
|
268 |
}
|
- |
|
269 |
});
|
- |
|
270 |
|
- |
|
271 |
}
|
- |
|
272 |
|
- |
|
273 |
} // function handleLogoAlignClick()
|
- |
|
274 |
|
- |
|
275 |
// Verhindern der Weiterleitung nach dem Klick auf einen Align Button
|
- |
|
276 |
$(".logo-align-button").click(function() { return false; });
|
- |
|
277 |
|
- |
|
278 |
/**
|
- |
|
279 |
* Wird beim Klicken auf den Vorschau Button ausgelöst
|
- |
|
280 |
*/
|
- |
|
281 |
function wpsg_rechnungen_preview()
|
- |
|
282 |
{
|
- |
|
283 |
|
- |
|
284 |
let url = "<?php echo WPSG_URL_WP; ?>wp-admin/admin.php?page=wpsg-Admin&action=module&modul=wpsg_mod_rechnungen&do=orderAjax&noheader=1&wpsg_rechnungen_preview=1";
|
- |
|
285 |
|
- |
|
286 |
window.open(url, '_blank');
|
- |
|
287 |
|
- |
|
288 |
return false;
|
- |
|
289 |
|
- |
|
290 |
} // function wpsg_rechnungen_preview()
|
202 |
|
291 |
|
203 |
/**
|
292 |
/**
|
204 |
* Wird beim anlegen einer neuen Fußzeile aufgerufen
|
293 |
* Wird beim anlegen einer neuen Fußzeile aufgerufen
|
205 |
*/
|
294 |
*/
|
206 |
function wpsg_addFooter()
|
295 |
function wpsg_addFooter()
|
207 |
{
|
296 |
{
|
208 |
|
297 |
|
209 |
jQuery('#foottext_list').html('<img src="<?php echo WPSG_URL; ?>views/gfx/ajax-loader.gif" alt="<?php echo __('Bitte warten ...', 'wpsg'); ?>" />');
|
298 |
jQuery('#foottext_list').html('<img src="<?php echo WPSG_URL; ?>views/gfx/ajax-loader.gif" alt="<?php echo __('Bitte warten ...', 'wpsg'); ?>" />');
|
210 |
|
299 |
|
211 |
jQuery.ajax( {
|
300 |
jQuery.ajax( {
|
212 |
url: '<?php echo WPSG_URL_WP; ?>wp-admin/admin.php?page=wpsg-Admin&action=module&modul=wpsg_mod_rechnungen&do=add&noheader=1',
|
301 |
url: '<?php echo WPSG_URL_WP; ?>wp-admin/admin.php?page=wpsg-Admin&action=module&modul=wpsg_mod_rechnungen&do=add&noheader=1',
|
213 |
success: function(data) {
|
302 |
success: function(data) {
|
214 |
jQuery('#foottext_list').html(data);
|
303 |
jQuery('#foottext_list').html(data);
|
215 |
}
|
304 |
}
|
216 |
} );
|
305 |
} );
|
217 |
|
306 |
|
218 |
return false;
|
307 |
return false;
|
219 |
|
308 |
|
220 |
} // function wpsg_addFooter()
|
309 |
} // function wpsg_addFooter()
|
221 |
|
310 |
|
222 |
/**
|
311 |
/**
|
223 |
* Wird beim entfernen einer Fußzeile aufgerufen
|
312 |
* Wird beim entfernen einer Fußzeile aufgerufen
|
224 |
*/
|
313 |
*/
|
Line 242... |
Line 331... |
242 |
return false;
|
331 |
return false;
|
243 |
|
332 |
|
244 |
} // function wpsg_removeFooter()
|
333 |
} // function wpsg_removeFooter()
|
245 |
|
334 |
|
246 |
|
335 |
|
247 |
/* ]]> */</script>
|
- |
|
248 |
|
336 |
/* ]]> */</script>
|
- |
|
337 |
|
249 |
|
338 |
|