Update default/example revbank.plugins
This commit is contained in:
parent
3ca6db357d
commit
e613ff28e6
1 changed files with 6 additions and 4 deletions
|
@ -14,11 +14,13 @@ 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
|
||||||
|
@ -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