0% found this document useful (0 votes)
21 views1 page

Calendarevent Income: Related To 1

The document outlines a system for managing income, expenses, events, and customer information. It includes various entities such as Income, Expense, CalendarEvent, Order, Customer, Staff, and Measurement, each with specific attributes and methods for adding, editing, and viewing records. The relationships between these entities are also defined, indicating how they interact within the system.

Uploaded by

Vrushabh Taskar
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
21 views1 page

Calendarevent Income: Related To 1

The document outlines a system for managing income, expenses, events, and customer information. It includes various entities such as Income, Expense, CalendarEvent, Order, Customer, Staff, and Measurement, each with specific attributes and methods for adding, editing, and viewing records. The relationships between these entities are also defined, indicating how they interact within the system.

Uploaded by

Vrushabh Taskar
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 1

Income

CalendarEvent Report
-incomeId: id
-eventId: int -reportId: int -amount: float
-eventTitle: string -reportType: string -category: string
-eventDate: date -data: string -date: date
-eventTime: time +generateReport(): void +addIncome(): void
-eventDescription: string +viewReport(): void +editIncome(): void
+addEvent(): void +viewIncome(): void
+editEvent(): void
1
+viewEvent(): void
generated for
1
1
related to
related to
0..* 0..*
Order 0..*
-orderId: int Expense
-customerId: int
-expenseId: int
Setting -description: string
-amount: float
-receivedDate: date
-companyName: string -category: string
-amount: float
-mobileNumber: string -date: date
-paid: boolean
-email: string -collectDate: date +addExpense(): void
-currencySymbol: string +editExpense(): void
+addOrder(): void
-smsAPI : string +viewExpense(): void
+editOrder(): void
+updateSettings(): void +viewOrder(): void 1
1 1 1

applies to belongs to
handled by
0..* has
0..* 1 Customer
Staff -customerId: int
-fullName: string
-staffId :intt
-address: string 0..*
-name: string Measurement
-phoneNumber: string
-designation: float
-city: string -measurementId: int
-salary: float
-email: string -clothType: string
-bonus: float
-comment: string -part:string
+addStaff(): void
-sex: string -measurementValue: float
+editStaff(): void
+addCustomer(): void +addMeasurement(): void
+viewStaff(): void
+editCustomer(): void +editMeasurement(): void
+viewCustomer(): void +viewExpense(): void

You might also like