As an ERP user, I should always receive input validation messages when trying to use invalid information in their interactions with the system. All inputs should have frontend validation when applicable and should prevent errors by adding useful tooltips.
Given
When
Then
A user wants to receive help
Hover over a button, icon, input field
A tooltip will show explaining the action from the icon/button/filed
A user wants to receive feedback on input errors
Inputs incorrect information
Input validation message will be displayed under the erroneous field
As an ERP user, I should always receive input validation messages when trying to use invalid information in their interactions with the system. All inputs should have frontend validation when applicable and should prevent errors by adding useful tooltips.