This commit is contained in:
Dennis Eichhorn 2017-05-28 18:57:57 +02:00
parent 24f8da4290
commit 15d4e7280d

View File

@ -23,42 +23,46 @@ $footerView->setPage(1);
$footerView->setResults(1);
?>
<section class="box w-100">
<div class="inner">
<form>
<table class="layout wf-100">
<tr>
<td><label for="iAccountStart"><?= $this->getText('Account'); ?></label>
<td><label for="iAccountStart"><?= $this->getText('CostCenter'); ?>
<td><label for="iAccountStart"><?= $this->getText('CostObject'); ?>
<td><label for="iAccountStart"><?= $this->getText('EntryDate'); ?>
<tr>
<td><span class="input"><button type="button" id="account-start" formaction="" data-action='[{"type": "popup", "tpl": "entry-list-tpl", "aniIn": "fadeIn", "aniOut": "fadeOut", "stay": 1000}]'><i class="fa fa-book"></i>
</button><input type="number" id="iId" min="1" name="id" required></span>
<td><span class="input"><button type="button" formaction=""><i class="fa fa-book"></i>
</button><input type="number" id="iId" min="1" name="id" required></span>
<td><span class="input"><button type="button" formaction=""><i class="fa fa-book"></i>
</button><input type="number" id="iId" min="1" name="id" required></span>
<td><input type="datetime-local" id="iId" min="1" name="id" required>
<tr>
<td><label for="iAccountStart"><?= $this->getText('To'); ?></label>
<td><label for="iAccountStart"><?= $this->getText('To'); ?>
<td><label for="iAccountStart"><?= $this->getText('To'); ?>
<td><label for="iAccountStart"><?= $this->getText('To'); ?>
<tr>
<td><span class="input"><button type="button" formaction=""><i class="fa fa-book"></i>
</button><input type="number" id="iId" min="1" name="id" required></span>
<td><span class="input"><button type="button" formaction=""><i class="fa fa-book"></i>
</button><input type="number" id="iId" min="1" name="id" required></span>
<td><span class="input"><button type="button" formaction=""><i class="fa fa-book"></i>
</button><input type="number" id="iId" min="1" name="id" required></span>
<td><input type="datetime-local" id="iId" min="1" name="id" required>
<tr>
<td colspan="4"><input type="submit" value="<?= $this->getText('Search') ?>">
</table>
</form>
<div class="row">
<div class="col-xs-12">
<section class="box wf-100">
<div class="inner">
<form>
<table class="layout wf-100">
<tr>
<td><label for="iAccountStart"><?= $this->getText('Account'); ?></label>
<td><label for="iAccountStart"><?= $this->getText('CostCenter'); ?>
<td><label for="iAccountStart"><?= $this->getText('CostObject'); ?>
<td><label for="iAccountStart"><?= $this->getText('EntryDate'); ?>
<tr>
<td><span class="input"><button type="button" id="account-start" formaction="" data-action='[{"type": "popup", "tpl": "entry-list-tpl", "aniIn": "fadeIn", "aniOut": "fadeOut", "stay": 1000}]'><i class="fa fa-book"></i>
</button><input type="number" id="iId" min="1" name="id" required></span>
<td><span class="input"><button type="button" formaction=""><i class="fa fa-book"></i>
</button><input type="number" id="iId" min="1" name="id" required></span>
<td><span class="input"><button type="button" formaction=""><i class="fa fa-book"></i>
</button><input type="number" id="iId" min="1" name="id" required></span>
<td><input type="datetime-local" id="iId" min="1" name="id" required>
<tr>
<td><label for="iAccountStart"><?= $this->getText('To'); ?></label>
<td><label for="iAccountStart"><?= $this->getText('To'); ?>
<td><label for="iAccountStart"><?= $this->getText('To'); ?>
<td><label for="iAccountStart"><?= $this->getText('To'); ?>
<tr>
<td><span class="input"><button type="button" formaction=""><i class="fa fa-book"></i>
</button><input type="number" id="iId" min="1" name="id" required></span>
<td><span class="input"><button type="button" formaction=""><i class="fa fa-book"></i>
</button><input type="number" id="iId" min="1" name="id" required></span>
<td><span class="input"><button type="button" formaction=""><i class="fa fa-book"></i>
</button><input type="number" id="iId" min="1" name="id" required></span>
<td><input type="datetime-local" id="iId" min="1" name="id" required>
<tr>
<td colspan="4"><input type="submit" value="<?= $this->getText('Search') ?>">
</table>
</form>
</div>
</section>
</div>
</section>
</div>
<div class="box w-100">
<div class="tabular-2">
@ -70,109 +74,129 @@ $footerView->setResults(1);
<div class="tab-content">
<input type="radio" id="c-tab2-1" name="tabular-2" checked>
<div class="tab">
<section class="wf-100">
<table class="table red">
<caption><?= $this->getText('Entries') ?></caption>
<thead>
<tr>
<td><?= $this->getText('EntryDate'); ?>
<td><?= $this->getText('Receipt'); ?>
<td><?= $this->getText('Debit'); ?>
<td><?= $this->getText('Credit'); ?>
<td class="wf-100"><?= $this->getText('Text'); ?>
<td><?= $this->getText('Account'); ?>
<td><?= $this->getText('ContraAccount'); ?>
<td><?= $this->getText('CostCenter'); ?>
<td><?= $this->getText('CostObject'); ?>
<td><?= $this->getText('ReceiptDate'); ?>
<td><?= $this->getText('ExternalVoucher'); ?>
<td><?= $this->getText('Creator'); ?>
<td><?= $this->getText('Created'); ?>
<tfoot>
<tr>
<td colspan="13"><?= $footerView->render(); ?>
<tbody>
<?php $count = 0;
foreach ([] as $key => $value) : $count++; ?>
<?php endforeach; ?>
<?php if ($count === 0) : ?>
<tr>
<td colspan="13" class="empty"><?= $this->getText('Empty', 0, 0); ?>
<?php endif; ?>
</table>
</section>
<div class="row">
<div class="col-xs-12">
<section class="wf-100">
<table class="table red">
<caption><?= $this->getText('Entries') ?></caption>
<thead>
<tr>
<td><?= $this->getText('EntryDate'); ?>
<td><?= $this->getText('Receipt'); ?>
<td><?= $this->getText('Debit'); ?>
<td><?= $this->getText('Credit'); ?>
<td class="wf-100"><?= $this->getText('Text'); ?>
<td><?= $this->getText('Account'); ?>
<td><?= $this->getText('ContraAccount'); ?>
<td><?= $this->getText('CostCenter'); ?>
<td><?= $this->getText('CostObject'); ?>
<td><?= $this->getText('ReceiptDate'); ?>
<td><?= $this->getText('ExternalVoucher'); ?>
<td><?= $this->getText('Creator'); ?>
<td><?= $this->getText('Created'); ?>
<tfoot>
<tr>
<td colspan="13"><?= $footerView->render(); ?>
<tbody>
<?php $count = 0;
foreach ([] as $key => $value) : $count++; ?>
<?php endforeach; ?>
<?php if ($count === 0) : ?>
<tr>
<td colspan="13" class="empty"><?= $this->getText('Empty', 0, 0); ?>
<?php endif; ?>
</table>
</section>
</div>
</div>
</div>
<input type="radio" id="c-tab2-2" name="tabular-2">
<div class="tab tab-2">
<section class="box w-33 floatLeft">
<table class="table red">
<caption><?= $this->getText('Accounts') ?></caption>
<thead>
<tr>
<td><?= $this->getText('Account'); ?>
<td class="wf-100"><?= $this->getText('Name'); ?>
<td><?= $this->getText('Total'); ?>
<tbody>
<?php $count = 0;
foreach ([] as $key => $value) : $count++; ?>
<?php endforeach; ?>
<?php if ($count === 0) : ?>
<tr>
<td colspan="13" class="empty"><?= $this->getText('Empty', 0, 0); ?>
<?php endif; ?>
</table>
</section>
<section class="box w-33 floatLeft">
<table class="table floatLeft">
<caption><?= $this->getText('CostCenter') ?></caption>
<thead>
<tr>
<td><?= $this->getText('CostCenter'); ?>
<td class="wf-100"><?= $this->getText('Name'); ?>
<td><?= $this->getText('Total'); ?>
<tbody>
<?php $count = 0;
foreach ([] as $key => $value) : $count++; ?>
<?php endforeach; ?>
<?php if ($count === 0) : ?>
<tr>
<td colspan="13" class="empty"><?= $this->getText('Empty', 0, 0); ?>
<?php endif; ?>
</table>
</section>
<section class="box w-33 floatLeft">
<table class="table red">
<caption><?= $this->getText('CostObject') ?></caption>
<thead>
<tr>
<td><?= $this->getText('Account'); ?>
<td class="wf-100"><?= $this->getText('Name'); ?>
<td><?= $this->getText('Total'); ?>
<tbody>
<?php $count = 0;
foreach ([] as $key => $value) : $count++; ?>
<?php endforeach; ?>
<?php if ($count === 0) : ?>
<tr>
<td colspan="13" class="empty"><?= $this->getText('Empty', 0, 0); ?>
<?php endif; ?>
</table>
</section>
<div class="row">
<div class="col-xs-4">
<section class="wf-100">
<table class="table red">
<caption><?= $this->getText('Accounts') ?></caption>
<thead>
<tr>
<td><?= $this->getText('Account'); ?>
<td class="wf-100"><?= $this->getText('Name'); ?>
<td><?= $this->getText('Total'); ?>
<tbody>
<?php $count = 0;
foreach ([] as $key => $value) : $count++; ?>
<?php endforeach; ?>
<?php if ($count === 0) : ?>
<tr>
<td colspan="13" class="empty"><?= $this->getText('Empty', 0, 0); ?>
<?php endif; ?>
</table>
</section>
</div>
<div class="col-xs-4">
<section class="wf-100">
<table class="table green">
<caption><?= $this->getText('CostCenter') ?></caption>
<thead>
<tr>
<td><?= $this->getText('CostCenter'); ?>
<td class="wf-100"><?= $this->getText('Name'); ?>
<td><?= $this->getText('Total'); ?>
<tbody>
<?php $count = 0;
foreach ([] as $key => $value) : $count++; ?>
<?php endforeach; ?>
<?php if ($count === 0) : ?>
<tr>
<td colspan="13" class="empty"><?= $this->getText('Empty', 0, 0); ?>
<?php endif; ?>
</table>
</section>
</div>
<div class="col-xs-4">
<section class="wf-100">
<table class="table blue">
<caption><?= $this->getText('CostObject') ?></caption>
<thead>
<tr>
<td><?= $this->getText('Account'); ?>
<td class="wf-100"><?= $this->getText('Name'); ?>
<td><?= $this->getText('Total'); ?>
<tbody>
<?php $count = 0;
foreach ([] as $key => $value) : $count++; ?>
<?php endforeach; ?>
<?php if ($count === 0) : ?>
<tr>
<td colspan="13" class="empty"><?= $this->getText('Empty', 0, 0); ?>
<?php endif; ?>
</table>
</section>
</div>
</div>
</div>
<input type="radio" id="c-tab2-3" name="tabular-2">
<div class="tab tab-3">
<section class="box w-50 floatLeft">
<div class="inner">
<div class="row">
<div class="col-xs-6">
<section class="wf-100">
<div class="inner">
</div>
</section>
</div>
</section>
<section class="box w-50 floatLeft">
<div class="inner">
<div class="col-xs-6">
<section class="wf-100">
<div class="inner">
</div>
</section>
</div>
</section>
<section class="box w-50 floatLeft">
<div class="inner">
<div class="col-xs-6">
<section class="wf-100">
<div class="inner">
</div>
</section>
</div>
</section>
</div>
</div>
</div>
</div>