mirror of
https://github.com/Karaka-Management/oms-Accounting.git
synced 2026-01-30 21:28:41 +00:00
continue implementation
This commit is contained in:
parent
697a820407
commit
b190e05887
|
|
@ -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="default sticky">
|
||||
<caption><?= $this->getHtml('Accounts'); ?><i class="fa fa-download floatRight download btn"></i></caption>
|
||||
<caption><?= $this->getHtml('Accounts'); ?><i class="fa fa-download end-xs download btn"></i></caption>
|
||||
<thead>
|
||||
<tr>
|
||||
<td><?= $this->getHtml('ID', '0', '0'); ?>
|
||||
|
|
|
|||
|
|
@ -77,7 +77,7 @@ $footerView->setResults(1);
|
|||
<div class="col-xs-12">
|
||||
<section class="wf-100">
|
||||
<table class="default">
|
||||
<caption><?= $this->getHtml('Entries'); ?><i class="fa fa-download floatRight download btn"></i></caption>
|
||||
<caption><?= $this->getHtml('Entries'); ?><i class="fa fa-download end-xs download btn"></i></caption>
|
||||
<thead>
|
||||
<tr>
|
||||
<td><?= $this->getHtml('EntryDate'); ?>
|
||||
|
|
@ -112,7 +112,7 @@ $footerView->setResults(1);
|
|||
<div class="col-xs-4">
|
||||
<section class="wf-100">
|
||||
<table class="default">
|
||||
<caption><?= $this->getHtml('Accounts'); ?><i class="fa fa-download floatRight download btn"></i></caption>
|
||||
<caption><?= $this->getHtml('Accounts'); ?><i class="fa fa-download end-xs download btn"></i></caption>
|
||||
<thead>
|
||||
<tr>
|
||||
<td><?= $this->getHtml('Account'); ?>
|
||||
|
|
@ -132,7 +132,7 @@ $footerView->setResults(1);
|
|||
<div class="col-xs-4">
|
||||
<section class="wf-100">
|
||||
<table class="table green">
|
||||
<caption><?= $this->getHtml('CostCenter'); ?><i class="fa fa-download floatRight download btn"></i></caption>
|
||||
<caption><?= $this->getHtml('CostCenter'); ?><i class="fa fa-download end-xs download btn"></i></caption>
|
||||
<thead>
|
||||
<tr>
|
||||
<td><?= $this->getHtml('CostCenter'); ?>
|
||||
|
|
@ -152,7 +152,7 @@ $footerView->setResults(1);
|
|||
<div class="col-xs-4">
|
||||
<section class="wf-100">
|
||||
<table class="table blue">
|
||||
<caption><?= $this->getHtml('CostObject'); ?><i class="fa fa-download floatRight download btn"></i></caption>
|
||||
<caption><?= $this->getHtml('CostObject'); ?><i class="fa fa-download end-xs download btn"></i></caption>
|
||||
<thead>
|
||||
<tr>
|
||||
<td><?= $this->getHtml('Account'); ?>
|
||||
|
|
|
|||
|
|
@ -29,7 +29,7 @@ echo $this->data['nav']->render(); ?>
|
|||
<div class="col-xs-12">
|
||||
<div class="box wf-100">
|
||||
<table class="default sticky">
|
||||
<caption><?= $this->getHtml('GL'); ?><i class="fa fa-download floatRight download btn"></i></caption>
|
||||
<caption><?= $this->getHtml('GL'); ?><i class="fa fa-download end-xs download btn"></i></caption>
|
||||
<thead>
|
||||
<tr>
|
||||
<td><?= $this->getHtml('ID', '0', '0'); ?>
|
||||
|
|
|
|||
|
|
@ -27,7 +27,7 @@ echo $this->data['nav']->render(); ?>
|
|||
|
||||
<div class="box w-100">
|
||||
<table class="default sticky">
|
||||
<caption><?= $this->getHtml('Journal'); ?><i class="fa fa-download floatRight download btn"></i></caption>
|
||||
<caption><?= $this->getHtml('Journal'); ?><i class="fa fa-download end-xs download btn"></i></caption>
|
||||
<thead>
|
||||
<tr>
|
||||
<td><?= $this->getHtml('ID', '0', '0'); ?>
|
||||
|
|
|
|||
|
|
@ -27,7 +27,7 @@ echo $this->data['nav']->render(); ?>
|
|||
|
||||
<div class="box w-100">
|
||||
<table class="default sticky">
|
||||
<caption><?= $this->getHtml('BatchPostings'); ?><i class="fa fa-download floatRight download btn"></i></caption>
|
||||
<caption><?= $this->getHtml('BatchPostings'); ?><i class="fa fa-download end-xs download btn"></i></caption>
|
||||
<thead>
|
||||
<tr>
|
||||
<td><?= $this->getHtml('ID', '0', '0'); ?>
|
||||
|
|
|
|||
|
|
@ -29,7 +29,7 @@ echo $this->data['nav']->render(); ?>
|
|||
<div class="col-xs-12">
|
||||
<div class="box wf-100">
|
||||
<table class="default sticky">
|
||||
<caption><?= $this->getHtml('BatchPostings'); ?><i class="fa fa-download floatRight download btn"></i></caption>
|
||||
<caption><?= $this->getHtml('BatchPostings'); ?><i class="fa fa-download end-xs download btn"></i></caption>
|
||||
<thead>
|
||||
<tr>
|
||||
<td><?= $this->getHtml('ID', '0', '0'); ?>
|
||||
|
|
|
|||
|
|
@ -27,7 +27,7 @@ echo $this->data['nav']->render(); ?>
|
|||
|
||||
<div class="box w-100">
|
||||
<table class="default sticky">
|
||||
<caption><?= $this->getHtml('BatchPostings'); ?><i class="fa fa-download floatRight download btn"></i></caption>
|
||||
<caption><?= $this->getHtml('BatchPostings'); ?><i class="fa fa-download end-xs download btn"></i></caption>
|
||||
<thead>
|
||||
<tr>
|
||||
<td><?= $this->getHtml('ID', '0', '0'); ?>
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user