diff --git a/account/application/libraries/Myaccounts.php b/account/application/libraries/Myaccounts.php index 52535e5..c03be7b 100644 --- a/account/application/libraries/Myaccounts.php +++ b/account/application/libraries/Myaccounts.php @@ -1001,7 +1001,7 @@ class myaccounts - + session->userdata());die; ?> session->userdata('LoggedUser') != 'admin'): ?> @@ -1351,7 +1351,7 @@ class myaccounts - diff --git a/account/application/views/accounts/balances/bygroup.php b/account/application/views/accounts/balances/bygroup.php index 7f57528..2c93472 100644 --- a/account/application/views/accounts/balances/bygroup.php +++ b/account/application/views/accounts/balances/bygroup.php @@ -38,6 +38,7 @@ $AccountCategories = $this->myaccounts->getChildAccountCategories(); $drTotal += $AccountCategory->dr; $crTotal += $AccountCategory->cr; ?> + @@ -46,8 +47,8 @@ $AccountCategories = $this->myaccounts->getChildAccountCategories(); dr); ?> cr); ?> - Balance - + Balance); ?> + diff --git a/account/application/views/fiscalyear/list.php b/account/application/views/fiscalyear/list.php index c816b45..a34e13c 100644 --- a/account/application/views/fiscalyear/list.php +++ b/account/application/views/fiscalyear/list.php @@ -100,7 +100,7 @@ From To - Action + Action diff --git a/account/application/views/inventory/purchases/view.php b/account/application/views/inventory/purchases/view.php index 5d96f42..c5def29 100644 --- a/account/application/views/inventory/purchases/view.php +++ b/account/application/views/inventory/purchases/view.php @@ -7,11 +7,11 @@
- +
uri->segment(1) . "/" . $this->uri->segment(2) . "/add","Create New ".$pageTitle); ?>
- +
@@ -88,11 +88,24 @@
- +
- \ No newline at end of file + + + diff --git a/account/application/views/inventory/sales/view.php b/account/application/views/inventory/sales/view.php index f4f66e3..fe03b21 100644 --- a/account/application/views/inventory/sales/view.php +++ b/account/application/views/inventory/sales/view.php @@ -7,11 +7,11 @@
- +
uri->segment(2) . "/create"); ?>" class="btn btn-sm btn-primary float-right">Create New
- +
@@ -86,7 +86,7 @@
- +
diff --git a/account/application/views/inventory/stocks/summary.php b/account/application/views/inventory/stocks/summary.php index 1833d3b..b4c9564 100644 --- a/account/application/views/inventory/stocks/summary.php +++ b/account/application/views/inventory/stocks/summary.php @@ -209,11 +209,10 @@ - + foreach ($StockRecords as $index=>$TableRow) : ?> - + Item)?$TableRow->Item->title:"N/A"; ?> Item->units_id); ?> Summary->Opening->qty; ?> diff --git a/account/pdf/ledgers/ledger_21.wpdf b/account/pdf/ledgers/ledger_21.wpdf index d95d7ef..1e5128b 100644 Binary files a/account/pdf/ledgers/ledger_21.wpdf and b/account/pdf/ledgers/ledger_21.wpdf differ diff --git a/account/pdf/vouchers/Voucher_2.pdf b/account/pdf/vouchers/Voucher_2.pdf index 0472f3b..171fa12 100644 Binary files a/account/pdf/vouchers/Voucher_2.pdf and b/account/pdf/vouchers/Voucher_2.pdf differ