Subversion Repositories wpShopGermany4

Rev

Rev 7812 | Rev 7932 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
1067 daniel 1
<?php
2
 
3
	/**
4
	 * Template für die Übersicht der Bestellungen
5
	 */
6825 daniel 6
 
1067 daniel 7
?>
8
 
5637 daniel 9
<div class="wpsg_order" id="wpsg-bs">
1116 daniel 10
 
5637 daniel 11
	<nav class="navbar navbar-default">
12
		<div class="container-fluid">
13
			<div class="navbar-header">
6414 daniel 14
 
5637 daniel 15
				<a class="navbar-brand" href="#"><?php echo __('wpShopGermany', 'wpsg'); ?></a>
6414 daniel 16
                <a class="glyphicon glyphicon-menu-hamburger wpsg-bs-toggle-nav visible-xs-block" data-toggle="collapse" data-target="#wpsg-bs-headermenu" href="#"></a>
17
 
5637 daniel 18
			</div>
6414 daniel 19
			<div class="collapse navbar-collapse" id="wpsg-bs-headermenu">
5637 daniel 20
				<ul class="nav navbar-nav">
6559 thomas 21
					<li role="presentation" class="<?php echo ((!isset($_REQUEST['action']))?'active':''); ?>"><a href="<?php echo WPSG_URL_WP; ?>wp-admin/admin.php?page=wpsg-Order" onclick="return false;"><?php echo __("Bestellübersicht", "wpsg"); ?></a></li>
6825 daniel 22
					<li role="presentation" class="wpsg_showhide_filter wpsg-order-tab-a <?php echo (($this->view['hasFilter'] === true)?'active':''); ?>" id="wpsg-order-tab-0"><a href="#" onclick="return false;"><span class="glyphicon glyphicon-search"></span><?php echo __("Suche", "wpsg"); ?></a></li>
5683 daniel 23
                    <?php foreach ($this->view['tabs']['left'] as $k => $tab) { ?>
5896 daniel 24
                    <li role="presentation" class="wpsg-order-tab-a wpsg-order-tab-mods" id="wpsg-order-tab-<?php echo $k; ?>"><a href="#" onclick="return false;"><span class="<?php echo $tab['tab_icon']; ?>"></span><?php echo $tab['tab_title']; ?></a></li>
5683 daniel 25
                    <?php } ?>
7173 daniel 26
                    <li role="presentation" class="wpsg-order-tab-a wpsg-order-tab-mods" id="wpsg-order-tab-add"><a href="#" onclick="return false;"><span class="glyphicon glyphicon-plus"></span><?php echo __("Neue Bestellung", "wpsg"); ?></a></li>
5637 daniel 27
				</ul>
28
				<ul class="nav navbar-nav navbar-right">
5683 daniel 29
                    <?php foreach ($this->view['tabs']['right'] as $k => $tab) { ?>
5751 daniel 30
                    <li role="presentation" class="wpsg-order-tab-mods" id="wpsg-order-tab-<?php echo $k; ?>"><a href="#" onclick="return false;"><span class="<?php echo $tab['tab_icon']; ?>"></span><?php echo $tab['tab_title']; ?></a></li>
5683 daniel 31
                    <?php } ?>
5637 daniel 32
				</ul>
33
			</div>
34
		</div>
5683 daniel 35
 
6825 daniel 36
		<div class="wpsg-filter wpsg-order-tab wpsg-order-tab-0 container-fluid form-horizontal" style="display:<?php echo (($this->view['hasFilter'] === true)?'block':'none'); ?>;">
5637 daniel 37
			<div class="row">
7229 daniel 38
				<div class="col-lg-5">
6142 hartmut 39
					<form method="post" id="filter_form" >
1116 daniel 40
 
7561 daniel 41
						<?php echo wp_nonce_field('wpsg-order-search'); ?>
42
 
5751 daniel 43
						<input id="wpsg_seite" type="hidden" name="seite" value="<?php echo @$this->view['arFilter']['page']; ?>" class="current-page" />
44
						<input id="wpsg_order" type="hidden" name="filter[order]" value="<?php echo @$this->view['arFilter']['order']; ?>" />
45
						<input id="wpsg_ascdesc" type="hidden" name="filter[ascdesc]" value="<?php echo @$this->view['arFilter']['ascdesc']; ?>" />
1116 daniel 46
 
5674 daniel 47
						<?php echo wpsg_drawForm_Input('filter[s]', __('Suchfeld', 'wpsg'), wpsg_getStr($this->view['arFilter']['s'])); ?>
5751 daniel 48
                        <?php echo wpsg_drawForm_Input('filter[k_id]', __('Kunde (ID)', 'wpsg'), wpsg_getStr($this->view['arFilter']['k_id'])); ?>
49
						<?php echo wpsg_drawForm_Select('filter[status]', __('Bestellstatus', 'wpsg'), wpsg_array_merge(array('-1' => __('Alle', 'wpsg')), $this->arStatus), @$this->view['arFilter']['status']); ?>
7229 daniel 50
 
51
						<?php /* if ($this->hasMod('wpsg_mod_produktartikel')) { Vorbereitet aber Joins in wpsg_order nach den wp Ktegorien noch nicht umgesetzt! ?>
52
 
53
							<?php $arCatSelect = []; $arCat = $this->callMod('wpsg_mod_produktartikel', 'getProductcategorySelect'); foreach ($arCat as $cat) $arCatSelect[$cat['term_id']] = $cat['label']; ?>
54
							<?php  echo wpsg_drawForm_Select('filter[cat_term_id]', __('Bestellungen mit Produkten aus Kategorie'), ['0' => __('Alle', 'wpsg')] + $arCatSelect, wpsg_getStr($this->view['arFilter']['cat_term_id'])); ?>
55
 
56
						<?php } */ ?>
57
 
7269 daniel 58
						<?php if ($this->hasMod('wpsg_mod_productgroups') && $this->get_option('wpsg_mod_productgroups_order_filter') === '1') { ?>
7229 daniel 59
 
60
							<?php $arProductgroups = $this->callMod('wpsg_mod_productgroups', 'getAllProductGroups'); ?>
61
							<?php  echo wpsg_drawForm_Select('filter[productgroup_id]', __('Bestellungen mit Produkten aus Produktgruppe'), ['0' => __('Alle', 'wpsg')] + $arProductgroups, wpsg_getStr($this->view['arFilter']['productgroup_id'])); ?>
62
 
63
						<?php } ?>
64
 
5674 daniel 65
                        <?php echo wpsg_drawForm_TextStart(); ?>
66
                        <div class="row">
67
                            <div class="col-lg-6">
68
                                <select name="filter[cdate_m]" class="form-control input-sm">
69
                                    <option value="-1"><?php echo __("Alle", "wpsg"); ?></option>
70
                                    <?php for ($i = 1; $i <= 12; $i ++) { ?>
71
                                    <option <?php echo ((wpsg_getStr($this->view['arFilter']['cdate_m']) == $i)?'selected="selected"':''); ?> value="<?php echo str_pad($i, 2, '0', STR_PAD_LEFT); ?>"><?php echo strftime("%B", mktime(0, 0, 0, $i, 1, 2000)); ?></option>
72
                                    <?php } ?>
73
                                </select>
74
                            </div>
75
                            <div class="col-lg-6">
76
                                <select name="filter[cdate_y]" class="form-control input-sm">
77
                                    <option value="-1"><?php echo __("Alle", "wpsg"); ?></option>
78
                                    <?php foreach ($this->view['cdate_years'] as $y) { ?>
79
                                    <option <?php echo ((wpsg_getStr($this->view['arFilter']['cdate_y']) == $y)?'selected="selected"':''); ?> value="<?php echo $y; ?>"><?php echo $y; ?></option>
80
                                    <?php } ?>
81
                                </select>
82
                            </div>
83
                        </div>
84
                        <?php echo wpsg_drawForm_TextEnd(__('Bestelldatum (Monat/Jahr)', 'wpsg'), array('noP' => true)); ?>
1899 daniel 85
 
7787 daniel 86
						<?php if ($this->hasMod('wpsg_mod_rechnungen')) { ?>
87
							<?php echo wpsg_drawForm_TextStart(); ?>
88
							<div class="row">
89
								<div class="col-lg-6">
90
									<select name="filter[invoicedate_m]" class="form-control input-sm">
91
										<option value="-1"><?php echo __("Alle", "wpsg"); ?></option>
92
										<?php for ($i = 1; $i <= 12; $i ++) { ?>
93
										<option <?php echo ((wpsg_getStr($this->view['arFilter']['invoicedate_m']) == $i)?'selected="selected"':''); ?> value="<?php echo str_pad($i, 2, '0', STR_PAD_LEFT); ?>"><?php echo strftime("%B", mktime(0, 0, 0, $i, 1, 2000)); ?></option>
94
										<?php } ?>
95
									</select>
96
								</div>
97
								<div class="col-lg-6">
98
									<select name="filter[invoicedate_y]" class="form-control input-sm">
99
										<option value="-1"><?php echo __("Alle", "wpsg"); ?></option>
100
										<?php foreach ($this->view['invoicedate_years'] as $y) { ?>
101
										<option <?php echo ((wpsg_getStr($this->view['arFilter']['invoicedate_y']) == $y)?'selected="selected"':''); ?> value="<?php echo $y; ?>"><?php echo $y; ?></option>
102
										<?php } ?>
103
									</select>
104
								</div>
105
							</div>
106
							<?php echo wpsg_drawForm_TextEnd(__('Rechnungsdatum (Monat/Jahr)', 'wpsg'), array('noP' => true)); ?>
107
						<?php } ?>
5674 daniel 108
 
6826 daniel 109
    					<br />
110
 
111
                        <?php echo wpsg_drawForm_SubmitButton(__('Bestellungen suchen')); ?>
5674 daniel 112
 
5637 daniel 113
					</form>
114
				</div>
115
			</div>
116
		</div>
6425 daniel 117
 
118
        <?php foreach ($this->view['tabs'] as $tab_positions) { ?>
119
        <?php foreach ($tab_positions as $k => $tab) { ?>
120
        <div class="wpsg-order-tab-mods-content wpsg-filter-tab wpsg-order-tab-<?php echo $k ?>" style="display:none;"><?php echo $tab['tab_content']; ?></div>
121
        <?php } ?>
122
        <?php } ?>
7173 daniel 123
 
124
        <div class="wpsg-order-tab-add-content wpsg-order-tab-add" style="display:none;">
125
 
126
            <div class="container-fluid form-horizontal">
127
                <div class="row">
128
                    <div class="col-lg-4">
129
 
130
                        <form method="POST" id="add_form" action="<?php echo WPSG_URL_WP; ?>wp-admin/admin.php?page=wpsg-Order&subaction=add&noheader=1">
7561 daniel 131
 
132
							<?php echo wp_nonce_field('wpsg-order-add'); ?>
133
 
7173 daniel 134
                            <br />
135
 
7787 daniel 136
                            <?php echo wpsg_drawForm_Input('search_customer',__('Kunde (E-Mail oder Kundennummer)', 'wpsg'), wpsg_getStr($_REQUEST['search_customer'])); ?>
7173 daniel 137
 
138
                            <br />
7216 daniel 139
 
7301 florian 140
                            <?php $arShippingSelect = []; foreach ($this->arShipping as $shipping_id => $shipping) if (!isset($shipping['active']) || $shipping['active'] === '1') $arShippingSelect[$shipping_id] = $shipping['name'].' ('.wpsg_ff(@$shipping['price']).')'; ?>
7787 daniel 141
                            <?php echo wpsg_drawForm_Select('add_shipping', __('Versandart', 'wpsg'), $arShippingSelect, wpsg_getStr($_REQUEST['add_shipping'])); ?>
7173 daniel 142
 
7787 daniel 143
                            <?php $arPaymentSelect = []; foreach ($this->arPayment as $payment_id => $payment) if (!isset($payment['active']) || $payment['active'] === '1')  $arPaymentSelect[$payment_id] = $payment['name'].' ('.wpsg_ff(wpsg_getStr($payment['price'])).')'; ?>
144
                            <?php echo wpsg_drawForm_Select('add_payment', __('Zahlungsart', 'wpsg'), $arPaymentSelect, wpsg_getStr($_REQUEST['add_payment'])); ?>
7173 daniel 145
 
146
                            <br /><?php echo wpsg_drawForm_SubmitButton(__('Bestellung anlegen')); ?><br />
147
 
148
                            <script>
149
 
150
                                jQuery(document).ready(function() {
151
 
152
                                    jQuery('#search_customer').autocomplete( {
153
                                        source: '<?php echo WPSG_URL_WP; ?>wp-admin/admin.php?page=wpsg-Order&subaction=autocomplete&noheader=1',
154
                                        minLength: 2,
155
                                        select: function(event, ui) {
156
 
157
                                            jQuery('#search_customer').val(ui.item.id);
158
 
159
                                            return false;
160
 
161
                                        }
162
                                    } );
163
 
164
                                    jQuery('#add_form').on('submit', function() {
165
 
166
                                        if (jQuery.trim(jQuery('#search_customer').val()) === '') {
167
 
168
                                            alert('<?php echo __('Bitte einen Kunden angeben.', 'wpsg'); ?>');
169
 
170
                                            return false;
171
 
172
                                        }
173
 
174
                                    } );
175
 
176
                                } );
177
 
178
                            </script>
179
 
180
                        </form>
181
 
182
                    </div>
183
                </div>
184
            </div>
185
 
186
        </div>
187
 
6425 daniel 188
    </nav>
6503 daniel 189
 
190
    <div class="wpsg_msg_wrap"><hr class="wp-header-end wpsg-wp-header-end"/></div>
7269 daniel 191
 
192
	<?php if ($this->hasMod('wpsg_mod_productgroups') && $this->get_option('wpsg_mod_productgroups_order_filter') === '1') { $arPG = $this->callMod('wpsg_mod_productgroups', 'getAllProductGroups', [true]); ?>
1899 daniel 193
 
7270 daniel 194
		<?php if (wpsg_isSizedArray($arPG)) { ?>
7269 daniel 195
		<div class="container-fluid">
196
			<div class="row">
197
				<div class="pagination_wrap wpsg_status_link_wrap">
198
 
199
					<ul class="pagination">
200
						<?php foreach ($arPG as $pg_id => $pg_name) { ?>
201
							<li class="<?php echo ((wpsg_getStr($this->view['arFilter']['productgroup_id']) == $pg_id)?'active':''); ?>"><a href="#" onclick="return wpsg_setFilterProductgroup('<?php echo $pg_id; ?>');"><?php echo $pg_name; ?></a></li>
202
						<?php } ?>
203
					</ul>
204
 
205
				</div>
206
			</div>
207
		</div>
7270 daniel 208
		<?php } ?>
7269 daniel 209
 
210
	<?php } ?>
211
 
5674 daniel 212
	<div class="pagination_wrap wpsg_status_link_wrap">
1899 daniel 213
 
5674 daniel 214
		<ul class="pagination">
5637 daniel 215
			<?php foreach ($this->view['arStatus'] as $status_key => $status_info) { ?>
5674 daniel 216
			<li class="<?php echo ((wpsg_getStr($this->view['arFilter']['status']) == $status_key)?'active':''); ?>"><a href="#" onclick="return wpsg_setFilterStatus('<?php echo $status_key; ?>');"><?php echo wpsg_translate(__('#1# <span>(#2#)<span>', 'wpsg'), $status_info['label'], $status_info['count']); ?></a></li>
5637 daniel 217
			<?php } ?>
218
		</ul>
1899 daniel 219
 
5637 daniel 220
	</div>
1899 daniel 221
 
6444 daniel 222
	<?php $this->render(WPSG_PATH_VIEW.'/admin/pager.phtml'); ?>
1116 daniel 223
 
5674 daniel 224
	<div class="wpsg_clear"></div>
225
 
5637 daniel 226
	<div class="content">
6144 hartmut 227
		<form method="post" action="<?php echo WPSG_URL_WP; ?>wp-admin/admin.php?page=wpsg-Order&noheader=1" enctype="multipart/form-data">
2875 daniel 228
 
5674 daniel 229
		<?php if (is_array($this->view['arData']) && sizeof($this->view['arData']) > 0) { ?>
1228 daniel 230
 
5753 daniel 231
            <table class="table table-bordered table-hover table-striped wpsg-table-order">
232
                <thead>
233
                    <tr>
234
                        <th class="col_checkbox"><input type="checkbox" onclick="return wpsg_order_checkAll();" /></th>
235
                        <th class="col_nr wpsg_order" data-order="cdate"><?php echo __('Nr', 'wpsg'); ?></th>
236
                        <th class="col_customer wpsg_order" data-order="customer"><?php echo __('Kunde', 'wpsg'); ?></th>
237
                        <th class="col_payment wpsg_order" data-order="payment"><?php echo __('Bezahlmethode', 'wpsg'); ?></th>
238
                        <th class="col_shipping wpsg_order" data-order="shipping"><?php echo __('Versandart', 'wpsg'); ?></th>
239
                        <th class="col_products wpsg_order" data-order="products"><?php echo __('Produkte', 'wpsg'); ?></th>
240
                        <th class="col_sum wpsg_order" data-order="amount"><?php echo __('Bestellwert', 'wpsg'); ?></th>
241
                        <th class="col_state wpsg_order" data-order="state"><?php echo __('Status', 'wpsg'); ?></th>
242
                    </tr>
243
                </thead>
244
                <tbody>
245
                    <?php foreach ($this->view['arData'] as $oOrder) { ?>
246
                    <tr>
247
                        <td class="col_checkbox">
5674 daniel 248
 
5753 daniel 249
                            <input class="col_set_checkbox" name="wpsg_multido[<?php echo $oOrder->id; ?>]" type="checkbox" />
5674 daniel 250
 
5753 daniel 251
                        </td>
252
                        <td class="col_nr">
5674 daniel 253
 
5753 daniel 254
                            <?php echo $oOrder->getNr(); ?> <span class="wpsg_grey"><?php echo wpsg_formatTimestamp(strtotime($oOrder->cdate), false); ?></span><br />
5674 daniel 255
 
5753 daniel 256
                            <div class="actions">
7561 daniel 257
                                <span class="view"><a title="<?php echo __("Diese Bestellung ansehen", "wpsg"); ?>" href="<?php
258
 
259
									echo wpsg_admin_url('Order', 'view', ['edit_id' => $oOrder->getId()]);
260
 
261
								?>"><?php echo __("Ansehen", "wpsg"); ?></a></span>
5753 daniel 262
                                |
7561 daniel 263
                                <span class="storno"><a onclick="return confirm('<?php echo __('Sind Sie sich sicher, dass Sie diese Bestellung stornieren möchten?', 'wpsg'); ?>');" title="<?php echo __("Diese Bestellung stornieren", "wpsg"); ?>" href="<?php
264
 
265
									echo wpsg_admin_url('Order', 'storno', ['edit_id' => $oOrder->getId()], ['noheader' => '1']);
266
 
267
								?>"><?php echo __("Stornieren", "wpsg"); ?></a></span>
5753 daniel 268
                                |
7561 daniel 269
                                <span class="delete"><a onclick="return confirm('<?php echo __('Sind Sie sich sicher, dass Sie diese Bestellung löschen möchten?', 'wpsg'); ?>');" title="<?php echo __('Diese Bestellung löschen', 'wpsg'); ?>" href="<?php
270
 
271
									echo wpsg_admin_url('Order', 'delete', ['edit_id' => $oOrder->getId()], ['noheader' => '1']);
272
 
273
								?>"><?php echo __('Löschen', 'wpsg'); ?></a></span>
5753 daniel 274
                            </div>
5674 daniel 275
 
5753 daniel 276
                            <?php if (trim($oOrder->admincomment) != "") { ?>
6005 hartmut 277
                            <a title="<?php echo __("Kommentar (Admin): ", "wpsg").htmlspecialchars($oOrder->admincomment); ?>" onclick="return false;" class="glyphicon glyphicon-question-sign admincomment" href="#"></a>
5753 daniel 278
                            <?php } ?>
5674 daniel 279
 
5753 daniel 280
                            <?php if (trim($oOrder->comment) != "") { ?>
6005 hartmut 281
                            <a title="<?php echo __("Kommentar (Kunde): ", "wpsg").htmlspecialchars($oOrder->comment); ?>" onclick="return false;" class="glyphicon glyphicon-question-sign customercomment" href="#"></a>
5753 daniel 282
                            <?php } ?>
5674 daniel 283
 
5753 daniel 284
                            <?php if ($oOrder->hasShippingAdress()) { ?>
285
                            <a title="<?php echo __("Lieferadresse beachten", "wpsg"); ?>" onclick="return false;" class="glyphicon glyphicon-map-marker shippingadress" href="#"></a>
286
                            <?php } ?>
5674 daniel 287
 
5753 daniel 288
                            <?php if ($this->hasMod('wpsg_mod_abo')) { ?>
6830 daniel 289
 
6834 daniel 290
                                <?php if ($this->callMod('wpsg_mod_abo', 'isAboOrder', array($oOrder->id)) === 1) { ?>
291
                                    <?php echo __('Abo Bestellung', 'wpsg'); ?>
292
                                <?php } else if ($this->callMod('wpsg_mod_abo', 'isAboOrder', array($oOrder->id)) === 2) { ?>
6830 daniel 293
 
5753 daniel 294
                                    <?php
5674 daniel 295
 
5753 daniel 296
                                        $origin_order_id = $this->callMod('wpsg_mod_abo', 'getOriginOrder', array($oOrder->id));
297
                                        $origin_order_data = $this->cache->loadOrder($origin_order_id);
5674 daniel 298
 
5753 daniel 299
                                    ?>
300
                                    <?php echo wpsg_translate(__('Verlängerung zu Bestellung <a href="#1#">#2#</a>', 'wpsg'), WPSG_URL_WP.'wp-admin/admin.php?page=wpsg-Order&action=view&edit_id='.$origin_order_id, $origin_order_data['onr']); ?>
6830 daniel 301
 
5753 daniel 302
                                <?php } ?>
6830 daniel 303
 
304
                            <?php } ?>
5753 daniel 305
 
5674 daniel 306
                        </td>
5753 daniel 307
                        <td class="col_customer">
6081 hartmut 308
                            <?php $firma = $oOrder->getInvoiceCompany(); if (wpsg_isSizedString($firma)) { ?>
5753 daniel 309
                            <?php echo $firma; ?><br />
310
                            <?php } ?>
6081 hartmut 311
                            <?php echo $oOrder->getInvoiceTitle(); ?> <?php echo $oOrder->getInvoiceFirstname(); ?> <?php echo $oOrder->getInvoiceName(); ?>
5753 daniel 312
                            <br />
6081 hartmut 313
                            <span class="wpsg_grey"><?php echo $oOrder->getInvoiceStreet(); ?><br />
314
                            <?php echo ltrim($oOrder->getInvoiceZip().' '.$oOrder->getInvoiceCity()); ?> <?php echo $oOrder->getInvoiceCountryKuerzel(); ?>
5753 daniel 315
                            </span>
316
                        </td>
317
                        <td class="col_payment">
5674 daniel 318
 
5753 daniel 319
                            <?php /* Bei Crefopay wird die Darstellung der Zahlungsart über das Modul geregelt */ ?>
320
                            <?php if ($oOrder->getPaymentID() == 4000 && $this->hasMod('wpsg_mod_crefopay')) { ?>
321
                                <?php echo wpsg_hspc($this->callMod('wpsg_mod_crefopay', 'getOrderPaymentName', array($oOrder->id))); ?>
322
                            <?php } else { ?>
323
                                <?php echo $oOrder->getPaymentLabel(); ?>
324
                            <?php } ?>
5674 daniel 325
 
5753 daniel 326
                            <?php if ($oOrder->getPaymentAmount() > 0) { ?>
327
                            &nbsp;-&nbsp;<?php echo wpsg_ff($oOrder->getPaymentAmount(), $this->get_option('wpsg_currency')); ?>
328
                            <?php } ?>
5674 daniel 329
 
5753 daniel 330
                        </td>
331
                        <td class="col_shipping">
5674 daniel 332
 
5753 daniel 333
                            <?php echo $oOrder->getShippingLabel(); ?>
5674 daniel 334
 
5753 daniel 335
                            <?php if ($oOrder->getShippingAmount() > 0) { ?>
336
                            &nbsp;-&nbsp;<?php echo wpsg_ff($oOrder->getShippingAmount(), $this->get_option('wpsg_currency')); ?>
337
                            <?php } ?>
5674 daniel 338
 
5753 daniel 339
                            <?php if ($oOrder->hasShippingAdress()) { ?>
340
                                <br />
6149 hartmut 341
                                <?php echo $oOrder->getShippingTitle(); ?> <?php echo $oOrder->getShippingFirstName(); ?> <?php echo $oOrder->getShippingName(); ?><br />
5753 daniel 342
                                <span class="wpsg_grey">
343
                                    <?php echo $oOrder->getShippingStreet(); ?>
344
                                    <?php echo $oOrder->getShippingZip(); ?> <?php echo $oOrder->getShippingCity(); ?> <?php echo $oOrder->getShippingCountryKuerzel(); ?><br />
5794 thomas 345
                            </span>
5753 daniel 346
                            <?php } ?>
5674 daniel 347
 
5753 daniel 348
                        </td>
349
                        <td class="col_products">
5674 daniel 350
 
6834 daniel 351
                            <?php $oOrderProducts = $oOrder->getOrderProducts(); ?>
352
 
7812 daniel 353
                            <?php foreach ($oOrderProducts as $oOrderProduct) {
354
 
355
                            		$product_id = $oOrderProduct->getProductId();
356
                                	$oAbo = null;
357
 
358
                            		if ($this->hasMod('wpsg_mod_abo')) {
359
 
360
                            			try { $oAbo = wpsg_abo::getFromOrderAndOrderProduct($oOrder->getId(), $oOrderProduct->getId()); } catch (\Exception $e) {  }
361
 
362
                                    }
363
 
364
								?>
7867 daniel 365
 
366
                                <?php
367
 
368
                                    echo wpsg_translate(__('#1# x <a href="#2#">#3#</a> für je #4#', 'wpsg'),
369
                                        $oOrderProduct->getCount(),
370
                                        wp_nonce_url(WPSG_URL_WP.'wp-admin/admin.php?page=wpsg-Produkt&action=edit&edit_id='.$oOrderProduct->getProductId(), 'wpsg-product-edit-'.wpsg_getInt($product_id)),
371
                                        $oOrderProduct->getProductName(),
372
                                        wpsg_ff($oOrderProduct->getOneAmount(), $this->get_option('wpsg_currency'))
373
                                    );
374
 
375
                                ?><br />
6834 daniel 376
 
7812 daniel 377
                                <?php if ($oAbo !== null) { ?>
378
 
379
									<?php
380
 
381
										$state = $oAbo->getState();
382
 
383
										echo __('Abo Laufzeit:', 'wpsg');
384
 
385
									?>
6834 daniel 386
 
7812 daniel 387
									<?php if ($state === wpsg_abo::STATE_INEXTENSION) { ?><span style="color:orange;"><?php echo $oAbo->getStateLabel(); ?></span>
388
									<?php } else if ($state === wpsg_abo::STATE_RUNNING) { ?><span style="color:green;"><?php echo $oAbo->getStateLabel(); ?></span>
389
									<?php } else if ($state === wpsg_abo::STATE_EXTEND) { ?><span style="color:red;"><?php echo $oAbo->getStateLabel(); ?></span><?php } ?>
390
 
391
									<br />
6834 daniel 392
 
393
                                <?php } ?>
394
 
5753 daniel 395
                            <?php } ?>
5674 daniel 396
 
5753 daniel 397
                        </td>
398
                        <td class="col_sum">
399
                            <?php echo wpsg_ff($oOrder->getAmount(), $this->get_option('wpsg_currency')); ?>
400
                        </td>
401
                        <td class="col_state">
402
                            <?php echo $oOrder->getStateLabel(); ?>
403
                        </td>
404
                    </tr>
405
                    <?php } ?>
406
                </tbody>
407
            </table>
5674 daniel 408
 
5753 daniel 409
            <div class="alignleft actions">
410
                <select name="wpsg_action" id="wpsg_action">
411
                    <option value="-1"><?php echo __('Aktion wählen', 'wpsg'); ?></option>
412
                    <?php foreach ($this->arStatus as $k => $status) { ?>
413
                    <option value="<?php echo $k; ?>"><?php echo wpsg_translate(__('Status auf "#1#" setzen.', 'wpsg'), $status); ?></option>
414
                    <?php } ?>
415
                    <option value="multiDelete"><?php echo __('Bestellungen löschen', 'wpsg'); ?></option>
416
                    <?php if ($this->hasMod('wpsg_mod_rechnungen')) { ?>
417
                    <option value="writeRechnung"><?php echo __('Rechnung schreiben', 'wpsg'); ?></option>
418
                    <option value="showRechnung"><?php echo __('Rechnung ansehen', 'wpsg'); ?></option>
419
                    <?php } ?>
420
                </select>
5674 daniel 421
 
5753 daniel 422
                <input onclick="if (jQuery('#wpsg_action').val() == 'multiDelete') { if (!confirm('<?php echo __('Sind Sie sich sicher?', 'wpsg'); ?>')) return false; }" type="submit" value="<?php echo __('Ausführen', 'wpsg'); ?>" class="button-secondary action" id="doaction" name="wpsg_order_doaction" />
5674 daniel 423
 
5753 daniel 424
            </div>
5674 daniel 425
 
6444 daniel 426
            <div style="margin-right:-15px;">
427
                <?php $this->render(WPSG_PATH_VIEW.'/admin/pager.phtml'); ?>
428
            </div>
5674 daniel 429
 
5753 daniel 430
            <div class="wpsg_clear"></div>
5674 daniel 431
 
5753 daniel 432
            <?php $this->callMod('wpsg_mod_export', 'produkt_index_foot'); ?>
5674 daniel 433
 
5753 daniel 434
		<?php } else { ?>
5674 daniel 435
 
5753 daniel 436
            <?php echo wpsg_drawForm_AdminboxStart(); ?>
437
    		<?php echo __('Keine Bestellungen in der Datenbank.', 'wpsg'); ?>
438
            <?php echo wpsg_drawForm_AdminboxEnd(); ?>
439
 
5637 daniel 440
		<?php } ?>
6144 hartmut 441
		<input id="noheader1" type="hidden" name="noheader1" value="1" />
442
		</form>
5637 daniel 443
	</div>
1228 daniel 444
 
5637 daniel 445
<script type="text/javascript">/* <![CDATA[ */
1228 daniel 446
 
5674 daniel 447
    <?php if (wpsg_isSizedString($this->view['arFilter']['order']) && wpsg_isSizedString($this->view['arFilter']['ascdesc'])) { ?>
5751 daniel 448
    jQuery('th[data-order="<?php echo @$this->view['arFilter']['order']; ?>"]').addClass('wpsg_order_<?php echo strtolower(@$this->view['arFilter']['ascdesc']); ?>');
5674 daniel 449
    <?php } ?>
1428 daniel 450
 
5674 daniel 451
    function wpsg_order_checkAll()
452
    {
453
 
454
        jQuery('.col_set_checkbox').each(function() { jQuery(this).prop('checked', !jQuery(this).prop('checked')); } );
455
 
456
    }
7269 daniel 457
 
458
	<?php if ($this->hasMod('wpsg_mod_productgroups') && $this->get_option('wpsg_mod_productgroups_order_filter') === '1') { ?>
459
    function wpsg_setFilterProductgroup(pgroup_id) {
5674 daniel 460
 
7269 daniel 461
		jQuery('#filterproductgroup_id').val(pgroup_id);
462
 
463
		jQuery('#seite').val(1);
464
		jQuery('#filter_form').submit();
465
 
466
		return false;
467
 
468
	}
469
	<?php } ?>
470
 
5674 daniel 471
	function wpsg_setFilterStatus(state)
5637 daniel 472
	{
1428 daniel 473
 
5674 daniel 474
		jQuery('#filterstatus').val(state);
1428 daniel 475
 
5674 daniel 476
		jQuery('#seite').val(1);
5637 daniel 477
		jQuery('#filter_form').submit();
1428 daniel 478
 
5637 daniel 479
		return false;
1428 daniel 480
 
5674 daniel 481
	}
1428 daniel 482
 
5674 daniel 483
	function goPage(page)
5637 daniel 484
	{
1116 daniel 485
 
6152 thomas 486
		//if (page <= 0 || page == <?php echo $this->view['arFilter']['page']; ?> || page > <?php echo wpsg_getStr($this->view['pages'], '0'); ?>) return;
1067 daniel 487
 
5674 daniel 488
		jQuery('#wpsg_seite').val(page);
5637 daniel 489
		jQuery('#filter_form').submit();
2755 daniel 490
 
5637 daniel 491
		return false;
1924 daniel 492
 
5674 daniel 493
	} // function goPage(page)
5637 daniel 494
 
5683 daniel 495
    jQuery(document).ready(function() {
496
 
5751 daniel 497
        jQuery('.wpsg-order-tab-mods').bind('click', function() {
5683 daniel 498
 
5751 daniel 499
            if (jQuery(this).hasClass('active'))
5683 daniel 500
            {
501
 
5751 daniel 502
                jQuery(this).removeClass('active');
7173 daniel 503
                jQuery('.' + jQuery(this).attr("id")).slideUp(250);
504
 
5683 daniel 505
            }
506
            else
507
            {
7173 daniel 508
 
5751 daniel 509
                jQuery(this).addClass('active');
510
                jQuery('.' + jQuery(this).attr("id")).slideDown(250);
5683 daniel 511
 
7173 daniel 512
                if (jQuery(this).attr("id") === 'wpsg-order-tab-add') jQuery('#search_customer').focus();
513
 
5683 daniel 514
            }
515
 
516
            return false;
517
 
518
        } );
519
 
520
    } );
521
 
5637 daniel 522
/* <![CDATA[ */</script>