dev #1594
open[FE] BUGs from Sprint 9 (v2)
Description
- Remove the email from Navbar and display the user name.
- The item description character limit should be 60 and 2 lines.
- Qty should have a max length of 6 digits (two decimal points).
- Rate should have a max length of 6 digits (two decimal points).
- Discount should have a max length of: (for percentage: 100% and for currency: Qnt * Rate).
- Tax should have a max length of: (only for percentage: 100% and max two digits).
- Additional Tax should have an option for percentage only.
- Restructure the additional tax inputs like: [Vat (+) | Input | %].
- Restructure the additional discount inputs like: [Discount (-) | Input | %/$].
- Restructure the shipping charge inputs like: [Label | Input].
- Calculated values should have only two digits of decimal points.
- Paid should not be greater than the Total.
- Add an instruction/information (i-button) for Paid input.
- Add enhanced logo tsx into the navbar.
- When the discount type is not a percentage, display discount values with two decimal points in the preview.
Updated by Lutfor Rahman over 1 year ago
SOLVED:
- Remove the email from Navbar and display the user name.
Updated by Lutfor Rahman over 1 year ago
SOLVED:
2. The item description character limit should be 60 and 2 lines.
Updated by Lutfor Rahman over 1 year ago
SOLVED:
3. Qty should have a max length of 6 digits (two decimal points).
4. Rate should have a max length of 6 digits (two decimal points).
5. Discount should have a max length of: (for percentage: 100% and for currency: Qnt * Rate).
6. Tax should have a max length of: (only for percentage: 100% and max two digits).
Updated by Lutfor Rahman about 1 year ago
SOLVED:
15. When the discount type is not a percentage, display discount values with two decimal points in the preview.
Updated by Lutfor Rahman about 1 year ago
- % Done changed from 40 to 100
- Estimated time set to 8:00 h
SOLVED:
7. Additional Tax should have an option for percentage only.
8. Restructure the additional tax inputs like: [Vat (+) | Input | %].
9. Restructure the additional discount inputs like: [Discount (-) | Input | %/$].
10. Restructure the shipping charge inputs like: [Label | Input].
11. Calculated values should have only two digits of decimal points.
12. Paid should not be greater than the Total.
13. Add an instruction/information (i-button) for Paid input.
14. Add enhanced logo tsx into the navbar.