diff options
author | metamuffin <metamuffin@disroot.org> | 2024-11-05 00:29:54 +0100 |
---|---|---|
committer | metamuffin <metamuffin@disroot.org> | 2024-11-05 00:30:40 +0100 |
commit | 28e9e15e424df69b7f33f12d95fd1a6d795a08f1 (patch) | |
tree | b82dc78cf759052bff97ec1216a785bcb63069cb /readme.md | |
parent | 2d116f15bbe4033182cba5bb03243bf94ce8b017 (diff) | |
download | abrechenbarkeit-28e9e15e424df69b7f33f12d95fd1a6d795a08f1.tar abrechenbarkeit-28e9e15e424df69b7f33f12d95fd1a6d795a08f1.tar.bz2 abrechenbarkeit-28e9e15e424df69b7f33f12d95fd1a6d795a08f1.tar.zst |
great refactor and new transaction scheme
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 |