|
GnuCashew ~ Web Application compatible with GnuCash sql data files.
GCW
|
#include <Wt/Dbo/Dbo.h>#include <Wt/WDate.h>#include <Wt/WDateTime.h>#include "../../Glb/gcwglobal.h"#include "../Splits/Splits.h"
Include dependency graph for Transactions.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Classes | |
| struct | Wt::Dbo::dbo_traits< GCW::Dbo::Transactions::Item > |
| struct | Wt::Dbo::dbo_traits< const GCW::Dbo::Transactions::Item > |
| class | GCW::Dbo::Transactions::Item |
| Transaction Item. More... | |
Namespaces | |
| namespace | GCW |
| namespace | GCW::Dbo |
| Database Object Namespace. | |
| namespace | GCW::Dbo::Transactions |
Functions | |
| auto | GCW::Dbo::Transactions::load (const std::string &_txGuid) -> Item::Ptr |
| Load Transaction by Guid. | |
| auto | GCW::Dbo::Transactions::byGuid (const std::string &_txGuid) -> Item::Ptr |
| Load Transaction by Guid. | |
| auto | GCW::Dbo::Transactions::add (const std::string &_txGuid) -> Item::Ptr |
| Add Transaction with Guid. | |
| auto | GCW::Dbo::Transactions::byAccount (const std::string &_accountGuid) -> Item::Vector |
| Load Transactions for Account Guid. | |
| auto | GCW::Dbo::Transactions::byAccountMonth (const std::string &_accountGuid, int _month) -> Item::Vector |
| auto | GCW::Dbo::Transactions::byNumMonth (const std::string &_num, int _month) -> Item::Vector |
| Load Transactions for 'num' and Month. | |
Variables | |
| const char * | GCW::Dbo::Transactions::s_tableName = "transactions" |