Definition at line 65 of file gnc-log-replay.c.
Public Types | |
| enum | _enum_action { LOG_BEGIN_EDIT, LOG_ROLLBACK, LOG_COMMIT, LOG_DELETE } |
Data Fields | |
| enum _split_record::_enum_action | log_action |
| int | log_action_present |
| GUID | trans_guid |
| int | trans_guid_present |
| GUID | split_guid |
| int | split_guid_present |
| Timespec | log_date |
| int | log_date_present |
| Timespec | date_entered |
| int | date_entered_present |
| Timespec | date_posted |
| int | date_posted_present |
| GUID | 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 |
| Timespec | date_reconciled |
| int | date_reconciled_present |
Definition at line 67 of file gnc-log-replay.c.
00067 {LOG_BEGIN_EDIT, LOG_ROLLBACK, LOG_COMMIT, LOG_DELETE} log_action;
1.5.2