nus-cs2113-AY2223S1 / pe-dev-response

0 stars 0 forks source link

Expected output for add expense is different from what is stated on the user guide #840

Open nus-pe-bot opened 1 year ago

nus-pe-bot commented 1 year ago

This is what I received as an output

Screenshot 2022-11-11 at 4.24.18 PM.png

When the expected output should have been like this as stated in the UG Screenshot 2022-11-11 at 4.24.38 PM.png

Is probably a low bug type as it is probably missing print statements to show things like remarks and mode of payment, but this is still a important issue as users would want to look at all the details that they had entered in for the expense.


[original: nus-cs2113-AY2223S1/pe-interim#813] [original labels: type.FeatureFlaw severity.Low]

xzynos commented 1 year ago

Team's Response

Greetings karthikstar,

Thank you for your bug report. After careful evaluation of your bug report, the development team cannot reproduce the bug indicated in your report due to the following reasons:

1) We have ran the exact same command in your example and the output is consistent with the user guide.

image.png

2) If you examine the first screenshot in your bug report, you can observe that a newline is missing between your command and the output. This indicates that when you copied the command from the user guide, the second row was not pasted correctly.

image.png

As you can see from the screenshot of the user guide above, the arguments category, remarks and mode of payment field are on the second row. According to the first screenshot in your bug report, the same values are missing from the output. This indicates to us that the command was indeed not pasted correctly. Do note that if no value is specified for the argument currency, it defaults to the Singapore Dollar (SGD).

Regards, xzynos

Duplicate status (if any):

--