revbank/revbank.plugins
Juerd Waalboer 681db369e7 New command: skim, for adjusting the amount in the cashbox
Generally intended for board members only, so not listed in "help".
2022-06-11 20:02:42 +02:00

34 lines
808 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
beep
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
repeat
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!
#skim # only makes sense if you also use deposit_methods
#deposit_iban_qr # QR code display, edit/configure first! (needs qrencode(1))