]> Dogcows Code - chaz/homebank/blobdiff - doc/dlg-cate.html
import homebank-5.1.2
[chaz/homebank] / doc / dlg-cate.html
index 06cac6feb88d35c23ade14eb517282d6d84bd7e0..c03718f7b9b27d2743597f1817765c8ed9fcc2f9 100644 (file)
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN">
-
+<!DOCTYPE html>
 <html>
 <head>
-  <meta http-equiv="content-type" content="text/html; charset=utf-8">
-
+  <meta content="text/html; charset=utf-8" http-equiv="content-type">
+  <meta content="noindex" name="robots">
   <title>Categories dialog</title>
-  <link rel="stylesheet" href="help.css" type="text/css">
+  <link href="help.css" rel="stylesheet" type="text/css">
 </head>
-
 <body id="top">
   <div class="dochead">
     HomeBank User manual
   </div>
-
   <div class="title">
-
-  <h1>Categories dialog</h1>
-
-  <p>The categories dialog is used to add, edit and manage the
-  <a href="00-lexicon.html#categories">categories</a> of the current
-  wallet.</p>
-
-  <h2>Dialog call</h2>
-
-  <ul>
-    <li>mainwindow-menu: Manage / Categories.</li>
-
-    <li>mainwindow-toolbar.</li>
-  </ul>
-</div>
-
+    <h1>Categories dialog</h1>
+    <p>The categories dialog is used to add, edit and manage the <a href="00-lexicon.html#categories">categories</a> of the current wallet.</p>
+    <h2>Dialog call</h2>
+    <ul>
+      <li>main window menu: Manage / Categories.</li>
+      <li>main window tool bar.</li>
+    </ul>
+  </div>
   <div class="rounded content">
-
-  <h2>Using categories dialog</h2>
-
-  <p><img class="gtkshot right" src="images/dlg-category1.png"></p>
-
-  <h3><img src="images/1.png"> Category name</h3>
-
-  <p>type a new category name here and press return to add.</p>
-
-  <h3><img src="images/2.png"> Subcategory name</h3>
-
-  <p>- select the category to add subcategory to in the category
-  list<br>
-  - type a new subcategory name here and press return to add.</p>
-
-  <h3><img src="images/3.png"> Categories list</h3>
-
-  <p>display the category and subcategory, sorted
-  alphabetically.</p>
-
-  <h3><img src="images/4.png"> Buttons</h3>
-
-  <table class="widgetinfo">
-    <tr>
-      <th>Is income</th>
-
-      <td>when checked, this set the category to be an income
-      category (for sort purpose).</td>
-    </tr>
-
-    <tr>
-      <th>Add</th>
-
-      <td>add category/subcategory if the relative category name is
-      not empty.</td>
-    </tr>
-
-    <tr>
-      <th>Remove</th>
-
-      <td>remove the selected branch or categories, i.e. if a
-      category is selected, all subcategories will be removed.</td>
-    </tr>
-
-    <tr>
-      <th>Edit</th>
-
-      <td>open a dialog to edit the selected category</td>
-    </tr>
-  </table>
-
-  <h3><img src="images/5.png"> Buttons</h3>
-
-  <table class="widgetinfo">
-    <tr>
-      <th>Import</th>
-
-      <td>Import and merge some categories from a csv file.</td>
-    </tr>
-
-    <tr>
-      <th>Export</th>
-
-      <td>export the entire categories list into a csv file.</td>
-    </tr>
-  </table>
-
-  <p>Please refer to <a href="misc-csvformat.html#cat">csv file
-  format</a> for the file description.</p>
-  
+    <h2>Using categories dialog</h2>
+    <p><img class="gtkshot right" src="images/dlg-category1.png"></p>
+    <h3><img src="images/1.png"> Expense/Income switcher</h3>
+    <p>Toggle the category list with Expense/Income categories only</p>
+    <h3><img src="images/2.png"> Category name</h3>
+    <p>type a new category name here and press return to add.</p>
+    <h3><img src="images/2.png"> Subcategory name</h3>
+    <p>- select the category to add subcategory to in the category list<br>
+    - type a new subcategory name here and press return to add.</p>
+    <h3><img src="images/3.png"> Categories list</h3>
+    <p>display category name and usage count</p>
+    <h3><img src="images/4.png"> Buttons</h3>
+    <table class="widgetinfo">
+      <tr>
+        <th>Edit</th>
+        <td>open a dialog to edit the selected category</td>
+      </tr>
+      <tr>
+        <th>Merge</th>
+        <td>merge the current category to a new one you will select</td>
+      </tr>
+      <tr>
+        <th>Delete</th>
+        <td>delete the selected branch or categories, i.e. if a category is selected, all subcategories will be deleted</td>
+      </tr>
+    </table>
+    <h3><img src="images/5.png"> Menu Button</h3>
+    <table class="widgetinfo">
+      <tr>
+        <th>Import</th>
+        <td>Import and merge some categories from a CSV file</td>
+      </tr>
+      <tr>
+        <th>Export</th>
+        <td>export the entire categories list into a CSV file</td>
+      </tr>
+      <tr>
+        <th>Delete unused</th>
+        <td>delete all unused category</td>
+      </tr>
+    </table>
+    <p>Please refer to <a href="misc-csvformat.html#cat">CSV file format</a> for the file description.</p>
   </div>
 </body>
-</html>
+</html>
\ No newline at end of file
This page took 0.023593 seconds and 4 git commands to generate.