Update default/example revbank.plugins
This commit is contained in:
parent
3ca6db357d
commit
e613ff28e6
1 changed files with 6 additions and 4 deletions
|
@ -14,13 +14,15 @@ repeat
|
||||||
deduplicate # wants to be after 'repeat'
|
deduplicate # wants to be after 'repeat'
|
||||||
sigint
|
sigint
|
||||||
#stock
|
#stock
|
||||||
|
#vat # configure before using
|
||||||
#warnings
|
#warnings
|
||||||
window_title
|
window_title
|
||||||
|
|
||||||
# Then, specific commands:
|
# Then, specific commands:
|
||||||
|
|
||||||
|
adduser_note
|
||||||
adduser
|
adduser
|
||||||
#cash # cash tracking also requires deposit_methods to make sense
|
#cash # cash tracking also requires deposit_methods to make sense
|
||||||
deposit
|
deposit
|
||||||
#deposit_methods # Extra options for 'deposit'. Edit/configure first!
|
#deposit_methods # Extra options for 'deposit'. Edit/configure first!
|
||||||
#deposit_iban_qr # QR code display, edit/configure first! (needs qrencode(1))
|
#deposit_iban_qr # QR code display, edit/configure first! (needs qrencode(1))
|
||||||
|
@ -29,7 +31,7 @@ edit
|
||||||
give
|
give
|
||||||
grandtotal
|
grandtotal
|
||||||
help
|
help
|
||||||
#skim # cash tracking also requires deposit_methods to make sense
|
#skim # cash tracking also requires deposit_methods to make sense
|
||||||
split
|
split
|
||||||
take
|
take
|
||||||
tail
|
tail
|
||||||
|
@ -40,8 +42,8 @@ withdraw
|
||||||
|
|
||||||
# Then, plugins that apply heuristics
|
# Then, plugins that apply heuristics
|
||||||
|
|
||||||
statiegeld # wants to be before 'products'; matches product IDs
|
#statiegeld # wants to be before 'products'; matches product IDs
|
||||||
statiegeld_tokens
|
#statiegeld_tokens
|
||||||
products # matches product IDs (barcodes)
|
products # matches product IDs (barcodes)
|
||||||
market # also matches product IDs
|
market # also matches product IDs
|
||||||
users # matches usernames
|
users # matches usernames
|
||||||
|
|
Loading…
Add table
Reference in a new issue