RevBank 2.0, a rewrite. It's plugin based now.

This commit is contained in:
Juerd Waalboer 2013-02-26 04:11:13 +01:00
parent b9a598fb69
commit c157ea0214
20 changed files with 1192 additions and 541 deletions

18
revbank.plugins Normal file
View file

@ -0,0 +1,18 @@
# 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
undo
give
take
# Then, plugins that apply heuristics
products # matches product IDs (barcodes)
withdraw # matches amounts
users # matches usernames
deposit # wants to be after 'users'