|
enum | _enum_action { LOG_BEGIN_EDIT,
LOG_ROLLBACK,
LOG_COMMIT,
LOG_DELETE
} |
|
|
enum split_record::_enum_action | log_action |
|
int | log_action_present |
|
GncGUID | trans_guid |
|
int | trans_guid_present |
|
GncGUID | split_guid |
|
int | split_guid_present |
|
time64 | log_date |
|
int | log_date_present |
|
time64 | date_entered |
|
int | date_entered_present |
|
time64 | date_posted |
|
int | date_posted_present |
|
GncGUID | acc_guid |
|
int | acc_guid_present |
|
char | acc_name [STRING_FIELD_SIZE] |
|
int | acc_name_present |
|
char | trans_num [STRING_FIELD_SIZE] |
|
int | trans_num_present |
|
char | trans_descr [STRING_FIELD_SIZE] |
|
int | trans_descr_present |
|
char | trans_notes [STRING_FIELD_SIZE] |
|
int | trans_notes_present |
|
char | split_memo [STRING_FIELD_SIZE] |
|
int | split_memo_present |
|
char | split_action [STRING_FIELD_SIZE] |
|
int | split_action_present |
|
char | split_reconcile |
|
int | split_reconcile_present |
|
gnc_numeric | amount |
|
int | amount_present |
|
gnc_numeric | value |
|
int | value_present |
|
time64 | date_reconciled |
|
int | date_reconciled_present |
|
Definition at line 63 of file gnc-log-replay.cpp.
The documentation for this struct was generated from the following file: