diff options
Diffstat (limited to 'readme.md')
-rw-r--r-- | readme.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |