Laravel app that offers a solution to the following requirements:
- User Login
User is able to login in the system by using username and password previously inserted in database.
- User Activities
User can insert activities in database. Every activity has activity date, time spent and short description.
- Activity Report
Activity report should display all activities made by logged user in appropriate time interval (date from-date to). User should have an option to send the report to an email address, the email should contain a unique link that will allow the receiver to see the report without to have to log in the system.
- Print Report
Print report should display every day in selected interval and total time spent on any activities in that interval for logged user.