GnuCashew ~ GnuCash Enabled Web
GCW
|
#include "../Glb/gcwglobal.h"
#include "../Dbo/SessionGnuCash.h"
#include "../Dbo/Splits/Splits.h"
#include "../Dbo/Prefrences.h"
#include "../Dbo/Transactions/Manager.h"
#include "../Dbo/Vars/Vars.h"
#include "../Glb/Core.h"
#include "AccountRegisterModel.h"
Go to the source code of this file.
Macros | |
#define | COL_DATE (0) |
#define | COL_ACTION (1) |
#define | COL_DESCRIPTION (2) |
#define | COL_TRANSFER (3) |
#define | COL_RECONCILE (4) |
#define | COL_DEBIT (5) |
#define | COL_CREDIT (6) |
#define | COL_BALANCE (7) |
#define | COL_NOTES (2) |
#define COL_ACTION (1) |
Definition at line 26 of file AccountRegisterModel.cpp.
#define COL_BALANCE (7) |
Definition at line 32 of file AccountRegisterModel.cpp.
#define COL_CREDIT (6) |
Definition at line 31 of file AccountRegisterModel.cpp.
#define COL_DATE (0) |
Definition at line 25 of file AccountRegisterModel.cpp.
#define COL_DEBIT (5) |
Definition at line 30 of file AccountRegisterModel.cpp.
#define COL_DESCRIPTION (2) |
Definition at line 27 of file AccountRegisterModel.cpp.
#define COL_NOTES (2) |
Definition at line 33 of file AccountRegisterModel.cpp.
#define COL_RECONCILE (4) |
Definition at line 29 of file AccountRegisterModel.cpp.
#define COL_TRANSFER (3) |
Definition at line 28 of file AccountRegisterModel.cpp.