|
GnuCashew ~ Web Application compatible with GnuCash sql data files.
GCW
|
Namespaces | |
| namespace | Field |
Classes | |
| class | Item |
| BudgetAmounts Class. More... | |
Functions | |
| auto | load (const std::string &_guid) -> Item::Ptr |
| Load BudgetAmount by Guid. | |
| auto | byGuid (const std::string &_guid) -> Item::Ptr |
| Load BudgetAmount by Guid. | |
Variables | |
| const char * | s_tableName |
| auto GCW::Dbo::BudgetAmounts::byGuid | ( | const std::string & | _guid | ) | -> Item::Ptr |
Load BudgetAmount by Guid.
| auto GCW::Dbo::BudgetAmounts::load | ( | const std::string & | _guid | ) | -> Item::Ptr |
Load BudgetAmount by Guid.
|
extern |