GnuCashew ~ GnuCash Enabled Web
GCW
|
#include <sstream>
#include <algorithm>
#include <Wt/WModelIndex.h>
#include <Wt/WDateTime.h>
#include <Wt/WLocalDateTime.h>
#include "../3rd/guid.hpp"
#include "gcwglobal.h"
#include "Core.h"
Go to the source code of this file.
Functions | |
static std::vector< std::string > & | split (const std::string &s, char delim, std::vector< std::string > &elems) |
static bool | iterate (Wt::Json::Array &_jary, Wt::WModelIndex _parent) |
|
static |
Definition at line 95 of file Core.cpp.
References GCW::Gui::BillPay::asString().
Referenced by GCW::Gui::AccountsTreeView::iterate(), GCW::Gui::AccountsTreeView::toJson(), and GCW::Core::toJson().
|
static |
Definition at line 16 of file Core.cpp.
Referenced by GCW::Dbo::Accounts::byFullName(), GCW::Core::split(), GCW::Dbo::Transactions::Manager::thatSplit(), and GCW::Dbo::Transactions::Manager::thisSplit().