1. Create a class diagram to support the above case study and Systems Use Case Specifications 2. Create an object level sequence diagram, detailing the Create Income Transaction systems use case specification 3. Create an object level sequence diagram, detailing the Create Income Transaction systems use case specification
Linda's bank account looks good but at a glance, she can't easily see which transactions are related to each of her locations.
She finds that at the end of the month manually, she's manually calculating profits. She is currently using a simple application built by her grandchildren, but find that she's missing cash sales. Linda would like to record a description of the transaction indicating whether or not the transaction was income or expense and more details of what the transaction was for. She usually pay for supplies using her credit card. Her customers pay by cash, credit card or debit card.
Linda needs a system that helps her with her HST calculations. She must be able to query income - expenses.
They would like a more robust system than Excel to manage these details.
Your task is to read the User Story below and create a class diagram and sequence diagrams to support the scenario.
Copy your diagrams to a word file. Analyze your model and outline what the .h files would look like if you generated code from your model. Include pseudo code to indicate what each method would do. Attach this word file and your visual paradigm file to your submission.
User Story
As the owner of this business, I would like to record my financial transactions so that I can quickly see how much money I've made and what I owe the government in HST. For my purposes, my expenses subtracted from my income.
Acceptance Criteria:
- Must be able to query transactions by date and provide a total profit and total HST
- Must be able to query transactions by date and by source of the income.
- Differentiate between expenses and income - provide a running total of income - expenses
- Calculate the HST owed to the government by subtracting HST paid on expenses from HST collected on income.
Step by step
Solved in 4 steps with 3 images