Anonymous | Login
Project:
RSS
  
News | My View | View Issues | Roadmap | Summary

View Issue DetailsJump to Notes ] Issue History ] Print ]
ID
0048735
TypeCategorySeverityReproducibilityDate SubmittedLast Update
defect[Retail Modules] Web POSmajoralways2022-03-08 02:372022-03-22 07:12
Reporterranjith_qualiantech_comView Statuspublic 
Assigned Toranjith_qualiantech_com 
PrioritynormalResolutionfixedFixed in VersionRR22Q2
StatusclosedFix in branchFixed in SCM revision
ProjectionnoneETAnoneTarget Version
OSAnyDatabaseAnyJava version
OS VersionDatabase versionAnt version
Product VersionSCM revision 
Review Assigned To
Regression level
Regression date
Regression introduced in release
Regression introduced by commit
Triggers an Emergency PackNo
Summary

0048735: Implement Skip Tax Calculation in POS

DescriptionIn POS, To avoid Calculation of Tax in certain cases, Tax Calculation for the receipt should be skipped.
Steps To ReproduceN/A
Proposed SolutionCheck Attached Diff
TagsNo tags attached.
Attached Filesdiff file icon 48735.diff [^] (13,797 bytes) 2022-03-08 02:44 [Show Content]

- Relationships Relation Graph ] Dependency Graph ]

-  Notes
(0135766)
hgbot (developer)
2022-03-16 08:33

Merge Request created: https://gitlab.com/openbravo/product/pmods/org.openbravo.retail.posterminal/-/merge_requests/746 [^]
(0135844)
hgbot (developer)
2022-03-18 11:37

Merge Request created: https://gitlab.com/openbravo/product/pmods/org.openbravo.retail.sampledata/-/merge_requests/21 [^]
(0135845)
hgbot (developer)
2022-03-18 11:37

Merge Request created: https://gitlab.com/openbravo/ci/modules/org.openbravo.test.mobile.sampledata/-/merge_requests/22 [^]
(0135866)
hgbot (developer)
2022-03-21 07:05

Directly closing issue as related merge request is already approved.

Repository: https://gitlab.com/openbravo/product/pmods/org.openbravo.retail.posterminal [^]
Changeset: 76eabb9768053e90cfc1574e4447bee30e29383d
Author: Ranjith S R <ranjith@qualiantech.com>
Date: 18-03-2022 16:00:41
URL: https://gitlab.com/openbravo/product/pmods/org.openbravo.retail.posterminal/-/commit/76eabb9768053e90cfc1574e4447bee30e29383d [^]

Fixed ISSUE-48735: Added Receipt Skip Calculation implementation
* Tax calculation can be done using external service.
  So for this case, standard tax calculation should not be used

---
M src-db/database/model/modifiedTables/C_ORDER.xml
M src-db/database/sourcedata/AD_COLUMN.xml
M src-db/database/sourcedata/AD_ELEMENT.xml
M src/org/openbravo/retail/posterminal/PaidReceiptProperties.java
M web-test/model/business-object/ticket/CalculateTotalsModelHook.test.js
M web/org.openbravo.retail.posterminal/app/model/business-object/ticket/TicketUtils.js
M web/org.openbravo.retail.posterminal/js/components/renderorderline.js
M web/org.openbravo.retail.posterminal/js/model/order.js
M web/org.openbravo.retail.posterminal/js/utils/ticketListUtils.js
---
(0135867)
hgbot (developer)
2022-03-21 07:05

Merge request merged: https://gitlab.com/openbravo/product/pmods/org.openbravo.retail.posterminal/-/merge_requests/746 [^]
(0135868)
hgbot (developer)
2022-03-21 07:05

Repository: https://gitlab.com/openbravo/product/pmods/org.openbravo.retail.sampledata [^]
Changeset: 9c97a82ecc8bbea1e03bb749b9a2d86ba1d18713
Author: Ranjith S R <ranjith@qualiantech.com>
Date: 09-03-2022 21:48:50
URL: https://gitlab.com/openbravo/product/pmods/org.openbravo.retail.sampledata/-/commit/9c97a82ecc8bbea1e03bb749b9a2d86ba1d18713 [^]

Related to ISSUE-48735: Added sampledata for Order SkipTaxCalculation

---
M referencedata/sampledata/The_White_Valley_Group/C_ORDER.xml
---
(0135869)
hgbot (developer)
2022-03-21 07:05

Merge request merged: https://gitlab.com/openbravo/product/pmods/org.openbravo.retail.sampledata/-/merge_requests/21 [^]
(0135870)
hgbot (developer)
2022-03-21 07:05

Repository: https://gitlab.com/openbravo/ci/modules/org.openbravo.test.mobile.sampledata [^]
Changeset: 585fd83af0d21a0987a183a4a2be828df395adf2
Author: Ranjith S R <ranjith@qualiantech.com>
Date: 21-03-2022 06:05:47
URL: https://gitlab.com/openbravo/ci/modules/org.openbravo.test.mobile.sampledata/-/commit/585fd83af0d21a0987a183a4a2be828df395adf2 [^]

Related to ISSUE-48735: Added sampledata for Order SkipTaxCalculation

---
M referencedata/sampledata/The_White_Valley_Group/C_ORDER.xml
---
(0135871)
hgbot (developer)
2022-03-21 07:05

Merge request merged: https://gitlab.com/openbravo/ci/modules/org.openbravo.test.mobile.sampledata/-/merge_requests/22 [^]
(0135907)
hgbot (developer)
2022-03-22 07:12

Repository: https://gitlab.com/openbravo/ci/modules/org.openbravo.test.mobile.sampledata [^]
Changeset: 45fdf180d8f3659f4f343fa664070bc8248911cd
Author: Ranjith S R <ranjith@qualiantech.com>
Date: 22-03-2022 11:42:45
URL: https://gitlab.com/openbravo/ci/modules/org.openbravo.test.mobile.sampledata/-/commit/45fdf180d8f3659f4f343fa664070bc8248911cd [^]

Related to ISSUE-48735: Added sampledata for Order SkipTaxCalculation

---
M referencedata/sampledata/The_White_Valley_Group/C_ORDER.xml
---

- Issue History
Date Modified Username Field Change
2022-03-08 02:37 ranjith_qualiantech_com New Issue
2022-03-08 02:37 ranjith_qualiantech_com Assigned To => ranjith_qualiantech_com
2022-03-08 02:37 ranjith_qualiantech_com Triggers an Emergency Pack => No
2022-03-08 02:43 ranjith_qualiantech_com Proposed Solution updated
2022-03-08 02:44 ranjith_qualiantech_com File Added: 48735.diff
2022-03-08 05:18 ranjith_qualiantech_com Status new => scheduled
2022-03-16 08:33 hgbot Note Added: 0135766
2022-03-18 11:37 hgbot Note Added: 0135844
2022-03-18 11:37 hgbot Note Added: 0135845
2022-03-21 07:05 hgbot Resolution open => fixed
2022-03-21 07:05 hgbot Status scheduled => closed
2022-03-21 07:05 hgbot Fixed in Version => RR22Q2
2022-03-21 07:05 hgbot Note Added: 0135866
2022-03-21 07:05 hgbot Note Added: 0135867
2022-03-21 07:05 hgbot Note Added: 0135868
2022-03-21 07:05 hgbot Note Added: 0135869
2022-03-21 07:05 hgbot Note Added: 0135870
2022-03-21 07:05 hgbot Note Added: 0135871
2022-03-22 07:12 hgbot Note Added: 0135907


Copyright © 2000 - 2009 MantisBT Group
Powered by Mantis Bugtracker