mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
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:
parent
a4a47577aa
commit
493e8f89b1
@ -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
|
||||
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
|
||||
Type: Timespec
|
||||
Entities: Book
|
||||
Use: The posted closing date of this book. This book only contains transactions
|
||||
whose posted date is earlier than this closing date.
|
||||
Use: The posted closing date of this book. This book only contains
|
||||
transactions whose posted date is earlier than this closing date.
|
||||
|
||||
Name: /book/closed-acct
|
||||
Type: GUID
|
||||
|
Loading…
Reference in New Issue
Block a user