[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Noalyss-commit] [noalyss] 21/31: Task #448 : issue with reconciliation
From: |
Dany De Bontridder |
Subject: |
[Noalyss-commit] [noalyss] 21/31: Task #448 : issue with reconciliation amount |
Date: |
Sat, 21 Jul 2018 07:47:10 -0400 (EDT) |
sparkyx pushed a commit to annotated tag r700-currency-001
in repository noalyss.
commit 57ab27199fc19ddf03c77f228a4445b44722e7b5
Author: Dany De Bontridder <address@hidden>
Date: Thu May 10 21:42:32 2018 +0200
Task #448 : issue with reconciliation amount
---
include/template/ledger_detail_bottom.php | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/include/template/ledger_detail_bottom.php
b/include/template/ledger_detail_bottom.php
index 7135578..9f311cb 100644
--- a/include/template/ledger_detail_bottom.php
+++ b/include/template/ledger_detail_bottom.php
@@ -174,7 +174,7 @@ endif;
<?php
if ($aRap != null ) {
- $amount_tva_include=(isset($tvac))?$tvac:$detail->det->jr_montant;
+
$amount_tva_include=(isset($total_tvac))?$total_tvac:$detail->det->jr_montant;
$tableid="tb".$div;
$total_rec=0;
echo '<table id="'.$tableid.'">';
- [Noalyss-commit] [noalyss] 12/31: Action_Code : add validate, cancel and modify icon, (continued)
- [Noalyss-commit] [noalyss] 12/31: Action_Code : add validate, cancel and modify icon, Dany De Bontridder, 2018/07/21
- [Noalyss-commit] [noalyss] 08/31: Currency = add a mode currency, possible to work without, Dany De Bontridder, 2018/07/21
- [Noalyss-commit] [noalyss] 03/31: Currency : create view + add currency name to table currency, Dany De Bontridder, 2018/07/21
- [Noalyss-commit] [noalyss] 05/31: html_page_start : protect query, improve code, Dany De Bontridder, 2018/07/21
- [Noalyss-commit] [noalyss] 09/31: Currency : add security for setting, Dany De Bontridder, 2018/07/21
- [Noalyss-commit] [noalyss] 17/31: Currency : fix rounded bugs in detail operation, Dany De Bontridder, 2018/07/21
- [Noalyss-commit] [noalyss] 10/31: Currency : add SQL constraint + doc, Dany De Bontridder, 2018/07/21
- [Noalyss-commit] [noalyss] 23/31: Display the balance difference, Dany De Bontridder, 2018/07/21
- [Noalyss-commit] [noalyss] 06/31: Currency : add ajax call to delete one rate , add documentation , remove debug info, Dany De Bontridder, 2018/07/21
- [Noalyss-commit] [noalyss] 24/31: Task #448 : rounded value for VEN, Dany De Bontridder, 2018/07/21
- [Noalyss-commit] [noalyss] 21/31: Task #448 : issue with reconciliation amount,
Dany De Bontridder <=
- [Noalyss-commit] [noalyss] 27/31: Task #448 : delete unused currency, Dany De Bontridder, 2018/07/21
- [Noalyss-commit] [noalyss] 14/31: INum : add function onchange with inplace edit, Dany De Bontridder, 2018/07/21
- [Noalyss-commit] [noalyss] 15/31: insert_jrnx : add debug, Dany De Bontridder, 2018/07/21
- [Noalyss-commit] [noalyss] 07/31: Currency : add menu for currency, Dany De Bontridder, 2018/07/21
- [Noalyss-commit] [noalyss] 19/31: Task #448 : currency : cosmetic operation detail, Dany De Bontridder, 2018/07/21
- [Noalyss-commit] [noalyss] 30/31: remove debug info, Dany De Bontridder, 2018/07/21
- [Noalyss-commit] [noalyss] 28/31: Task #448 : currency , EUR cannot be changed and not display, Dany De Bontridder, 2018/07/21
- [Noalyss-commit] [noalyss] 04/31: Currency : add test file + database file + mtable, Dany De Bontridder, 2018/07/21
- [Noalyss-commit] [noalyss] 29/31: Task #448 : currency_id = 0 for the default currency + display currency rate in confirm operation, Dany De Bontridder, 2018/07/21
- [Noalyss-commit] [noalyss] 26/31: Task #448 : rounded problem add debug info, Dany De Bontridder, 2018/07/21