#include <SplitsDB.h>
Public Attributes | |
UInt32 | trans_uid |
UID of the transaction that the split belongs to. More... | |
UInt32 | acc_uid |
UID of the affected account. More... | |
UInt32 | amount |
signed amount by which the account is affected. More... | |
UInt8 | line_no |
line number for sorting purposes. More... |
Definition at line 33 of file SplitsDB.h.
|
UID of the affected account.
Definition at line 37 of file SplitsDB.h. |
|
signed amount by which the account is affected.
Definition at line 39 of file SplitsDB.h. |
|
line number for sorting purposes.
Definition at line 41 of file SplitsDB.h. |
|
UID of the transaction that the split belongs to.
Definition at line 35 of file SplitsDB.h. |