Actions
BUG #1775
open[SQA] System accepts due date before invoice date
Start date:
01/23/2025
Due date:
01/23/2025 (about 15 months late)
% Done:
100%
Estimated time:
Description
The system allows the due date to be entered before the invoice date when the user enters the due date first and then sets the invoice date. This results in invalid date logic, which may lead to errors in invoice generation.
Steps to Reproduce:
- Open the "Invoice" section of the Online Invoice Generator.
- Set the due date (e.g., January 20, 2025) before entering the invoice date.
- Enter the invoice date (e.g., January 23, 2025).
- Observe that the system accepts the due date, which is earlier than the invoice date.
Expected Behavior:
The system should validate and restrict the due date to always be on or after the invoice date, regardless of the order in which the dates are entered.
Actual Behavior:
The system does not validate the due date properly when entered first, allowing an invalid date sequence.
Impact:
This issue may cause confusion or errors in invoice processing, as the due date cannot logically precede the invoice date.
Updated by Lutfor Rahman about 1 year ago
- Due date set to 01/23/2025
- Status changed from Pending to Complete
- Assignee set to Lutfor Rahman
- % Done changed from 0 to 100
Actions