The FACTS define the Business Rules ...
The Scope is ...
- Worksheet Processing and Tax Returns
The Things of Interest are ...
- Charge Sheets
- Clients
- Company (System) Changes
- Employees
- Jobs
- Payments
- Skills
- Tasks
- Tax Invoices
- Worksheets
The Business Rules are ...
- A Charge Sheet contains details which are in the Job Table,(therefore Charge Sheet table is not required).
- Each Client is identified by a ClientName.
- Each Client has an Address and a Phone Number.
- A Client can make many Payments over a period of time.
- An Employee can work on only one Job at any one time.
- A Job requires only one Employee (???).
- Every Job has one and only one Job Manager.
- Every Job has one and only one Job Manager.
- Every Job has one and only one Job Manager.
- Each Job involves many Tasks.
- Every Job is associated with only one TaxInvoice,
(therefore the Invoice details can be stored in the Job Table).
- Each Payment is made by one Client, for a specified Amount.
- Each Job involves many Tasks.
- Each Task has a TaskComplete status.
- A TaxInvoice is produced for each Client,(?).