GnuCashew ~ Web Application compatible with GnuCash sql data files.
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 Wt::asString(), Wt::WModelIndex::data(), iterate(), and Wt::ItemDataRole::User.
Referenced by iterate(), 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::Eng::Transaction::Manager::forAccountSplit(), GCW::Gui::AccountRegister::Model::isDeletable(), GCW::Core::split(), GCW::Gui::BillPay::SummaryWidget::Splits::Splits(), GCW::Eng::Transaction::Manager::thatSplit(), and GCW::Eng::Transaction::Manager::thisSplit().