[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Noalyss-commit] [noalyss] 33/162: Task #448 : correct bug if VAT Rate =
From: |
Dany De Bontridder |
Subject: |
[Noalyss-commit] [noalyss] 33/162: Task #448 : correct bug if VAT Rate = 0 , amount was reset |
Date: |
Sat, 11 Jul 2020 13:23:27 -0400 (EDT) |
sparkyx pushed a commit to annotated tag E-4
in repository noalyss.
commit 9be3de1743ecf3094ddef9b76e1c5faf7273f426
Author: Dany De Bontridder <danydb@noalyss.eu>
AuthorDate: Sat May 12 11:22:17 2018 +0200
Task #448 : correct bug if VAT Rate = 0 , amount was reset
---
include/class/acc_compute.class.php | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/include/class/acc_compute.class.php
b/include/class/acc_compute.class.php
index 20c7ee7..49ba34d 100644
--- a/include/class/acc_compute.class.php
+++ b/include/class/acc_compute.class.php
@@ -129,7 +129,7 @@ class Acc_Compute
if ( $this->check && $this->order != 0 ) throw new Exception ('ORDER
NOT RESPECTED');
$this->amount_vat=bcmul($this->amount,$this->amount_vat_rate);
$this->amount_vat=round($this->amount_vat,2);
- $this->amount_currency=bcmul($this->amount_vat,$this->currency_rate);
+
$this->amount_vat_currency=bcmul($this->amount_vat,$this->currency_rate);
$this->order=1;
}
/*!\brief Compute the no deductible part of the amount, it reduce
- [Noalyss-commit] [noalyss] 20/162: Task #448 : check currency rate > 0 and payment in eur, (continued)
- [Noalyss-commit] [noalyss] 20/162: Task #448 : check currency rate > 0 and payment in eur, Dany De Bontridder, 2020/07/11
- [Noalyss-commit] [noalyss] 22/162: Task #448 : identical operation with currency, Dany De Bontridder, 2020/07/11
- [Noalyss-commit] [noalyss] 24/162: Task #448 : rounded value for VEN, Dany De Bontridder, 2020/07/11
- [Noalyss-commit] [noalyss] 26/162: Task #448 : rounded problem add debug info, Dany De Bontridder, 2020/07/11
- [Noalyss-commit] [noalyss] 28/162: Task #448 : currency , EUR cannot be changed and not display, Dany De Bontridder, 2020/07/11
- [Noalyss-commit] [noalyss] 29/162: Task #448 : currency_id = 0 for the default currency + display currency rate in confirm operation, Dany De Bontridder, 2020/07/11
- [Noalyss-commit] [noalyss] 31/162: task #448 : currency always used and remove parameter 'use_currency' from parameters, add SQL script, Dany De Bontridder, 2020/07/11
- [Noalyss-commit] [noalyss] 35/162: Task #448 : correct bug when saving into quant_purchase, Dany De Bontridder, 2020/07/11
- [Noalyss-commit] [noalyss] 36/162: Bug in QUANT_PURCHASE , dp_dep_priv is not saved, Dany De Bontridder, 2020/07/11
- [Noalyss-commit] [noalyss] 21/162: Task #448 : issue with reconciliation amount, Dany De Bontridder, 2020/07/11
- [Noalyss-commit] [noalyss] 33/162: Task #448 : correct bug if VAT Rate = 0 , amount was reset,
Dany De Bontridder <=
- [Noalyss-commit] [noalyss] 41/162: Fix bug quant_purchase , private fee not saved, Dany De Bontridder, 2020/07/11
- [Noalyss-commit] [noalyss] 42/162: remove debug, Dany De Bontridder, 2020/07/11
- [Noalyss-commit] [noalyss] 43/162: Missing ob_start, Dany De Bontridder, 2020/07/11
- [Noalyss-commit] [noalyss] 45/162: typo, Dany De Bontridder, 2020/07/11
- [Noalyss-commit] [noalyss] 39/162: integrate fix for bug in insert_quant_purchase which cannot save private fee, Dany De Bontridder, 2020/07/11
- [Noalyss-commit] [noalyss] 48/162: Protect function nb , return the string if the parameter is not a float, Dany De Bontridder, 2020/07/11
- [Noalyss-commit] [noalyss] 34/162: Task #448 : Currency : purchase, fix bug for autoreverse VAT, Dany De Bontridder, 2020/07/11
- [Noalyss-commit] [noalyss] 37/162: comment, Dany De Bontridder, 2020/07/11
- [Noalyss-commit] [noalyss] 46/162: Task #448 : add currency to card -> history + export CSV, Dany De Bontridder, 2020/07/11
- [Noalyss-commit] [noalyss] 50/162: Create invoice : New version of libreoffice use the numeric in another way, Dany De Bontridder, 2020/07/11