Class s.d.i.IClient(IPersonFacet):

Part of stoqlib.domain.interfaces View In Hierarchy

An individual or a company who pays for goods or services
Method get_last_purchase_date Fetch the date of the last purchased item by this client.
Method get_client_sales Returns a list of sales from a SaleView tied with the
Method get_name Name of the client
def get_last_purchase_date():
Fetch the date of the last purchased item by this client. None is returned if there are no sales yet made by the client
Returnsthe date of the last purchased item (type: datetime.date or None )
def get_client_sales():
Returns a list of sales from a SaleView tied with the current client
def get_name():
Name of the client
API Documentation for Stoqlib, generated by pydoctor at 2009-07-14 16:00:32.