1 #line 2 "src/Gui/AccountSuggestionPopup.cpp"
10 Wt::WSuggestionPopup::Options
21 setAttributeValue(
"style",
"height:250px;overflow:scroll" );
23 std::set< std::string > items;
24 Wt::Dbo::Transaction t(
GCW::app()-> gnucashew_session() );
28 for(
auto item : items )
29 addSuggestion( item );
const Wt::WFormModel::Field guid
auto activeAccounts() -> Item::Vector
Load accounts as; if( !hidden() && !placeHolder() )
auto fullName(const std::string &_guid) -> std::string
Account Fullname via GUID.