Adding barcode magic commands:
authorBrandon King <kingb@caltech.edu>
Thu, 30 Apr 2009 02:05:33 +0000 (02:05 +0000)
committerBrandon King <kingb@caltech.edu>
Thu, 30 Apr 2009 02:05:33 +0000 (02:05 +0000)
commit57174c90806c9c33e05f7df548c67736542a72bc
treee88945311dfdb662d66e3fbffa627b9706177ed3
parentd52c4bb59cf91b2ffaab56b8647d8b9c59583027
Adding barcode magic commands:
 * updated magicbc.js to support the autofill mode (to fill in fields scanned into the barcode magic field.
 * added bcmagic/utils.py which contains quick functions for returning the correct dictionary expected by bcmagic.js.
 * added cmd_move_sample as first proof of concept command
   * Started a bcmagic/plugin.py which in the future will automatically look for bcm_cmds.py within each registered app and automatically add those commands to the processor.
   * provided samples/bcm_cmds.py as storage location for custom commands
   * started cmd_move_sample view and form
samplebc/bcmagic/forms.py
samplebc/bcmagic/plugin.py [new file with mode: 0644]
samplebc/bcmagic/utils.py [new file with mode: 0644]
samplebc/bcmagic/views.py
samplebc/samples/bcm_cmds.py [new file with mode: 0644]
samplebc/samples/forms.py
samplebc/samples/urls.py
samplebc/samples/views.py
www/js/magicbc.js