No description
Find a file
2024-10-31 01:44:12 +01:00
.gitignore collapse log script 2024-10-31 01:25:53 +01:00
collapse_log.lua collapse log script 2024-10-31 01:25:53 +01:00
gnix.yaml a 2024-10-30 02:00:27 +01:00
readme.md styling 2024-10-30 14:15:18 +01:00
strichliste.lua improved things 2024-10-31 01:44:12 +01:00

Strichliste v2

A simpler trust based ledger.

The entire application is contained within strichliste.lua. This script implements CGI. It was tested against Lua version 5.4.7. Application data is stored in a number of files in the process working directory (See below).

The repository also contains a configuration file for the gnix http server (gnix.yaml) which is 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)