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

View Issue DetailsJump to Notes ] Issue History ] Print ]
ID
0047183
TypeCategorySeverityReproducibilityDate SubmittedLast Update
defect[POS2] Restaurantsminoralways2021-06-18 11:512021-06-18 14:22
ReporterYBatailleView Statuspublic 
Assigned ToRetail 
PrioritynormalResolutionout of dateFixed in Version
StatusclosedFix in branchFixed in SCM revision
ProjectionnoneETAnoneTarget Version
OSAnyDatabaseAnyJava version
OS VersionDatabase versionAnt version
Product VersionSCM revision 
Review Assigned Todmiguelez
Regression level
Regression date
Regression introduced in release
Regression introduced by commit
Triggers an Emergency PackNo
Summary

0047183: JIRA 2113 - Safe Count - Amount should be a multiple of 0.01

Descriptionwhen counting the cash up, we ca choice "split Banknote and Coins"
For Bank note, Amount should be a multiple of 5
For the coins, Amount should be a multiple of 0.01

It didnt work if amount is directly TYPED (4.56)
An Error Message the message appears
Steps To ReproduceOpen the til
Count a safe Box

Split Banknote and Coins
TYPE directly on the "Coins" Area an amount 4.56 for example
Use 'tab' to leave the input zone
The Message Appears
Proposed SolutionWe make some investigations with this result:
minAllowedAmount = 0.01:
countedValue = "4.56"
(Number(countedValue) / minAllowedAmount) % 1
=> 0.9999999999999432
TagsNo tags attached.
Attached Filespng file icon comptage A 2021-06-18 095249.png [^] (30,614 bytes) 2021-06-18 11:51


png file icon comptage B 2021-06-18 095249.png [^] (17,030 bytes) 2021-06-18 11:52


png file icon Jira 2113 2021-06-18 115317.png [^] (81,159 bytes) 2021-06-18 11:53

- Relationships Relation Graph ] Dependency Graph ]
has duplicate defect 0046506 closedaferraz JIRA 1825 - Cash up / Counting tool : possibility to enter a wrong number 

-  Notes
(0129654)
dmiguelez (developer)
2021-06-18 14:22

Already fixed

- Issue History
Date Modified Username Field Change
2021-06-18 11:51 YBataille New Issue
2021-06-18 11:51 YBataille Assigned To => Retail
2021-06-18 11:51 YBataille File Added: comptage A 2021-06-18 095249.png
2021-06-18 11:51 YBataille Triggers an Emergency Pack => No
2021-06-18 11:52 YBataille File Added: comptage B 2021-06-18 095249.png
2021-06-18 11:53 jmelin File Added: 1.PNG
2021-06-18 11:53 YBataille File Added: Jira 2113 2021-06-18 115317.png
2021-06-18 11:54 jmelin Proposed Solution updated
2021-06-18 11:54 jmelin File Deleted: 1.PNG
2021-06-18 14:22 dmiguelez Review Assigned To => dmiguelez
2021-06-18 14:22 dmiguelez Note Added: 0129654
2021-06-18 14:22 dmiguelez Status new => closed
2021-06-18 14:22 dmiguelez Resolution open => out of date
2021-06-18 14:22 dmiguelez Relationship added has duplicate 0046506


Copyright © 2000 - 2009 MantisBT Group
Powered by Mantis Bugtracker