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

Namespaces

namespace  Field
 

Classes

class  Item
 Jobs Class. More...
 

Functions

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

Variables

const char * s_tableName = "jobs"
 

Function Documentation

◆ byGuid()

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

Load Invoice by Guid.

Definition at line 46 of file Jobs.cpp.

References load().

◆ load()

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

Load Invoice by Guid.

Definition at line 19 of file Jobs.cpp.

References GCW::app().

Referenced by byGuid().

Variable Documentation

◆ s_tableName

const char * GCW::Dbo::Jobs::s_tableName = "jobs"
extern

Definition at line 8 of file Jobs.cpp.