Changeset 1168 in main
- Timestamp:
- 06/04/12 16:01:38 (7 years ago)
- Location:
- trunk/docs
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/docs/_static/user_features/css/feature.css
r1040 r1168 79 79 } 80 80 81 #create_import{ 82 top: 75%; 83 left: 40%; 84 } 81 85 #navigate_current{ 82 86 top: 18%; -
trunk/docs/user/features/create.rst
r1032 r1168 7 7 .. raw:: html 8 8 :file: html/create.html 9 10 Other creation tools 11 ====================== 12 13 Sponsor a new user 14 ******************* 15 The sponsor form is also reachable in the delegation tab 16 17 18 Import from a csv file 19 *********************** 20 PLMObject and user can be created with a csv file. This file 21 must contains headers related to the target (object or user). 22 Mostly these headers are the required field in the related 23 object or user creation form. 24 25 Example of csv file's structure : 26 1 - PLMObject 27 .. csv-table:: 28 :header-rows: 1 29 :file: csv_import/PLMObject.csv 30 31 Download the file :download:`here <csv_import/PLMObject.csv>`. 32 33 34 2 - BOM 35 .. csv-table:: 36 :header-rows: 1 37 :file: csv_import/BOM.csv 38 39 Download the file :download:`here <csv_import/BOM.csv>`. 40 41 42 3 - User 43 .. csv-table:: 44 :header-rows: 1 45 :file: csv_import/User.csv 46 47 Download the file :download:`here <csv_import/User.csv>`. -
trunk/docs/user/features/html/create.html
r1032 r1168 1 <!--<style type="text/css">2 1 3 </style>-->4 2 <link rel="stylesheet" media="screen" type="text/css" href="../../_static/user_features/css/feature.css"/> 5 3 … … 7 5 <img src="../../_images/Capture_openPLM_create.png" alt="the create view"> 8 6 <div class="marker" id="create_type"> 9 10 Select the type (or subtype) of object you want to create :11 12 13 14 15 16 17 7 <div class="info"> 8 Select the type (or subtype) of object you want to create : 9 <ul> 10 <li>Part</li> 11 <li>Document</li> 12 <li>Group</li> 13 <li>User</li> 14 </ul> 15 </div> 18 16 </div> 19 17 <div class="marker" id="create_ref"> 20 21 22 18 <div class="info"> 19 The reference of the object is automatically generated. 20 </div> 23 21 </div> 24 22 <div class="marker" id="create_rev"> 25 23 <div class="info"> 26 24 The revision of the object is automatically set to a when you create it but you can modify it as you want. 27 25 </div> 28 26 </div> 29 27 <div class="marker" id="create_cycle"> 30 28 <div class="info"> 31 29 Select the lifecycle of the object 32 30 </div> 33 31 </div> 34 32 <div class="marker" id="create_group"> 35 33 <div class="info"> 36 34 Select the group which can reach the document 37 </div> 35 </div> 36 </div> 37 <div class="marker" id="create_import"> 38 <div class="info"> 39 Import csv files to create PLMObject, Bom or add users. 40 </div> 38 41 </div> 39 42 </div> -
trunk/docs/user/features/html/css/search.css
r1032 r1168 9 9 left: 24%; 10 10 } 11 11 12 .marker span{ 12 13 display:none; 13 14 } 15 14 16 img{ 15 17 width:100%;
Note: See TracChangeset
for help on using the changeset viewer.