[docs] minor name details added

This commit is contained in:
Priya 2013-10-14 14:20:03 +05:30
parent 287ce383be
commit b5e74d7fa6
8 changed files with 67 additions and 10 deletions

View File

@ -31,11 +31,11 @@ Contents
1. [Ways to get started](docs.user.intro.try.html)
1. [Getting Help](docs.user.help.html)
1. [Five-Day-Setup](docs.user.five_day_setup.html)
1. [Day-1](docs.user.five_day_setup.day_1.html)
1. [Day-2](docs.user.five_day_setup.day_2.html)
1. [Day-3](docs.user.five_day_setup.day_3.html)
1. [Day-4](docs.user.five_day_setup.day_4.html)
1. [Day-5](docs.user.five_day_setup.day_5.html)
1. [Day-1: Setup Customer,Item, and Supplier](docs.user.five_day_setup.day_1.html)
1. [Day-2: Setup Chart of Accounts, Opening Accounts, and HR](docs.user.five_day_setup.day_2.html)
1. [Day-3: Sales Cycle and Purchase Cycle](docs.user.five_day_setup.day_3.html)
1. [Day-4: Manufacturing Cycle and Accounting Reports](docs.user.five_day_setup.day_4.html)
1. [Day-5: Projects, Calendar, and Website](docs.user.five_day_setup.day_5.html)
1. [Implementation](docs.user.implement.html)
1. [Implementation Strategy](docs.user.implement.strategy.html)
1. [Concepts](docs.user.implement.concepts.html)

View File

@ -1,6 +1,6 @@
---
{
"_label": "Day-1"
"_label": "Day-1: Setup Customer, Item, and Supplier"
}
---
Login to your ERPNext account with the User ID and Password sent through the mail.

View File

@ -1,6 +1,6 @@
---
{
"_label": "Day-2"
"_label": "Day-2: Setup Chart of Accounts, Opening Accounts, and HR"
}
---

View File

@ -1,6 +1,6 @@
---
{
"_label": "Day-3"
"_label": "Day-3: Sales Cycle and Purchase Cycle"
}
---
After completing the set-up and account opening process, it is advisable to complete a few cycles of sales, purchase, and manufacturing process.

View File

@ -1,6 +1,6 @@
---
{
"_label": "Day-4"
"_label": "Day-4: Manufacturing Cycle and Accounting Reports"
}
---

View File

@ -1,6 +1,6 @@
---
{
"_label": "Day-5"
"_label": "Day-5: Projects Calendar and Website"
}
---

View File

@ -10,6 +10,7 @@ Before you start managing your Operations in EPRNext, you must first become fami
### Test Phase
- Read the Manual
- Follow the Five-Day-Setup Module or the instructions given below.
- Create your first Customer, Supplier and Item. Add a few more so you get familiar with them.
- Create Customer Groups, Item Groups, Warehouses, Supplier Groups, so that you can classify your Items.
- Complete a standard sales cycle - Lead > Opportunity > Quotation > Sales Order > Delivery Note > Sales Invoice > Payment (Journal Voucher)

View File

@ -91,3 +91,59 @@ Inspection Criteria: If a Quality Inspection is prepared for this Item, then thi
Visit [Manufacturing](docs.user.mfg.html) and [Website](docs.user.website.html) to understand these topics in detail.
### Listing Item on Website
To list your Item on the Website, fill the Item details and save the file. Once the file is saved, a plus (+) button will appear next to the Image icon. Click on the plus button and add your Item image. The html code will be generated automatically.
##### Step 1: Save Image
![Webimage](img/item-webimage.png)
<br>
##### Step 2: Check the 'Show in Website' box.
Under the Website section, please check the box that says 'show in Website'. Once the box is checked, the page will display other fields for entering information.
![Webimage](img/item-webimage-1.png)
<br>
##### Step 3: Enter Website Details
![Webimage](img/item-webimage-2.png)
The page name will be generated automatically. Mention the Item-Group under which the Item will be displayed.
#### Item Groups
Mention the Item Group under this column. If you wish to list your Item under the broad category products, name your Item Group as Products. In case you have various varieties of Item and want to classify them under different names, make Item Groups with those names and check the box that says 'show in Website'. For Example, if you wish to create a category called 'Bags', create a Item Group named Bags.
![Item Group](img/itemgroup-webimage-bags.png)
Once the Item Group is created go to the Website Settings page under Website. Enter the Label, Url, and Parent Label.
![Item Group](img/itemgroup-website-settings.png)
<br>
#### Webpage labels
![Webpage](img/webpage-labels.png)
Add more Items under a particular Item Group.
To add more Items under a certain Label, mention the Item Group on the Item Page. The Items will be added automatically on the Webpage, under the Item Group Label. For Example, To add Item-Kiddies Bag and Butterfly Print Bag, check the 'Show in Website'box. The Items will be placed under the Label Bags on the Webpage.
![Item Group](img/itemgroup-websettings.png)
<br>
Item Group Display
![Item Group Display](img/webpage-itemgroup-display.png)