Enunciation
The current economic climate requires greater control of expenses, and students in higher education are no exception. Our goal is to create an O365 Excel file that controls expenses incurred while attending a higher education course.
In a table you should register the entities - companies or entities - where the expenses are made. Examples of entities are Universidade Católica, Livraria da Esquina or Transportes ParaTodos. This table should, for each entity, include:
the name of the entity
a contact number
a contact email
In another table you should record the types (or categories) of expenses. Some examples are (the following are only indicative, adapt to your needs):
tuition fees
transport
educational material
books
feeding
In yet another table, course expenses should be recorded, with each expense listed:
Date of expenditure
Time (hours and minutes) of expenditure
Total cost in €
Description of the expense
Type (values should be restricted to those in the type table and easily selected from a list)
Name of the entity (the values should be restricted to those in the entity table and easily selected from a list)
Contact number of the entity (automatically obtained from the table of entities)
Part of day (morning/afternoon/evening) at which took place a expenditure took place, automatically calculated from the time field:
Morning between 7:00 a.m. and 1:00 p.m.
Afternoon between 13h00 and 19h00
Night for the remaining parts of the day
Remarks
Only the remarks field is optional and can be left empty. All other fields must be filled out.
Distribute the information and features conveniently over sheets and organize them.
When possible use names that are easily associated with the data.
Create 10 expense records.
Allow fast filtering of these records.
Format and validate the data:
The date must be in the format YYYY/MM/DD
The time must be in the format HH:MM
Monetary values are in euros with cents and separated by thousands
Only valid types can be entered
Only valid entities can be entered
The total cost should be accompanied (in the same cell) by a bar indicating its size, compared to the other values in the same field.
The record table must contain the following totals:
The average schedule
The sum of expenses
Counting the expenses (in the description field)
To make it easier to identify the types of expenses in the record table, each type should automatically be colored a different color.
Expense analysis, tabulated by months (and years) and by entities, and can be restricted to one or more types.
Graphical analysis of expenses by type.
CS 340 Milestone One Guidelines and Rubric Overview: For this assignment, you will implement the fundamental operations of create, read, update,
Retail Transaction Programming Project Project Requirements: Develop a program to emulate a purchase transaction at a retail store. This
7COM1028 Secure Systems Programming Referral Coursework: Secure
Create a GUI program that:Accepts the following from a user:Item NameItem QuantityItem PriceAllows the user to create a file to store the sales receip
CS 340 Final Project Guidelines and Rubric Overview The final project will encompass developing a web service using a software stack and impleme