Reference no: EM132527069
ITECH1100 Understanding the Digital Revolution - Federation University
Assignment - Complete Veterinary Clinic
Overview
For this individual assignment, you will use skills acquired through practical laboratory exercises to automate a business process, and to visualize the impact of the automation.
Learning Outcome 1: Prepare a basic solution to a business problem;
Learning Outcome 2. Select appropriate IT solutions for business functions;
Learning Outcome 3. Apply business information software for data visualization and analysis purposes.
Learning Outcome 1. Write basic programming logic;
Learning Outcome 3. Interpret and construct representations of business data flow and processes;
Learning Outcome 8. Outline the basic principles of programming.
Scenario details
The following scenario is fictional, and not based on any real veterinary clinic. It is also highly simplified, and should not be used as a basis for a real business management system.
Complete Veterinary Clinic is a small veterinary clinic, working with domestic companion animals. Mostly they work with dogs, cats, and smaller animals such as hamsters and rabbits.
Complete Veterinary Clinic is run by a team of two veterinarians, Aiden and Barnardo, and one administrative staff member, Chad.
Costs
Aiden, as the most experienced veterinarian, costs $50 per hour to employ. Barnardo, as a veterinarian, costs $42 per hour to employ.
Chad costs $27 per hour to employ.
These rates take into account other costs related to employment, you don't need to add any additional offsets.
All staff are also entitled to four weeks of paid annual leave, during which casual replacements are required at a cost of $54 per hour for the veterinarians and $35 per hour for Chad.
During these four weeks, Aiden, Barnardo, and Chad continue to be paid.
Fixed costs such as permits, rent, and insurance are $18000 per year, and monthly utility costs (such as electricity and gas) are $460 per month.
Part 1 - Wages and Fixed Costs
Using Excel, create a spreadsheet called operating_costs.xlsx that calculates the projected annual outgoing costs of running Complete Veterinary Clinic. Only include the above expenses.
Your spreadsheet should be configured such that the working hours, hourly rates, and annual and monthly costs can be varied easily.
After building the spreadsheet, use it to answer the following questions in your report:
What is the projection of total costs for the next year, including labour, annual, and monthly costs? How much income does Complete Veterinary Clinic need per month to cover the above costs?
What is the projection of labour costs only for the next year, if both veterinarians were to cost $50 per hour, but the clinic closed on Wednesday?
Document your findings in your report (approximately 100 words).
History data
When customers attend Complete Veterinary Clinic, they have a consultation with whichever veterinarian is available that day.
In order to improve their business processes, Chad has been keeping records of each consultation for several months in a spreadsheet.
This data includes a date, the consultation type, the animal type, the expenses incurred (such as tests, protective equipment, and so on) and the price charged.
This spreadsheet is available for you to download on Moodle.
Part 2 - History visualization
Using Excel, process the history spreadsheet and use any appropriate charts to visualize:
How some aspect of the business has changed over time (for example, prices, expenses, types of consultation, frequency of each animal, etc); and
How some consultations differ between veterinarians.
You will need to find a way to use Excel to associate each consultation with a staff member. Describe your approach and your findings in your report (approximately 250-400 words).
Include your visualizations as images. Be sure to use appropriate titles and labels.
Part 3 - Price consistency
For vaccinations and check-ups, the team would like to standardize costs, so that the price for each is fixed for animals of the same type.
Using Excel, analyse the historical data you have available, and create a spreadsheet that allows Chad to enter the animal type and consultation type, and gives a quote amount for vaccinations and check- ups.
Ensure that your spreadsheet is usable - it should be simple and include appropriate text and formatting to make your spreadsheet easy to use by a member of the Complete Veterinary Clinic team (or by a University lecturer).
It is up to you to determine an appropriate quoting method.
Describe and justify your approach, including how you tested your solution, in your report (approximately 150 words).
Part 4 - Process improvement
Research the consulation process used in a typical veterinary clinic. Make sure you reference any sources, or indicate if you are basing your work on personal knowledge.
Using BPMN swimlane diagrams, show how the spreadsheet you created in Part 3 can be applied to improve the processes at Complete Veterinary Clinic.
Justify your approach in your report (approximately 150 words).
Bonus challenge Part (optional!)
Disclaimer: This Part is 100% optional, and you can receive full marks without attempting or completing it. It is intended to be a challenge if you are interested in such things, and the marks available do not reflect the significant research and effort required to implement it correctly. Tutors will not prioritize assistance for this challenge task.
Optional Part 5
Reimplement Tasks 1 and 3 using either Python or HTML+JavaScript.
Write a brief overview of how to run your solution, and attach a zip file containing your code submission.
Attachment:- Complete Veterinary Clinic.rar