|
GnuCashew ~ Web Application compatible with GnuCash sql data files.
GCW
|
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" |
| auto GCW::Dbo::Jobs::byGuid | ( | const std::string & | _guid | ) | -> Item::Ptr |
| 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().