]> Dogcows Code - chaz/homebank/blobdiff - doc/dlg-curr.html
import homebank-5.2.4
[chaz/homebank] / doc / dlg-curr.html
index b7443c062678ef2ac569ac76d47d3046736c989c..95adbc298f83f213da43aebe7ac4330e1f9aed45 100644 (file)
@@ -13,6 +13,7 @@
   <div class="title">
     <h1>Currencies dialog</h1>
     <p>The currencies dialog is used to edit, modify and manage the currencies available for the wallets.</p>
+
     <h2>Dialog call</h2>
     <ul>
       <li>main window menu: Manage / Currencies</li>
@@ -27,7 +28,7 @@
       <tr>
         <th>Update on-line</th>
         <td>Trigger to update exchanges rate on-line. This is disabled when you only have a single currency.<br>
-        This is an extra feature relying on third party (yahoo).</td>
+        <img src="images/d-warn.png">&nbsp;<span class="warning">This is an extra feature relying on third party, your currencies may not be supported. See additional notes below.</span></td>
       </tr>
     </table>
     <h3><img align="bottom" border="0" height="12" id="graphics6" name="graphics6" src="images/2.png" width="12"> Currencies list</h3>
@@ -36,7 +37,8 @@
     <table class="widgetinfo">
       <tr>
         <th>Add</th>
-        <td>open a dialog to add a new currency</td>
+        <td>open a dialog to add a new currency<br>
+        + see the notes below.</td>
       </tr>
       <tr>
         <th>Edit</th>
         <td>set the selected currency to be the base currency</td>
       </tr>
     </table>
+
+    <h3>Add currency notes</h3>
+    <p>
+    - you can pick up new currencies from the official ISO 4217 list<br>
+    - you can define a custom currency for discontinued or cryptocurrency</p>
+    
+    <p>When you define a custom currency, please take care of the following:<br>
+    - the Name must be at least 3 chars long<br>
+    - the ISO code is optional, but you cannot change it easily later on<br>
+    - the ISO code must be 3 chars long and cannot be the same an existing ISO 4217 one
+    </p>
+
+    <h3>Online Currency Update</h3>
+    <p>Here are the list of third party API service current and used in the past.<br>
+    - current:     https://frankfurter.app<br>
+    - until 5.2:   https://api.fixer.io, see <a href="https://bugs.launchpad.net/homebank/+bug/1785210">#1785210</a><br>
+    - until 5.1.7: yahoo, see <a href="https://bugs.launchpad.net/homebank/+bug/1730527">#1730527</a><br>
+  </p>
+
   </div>
   <div class="rounded content">
     <h2>Using the edit currency dialog</h2>
     </table>
   </div>
 </body>
-</html>
+</html>
\ No newline at end of file
This page took 0.01817 seconds and 4 git commands to generate.