updates to docs

git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@717 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
Linas Vepstas 1998-03-25 05:57:32 +00:00
parent 59fe979833
commit bd20a9c4f2
2 changed files with 36 additions and 0 deletions

33
Docs/xacc-date.html Normal file
View File

@ -0,0 +1,33 @@
<h1>Date Input</h1>
The date cell handles the following accelrator keys:
<pre>
'+':
'=': increment day */
'_':
'-': decrement day */
'}':
']': increment month */
'{':
'[': decrment month */
'M':
'm': begining of month */
'H':
'h': end of month */
'Y':
'y': begining of year */
'R':
'r': end of year */
'T':
't': today */
</pre>

View File

@ -9,8 +9,11 @@
<ul> <ul>
<li><a href="xacc-about.html">About X-Accountant</a> <li><a href="xacc-about.html">About X-Accountant</a>
<li><a href="xacc-accwin.html">Account Types</a> <li><a href="xacc-accwin.html">Account Types</a>
<li><a href="xacc-group.html">Account Groups and Account Numbering</a>
<li><a href="xacc-apar.html">Accounts Payable & Accounts Receivable</a>
<li><a href="xacc-quicken.html">Categories</a> <li><a href="xacc-quicken.html">Categories</a>
<li><a href="xacc-accwin.html">Creating a new account</a> <li><a href="xacc-accwin.html">Creating a new account</a>
<li><a href="xacc-date.html">Date Input</a>
<li><a href="xacc-quicken.html">Quicken (TM) User's Guide</a> <li><a href="xacc-quicken.html">Quicken (TM) User's Guide</a>
<li><a href="xacc-gpl.html">License</a> <li><a href="xacc-gpl.html">License</a>
<ul> <ul>