updtes for accounting periods

git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@8854 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
Linas Vepstas 2003-07-12 20:12:59 +00:00
parent a4a47577aa
commit 493e8f89b1

View File

@ -46,11 +46,18 @@ Use: kvp subdirectory holding info relating to accounting periods, including
the 'twin' of an open/closed account, pointers to the open-balance the 'twin' of an open/closed account, pointers to the open-balance
transactions, the closing dates, etc. transactions, the closing dates, etc.
Name: /book/accounting-period
Type: string, enum {none, week, month, quarter, trimester, year}
Entities: Book
Use: An enumerated identifier indicating how often books are supposed
to be closed. This key will typically be present only in an
open book, as it seems meaningless in a closed book.
Name: /book/close-date Name: /book/close-date
Type: Timespec Type: Timespec
Entities: Book Entities: Book
Use: The posted closing date of this book. This book only contains transactions Use: The posted closing date of this book. This book only contains
whose posted date is earlier than this closing date. transactions whose posted date is earlier than this closing date.
Name: /book/closed-acct Name: /book/closed-acct
Type: GUID Type: GUID