+
+ {notificationListCleared ? (
+
+ ) : (
+
+
+
+
+ Sales
+ 11:13
+
+ Good morning! Don't forget your daily sales target is $2,000, which needs to be fulfilled by the end of the business day. Let's make it a great sales day!
+
+
+
+ Sales
+ 11:05
+
+ You have a client meeting scheduled at 3 PM today with Acme Corp. Location: Zoom - link in calendar.
+
+
+
+ Sales
+ 11:00
+
+ Reminder to follow up with John Doe from XYZ Ltd. Discuss the proposal sent last week.
+
+
+
+ Accountant
+ 10:15
+
+ Reminder: The deadline to submit this quarter's budget report is this Friday.
+
+
+
+ Notification
+ 09:30
+
+ You have 5 pending expense claims awaiting your approval. Please review them by EOD.
+
+
+
+ Accountant
+ 09:30
+
+ Just a heads-up that we will begin the financial reconciliation process for this month next Monday.
+
+ {notificationItems.map((item) => (
+
+
+ Product Name
+ Now
+
+ {item.description}
+
+ ))}
+
+
+
+
+
+ Sales
+ 1 Day
+
+ A new lead, Jane Smith from Innovative Tech, has been assigned to you. Contact details in CRM.
+
+
+
+ Sales
+ 1 Day
+
+ Please submit your end-of-day sales report through the portal before logging off today.
+
+
+
+ Accountant
+ 1 Day
+
+ Reminder: The tax filing deadline for this quarter is approaching in two weeks.
+
+
+
+ Notification
+ 1 Day
+
+ All invoices for this month have been successfully processed and payments scheduled.
+
+
+
+ )}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Reset your personalization settings for the launchpad (such as
+ theme, language, user activities, and home page content).
+
+
+
+
+
+
+
+
+
+ Optimize for Touch Input
+
+
+
+ Increases the size and spacing of controls to allow you to interact
+ with them more easily using your fingertip. This is useful for
+ hybrid devices that combine touch and mouse events.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Close to apply your chosen language – the page will reload.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Enable access to your site from the SAP Mobile Start application.
+
+
+
+ Scan the QR Code to install the mobile application
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Changes Reset.
+
+
+
+
+
+ All changes Reset.
+
+
+
+
+ >
+ );
+}
+
+export default App;