aboutsummaryrefslogtreecommitdiff
path: root/readme.md
diff options
context:
space:
mode:
Diffstat (limited to 'readme.md')
-rw-r--r--readme.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/readme.md b/readme.md
index 4785d95..19ee9a0 100644
--- a/readme.md
+++ b/readme.md
@@ -12,7 +12,7 @@ useful for development or proxyless deployments.
## Data Files
-- `log` stores the transaction log as CSV (`time,user,amount,comment`)
-- `products` stores the product list as CSV (`barcode,price,name`)
+- `log` stores the transaction log as CSV (`time,user_a,user_b,amount,pcode,pcount,comment`)
+- `products` stores the product list as CSV (`barcode,price,user,name`)
- `config` stores configuration parameters as ESV (`key=value`)
- `transaction_sound`: URL to sound played when creating a transaction