/[gnue]/gnue-pos/src/frontends/wx/Driver.py
ViewVC logotype

Diff of /gnue-pos/src/frontends/wx/Driver.py

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

revision 1.6 by jcater, Mon Jun 30 23:59:03 2003 UTC revision 1.7 by jcater, Wed Jul 2 15:13:06 2003 UTC
# Line 45  from wxPython.gizmos import * Line 45  from wxPython.gizmos import *
45  class Driver(BaseDriver):  class Driver(BaseDriver):
46    def init(self):    def init(self):
47      self.totalFields = (  ('subtotal',_('Subtotal')),      self.totalFields = (  ('subtotal',_('Subtotal')),
48                            ('mstax','MS Sales Tax (7%)'),                            ('tax','%s Sales Tax' % (gConfig('TaxState'))),
49                            ('total',_('Total')) )                            ('total',_('Total')) )
50    
51      self.receiptColumns = ( ('department',_('Dept'), '%s', 0),      self.receiptColumns = ( ('department',_('Dept'), '%s', 0),
# Line 241  _specialKeys = { Line 241  _specialKeys = {
241     '=': 'RequestTender',     '=': 'RequestTender',
242     '-': 'RequestCancelLastItem',     '-': 'RequestCancelLastItem',
243     '+': 'RequestDuplicateLastItem',     '+': 'RequestDuplicateLastItem',
   }  
244      }

Legend:
Removed from v.1.6  
changed lines
  Added in v.1.7

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