[ ] Check the Bill Details table is exists or not.
Messages:
Invalid Bill ID.
Bill table not found.
Bill details table not found.
Flow:
graph TD;
A[Bill Details Service: Get bill details by bill ID] --> B[Form Validation]
B -- Yes --> C{Business Validation}
B -- No --> G[Throws Exception]
C -- Yes --> D[Bill Details DAO: Find bill details by bill ID]
D --> E[Bill Details Service: Display the Details ]
C -- No --> F[Bill Details Service: Bills not found ]
Feature : Bill Details Creation
User Story:
User can create new Bill Details.
Prerequisites:
Validations:
Form Validation:
Business Validation:
Messages:
Flow: