add title, notes to book

git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@8940 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
Linas Vepstas 2003-07-26 21:33:03 +00:00
parent ed1abc4f55
commit fc9a6e3923
2 changed files with 13 additions and 7 deletions

View File

@ -88,12 +88,6 @@
-- hack alert -- feature request:
have some way of remembering the quickfill text from older books...
-- hack alert --
Not imlemented (yet), these should go into book:
/book/name=some-user-supplied-name
/book/notes=user-supplied-descriptive-comments
/book/accounting-period=enum {none, week, month, quarter, trimester, year}
-- hack alert -- should not allow closed books to have unreconciled
transactions ???

View File

@ -47,7 +47,7 @@ Use: kvp subdirectory holding info relating to accounting periods, including
transactions, the closing dates, etc.
Name: /book/accounting-period
Type: string, enum {none, week, month, quarter, trimester, year}
Type: string, enum {none, week, month, quarter, trimester, year} XXX not used, should be UIFreqSpec stuff ..
Entities: Book
Use: An enumerated identifier indicating how often books are supposed
to be closed. This key will typically be present only in an
@ -92,6 +92,12 @@ Use: The GUID of the book that follows this one, chronologically.
Note that the open-date of the next book should equal the close-date
of this book.
Name: /book/notes
Type: string
Entities: Book
Use: User-suplied notes for the book. The user can set this to any value
and change it at any time for any reason.
Name: /book/open-date
Type: Timespec
Entities: Book
@ -112,6 +118,12 @@ Use: The GUID of the book that preceeds this one, chronologically.
Note that the close-date of the previous book should equal the open-date
of this book.
Name: /book/title
Type: string
Entities: Book
Use: A user-suplied title for the book. The user can set this to any value
and change it at any time for any reason.
-----------------------
Name: /counters/...