+
+
+
+
+
+ +
+
+
+
+ diff --git a/account/application/libraries/BIBAccounts.php b/account/application/libraries/BIBAccounts.php index c7d695a..5930957 100644 --- a/account/application/libraries/BIBAccounts.php +++ b/account/application/libraries/BIBAccounts.php @@ -766,17 +766,16 @@ class bibaccounts
Particulars | +Amount | +Particulars | +Amount | +||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
+ getAccountGroupsWithBalances(3); ?>
+
|
+
+ getAccountGroupsWithBalances(4); ?>
+
|
+ ||||||||||||||||||||
+ | +
+
|
+ ||||||||||||||||||||
+
|
+ + | +||||||||||||||||||||
+
|
+
+
|
+
Particulars | -Amount | -Particulars | -Amount | -|||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
+
+
+
+ false,
+ 'showOB' => false,
+ 'showClosing' => true,
+ 'showPeriod' => false,
+ );
+ // die;
+ ?>
+
+
+
+
+
+ |
+
+
+
+
+
+
+
+
+
+ Total Loss |
+
+ | Total Incomes |
+
+ 0) : ?>
+
+
+
+
+
+ |
+
+
+
- |
-
- |
-
- |
-
- |
+
+ |
+ | Total Profit |
+
+
|
- |
-
- |
-
|
Particulars | +Particulars | -Opening | - - -Current Period | - - -Closing | - +Opening | + + +Current Period | + + +Closing | +||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
posting_side == "DR") ? $group->opening_balance : 0); ?> | -posting_side == "CR") ? $group->opening_balance : 0); + | posting_side == "CR") ? $group->opening_balance : 0); ?> | diff --git a/account/application/views/inventory/itemcategories/list.php b/account/application/views/inventory/itemcategories/list.php index 16609f0..f9c60f4 100644 --- a/account/application/views/inventory/itemcategories/list.php +++ b/account/application/views/inventory/itemcategories/list.php @@ -100,7 +100,7 @@|||||||||||
+ | title; ?> | description; ?> | diff --git a/account/application/views/inventory/reports/purchase_vs_sales.php b/account/application/views/inventory/reports/purchase_vs_sales.php index cd51d07..51d8288 100644 --- a/account/application/views/inventory/reports/purchase_vs_sales.php +++ b/account/application/views/inventory/reports/purchase_vs_sales.php @@ -184,7 +184,7 @@|||||||||||
+ | Item->title; ?> | Summary->Unit->title; ?> | Summary->Opening->qty; ?> | diff --git a/account/application/views/inventory/stocks/summary.php b/account/application/views/inventory/stocks/summary.php index 6d9437a..7243e0d 100644 --- a/account/application/views/inventory/stocks/summary.php +++ b/account/application/views/inventory/stocks/summary.php @@ -202,7 +202,7 @@ $CTotal = 0; foreach ($StockRecords as $index => $TableRow) : ?>||||||||||
+ | Item) ? $TableRow->Item->title : "N/A"; ?> | Item->units_id); ?> | Summary->Opening->qty; ?> | diff --git a/account/dist/css/bbnepalcustom.css b/account/dist/css/bbnepalcustom.css index 079ae20..e1288c5 100644 --- a/account/dist/css/bbnepalcustom.css +++ b/account/dist/css/bbnepalcustom.css @@ -138,4 +138,7 @@ margin-bottom: .5rem; table.dataTable>thead>tr>th:not(.sorting_disabled), table.dataTable>thead>tr>td:not(.sorting_disabled) { vertical-align: middle; +} +.text-right{ + padding-right: 10px; } \ No newline at end of file diff --git a/account/pdf/ledgers/ledger_33.wpdf b/account/pdf/ledgers/ledger_33.wpdf index 8a7f161..3381107 100644 Binary files a/account/pdf/ledgers/ledger_33.wpdf and b/account/pdf/ledgers/ledger_33.wpdf differ