File diff 75749abf55ba → 94e6e2acb304
UseCases/StorageAPI.mdwn
Show inline comments
...
 
@@ -28,12 +28,15 @@ following fields:
 
- Date
 
- Payee
 
- Two or more entries, and the sum of the amounts on all entries must
 
  balance, otherwise the posting is not valid.
 
- State
 

	
 
Each posting has a globally unique identifier that does not change after its
 
first creation.
 

	
 
## State
 

	
 
State has the following fields:
 

	
 
- User
 
- Value
...
 
@@ -57,6 +60,8 @@ Entries have the following fields:
 
- Currency
 
- (optional) fixated price per unit price to another Currency
 
- (optional) entry-specific price to another Currency
 
- (optional) zero or more key value pairs for tagging
 

	
 

	
 
Each entry has a globally unique identifier that does not change after its
 
first creation.