Package crm :: Package common :: Module constants :: Class Constants
[hide private]
[frames] | no frames]

Class Constants

source code


Instance Methods [hide private]

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __init__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __str__, __subclasshook__

Class Variables [hide private]
  Customer_ctype_combo = [('C', 'Customer'), ('S', 'Supplier'), ...
  Item_category_combo = [('HD', 'Harddisk'), ('CPU', 'CPU'), ('M...
  Item_unit_combo = [('ECH', 'Each'), ('MT', 'Meters'), ('KG', '...
  Item_currency_combo = [('USD', 'Dollar'), ('TRL', 'Turkish Lir...
Properties [hide private]

Inherited from object: __class__

Class Variable Details [hide private]

Customer_ctype_combo

Value:
[('C', 'Customer'), ('S', 'Supplier'), ('P', 'Partner')]

Item_category_combo

Value:
[('HD', 'Harddisk'),
 ('CPU', 'CPU'),
 ('MB', 'Mainboard'),
 ('MOUSE', 'Mouse'),
 ('KBD', 'Keyboard'),
 ('DSP', 'Display'),
 ('CASE', 'Case'),
 ('MM', 'Multimedia'),
...

Item_unit_combo

Value:
[('ECH', 'Each'), ('MT', 'Meters'), ('KG', 'Kilogram')]

Item_currency_combo

Value:
[('USD', 'Dollar'), ('TRL', 'Turkish Lira'), ('GBP', 'GB Pound')]