|
GnuCashew ~ Web Application compatible with GnuCash sql data files.
GCW
|
This is the complete list of members for GCW::Eng::Transaction::Manager, including all inherited members.
| appendAutosplitLedger(bool _editable) const -> void | GCW::Eng::Transaction::Manager | private |
| appendBasicLedger(bool _editable) const -> void | GCW::Eng::Transaction::Manager | private |
| appendEmptyRow(bool _editable) -> void | GCW::Eng::Transaction::Manager | |
| appendGeneralJournal(bool _editable) const -> void | GCW::Eng::Transaction::Manager | private |
| appendRow(bool _editable) -> void | GCW::Eng::Transaction::Manager | |
| appendTransactionJournal(bool _editable) const -> void | GCW::Eng::Transaction::Manager | private |
| balanceValue() -> GCW_NUMERIC | GCW::Eng::Transaction::Manager | |
| createAccount(const SpItem &_spItem, bool _editable) const -> std::unique_ptr< Wt::WStandardItem > | GCW::Eng::Transaction::Manager | private |
| createBalance() const -> std::unique_ptr< Wt::WStandardItem > | GCW::Eng::Transaction::Manager | private |
| createBlank() const -> std::unique_ptr< Wt::WStandardItem > | GCW::Eng::Transaction::Manager | private |
| createCredit(const SpItem &_spItem, bool _editable) const -> std::unique_ptr< Wt::WStandardItem > | GCW::Eng::Transaction::Manager | private |
| createDate(const TxItem &_txItem, bool _editable) const -> std::unique_ptr< Wt::WStandardItem > | GCW::Eng::Transaction::Manager | private |
| createDebit(const SpItem &_spItem, bool _editable) const -> std::unique_ptr< Wt::WStandardItem > | GCW::Eng::Transaction::Manager | private |
| createDescription(const TxItem &_txItem, bool _editable) const -> std::unique_ptr< Wt::WStandardItem > | GCW::Eng::Transaction::Manager | private |
| createDescription(const SpItem &_spItem, bool _editable) const -> std::unique_ptr< Wt::WStandardItem > | GCW::Eng::Transaction::Manager | private |
| createEmpty() const -> std::unique_ptr< Wt::WStandardItem > | GCW::Eng::Transaction::Manager | private |
| createNum(const TxItem &_txItem, bool _editable) const -> std::unique_ptr< Wt::WStandardItem > | GCW::Eng::Transaction::Manager | private |
| createNum(const SpItem &_spItem, bool _editable) const -> std::unique_ptr< Wt::WStandardItem > | GCW::Eng::Transaction::Manager | private |
| createReconcile(const SpItem &_spItem, bool _editable) const -> std::unique_ptr< Wt::WStandardItem > | GCW::Eng::Transaction::Manager | private |
| createText(const std::string &_text) const -> std::unique_ptr< Wt::WStandardItem > | GCW::Eng::Transaction::Manager | private |
| deleteTransaction() -> bool | GCW::Eng::Transaction::Manager | |
| flags(bool _editable) const -> Wt::WFlags< Wt::ItemFlag > | GCW::Eng::Transaction::Manager | private |
| forAccountSplit(const std::string &_accountGuid) const -> GCW::Dbo::Splits::Item::Ptr | GCW::Eng::Transaction::Manager | |
| fromSplit() const -> GCW::Dbo::Splits::Item::Ptr | GCW::Eng::Transaction::Manager | |
| getDate() const -> Wt::WDateTime | GCW::Eng::Transaction::Manager | |
| getDateAsString() const -> Wt::WString | GCW::Eng::Transaction::Manager | |
| getDescription() const -> std::string | GCW::Eng::Transaction::Manager | |
| getFromAccount() const -> std::string | GCW::Eng::Transaction::Manager | |
| getNum() const -> std::string | GCW::Eng::Transaction::Manager | |
| getToAccount() const -> std::string | GCW::Eng::Transaction::Manager | |
| getValue() const -> GCW_NUMERIC | GCW::Eng::Transaction::Manager | |
| getValueAsString() const -> std::string | GCW::Eng::Transaction::Manager | |
| highlightNegativeBalance(RowItem &_row) const -> void | GCW::Eng::Transaction::Manager | private |
| insertDoubleLine(int _row) -> void | GCW::Eng::Transaction::Manager | |
| isBalanced() -> bool | GCW::Eng::Transaction::Manager | |
| loadSplit(const std::string &_splitGuid) -> void | GCW::Eng::Transaction::Manager | |
| loadTransaction(const std::string &_transactionGuid) -> void | GCW::Eng::Transaction::Manager | |
| m_index | GCW::Eng::Transaction::Manager | private |
| m_model | GCW::Eng::Transaction::Manager | private |
| m_prefrenceItem | GCW::Eng::Transaction::Manager | private |
| m_splitGuid | GCW::Eng::Transaction::Manager | private |
| m_splits | GCW::Eng::Transaction::Manager | private |
| m_transactionItem | GCW::Eng::Transaction::Manager | private |
| Manager() | GCW::Eng::Transaction::Manager | |
| Manager(Gui::AccountRegister::Model *_model) | GCW::Eng::Transaction::Manager | |
| model() const -> Gui::AccountRegister::Model * | GCW::Eng::Transaction::Manager | inline |
| 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 | GCW::Eng::Transaction::Manager | |
| otherGuid() const -> std::string | GCW::Eng::Transaction::Manager | |
| otherSplits() const -> GCW::Dbo::Splits::Item::Vector | GCW::Eng::Transaction::Manager | |
| prefrenceItem() const -> const GCW::Dbo::Prefrences::Item & | GCW::Eng::Transaction::Manager | inline |
| RowItem typedef | GCW::Eng::Transaction::Manager | |
| setAction(const std::string &_value) -> void | GCW::Eng::Transaction::Manager | |
| setDate(const Wt::WDateTime &_value) -> void | GCW::Eng::Transaction::Manager | |
| setDate(const Wt::WDate &_value) -> void | GCW::Eng::Transaction::Manager | |
| setDescription(const std::string &_value) -> void | GCW::Eng::Transaction::Manager | |
| setDescription(const Wt::WString &_value) -> void | GCW::Eng::Transaction::Manager | |
| setNotes(const std::string &_acctGuid, const std::string &_value) -> void | GCW::Eng::Transaction::Manager | |
| setNum(const std::string &_value) -> void | GCW::Eng::Transaction::Manager | |
| setNum(const Wt::WString &_value) -> void | GCW::Eng::Transaction::Manager | |
| setReadOnly(bool _value) -> void | GCW::Eng::Transaction::Manager | |
| setReconcile(const std::string &_value) -> void | GCW::Eng::Transaction::Manager | |
| setSplitItem(GCW::Dbo::Splits::Item::Ptr _splitItem) -> void | GCW::Eng::Transaction::Manager | |
| setTransferGuid(const std::string &_value) -> void | GCW::Eng::Transaction::Manager | |
| setValue(GCW_NUMERIC _value) -> void | GCW::Eng::Transaction::Manager | |
| setValue(const std::string &_acctGuid, GCW_NUMERIC _value) -> void | GCW::Eng::Transaction::Manager | |
| sortSplits() -> void | GCW::Eng::Transaction::Manager | |
| SpItem typedef | GCW::Eng::Transaction::Manager | |
| split(const std::string &_splitGuid) const -> GCW::Dbo::Splits::Item::Ptr | GCW::Eng::Transaction::Manager | |
| splits() const -> GCW::Dbo::Splits::Item::Vector | GCW::Eng::Transaction::Manager | inline |
| thatSplit() const -> GCW::Dbo::Splits::Item::Ptr | GCW::Eng::Transaction::Manager | |
| thisSplit() const -> GCW::Dbo::Splits::Item::Ptr | GCW::Eng::Transaction::Manager | |
| toSplit() const -> GCW::Dbo::Splits::Item::Ptr | GCW::Eng::Transaction::Manager | |
| transactionItem() const -> GCW::Dbo::Transactions::Item::Ptr | GCW::Eng::Transaction::Manager | inline |
| TxItem typedef | GCW::Eng::Transaction::Manager |