Project

General

Profile

dev #1594

Updated by Lutfor Rahman over 1 year ago

1. Remove the email from Navbar and display the user name. 
 2. The item description character limit should be 60 and 2 lines. 
 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). 
 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.

Back