Bug #5963
openCreate Invoice : Save Button Not Disabled for Missing Mandatory Fields and No Error Messages for Empty Line Items.
0%
Description
Steps to Reproduce:
- Log in to iOS Lauditor.
- Click on Menu and click on the Invoice module.
- Click on the Create tab.
Save Button Activation:
The Save button should remain disabled until the following mandatory fields are filled:
Invoice Date , Select Client,Client Address and Due Date
Field-Level Validation:
When clicking the Save button:
If any of the Description, Rate, or Quantity fields are empty, an appropriate error message should appear respective field.
Add Row Behavior (add+):
Clicking add+ should not trigger any validation messages.
Error messages for Description, Rate, and Quantity should appear only after clicking the Save button.
Note : Please refer to web.
Files
Updated by kumar r about 14 hours ago
- File Simulator Screen Recording - iPad (10th generation) - 2025-10-13 at 13.00.19.mp4 Simulator Screen Recording - iPad (10th generation) - 2025-10-13 at 13.00.19.mp4 added
- Status changed from New to Fixed - Pushed to Staging
- Assignee changed from kumar r to Vengadeshwaran R
Based on the filed added the disable condition to the save button, in update remove the bill entry validation based on the save button click & add+ to validate the bill entry (include description) to give the error text. Without description api not allow to add the invoice, on add+ validate the each entry through action..,