Package Gnumed :: Package business :: Module gmBilling :: Class cBill
[frames] | no frames]

Class cBill

source code

                                   object --+    
                                            |    
pycommon.gmBusinessDBObject.cBusinessDBObject --+
                                                |
                                               cBill

Represents a bill

Instance Methods
 
format(self, include_receiver=True, include_doc=True) source code
 
add_items(self, items=None)
Requires no pending changes within the bill itself.
source code
 
set_missing_address_from_default(self) source code

Inherited from pycommon.gmBusinessDBObject.cBusinessDBObject: __del__, __getitem__, __init__, __setitem__, __str__, fields_as_dict, get_fields, get_patient, get_updatable_fields, is_modified, refetch_payload, same_payload, save, save_payload

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

Class Variables
  bill_items = property(_get_bill_items, lambda x: x)
  invoice = property(_get_invoice, lambda x: x)
  address = property(_get_address, lambda x: x)
  default_address = property(_get_default_address, lambda x: x)
  home_address = property(_get_home_address, lambda x: x)
Properties

Inherited from object: __class__

Method Details

format(self, include_receiver=True, include_doc=True)

source code 
Overrides: pycommon.gmBusinessDBObject.cBusinessDBObject.format