You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+11-7Lines changed: 11 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,12 +7,15 @@ This project contains sample code that demonstrates how to call a datepicker dia
7
7
See [TESTSTATUS file](./TESTSTATUS.md) for latest testing information.
8
8
9
9
#### Built Using:
10
+
10
11
Aras 11.0 SP7
11
12
12
13
#### Versions Tested:
14
+
13
15
Aras 11.0 SP7
14
16
15
17
#### Browsers Tested:
18
+
16
19
Internet Explorer 11, Firefox 38 ESR, Chrome
17
20
18
21
## How It Works
@@ -22,6 +25,7 @@ The project's import package contains a Javascript method - labs_CallDateDialog.
22
25
## Installation
23
26
24
27
#### Important!
28
+
25
29
**Always back up your code tree and database before applying an import package or code tree patch!**
26
30
27
31
### Pre-requisites
@@ -34,10 +38,10 @@ The project's import package contains a Javascript method - labs_CallDateDialog.
34
38
35
39
1. Backup your database and store the BAK file in a safe place.
36
40
2. Open up the Aras Package Import tool.
37
-
3. Enter your login credentials and click **Login**
38
-
*_Note: You must login as root for the package import to succeed!_
41
+
3. Enter your login credentials and click **Login**.
42
+
*_Note: You must login as root for the package import to succeed!_
39
43
4. Enter the package name in the TargetRelease field.
40
-
* Optional: Enter a description in the Description field.
44
+
* Optional: Enter a description in the Description field.
41
45
5. Enter the path to your local `..\CallDateDialog\Import\imports.mf` file in the Manifest File field.
42
46
6. Select **CallDateDialog** in the Available for Import field.
43
47
7. Select Type = **Merge** and Mode = **Thorough Mode**.
@@ -59,10 +63,10 @@ The dialog will be dismissed and a browser alert dialog will appear, displaying
59
63
## Contributing
60
64
61
65
1. Fork it!
62
-
2. Create your feature branch: `git checkout -b my-new-feature`
63
-
3. Commit your changes: `git commit -am 'Add some feature'`
64
-
4. Push to the branch: `git push origin my-new-feature`
65
-
5. Submit a pull request
66
+
2. Create your feature branch: `git checkout -b my-new-feature`.
67
+
3. Commit your changes: `git commit -am 'Add some feature'`.
68
+
4. Push to the branch: `git push origin my-new-feature`.
69
+
5. Submit a pull request.
66
70
67
71
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.
0 commit comments