Changeset - 94e6e2acb304
[Not reviewed]
0 1 0
Bradley Kuhn (bkuhn) - 10 years ago 2013-11-15 00:11:48
bkuhn@ebb.org
Storage API should require globally unique identifiers.
1 file changed with 5 insertions and 0 deletions:
0 comments (0 inline, 0 general)
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.
0 comments (0 inline, 0 general)