GnuCashew ~ GnuCash Enabled Web
GCW
|
Namespaces | |
Field | |
Classes | |
class | Item |
Invoices Class. More... | |
Functions | |
auto | load (const std::string &_guid) -> Item::Ptr |
Load Invoice by Guid. More... | |
auto | byGuid (const std::string &_guid) -> Item::Ptr |
Load Invoice by Guid. More... | |
Variables | |
const char * | s_tableName = "invoices" |
auto GCW::Dbo::Invoices::byGuid | ( | const std::string & | _guid | ) | -> Item::Ptr |
Load Invoice by Guid.
Definition at line 57 of file Invoices.cpp.
References GCW::Dbo::Accounts::load().
auto GCW::Dbo::Invoices::load | ( | const std::string & | _guid | ) | -> Item::Ptr |
|
extern |
Definition at line 12 of file Definition.h.