GnuCashew ~ GnuCash Enabled Web
GCW
|
Payment Widget. More...
#include <PaymentWidget.h>
Inherits Wt::WContainerWidget.
Public Member Functions | |
PaymentWidget (const std::string &_bpGuid) | |
auto | bpGuid () const -> const std::string & |
auto | loadData () -> void |
auto | saveData () -> void |
Private Member Functions | |
auto | table () -> Wt::WTable * |
Private Attributes | |
std::string | m_bpGuid |
Wt::WTable * | m_table = nullptr |
Wt::WDateEdit * | m_date = nullptr |
Wt::WLineEdit * | m_num = nullptr |
Wt::WLineEdit * | m_desc = nullptr |
Wt::WLineEdit * | m_recon = nullptr |
Wt::WLineEdit * | m_debit = nullptr |
Wt::WLineEdit * | m_credit = nullptr |
Wt::WTextArea * | m_confirm = nullptr |
std::vector< std::vector< Wt::WFormWidget * > > | m_tableWidgets |
Payment Widget.
This will pop a dialog to accept a payment
Definition at line 36 of file PaymentWidget.h.
GCW::Gui::BillPay::PaymentWidget::PaymentWidget | ( | const std::string & | _bpGuid | ) |
Definition at line 10 of file PaymentWidget.cpp.
References loadData(), m_confirm, m_credit, m_date, m_debit, m_desc, m_num, m_recon, m_table, m_tableWidgets, table(), and TR.
|
inline |
Definition at line 43 of file PaymentWidget.h.
References m_bpGuid.
auto GCW::Gui::BillPay::PaymentWidget::loadData | ( | ) | -> void |
Definition at line 130 of file PaymentWidget.cpp.
References GCW::Gui::BillPay::bpItem(), and GCW::Core::currentDateTimeDisplayString().
Referenced by PaymentWidget().
auto GCW::Gui::BillPay::PaymentWidget::saveData | ( | ) | -> void |
Definition at line 151 of file PaymentWidget.cpp.
References GCW::app(), and GCW::Gui::BillPay::bpItem().
|
inlineprivate |
|
private |
Definition at line 52 of file PaymentWidget.h.
Referenced by bpGuid().
|
private |
Definition at line 60 of file PaymentWidget.h.
Referenced by PaymentWidget().
|
private |
Definition at line 59 of file PaymentWidget.h.
Referenced by PaymentWidget().
|
private |
Definition at line 54 of file PaymentWidget.h.
Referenced by PaymentWidget().
|
private |
Definition at line 58 of file PaymentWidget.h.
Referenced by PaymentWidget().
|
private |
Definition at line 56 of file PaymentWidget.h.
Referenced by PaymentWidget().
|
private |
Definition at line 55 of file PaymentWidget.h.
Referenced by PaymentWidget().
|
private |
Definition at line 57 of file PaymentWidget.h.
Referenced by PaymentWidget().
|
private |
Definition at line 53 of file PaymentWidget.h.
Referenced by PaymentWidget(), and table().
|
private |
Definition at line 62 of file PaymentWidget.h.
Referenced by PaymentWidget().