eFinancialPlanner  V1.0 (proof of concept)
Personal Financial Planning based on Maslowian Portfolio Theory
 All Classes Namespaces Files Functions Variables Typedefs Friends Macros Pages
goal Class Reference
Inheritance diagram for goal:
bona

Public Member Functions

 goal ()
 
void list (int iid, bool editable=true)
 
bool save ()
 
void show (bool editable=true)
 
void show_edit_form (int iid, bool showExisting=false)
 
bool delete_bona ()
 
bool exists ()
 
bool load_fromEnv ()
 
bool load_fromDB ()
 

Public Attributes

std::map< int, columntbl
 
string tbl_name = oConfig.tbl_prefix + "_assets"
 
string class_name = ""
 
string action_ref
 
std::map< string, int > defList
 list holding the column names in the table connected to the correct id of the column More...
 

Protected Attributes

string order_by = ""
 should be the column name eventually followed by DESC/ASC, eg. "priority ASC" More...
 

Detailed Description

Definition at line 11 of file bona_goal.class.cpp.

Constructor & Destructor Documentation

goal::goal ( )

< note: this must be the exact column name in the database, when no ordering is required: leave empty ""

Definition at line 22 of file bona_goal.class.cpp.

Member Function Documentation

bool bona::delete_bona ( )
inherited

Definition at line 350 of file bona.class.cpp.

bool bona::exists ( )
inherited

Definition at line 382 of file bona.class.cpp.

void bona::list ( int  iid,
bool  editable = true 
)
inherited

void list(int investor_id);

to trigger the scripts to fill out the dates and provide the date-picker

so javascripts can check if this exists to know if they are in the cash flow screen

Definition at line 157 of file bona.class.cpp.

bool bona::load_fromDB ( )
inherited

Definition at line 44 of file bona.class.cpp.

bool bona::load_fromEnv ( )
inherited

Definition at line 336 of file bona.class.cpp.

bool bona::save ( )
inherited

Definition at line 276 of file bona.class.cpp.

void bona::show ( bool  editable = true)
inherited

Definition at line 234 of file bona.class.cpp.

void bona::show_edit_form ( int  iid,
bool  showExisting = false 
)
inherited

to trigger the scripts to fill out the dates and provide the date-picker

Definition at line 108 of file bona.class.cpp.

Member Data Documentation

string bona::action_ref
inherited

Definition at line 17 of file bona.class.cpp.

string bona::class_name = ""
inherited

Definition at line 16 of file bona.class.cpp.

std::map<string, int> bona::defList
inherited

list holding the column names in the table connected to the correct id of the column

Definition at line 26 of file bona.class.cpp.

string bona::order_by = ""
protectedinherited

should be the column name eventually followed by DESC/ASC, eg. "priority ASC"

Definition at line 28 of file bona.class.cpp.

std::map<int, column> bona::tbl
inherited

Definition at line 14 of file bona.class.cpp.

string bona::tbl_name = oConfig.tbl_prefix + "_assets"
inherited

Definition at line 15 of file bona.class.cpp.


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