Skip to content

Commit

Permalink
Merge pull request #2 from sampoearas/readme-updated
Browse files Browse the repository at this point in the history
Readme Updated
  • Loading branch information
EliJDonahue authored Mar 23, 2019
2 parents 357494e + aec218c commit 8935994
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 11 deletions.
4 changes: 2 additions & 2 deletions Import/Simple Time Sheet/Import/Form/Time Sheet.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<AML>
<AML>
<Item type="Form" id="383BF1B2454A45118AFDC67476D52F54" action="add">
<category_form>0</category_form>
<height>234</height>
Expand Down Expand Up @@ -130,7 +130,7 @@
<Item type="Field" id="9273685F6F8D4FD89A590C125B9FDC60" action="add">
<bg_color>#FFFFFF</bg_color>
<border_width>0</border_width>
<display_length>30</display_length>
<display_length is_null = "1"></display_length>
<field_type>item</field_type>
<font_color>#000000</font_color>
<font_family>arial, helvetica, sans-serif</font_family>
Expand Down
21 changes: 12 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,18 +4,19 @@ Adds a timesheet business process with automated hours roll-up and recurrent tim
#### How it works
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.

## Project Details
## History

**Built Using:**
Aras 11.0 SP7
Release | Notes
--------|--------
[v1.0.1](https://github.com/ArasLabs/simple-time-sheet/releases/tag/v1.0.1) | Readme and Usage updated. UI Bugfix. Tested on Edge, Firefox 60 ESR, Chrome.
[v1.0.0](https://github.com/ArasLabs/simple-time-sheet/releases/tag/v1.0.0) | First release. Tested on Internet Explorer 11, Firefox 38 ESR, Chrome.

**Tested Using:**
Aras 11.0 SP7, SP8 and SP9
#### Supported Aras Versions

**Browsers Tested:**
Internet Explorer 11, Firefox 38 ESR, Chrome

> Though built and tested using Aras 11.0 SP7, this project should function in older releases of Aras 11.0 and Aras 10.0.
Project | Aras
--------|------
[v1.0.1](https://github.com/ArasLabs/simple-time-sheet/releases/tag/v1.0.1) | 10.0 SPx, 11.0 SP7+, 11.0 SP12+, 11.0 SP15
[v1.0.0](https://github.com/ArasLabs/simple-time-sheet/releases/tag/v1.0.0) | 10.0 SPx, 11.0 SP7; Old Community Board Migration

## Installation

Expand Down Expand Up @@ -46,8 +47,10 @@ You are now ready to login to Aras and try out the simple timesheets.
## Usage

* 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.

Expand Down

0 comments on commit 8935994

Please sign in to comment.