From 493e8f89b1a8bfc0ec44dafa54f9925d25565d04 Mon Sep 17 00:00:00 2001 From: Linas Vepstas Date: Sat, 12 Jul 2003 20:12:59 +0000 Subject: [PATCH] updtes for accounting periods git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@8854 57a11ea4-9604-0410-9ed3-97b8803252fd --- src/engine/kvp_doc.txt | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/src/engine/kvp_doc.txt b/src/engine/kvp_doc.txt index bc4b6025fa..b4185cd5aa 100644 --- a/src/engine/kvp_doc.txt +++ b/src/engine/kvp_doc.txt @@ -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