]> Dogcows Code - chaz/homebank/blobdiff - doc/dlg-paye.html
import homebank-5.2.4
[chaz/homebank] / doc / dlg-paye.html
index 27ee15715424213d9a709303389a4da50541265e..b6a2e6209cf7646c70040b6d48eaff2aba6eac28 100644 (file)
@@ -13,6 +13,8 @@
   <div class="title">
     <h1>Payees dialog</h1>
     <p>The payees dialog is used to add, edit and manage the <a href="00-lexicon.html#payees">payees</a> of the current wallet.</p>
+    <p>For each payee, you can define a default <i>payment mode</i> and <i>category</i>, later, into the transaction/scheduled/template dialog, if you choose a payee, the payment mode will be filled (if set to (none)), as well as the category (if it is empty).
+    </p>
     <h2>Dialog call</h2>
     <ul>
       <li>main window menu: Manage / Payees...</li>
   </div>
   <div class="rounded content">
     <h2>Using payees dialog</h2>
-    <p class="gtkshot right"><img src="images/dlg-payee1.png"><br>
-    <img align="right" src="images/dlg-payee2.png"></p>
-    <h3><img src="images/1.png"> Payee name</h3>
-    <p>type a new payee name here and press return to add.</p>
-    <h3><img src="images/2.png"> Payee list</h3>
-    <p>display payee name, usage count and default category</p>
-    <h3><img src="images/3.png"> Buttons</h3>
+    <p class="gtkshot right"><img src="images/dlg-payee.png"></p>
+
+    <h3><img src="images/1.png"> Search & Menu Button</h3>
     <table class="widgetinfo">
       <tr>
-        <th>Edit</th>
-        <td>open a dialog to edit the selected payee</td>
+        <th>Import</th>
+        <td>Import and merge some payees from a CSV file</td>
       </tr>
       <tr>
-        <th>Merge</th>
-        <td>merge the current payee to a new one you will select</td>
+        <th>Export</th>
+        <td>export the entire payee list into a CSV file</td>
       </tr>
       <tr>
-        <th>Delete</th>
-        <td>delete the selected payee</td>
+        <th>Delete unused</th>
+        <td>delete all unused payee</td>
       </tr>
     </table>
-    <h3><img src="images/4.png"> Menu Button</h3>
+    <p>Please refer to <a href="misc-csvformat.html#pay">CSV file format</a> for the file description.</p>
+
+    <h3><img src="images/2.png"> Quick search</h3>
+    <p>The quick search area with input and close</p>
+
+
+    <h3><img src="images/3.png"> Payee list</h3>
+    <p>display payee name, usage count and default category<br>
+    the usage count:</p>
+    <ul>
+    <li>transaction
+    <li>template/scheduled transaction
+    <li>assignment rule
+    </ul>
+
+    <h3><img src="images/4.png"> Payee name</h3>
+    <p>type a new payee name here and press return to add.</p>
+    <h3><img src="images/5.png"> Buttons</h3>
     <table class="widgetinfo">
       <tr>
-        <th>Import</th>
-        <td>Import and merge some payees from a CSV file</td>
+        <th>Add</th>
+        <td>toggle the payee name widget to visible/invisible</td>
       </tr>
       <tr>
-        <th>Export</th>
-        <td>export the entire payee list into a CSV file</td>
+        <th>Merge</th>
+        <td>merge the current payee to a new one you will select</td>
       </tr>
       <tr>
-        <th>Delete unused</th>
-        <td>delete all unused payee</td>
+        <th>Delete</th>
+        <td>delete the selected payee</td>
       </tr>
     </table>
-    <p>Please refer to <a href="misc-csvformat.html#pay">CSV file format</a> for the file description.</p>
+    <p><b>Edit</b><br>
+      To edit a payee, double click on it.</p>
   </div>
 </body>
-</html>
\ No newline at end of file
+</html>
This page took 0.020492 seconds and 4 git commands to generate.