mirror of
https://github.com/Karaka-Management/oms-Accounting.git
synced 2026-02-07 16:38:42 +00:00
Add download to tables
This commit is contained in:
parent
0f0f302382
commit
6b52c31784
|
|
@ -1,7 +1,7 @@
|
|||
<template id="entry-list-tpl">
|
||||
<div id="entry-list" class="box" style="z-index: 99; position: relative; top: 20px; display: block; margin: 0 auto; width: 20%;">
|
||||
<table class="table darkred">
|
||||
<caption><?= $this->getHtml('Accounts') ?></caption>
|
||||
<caption><?= $this->getHtml('Accounts') ?><i class="fa fa-download floatRight download btn"></i></caption>
|
||||
<thead>
|
||||
<tr>
|
||||
<td><?= $this->getHtml('ID', 0, 0); ?>
|
||||
|
|
|
|||
|
|
@ -75,7 +75,7 @@ $footerView->setResults(1);
|
|||
<div class="col-xs-12">
|
||||
<section class="wf-100">
|
||||
<table class="table darkred">
|
||||
<caption><?= $this->getHtml('Entries'); ?></caption>
|
||||
<caption><?= $this->getHtml('Entries'); ?><i class="fa fa-download floatRight download btn"></i></caption>
|
||||
<thead>
|
||||
<tr>
|
||||
<td><?= $this->getHtml('EntryDate') ?>
|
||||
|
|
@ -113,7 +113,7 @@ $footerView->setResults(1);
|
|||
<div class="col-xs-4">
|
||||
<section class="wf-100">
|
||||
<table class="table darkred">
|
||||
<caption><?= $this->getHtml('Accounts'); ?></caption>
|
||||
<caption><?= $this->getHtml('Accounts'); ?><i class="fa fa-download floatRight download btn"></i></caption>
|
||||
<thead>
|
||||
<tr>
|
||||
<td><?= $this->getHtml('Account') ?>
|
||||
|
|
@ -133,7 +133,7 @@ $footerView->setResults(1);
|
|||
<div class="col-xs-4">
|
||||
<section class="wf-100">
|
||||
<table class="table green">
|
||||
<caption><?= $this->getHtml('CostCenter'); ?></caption>
|
||||
<caption><?= $this->getHtml('CostCenter'); ?><i class="fa fa-download floatRight download btn"></i></caption>
|
||||
<thead>
|
||||
<tr>
|
||||
<td><?= $this->getHtml('CostCenter') ?>
|
||||
|
|
@ -153,7 +153,7 @@ $footerView->setResults(1);
|
|||
<div class="col-xs-4">
|
||||
<section class="wf-100">
|
||||
<table class="table blue">
|
||||
<caption><?= $this->getHtml('CostObject'); ?></caption>
|
||||
<caption><?= $this->getHtml('CostObject'); ?><i class="fa fa-download floatRight download btn"></i></caption>
|
||||
<thead>
|
||||
<tr>
|
||||
<td><?= $this->getHtml('Account') ?>
|
||||
|
|
|
|||
|
|
@ -27,7 +27,7 @@ echo $this->getData('nav')->render(); ?>
|
|||
<div class="col-xs-12">
|
||||
<div class="box wf-100">
|
||||
<table class="table darkred">
|
||||
<caption><?= $this->getHtml('GL') ?></caption>
|
||||
<caption><?= $this->getHtml('GL') ?><i class="fa fa-download floatRight download btn"></i></caption>
|
||||
<thead>
|
||||
<tr>
|
||||
<td><?= $this->getHtml('ID', 0, 0); ?>
|
||||
|
|
|
|||
|
|
@ -25,7 +25,7 @@ echo $this->getData('nav')->render(); ?>
|
|||
|
||||
<div class="box w-100">
|
||||
<table class="table darkred">
|
||||
<caption><?= $this->getHtml('Journal') ?></caption>
|
||||
<caption><?= $this->getHtml('Journal') ?><i class="fa fa-download floatRight download btn"></i></caption>
|
||||
<thead>
|
||||
<tr>
|
||||
<td><?= $this->getHtml('ID', 0, 0); ?>
|
||||
|
|
|
|||
|
|
@ -25,7 +25,7 @@ echo $this->getData('nav')->render(); ?>
|
|||
|
||||
<div class="box w-100">
|
||||
<table class="table darkred">
|
||||
<caption><?= $this->getHtml('BatchPostings') ?></caption>
|
||||
<caption><?= $this->getHtml('BatchPostings') ?><i class="fa fa-download floatRight download btn"></i></caption>
|
||||
<thead>
|
||||
<tr>
|
||||
<td><?= $this->getHtml('ID', 0, 0); ?>
|
||||
|
|
|
|||
|
|
@ -27,7 +27,7 @@ echo $this->getData('nav')->render(); ?>
|
|||
<div class="col-xs-12">
|
||||
<div class="box wf-100">
|
||||
<table class="table darkred">
|
||||
<caption><?= $this->getHtml('BatchPostings') ?></caption>
|
||||
<caption><?= $this->getHtml('BatchPostings') ?><i class="fa fa-download floatRight download btn"></i></caption>
|
||||
<thead>
|
||||
<tr>
|
||||
<td><?= $this->getHtml('ID', 0, 0); ?>
|
||||
|
|
|
|||
|
|
@ -25,7 +25,7 @@ echo $this->getData('nav')->render(); ?>
|
|||
|
||||
<div class="box w-100">
|
||||
<table class="table darkred">
|
||||
<caption><?= $this->getHtml('BatchPostings') ?></caption>
|
||||
<caption><?= $this->getHtml('BatchPostings') ?><i class="fa fa-download floatRight download btn"></i></caption>
|
||||
<thead>
|
||||
<tr>
|
||||
<td><?= $this->getHtml('ID', 0, 0); ?>
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user