GnuCashew ~ GnuCash Enabled Web
GCW
Macros
AccountRegisterModel.cpp File Reference
#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"
+ Include dependency graph for AccountRegisterModel.cpp:

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)
 

Macro Definition Documentation

◆ COL_ACTION

#define COL_ACTION   (1)

Definition at line 26 of file AccountRegisterModel.cpp.

◆ COL_BALANCE

#define COL_BALANCE   (7)

Definition at line 32 of file AccountRegisterModel.cpp.

◆ COL_CREDIT

#define COL_CREDIT   (6)

Definition at line 31 of file AccountRegisterModel.cpp.

◆ COL_DATE

#define COL_DATE   (0)

Definition at line 25 of file AccountRegisterModel.cpp.

◆ COL_DEBIT

#define COL_DEBIT   (5)

Definition at line 30 of file AccountRegisterModel.cpp.

◆ COL_DESCRIPTION

#define COL_DESCRIPTION   (2)

Definition at line 27 of file AccountRegisterModel.cpp.

◆ COL_NOTES

#define COL_NOTES   (2)

Definition at line 33 of file AccountRegisterModel.cpp.

◆ COL_RECONCILE

#define COL_RECONCILE   (4)

Definition at line 29 of file AccountRegisterModel.cpp.

◆ COL_TRANSFER

#define COL_TRANSFER   (3)

Definition at line 28 of file AccountRegisterModel.cpp.