Browse Source

Updated about the file format

Samuel W. Flint 7 years ago
parent
commit
4274ef3526
1 changed files with 4 additions and 1 deletions
  1. 4 1
      library.org

+ 4 - 1
library.org

@@ -59,7 +59,8 @@ As a person who has a lot of books, I like to be able to keep track of them.  I'
 #+TOC: headlines 3
 #+TOC: listings
 
-* WORKING File Format
+* DONE File Format
+CLOSED: [2016-10-26 Wed 18:02]
 :PROPERTIES:
 :CREATED:  <2016-04-13 Wed 20:17>
 :ID:       1745de61-6511-4257-bed8-112df2362fe7
@@ -77,6 +78,8 @@ The following defines the format of book records, which are used to describe eac
  - Location :: A string denoting where the book is located.
  - Withdrawn :: An optional timestamp denoting when a book was withdrawn from the library.
  - Inserted :: A timestamp representing when the book was inserted into the library, this is automatically generated.
+ - LoanTo :: A string, who the book is currently loaned to.  Non-existent if not on loan.
+ - LoanOn :: A timestamp, when the book was loaned.  Non-existent if not on loan.
 
 #+Caption: File Format
 #+Name: file-format