/[gnue]/gnue-pos/src/Config.py
ViewVC logotype

Diff of /gnue-pos/src/Config.py

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.2 by jcater, Mon Jun 23 03:48:57 2003 UTC revision 1.3 by jcater, Mon Jun 30 23:59:03 2003 UTC
# Line 29  from gnue.common.formatting import GType Line 29  from gnue.common.formatting import GType
29    
30  ConfigOptions = (  ConfigOptions = (
31    
32    { 'Name'       : 'DataConnection',    { 'Name'       : 'BackendConnection',
33      'Type'       : 'Setting',      'Type'       : 'Setting',
34      'Comment'    : 'The connection name to use for sales data.',      'Comment'    : 'The connection name to use for sales data.',
35      'Description': 'The connection name to use for sales data.',      'Description': 'The connection name to use for sales data.',
36      'Typecast'   :  GTypecast.text,      'Typecast'   :  GTypecast.text,
37      'Default'    : 'register-config' },      'Default'    : 'gnuesb' },
38    
39      { 'Name'       : 'BackendProvider',
40        'Type'       : 'Setting',
41        'Comment'    : 'The backend provider to use for data.',
42        'Description': 'The backend provider to use for data.',
43        'Typecast'   :  GTypecast.text,
44        'Default'    : 'gnue_sb' },
45    
46      { 'Name'       : 'FrontendUI',
47        'Type'       : 'Setting',
48        'Comment'    : 'The frontend user interface.',
49        'Description': 'The frontend user interface.',
50        'Typecast'   :  GTypecast.text,
51        'Default'    : 'wx' },
52    
53      { 'Name'       : 'ManualItemSKU',
54        'Type'       : 'Setting',
55        'Comment'    : 'The SKU to use for manually keyed items.',
56        'Description': 'The SKU to use for manually keyed items. (Can be empty to disabled)',
57        'Typecast'   :  GTypecast.text,
58        'Default'    : '9999' },
59    
60      { 'Name'       : 'ManualItemSKUisDepartment',
61        'Type'       : 'Setting',
62        'Comment'    : 'The SKU to use for manually keyed items.',
63        'Description': 'The SKU to use for manually keyed items. (Can be empty to disabled)',
64        'Typecast'   :  GTypecast.boolean,
65        'Default'    : 1 },
66    
67      { 'Name'       : 'ManualItemRequestBasePrice',
68        'Type'       : 'Setting',
69        'Comment'    : 'The SKU to use for manually keyed items.',
70        'Description': 'The SKU to use for manually keyed items. (Can be empty to disabled)',
71        'Typecast'   :  GTypecast.boolean,
72        'Default'    : 1 },
73    
74  )  )

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26