nus-cs2113-AY2324S2 / pe-dev-response

0 stars 0 forks source link

Adding of high valued price items #1967

Open nus-pe-bot opened 6 months ago

nus-pe-bot commented 6 months ago

As seen, when I try to add an item, and input 99999999 for my buy price, it automatically rounds up to 100000000, which is not the exact price I input. This may cause confusion for the users.

image.png


[original: nus-cs2113-AY2324S2/pe-interim#2347] [original labels: type.FunctionalityBug severity.Medium]

Joellimjr commented 6 months ago

Team's Response

Noted that it happens when adding buy price of 99999999 and above. However, while the buy price on list_items appears to be rounded up, when you sell or do any transactions with the item, it still takes in the correct price. image.png

Duplicate status (if any):

--