/usr/share/doc/homebank-data/help/dlg-cate.html is in homebank-data 4.5.5-2.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 | <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN">
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<title>Categories dialog</title>
<link rel="stylesheet" href="help.css" 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>
<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>
</div>
</body>
</html>
|