GnuCash
5.6-150-g038405b370+
|
Public Member Functions | |
GncPreSplit (int date_format, int currency_format) | |
void | set (GncTransPropType prop_type, const std::string &value) |
void | reset (GncTransPropType prop_type) |
void | add (GncTransPropType prop_type, const std::string &value) |
void | set_date_format (int date_format) |
void | set_currency_format (int currency_format) |
void | set_pre_trans (std::shared_ptr< GncPreTrans > pre_trans) |
std::shared_ptr< GncPreTrans > | get_pre_trans (void) |
StrVec | verify_essentials (void) |
void | create_split (std::shared_ptr< DraftTransaction > draft_trans) |
Account * | get_account () |
void | set_account (Account *acct) |
ErrMap | errors () |
Definition at line 221 of file gnc-imp-props-tx.hpp.