GnuCashew ~ GnuCash Enabled Web
GCW
Namespaces | Classes | Functions | Variables
GCW::Dbo::Invoices Namespace Reference

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"
 

Function Documentation

◆ byGuid()

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().

◆ load()

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

Load Invoice by Guid.

Definition at line 30 of file Invoices.cpp.

References GCW::app().

Variable Documentation

◆ s_tableName

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

Definition at line 12 of file Definition.h.