Notes |
|
(0103337)
|
hgbot
|
2018-03-19 07:58
|
|
Repository: erp/pmods/org.openbravo.retail.posterminal
Changeset: c363ac10912de143eb63fca1ed5686322f3fc9b5
Author: Miguel de Juana <miguel.dejuana <at> openbravo.com>
Date: Fri Mar 16 12:29:51 2018 +0100
URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/c363ac10912de143eb63fca1ed5686322f3fc9b5 [^]
Fixed issue 0038160: Tax calculation adjustment must be done in the highest variance tax
- Calculate exactAmount for taxes and set the variance between amount and exactAmount(taxes by line and taxes by document). If the adjustment is positive, take the highest negative tax. If the adjustment is negative, take the highest positive tax
---
M web/org.openbravo.retail.posterminal/js/data/dataordertaxes.js
---
|
|
|
(0103345)
|
hgbot
|
2018-03-19 12:32
|
|
Repository: tools/automation/pi-mobile
Changeset: 68dec1f90f32c234078be9d78e8334e99397a5cc
Author: Miguel de Juana <miguel.dejuana <at> openbravo.com>
Date: Fri Mar 16 12:25:54 2018 +0100
URL: http://code.openbravo.com/tools/automation/pi-mobile/rev/68dec1f90f32c234078be9d78e8334e99397a5cc [^]
Fixed issue 0038160: Tax calculation adjustment must be done in the highest variance tax
- Adapt tests to the new tax calculation logic
---
M src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/sales/taxes/MultipleLinesDependantTaxes.java
M src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/sales/taxes/ThreeProductsCascadeTaxes.java
---
|
|
|
(0103393)
|
hgbot
|
2018-03-22 06:36
|
|
Repository: erp/pmods/org.openbravo.retail.posterminal
Changeset: 1ea7ed5d8f4c1f7df0483ae267e7a74d6e126778
Author: Miguel de Juana <miguel.dejuana <at> openbravo.com>
Date: Wed Mar 21 11:38:52 2018 +0100
URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/1ea7ed5d8f4c1f7df0483ae267e7a74d6e126778 [^]
Fixed issue 0038160: Tax calculation adjustment must be done in the highest variance tax
- Select tax following: Choose ABS(taxAmt amount - (exactAmount + adjustment)) closest to 0
- Use rounded net instead of exactNet and remove variance because it is not needed
---
M web/org.openbravo.retail.posterminal/js/data/dataordertaxes.js
---
|
|
|
(0103394)
|
hgbot
|
2018-03-22 06:37
|
|
Repository: tools/automation/pi-mobile
Changeset: e99d90d0f592879e1460571dcba10c6ce6788e47
Author: Miguel de Juana <miguel.dejuana <at> openbravo.com>
Date: Mon Mar 19 16:15:58 2018 +0100
URL: http://code.openbravo.com/tools/automation/pi-mobile/rev/e99d90d0f592879e1460571dcba10c6ce6788e47 [^]
Fixed issue 0038160: Tax calculation adjustment must be done in the highest variance tax
- Adjust WebPOSTaxTerminalHelper to the new 3 taxes
- Add a test to check Ajust Highest variamce
---
M src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/sales/taxes/WebPOSTaxTerminalHelper.java
A src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/sales/taxes/I38160AdjustHighestVarianceTax.java
---
|
|
|
(0103395)
|
hgbot
|
2018-03-22 06:37
|
|
Repository: tools/automation/pi-mobile
Changeset: b3b40cc881d97bda0d7e6bfafd2f7c9c9632f754
Author: Miguel de Juana <miguel.dejuana <at> openbravo.com>
Date: Tue Mar 20 11:41:44 2018 +0100
URL: http://code.openbravo.com/tools/automation/pi-mobile/rev/b3b40cc881d97bda0d7e6bfafd2f7c9c9632f754 [^]
Fixed issue 0038160: Tax calculation adjustment must be done in the highest variance tax
- Adapt test to new taxes
---
M src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/receipts/I36071_VerifyNotServicesShownWhenProductNotAdd.java
---
|
|
|
(0103396)
|
hgbot
|
2018-03-22 06:37
|
|
Repository: tools/automation/pi-mobile
Changeset: 5a86595ae1fbf50e2c8ce49c13c573084131878b
Author: Miguel de Juana <miguel.dejuana <at> openbravo.com>
Date: Wed Mar 21 13:45:52 2018 +0100
URL: http://code.openbravo.com/tools/automation/pi-mobile/rev/5a86595ae1fbf50e2c8ce49c13c573084131878b [^]
Fixed issue 0038160: Tax calculation adjustment must be done in the highest variance tax
---
M src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/sales/taxes/I38160AdjustHighestVarianceTax.java
M src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/sales/taxes/ThreeProductsCascadeTaxes.java
---
|
|
|
(0103397)
|
hgbot
|
2018-03-22 06:37
|
|
Repository: tools/automation/pi-mobile
Changeset: c710950faecedc5ecc0607a87ca1a0543fb8d0f4
Author: Miguel de Juana <miguel.dejuana <at> openbravo.com>
Date: Wed Mar 21 14:24:41 2018 +0100
URL: http://code.openbravo.com/tools/automation/pi-mobile/rev/c710950faecedc5ecc0607a87ca1a0543fb8d0f4 [^]
Fixed issue 0038160: Tax calculation adjustment must be done in the highest variance tax
- Adapt tests to adjustment logic
---
M src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/sales/taxes/I38160AdjustHighestVarianceTax.java
M src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/sales/taxes/ThreeProductsCascadeTaxes.java
---
|
|
|
(0103398)
|
hgbot
|
2018-03-22 06:37
|
|
Repository: tools/automation/pi-mobile
Changeset: f24f1885d0351305ee1e123dca94267bc79f723b
Author: Miguel de Juana <miguel.dejuana <at> openbravo.com>
Date: Wed Mar 21 16:06:24 2018 +0100
URL: http://code.openbravo.com/tools/automation/pi-mobile/rev/f24f1885d0351305ee1e123dca94267bc79f723b [^]
Fixed issue 0038160: Tax calculation adjustment must be done in the highest variance tax
- Adjust to new tax calculation
---
M src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/sales/taxes/TwoSetsTaxesWithDependantTaxes.java
---
|
|
|
(0103399)
|
hgbot
|
2018-03-22 06:37
|
|
Repository: erp/pmods/org.openbravo.retail.sampledata
Changeset: 8e61bc93234fb40c468244dfe819aa8d6eab989d
Author: Miguel de Juana <miguel.dejuana <at> openbravo.com>
Date: Tue Mar 20 07:44:17 2018 +0100
URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.sampledata/rev/8e61bc93234fb40c468244dfe819aa8d6eab989d [^]
Fixed issue 0038160: Tax calculation adjustment must be done in the highest variance tax
- Add a product with 2 dependant taxes
---
M referencedata/sampledata/The_White_Valley_Group/C_TAX.xml
M referencedata/sampledata/The_White_Valley_Group/C_TAXCATEGORY.xml
M referencedata/sampledata/The_White_Valley_Group/C_TAXCATEGORY_TRL.xml
M referencedata/sampledata/The_White_Valley_Group/C_TAX_ACCT.xml
M referencedata/sampledata/The_White_Valley_Group/C_TAX_TRL.xml
M referencedata/sampledata/The_White_Valley_Group/M_PRODUCT.xml
M referencedata/sampledata/The_White_Valley_Group/M_PRODUCTPRICE.xml
M referencedata/sampledata/The_White_Valley_Group/M_PRODUCT_ACCT.xml
M referencedata/sampledata/The_White_Valley_Group/OBRETCO_PROL_PRODUCT.xml
---
|
|
|
(0103400)
|
hgbot
|
2018-03-22 06:37
|
|
|