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

View Issue DetailsJump to Notes ] Issue History ] Print ]
ID
0039537
TypeCategorySeverityReproducibilityDate SubmittedLast Update
defect[Retail Modules] Web POSmajoralways2018-10-25 15:452018-12-04 12:59
ReporterngarciaView Statuspublic 
Assigned Toranjith_qualiantech_com 
PriorityurgentResolutionfixedFixed in VersionRR19Q1
StatusclosedFix in branchFixed in SCM revision2f6494b3f1a0
ProjectionnoneETAnoneTarget Version
OSAnyDatabaseAnyJava version
OS VersionDatabase versionAnt version
Product VersionSCM revision 
Review Assigned Tomarvintm
Regression level
Regression date
Regression introduced in release
Regression introduced by commit
Triggers an Emergency PackNo
Summary

0039537: Initial Validation: different currency in 'POS Terminal Type-Payment Method' and 'POS Terminal-Payment Type-Financial Account'

DescriptionDuring the login in POS, it should be checked if there exists any payment type in the POS Terminal whose financial account has a different currency than the one defined in the POS Terminal Type - Payment Method
Steps To Reproduce[BO]
. POS Terminal Type window: VBS POS Terminal Type
-> Change currency for 'Cash' Payment method to USD

[POS- VBS-1]
. do login -> login can be done
TagsNo tags attached.
Attached Files

- Relationships Relation Graph ] Dependency Graph ]
related to defect 0039233 closedranjith_qualiantech_com Add new initial validations during the login 
depends on backport 0039750RR18Q4.1 closedranjith_qualiantech_com Initial Validation: different currency in 'POS Terminal Type-Payment Method' and 'POS Terminal-Payment Type-Financial Account' 
depends on backport 0039751RR18Q3.4 closedranjith_qualiantech_com Initial Validation: different currency in 'POS Terminal Type-Payment Method' and 'POS Terminal-Payment Type-Financial Account' 

-  Notes
(0107712)
hgbot (developer)
2018-11-02 06:54

Repository: erp/pmods/org.openbravo.retail.posterminal
Changeset: 474db14606a8b41a6b2c468f8b6ca0497b5f7c26
Author: Ranjith S R <ranjith <at> qualiantech.com>
Date: Fri Nov 02 11:24:16 2018 +0530
URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/474db14606a8b41a6b2c468f8b6ca0497b5f7c26 [^]

Fixed issue 39537 : Added Initial validtion for Payment method Currency

* Added Initial validtion for Payment method Currency differ with Financial account currency

---
M src-db/database/sourcedata/AD_MESSAGE.xml
M src/org/openbravo/retail/posterminal/InitialValidations.java
---
(0107788)
marvintm (manager)
2018-11-08 09:02

Comparison of objects should be done with .equals method
(0107793)
hgbot (developer)
2018-11-08 09:53

Repository: erp/pmods/org.openbravo.retail.posterminal
Changeset: 2f6494b3f1a0be852d383b3998e8dd6849c8daa8
Author: Ranjith S R <ranjith <at> qualiantech.com>
Date: Thu Nov 08 14:22:54 2018 +0530
URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/2f6494b3f1a0be852d383b3998e8dd6849c8daa8 [^]

Fixed issue 39537 : Added Initial validtion for Payment method Currency

* Replaced DAL Object "=" with equals

---
M src/org/openbravo/retail/posterminal/InitialValidations.java
---
(0107796)
hgbot (developer)
2018-11-08 10:13

Repository: erp/pmods/org.openbravo.retail.posterminal
Changeset: 0bddfd8acb93bacfb6105b903ac5d91fd8a33a32
Author: Antonio Moreno <antonio.moreno <at> openbravo.com>
Date: Thu Nov 08 10:13:52 2018 +0100
URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/0bddfd8acb93bacfb6105b903ac5d91fd8a33a32 [^]

Related to issue 39537. Should check for not equals instead of equals

---
M src/org/openbravo/retail/posterminal/InitialValidations.java
---

- Issue History
Date Modified Username Field Change
2018-10-25 15:45 ngarcia New Issue
2018-10-25 15:45 ngarcia Assigned To => ranjith_qualiantech_com
2018-10-25 15:45 ngarcia Resolution time => 1551826800
2018-10-25 15:45 ngarcia Triggers an Emergency Pack => No
2018-10-25 15:45 ngarcia Issue generated from 0039235
2018-10-25 15:46 ngarcia Relationship added related to 0039233
2018-10-25 16:17 jorge-garcia Assigned To ranjith_qualiantech_com => Retail
2018-10-26 09:17 rafaroda Issue Monitored: rafaroda
2018-10-31 14:54 ranjith_qualiantech_com Assigned To Retail => ranjith_qualiantech_com
2018-10-31 14:54 ranjith_qualiantech_com Status new => scheduled
2018-11-02 06:54 hgbot Checkin
2018-11-02 06:54 hgbot Note Added: 0107712
2018-11-02 06:54 hgbot Status scheduled => resolved
2018-11-02 06:54 hgbot Resolution open => fixed
2018-11-02 06:54 hgbot Fixed in SCM revision => http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/474db14606a8b41a6b2c468f8b6ca0497b5f7c26 [^]
2018-11-08 09:02 marvintm Note Added: 0107788
2018-11-08 09:02 marvintm Status resolved => new
2018-11-08 09:02 marvintm Resolution fixed => open
2018-11-08 09:53 hgbot Checkin
2018-11-08 09:53 hgbot Note Added: 0107793
2018-11-08 09:53 hgbot Status new => resolved
2018-11-08 09:53 hgbot Resolution open => fixed
2018-11-08 09:53 hgbot Fixed in SCM revision http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/474db14606a8b41a6b2c468f8b6ca0497b5f7c26 [^] => http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/2f6494b3f1a0be852d383b3998e8dd6849c8daa8 [^]
2018-11-08 10:13 hgbot Checkin
2018-11-08 10:13 hgbot Note Added: 0107796
2018-11-08 10:26 marvintm Review Assigned To => marvintm
2018-11-08 10:26 marvintm Status resolved => closed
2018-11-08 10:26 marvintm Fixed in Version => RR19Q1
2018-12-04 12:58 marvintm Status closed => new
2018-12-04 12:58 marvintm Resolution fixed => open
2018-12-04 12:58 marvintm Fixed in Version RR19Q1 =>
2018-12-04 12:58 marvintm Status new => scheduled
2018-12-04 12:58 marvintm Status scheduled => resolved
2018-12-04 12:58 marvintm Fixed in Version => RR19Q1
2018-12-04 12:58 marvintm Resolution open => fixed
2018-12-04 12:59 marvintm Status resolved => closed


Copyright © 2000 - 2009 MantisBT Group
Powered by Mantis Bugtracker