|
| string | order_by = "" |
| | should be the column name eventually followed by DESC/ASC, eg. "priority ASC" More...
|
| |
Definition at line 11 of file bona_goal.class.cpp.
< 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.
| bool bona::delete_bona |
( |
| ) |
|
|
inherited |
| 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 |
| bool bona::load_fromEnv |
( |
| ) |
|
|
inherited |
| void bona::show |
( |
bool |
editable = true | ) |
|
|
inherited |
| 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.
| string bona::class_name = "" |
|
inherited |
| 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 |
| string bona::tbl_name = oConfig.tbl_prefix + "_assets" |
|
inherited |
The documentation for this class was generated from the following file: