NOTE: settings.py update:
authorBrandon King <kingb@caltech.edu>
Thu, 2 Jul 2009 00:22:52 +0000 (00:22 +0000)
committerBrandon King <kingb@caltech.edu>
Thu, 2 Jul 2009 00:22:52 +0000 (00:22 +0000)
commitbdd294a242a7b0057dc6bff057f1eba85dea0bf1
treeb801f07d4861b36b9b441f62a5631e923b8d709c
parente9479235ca3dcf300fa333d4e3cb783498e386f0
NOTE: settings.py update:
  Will need to include a section as follows to ini file:

[bcprinter]
printer1_host=<ip_address>
printer1_port=9100
printer2_host=<ip_address>
printer2_port=9100

Added a simple way to print out a label on inventory item summary
page. Needs major improvement on this page, but went for getting
labels printed to start with.
htsworkflow/frontend/bcprinter/__init__.py [new file with mode: 0644]
htsworkflow/frontend/bcprinter/models.py [new file with mode: 0644]
htsworkflow/frontend/bcprinter/util.py [new file with mode: 0644]
htsworkflow/frontend/bcprinter/views.py [new file with mode: 0644]
htsworkflow/frontend/inventory/urls.py
htsworkflow/frontend/inventory/views.py
htsworkflow/frontend/settings.py
htsworkflow/frontend/templates/inventory/default.zpl [new file with mode: 0644]
htsworkflow/frontend/templates/inventory/inventory_summary.html