aboutsummaryrefslogtreecommitdiff
path: root/readme.md
diff options
context:
space:
mode:
authormetamuffin <metamuffin@disroot.org>2024-11-05 00:29:54 +0100
committermetamuffin <metamuffin@disroot.org>2024-11-05 00:30:40 +0100
commit28e9e15e424df69b7f33f12d95fd1a6d795a08f1 (patch)
treeb82dc78cf759052bff97ec1216a785bcb63069cb /readme.md
parent2d116f15bbe4033182cba5bb03243bf94ce8b017 (diff)
downloadabrechenbarkeit-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.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