graph TD;
A[Bill Service: Create Bill] --> B[Form Validation]
B -- Yes --> C{Business Validation}
B -- No --> F[Throws Exception]
C -- Yes --> D[Bill DAO : Create Bill]
C -- No --> G[Bill Service : Bill Table Not Found]
D --> E[Bill Service: Bill Created ]
Feature 1: Bill Creation
User Story:
User can create new Bill.
Prerequisites:
Validations:
Form Validation:
Business Validation:
Messages:
Flow: