revbank/revbank.plugins
Juerd Waalboer 66e41c14aa Disable pfand plugin by default
It requires extra configuration and most users won't need it anyway.

(Reported by pietdv.)
2019-06-18 16:00:39 +02:00

32 lines
741 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
split
#pfand # makes little sense in a self service environment
stock
unlisted
#warnings
adduser
beep_terminal
# 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!
#deposit_iban_qr # QR code display, edit/configure first! (needs qrencode(1))
repeat