GnuCash c935c2f+
Loading...
Searching...
No Matches
Public Types | Data Fields
split_record Struct Reference

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
 
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
 

Detailed Description

Definition at line 63 of file gnc-log-replay.cpp.

Member Enumeration Documentation

◆ _enum_action

enum split_record::_enum_action

Definition at line 65 of file gnc-log-replay.cpp.

65{LOG_BEGIN_EDIT, LOG_ROLLBACK, LOG_COMMIT, LOG_DELETE} log_action;

Field Documentation

◆ acc_guid

GncGUID split_record::acc_guid

Definition at line 77 of file gnc-log-replay.cpp.

◆ acc_guid_present

int split_record::acc_guid_present

Definition at line 78 of file gnc-log-replay.cpp.

◆ acc_name

char split_record::acc_name[STRING_FIELD_SIZE]

Definition at line 79 of file gnc-log-replay.cpp.

◆ acc_name_present

int split_record::acc_name_present

Definition at line 80 of file gnc-log-replay.cpp.

◆ amount

gnc_numeric split_record::amount

Definition at line 93 of file gnc-log-replay.cpp.

◆ amount_present

int split_record::amount_present

Definition at line 94 of file gnc-log-replay.cpp.

◆ date_entered

time64 split_record::date_entered

Definition at line 73 of file gnc-log-replay.cpp.

◆ date_entered_present

int split_record::date_entered_present

Definition at line 74 of file gnc-log-replay.cpp.

◆ date_posted

time64 split_record::date_posted

Definition at line 75 of file gnc-log-replay.cpp.

◆ date_posted_present

int split_record::date_posted_present

Definition at line 76 of file gnc-log-replay.cpp.

◆ date_reconciled

time64 split_record::date_reconciled

Definition at line 97 of file gnc-log-replay.cpp.

◆ date_reconciled_present

int split_record::date_reconciled_present

Definition at line 98 of file gnc-log-replay.cpp.

◆ log_action_present

int split_record::log_action_present

Definition at line 66 of file gnc-log-replay.cpp.

◆ log_date

time64 split_record::log_date

Definition at line 71 of file gnc-log-replay.cpp.

◆ log_date_present

int split_record::log_date_present

Definition at line 72 of file gnc-log-replay.cpp.

◆ split_action

char split_record::split_action[STRING_FIELD_SIZE]

Definition at line 89 of file gnc-log-replay.cpp.

◆ split_action_present

int split_record::split_action_present

Definition at line 90 of file gnc-log-replay.cpp.

◆ split_guid

GncGUID split_record::split_guid

Definition at line 69 of file gnc-log-replay.cpp.

◆ split_guid_present

int split_record::split_guid_present

Definition at line 70 of file gnc-log-replay.cpp.

◆ split_memo

char split_record::split_memo[STRING_FIELD_SIZE]

Definition at line 87 of file gnc-log-replay.cpp.

◆ split_memo_present

int split_record::split_memo_present

Definition at line 88 of file gnc-log-replay.cpp.

◆ split_reconcile

char split_record::split_reconcile

Definition at line 91 of file gnc-log-replay.cpp.

◆ split_reconcile_present

int split_record::split_reconcile_present

Definition at line 92 of file gnc-log-replay.cpp.

◆ trans_descr

char split_record::trans_descr[STRING_FIELD_SIZE]

Definition at line 83 of file gnc-log-replay.cpp.

◆ trans_descr_present

int split_record::trans_descr_present

Definition at line 84 of file gnc-log-replay.cpp.

◆ trans_guid

GncGUID split_record::trans_guid

Definition at line 67 of file gnc-log-replay.cpp.

◆ trans_guid_present

int split_record::trans_guid_present

Definition at line 68 of file gnc-log-replay.cpp.

◆ trans_notes

char split_record::trans_notes[STRING_FIELD_SIZE]

Definition at line 85 of file gnc-log-replay.cpp.

◆ trans_notes_present

int split_record::trans_notes_present

Definition at line 86 of file gnc-log-replay.cpp.

◆ trans_num

char split_record::trans_num[STRING_FIELD_SIZE]

Definition at line 81 of file gnc-log-replay.cpp.

◆ trans_num_present

int split_record::trans_num_present

Definition at line 82 of file gnc-log-replay.cpp.

◆ value

gnc_numeric split_record::value

Definition at line 95 of file gnc-log-replay.cpp.

◆ value_present

int split_record::value_present

Definition at line 96 of file gnc-log-replay.cpp.


The documentation for this struct was generated from the following file: