From cfc39bc1708eba9ce9e773e9e89559c74a6d8a99 Mon Sep 17 00:00:00 2001 From: Brandon King Date: Fri, 22 May 2009 23:11:32 +0000 Subject: [PATCH] Some settings for the bcprinter app (work in progress) --- samplebc/settings.py | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/samplebc/settings.py b/samplebc/settings.py index eb8d99e..dda92e5 100644 --- a/samplebc/settings.py +++ b/samplebc/settings.py @@ -99,6 +99,14 @@ FIXTURE_DIRS = ( HTSW_ST_APPNAME = 'HTSW-SampleTracker' +BCPRINTER_PRINTER_BRAND_LIST = ( ('Zebra', 'Zebra'), ) +BCPRINTER_PRINTER_MODEL_LIST = ( ('ZM400', 'ZM400'), + ('ZM600', 'ZM600') ) +BCPRINTER_PRINT_METHOD_LIST = ( ('ftp', 'ftp'), + ('socket', 'socket') ) + +PRINTER_HOST = '192.168.0.15' +PRINTER_PORT = 9100 HTSW_SAMPLE_ID_TEMPLATE = '%08d' -- 2.30.2