Adds a timesheet business process with automated hours roll-up and recurrent timesheet creation.
It allows you to have regular timesheet creation. The timesheet itself has all it needs to be a real business application - roll-up, reports, lifecycle and workflow. It can be related to Aras Projects.
Release | Notes |
---|---|
v1.0.1 | Readme and Usage updated. UI Bugfix. Tested on Edge, Firefox 60 ESR, Chrome. |
v1.0.0 | First release. Tested on Internet Explorer 11, Firefox 38 ESR, Chrome. |
Project | Aras |
---|---|
v1.0.1 | 10.0 SPx, 11.0 SP7+, 11.0 SP12+, 11.0 SP15 |
v1.0.0 | 10.0 SPx, 11.0 SP7; Old Community Board Migration |
Always back up your code tree and database before applying an import package or code tree patch!
- Aras Innovator installed (version 11.0 SPx preferred)
- Aras Package Import tool
- Backup your database and store the BAK file in a safe place.
- Open up the Aras Package Import tool.
- Enter your login credentials and click Login
- Note: You must login as root for the package import to succeed!
- Enter the package name in the TargetRelease field.
- Optional: Enter a description in the Description field.
- Enter the path to your local
..\simple-time-sheet\Import\imports.mf
file in the Manifest File field. - Select Simple Time Sheet in the Available for Import field.
- Select Type = Merge and Mode = Thorough Mode.
- Click Import in the top left corner.
- Close the Aras Package Import tool.
You are now ready to login to Aras and try out the simple timesheets.
- Timesheet Positions (relationship) are used to enter Activity descriptions, a date and the hours worked
- Timesheet TOC default is under My Innovator
- Timesheet Report presents a summary of all recorded hours.
- Workflow drives the life cycle of a timesheet. Owner can submit it to review. WF activity will show in My InBasket for the "Owner" and "Reviewers"
- Item must be manually promoted to start Workflow!
- Auto creation of regular (ie. Weekly) timesheets for a defined list of users (members of Identity: "Time Sheet Auto Create Weekly"
- Aras Innovator Service must be configured to trigger method "Time Sheet AutoCreate Weekly" i.e. every Sunday. Method can be run manually by Administrators, as well.
- Fork it!
- Create your feature branch:
git checkout -b my-new-feature
- Commit your changes:
git commit -am 'Add some feature'
- Push to the branch:
git push origin my-new-feature
- Submit a pull request
For more information on contributing to this project, another Aras Labs project, or any Aras Community project, shoot us an email at araslabs@aras.com.
Original Aras Community Project written and documented by Rolf Laudenbach at Aras Corp.
Upgraded to v11 and published by Yoann Maingon at Aras Labs. @YoannArasLab
Aras Labs projects are published to Github under the MIT license. See the LICENSE file for license rights and limitations.