GnuCashew ~ GnuCash Enabled Web
GCW
Namespaces | Classes | Functions | Variables
GCW::Dbo::Customers Namespace Reference

Namespaces

 Field
 

Classes

class  Item
 Customer Item Class. More...
 

Functions

Item::Ptr byGuid (const std::string &_guid)
 Load Customer by Guid. More...
 

Variables

const char * s_tableName = "customers"
 

Function Documentation

◆ byGuid()

GCW::Dbo::Customers::Item::Ptr GCW::Dbo::Customers::byGuid ( const std::string &  _guid)

Load Customer by Guid.

Definition at line 40 of file Customers.cpp.

References GCW::app().

Referenced by GCW::Gui::CentralWidget::open_CustomerReportWidget().

Variable Documentation

◆ s_tableName

const char * GCW::Dbo::Customers::s_tableName = "customers"
extern

Definition at line 6 of file Customers.cpp.