GnuCashew ~ Web Application compatible with GnuCash sql data files.
GCW
Loading...
Searching...
No Matches
Namespaces | Classes | Functions | Variables
GCW::Dbo::Employees Namespace Reference

Namespaces

namespace  Field
 

Classes

class  Item
 Employee Item Class. More...
 

Functions

auto load (const std::string &_guid) -> Item::Ptr
 Load by Guid.
 
auto byGuid (const std::string &_guid) -> Item::Ptr
 Load by Guid.
 

Variables

const char * s_tableName = "employees"
 

Function Documentation

◆ byGuid()

auto GCW::Dbo::Employees::byGuid ( const std::string &  _guid) -> Item::Ptr

Load by Guid.

Definition at line 59 of file Employees.cpp.

◆ load()

auto GCW::Dbo::Employees::load ( const std::string &  _guid) -> Item::Ptr

Load by Guid.

Definition at line 32 of file Employees.cpp.

References GCW::app().

Variable Documentation

◆ s_tableName

const char * GCW::Dbo::Employees::s_tableName = "employees"
extern

Definition at line 7 of file Employees.cpp.