1#line 2 "src/Gui/BillPay/BillPay.h"
3#ifndef __GUI_BILLPAY_H___
4#define __GUI_BILLPAY_H___
6#include "../../GnuCashew.h"
7#include "../../Dbo/Vars/Vars.h"
39#define GCW_GUI_BILLPAY_CONFIG_CFY "mpbc"
40#define GCW_GUI_BILLPAY_ITEM_CFY "mbpi"
57auto bpItems()-> std::vector< GCW::Gui::BillPay::Item > ;
74auto toString(
int _value )-> std::string ;
auto bpItem(const std::string &_guid) -> GCW::Gui::BillPay::Item
Bill Pay Item.
auto bpItems() -> std::vector< GCW::Gui::BillPay::Item >
Bill Pay Items.
auto toString(int _value) -> std::string
Convert Integer to String.
auto configItem() -> GCW::Dbo::Vars::Item::Ptr
Config Item.