GnuCashew ~ Web Application compatible with GnuCash sql data files.
GCW
|
Namespaces | |
namespace | Field |
Classes | |
class | Item |
Invoices 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 = "budget_amounts" |
auto GCW::Dbo::Invoices::byGuid | ( | const std::string & | _guid | ) | -> Item::Ptr |
Load Invoice by Guid.
Definition at line 57 of file BudgetAmounts.cpp.
auto GCW::Dbo::Invoices::load | ( | const std::string & | _guid | ) | -> Item::Ptr |
|
extern |
Definition at line 8 of file BudgetAmounts.cpp.