/[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.3 by jcater, Mon Jun 30 23:59:03 2003 UTC revision 1.4 by jcater, Wed Jul 2 15:13:06 2003 UTC
# Line 71  ConfigOptions = ( Line 71  ConfigOptions = (
71      'Typecast'   :  GTypecast.boolean,      'Typecast'   :  GTypecast.boolean,
72      'Default'    : 1 },      'Default'    : 1 },
73    
74      { 'Name'       : 'TaxRate',
75        'Type'       : 'Setting',
76        'Comment'    : '',
77        'Description': '',
78        'Typecast'   :  GTypecast.number,
79        'Default'    : 7.00 },
80    
81      { 'Name'       : 'TaxState',
82        'Type'       : 'Setting',
83        'Comment'    : '',
84        'Description': '',
85        'Typecast'   :  GTypecast.text,
86        'Default'    : 'MS' },
87    
88      { 'Name'       : 'SKULabel',
89        'Type'       : 'Setting',
90        'Comment'    : '',
91        'Description': '',
92        'Typecast'   :  GTypecast.text,
93        'Default'    : 'Item Code' },
94    
95  )  )

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

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