GnuCashew ~ GnuCash Enabled Web
GCW
|
#include <Wt/WDate.h>
#include "../../Glb/gcwglobal.h"
#include "../../GnuCashew.h"
#include "../BaseItem.h"
Go to the source code of this file.
Classes | |
struct | Wt::Dbo::dbo_traits< GCW::Dbo::Splits::Item > |
struct | Wt::Dbo::dbo_traits< const GCW::Dbo::Splits::Item > |
class | GCW::Dbo::Splits::Item |
Split Item Class. More... | |
Namespaces | |
GCW | |
GCW::Dbo | |
Database Object Namespace. | |
GCW::Dbo::Splits | |
Functions | |
auto | GCW::Dbo::Splits::load (const std::string &_splitGuid) -> Item::Ptr |
Load a single split. More... | |
auto | GCW::Dbo::Splits::find (const std::string &_splitGuid) -> Item::Ptr |
Find a single split. More... | |
auto | GCW::Dbo::Splits::add (const std::string &_splitGuid) -> Item::Ptr |
Add a single split. More... | |
auto | GCW::Dbo::Splits::byAccount (const std::string &_accountGuid) -> Item::Vector |
Load Splits by Account. More... | |
auto | GCW::Dbo::Splits::bySplit (const std::string &_splitGuid) -> Item::Vector |
Load Splits by Split. More... | |
auto | GCW::Dbo::Splits::byTransaction (const std::string &_txGuid) -> Item::Vector |
Load Splits by Transaction. More... | |
Variables | |
const char * | GCW::Dbo::Splits::s_tableName = "splits" |