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

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"
 

Function Documentation

◆ byGuid()

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

Load Invoice by Guid.

Definition at line 57 of file BudgetAmounts.cpp.

◆ load()

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

Load Invoice by Guid.

Definition at line 30 of file BudgetAmounts.cpp.

References GCW::app().

Variable Documentation

◆ s_tableName

const char * GCW::Dbo::Invoices::s_tableName = "budget_amounts"
extern

Definition at line 8 of file BudgetAmounts.cpp.