GnuCashew ~ Web Application compatible with GnuCash sql data files.
GCW
Loading...
Searching...
No Matches
Todo List
Member GCW::Eng::Transaction::Manager::newTransaction (const std::string &_accountGuid1, const std::string &_accountGuid2, const Wt::WDate &_date=Wt::WDate::currentDate(), GCW_NUMERIC _value=GCW_NUMERIC(0), const std::string &_description="") -> void
query why qty used here
Member GCW::Gui::AccountRegister::DelegateReconcile::createEditor (const Wt::WModelIndex &_index, Wt::WFlags< Wt::ViewItemRenderFlag > _flags) const -> std::unique_ptr< Wt::WWidget >
applying styles here; this needs to be moved to the .css files
Member GCW::Gui::AccountRegister::Model::m_splitCount
these are additional values that need to be available
Member GCW::Gui::AccountRegister::Widget::deleteRow (int _row) -> void
BUGBUG working on the register, fix this!
Member GCW::Gui::AccountRegister::Widget::on_jump_triggered () -> void
should deal with multiple splits
Member GCW::Gui::AccountRegister::Widget::selectSplit (const std::string &_guid) -> void
determine best method to use here - table is not 'selecting/highlighting' properly
Member GCW::Gui::BillPay::PaymentWidget::saveData () -> bool
insure gnucash can tolerate crlf in the middle of the memo field
Member GCW::Gui::CentralWidget::open_AccountRegister (const std::string &_accountGuid) -> void
handle row selection also
Member SEPARATOR
fix this This function is here to capture the SummaryReport clicked() txItem-> description() value. This value is a simple text-value from the description of the transaction as it was entered in the bill pay sub system. Basically, there is no 'hard' connection between the bill pay event and the transaction item that gets entered. This needs to be fixed, as keying these two widgets together like this is sloppy.