1 #line 2 "src/Gui/BillPay/BillPay.cpp"
9 Wt::Dbo::Transaction t(
GCW::app()-> gnucashew_session() );
43 std::string retVal = std::to_string( _value );
45 if( retVal.length() == 1 )
46 retVal =
"0" + retVal;
#define GCW_GUI_BILLPAY_ITEM_CFY
#define GCW_GUI_BILLPAY_CONFIG_CFY
GCW::Dbo::Vars::Item::Ptr get(const std::string &_keyValue, const std::string &_cfyValue="*", bool _add=true)
auto bpItem(const std::string &_guid) -> GCW::Gui::BillPay::Item
Bill Pay Item.
auto toString(int _value) -> std::string
Convert Integer to String.
auto configItem() -> GCW::Dbo::Vars::Item::Ptr
Config Item.