From 34b3256a3180c746fd2fe6d79a42b3a5cbed7c21 Mon Sep 17 00:00:00 2001 From: Priya Date: Wed, 11 Sep 2013 16:33:09 +0530 Subject: [PATCH] [docs] sms settings page added --- docs/user/setup/docs.user.setup.sms.md | 24 +++++++++------- docs/user/setup/docs.user.setup.workflows.md | 30 ++++++++++++++++++++ 2 files changed, 44 insertions(+), 10 deletions(-) create mode 100644 docs/user/setup/docs.user.setup.workflows.md diff --git a/docs/user/setup/docs.user.setup.sms.md b/docs/user/setup/docs.user.setup.sms.md index 966973b45e..7be3d9e236 100644 --- a/docs/user/setup/docs.user.setup.sms.md +++ b/docs/user/setup/docs.user.setup.sms.md @@ -3,24 +3,28 @@ "_label": "SMS Setting" } --- -To integrate SMS in ERPNext, approach a SMS Gateway Provider who prvides HTTP API. They will create an account for you and will provide an unique username and password. +To integrate SMS in ERPNext, approach a SMS Gateway Provider who provides HTTP API. They will create an account for you and will provide an unique username and password. To configure SMS Settings in ERPNext, find out their HTTP API (a document which describes the method of accessing their SMS interface from 3rd party applications). In this document, you will get an URL which is used to send the SMS using HTTP request. Using this URL, you can configure SMS Settings in ERPNext. -Example URL: -http://instant.smses.com/web2sms.php?username=&password=&to=< -MOBILENUMBER>&sender=&message= +Example URL:
+
http://instant.smses.com/web2sms.php?username=<USERNAME>&password=<PASSWORD>&to=<MOBILENUMBER>&sender=<SENDERID>&message=<MESSAGE>
+
+ +![SMS Settings](img/sms-settings2.jpg) -Note: the characters up to the "?" are the SMS Gateway URL + + +> Note: the characters up to the "?" are the SMS Gateway URL Example: -http://instant.smses.com/web2sms.php?username=abcd&password=abcd&to=9900XXXXXX&sender -=DEMO&message=THIS+IS+A+TEST+SMS -The above url will send sms from account abcd to mobile number 9900XXXXXX with sender ID as -DEMO with text message as THIS IS A TEST SMS +
http://instant.smses.com/web2sms.php?username=abcd&password=abcd&to=9900XXXXXX&sender
+=DEMO&message=THIS+IS+A+TEST+SMS
-You can see here some parameters in the URL are static, you will get static values from your SMS Provider like username, password etc. These static values should be entered in Static Parameters table. +The above URL will send SMS from account abcd to mobile number 9900XXXXXX with sender ID as DEMO with text message as THIS IS A TEST SMS + +Note that some parameters in the URL are static.You will get static values from your SMS Provider like username, password etc. These static values should be entered in the Static Parameters table. ![SMS Setting](img/sms-settings1.png) diff --git a/docs/user/setup/docs.user.setup.workflows.md b/docs/user/setup/docs.user.setup.workflows.md new file mode 100644 index 0000000000..ff9ec423d6 --- /dev/null +++ b/docs/user/setup/docs.user.setup.workflows.md @@ -0,0 +1,30 @@ +--- +{ + "_label": "Workflows" +} +--- +In order to allow multiple people to submit multiple requests, for approvals, by multiple users, ERPNext requires you to fill the workflow conditions. +ERPNext tracks the multiple permissions before submission. + +For Example, Multiple users may wish to apply for a leave. This request will be sent to the HR department. The HR department will either reject or approve. Once this process is completed, the user's Manager(leave approver) will get an indication that the HR department has accepted or rejected. Depending on the Managers approving authority, he will either override the HR request or continue to endorse it. Accordingly,the user will get his approval or rejected status. + +To make this Workflow and transition rules go to : + + > Setup > Workflow > New Workflow + + +#### Step 1: Enter the different states of Leave Approval Process. + + + ![Workflow](img/workflow-leave1.png) + + + +#### Step 2: Enter Transition Rules. + + +![Workflow](img/workflow-leave2.png) + + +Example of a Leave Application Process. +Go to the Human Resources Module and click on Leave Application. Apply for a Leave.