revbank/revbank.plugins
Juerd Waalboer 3489793a97 New command: adduser
Creating users with 'deposit' was hard to explain.
2019-03-09 22:47:50 +01:00

33 lines
742 B
Text

# Order matters. Read RevBank::Plugins for documentation.
# First, plugins with no commands, or very specific commands
log # first, so that the registrations of other plugins are logged
sigint
restart
help
idle
undo
give
grandtotal
take
pfand # makes little sense in a self service environment
stock
unlisted
#warnings
adduser
beep_terminal
#nyan # fun, but not compatible with dumb terminals
#game # Scan-foo game
# Then, plugins that apply heuristics
products # matches product IDs (barcodes)
market # also matches product IDs
withdraw # matches amounts
users # matches usernames
deposit # wants to be after 'users'
#deposit_methods # Extra options for 'deposit'. Edit/configure first!
repeat