User Tools

Site Tools


leon:documents-manager

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
leon:documents-manager [2023/05/12 08:35]
mgarbacik
leon:documents-manager [2023/11/15 11:53]
marek [Adding your logo to existing documents]
Line 7: Line 7:
 ===== Main page ===== ===== Main page =====
  
-[{{ :leon:documents-manager:main screen 2.jpg?200|Documents Manager main screen}}]+[{{ :leon:documents-manager:dm_-_main_view_updated.png?200|Documents Manager main screen}}]
  
-The main page shows **3** filtering options: by **document type**, **language** and **publishing status**, as well as **5** columns: +The main page shows **3** filtering options: by **document type**, **language** and **publishing status**, as well as **7** columns: 
  
-  * **Documents** - saved versions of Flight Order or Flight Brief.  +  * **Name** - name and the saved versions of the document 
-  * **Language** +  * **Type** - type of the document  
-  * **Published** - the status of the documents, whether they have been published, or not. Click on the white dot if you want to publish saved version - the dot will become green.+  * **Published** - the status of the documents, whether they have been published, or not. Click on the white dot if you want to publish the saved version - the dot will become green 
 +  * **Visible in Crew App** - allows indicating which version(s) of the document will be available to Crew on a flight in the Crew App > tab 'Flight'The dots indicate the status: 'White' - not available to the Crew; 'Grey' - not applicable - document is not published; 'Green' - available to the crew 
 +  * **Language** - the language of the document indicated within the edit in the SETTINGS tab
   * **Last modified** - the date of the latest modification.   * **Last modified** - the date of the latest modification.
   * **Action** - once the document has been uploaded you can hover the mouse to see available options:   * **Action** - once the document has been uploaded you can hover the mouse to see available options:
   -{{:leon:documents-manager:icon 2.jpg|}} - the edition of the document   -{{:leon:documents-manager:icon 2.jpg|}} - the edition of the document
   -{{:leon:documents-manager:icon 3.jpg|}} - saving the copy of the modified document   -{{:leon:documents-manager:icon 3.jpg|}} - saving the copy of the modified document
-  -{{:leon:documents-manager:icon 4.jpg|}} - deleting saved document+  -{{:leon:documents-manager:icon 4.jpg|}} - deleting saved document, only available on not published documents
   -{{:leon:documents-manager:icon 5.jpg|}} - viewing of the document   -{{:leon:documents-manager:icon 5.jpg|}} - viewing of the document
  
Line 26: Line 28:
  
 ---- ----
 +
 +==== Adding your logo to documents ====
 +
 +Adding your own logo to existing documents is an easy task which should be done at the beginning of using Leon. 
 +
 +All the documents are coded to display a **logo.png** file as a logo by default. To have your own logo displayed on all your documents, follow the steps below: 
 +
 +  - Prepare a file with your logo. It must be a PNG file, named **logo.png**. 
 +  - Go to Settings -> Documents Manager, and edit any document you find there. 
 +  - Click the ping icon you can find in the top right corner.
 +  - In the right panel, go to the **FILES** tab.
 +  - In the **FILES** tab, find a **logo.png** file which can be there, and remove it by clicking the trash bin icon. 
 +  - In the same place, upload the file you prepared in the 1st step. 
 +  - Here you are - your logo should be displayed on all documents which have the default coding. 
 +
 +<box>The files uploaded to the **FILES** tab are available to all documents in Documents Manager, so you only need to upload your logo image to any of them, and it will be shown in all of them. </box>
 +
 +----
 +
  
 ==== Creating documents ==== ==== Creating documents ====
Line 125: Line 146:
  
 **__BODY__** **__BODY__**
 +<code html [enable_line_numbers="true"]>
 +<div class="pictures">
 +  <div>
 +    <img src="{{PAXInformation.flights|first.aircraft.pictures|getAircraftPicture("aircraft").url}}"/>
 +    <img src="{{PAXInformation.flights|first.aircraft.pictures|getAircraftPicture("inside").url}}"/>
 +  </div>
 +</div>
 +</code>
  
-{{:leon:documents-manager:adding pics 1.png|}} 
  
 **__CSS__** **__CSS__**
 +<code css [enable_line_numbers="true"]>
 +.pictures {
 +  page-break-before: always;
 +  line-height: 1cm;
 +}
 +</code>
  
-{{:leon:documents-manager:adding pics 2.png|}} 
  
 ---- ----
Line 174: Line 207:
 It is also possible to **show a map** in particular documents.  In order to do that you need to insert the below code: It is also possible to **show a map** in particular documents.  In order to do that you need to insert the below code:
  
-{{:leon:documents-manager:map code.png|}}+<code html [enable_line_numbers="true"]> 
 +<map route={{ trip.flights|getRouteForMap}} width="800" height="500" line="purple" /> 
 +</code>
  
 You can define **width** and **height** as you wish, as well as the** colour of lines** on the map (see screenshot). You can define **width** and **height** as you wish, as well as the** colour of lines** on the map (see screenshot).
leon/documents-manager.txt · Last modified: 2023/11/15 11:53 by marek