|
GnuCash c935c2f+
|
Data Fields | |
| QofInstance | inst |
| const char * | id |
| const char * | username |
| GncAddress * | addr |
| gnc_commodity * | currency |
| gboolean | active |
| gnc_numeric * | balance |
| const char * | language |
| const char * | acl |
| gnc_numeric | workday |
| gnc_numeric | rate |
| Account * | ccard_acc |
Definition at line 47 of file gncEmployee.c.
| const char* GncEmployee::acl |
Definition at line 58 of file gncEmployee.c.
| gboolean GncEmployee::active |
Definition at line 54 of file gncEmployee.c.
| GncAddress* GncEmployee::addr |
Definition at line 52 of file gncEmployee.c.
| gnc_numeric* GncEmployee::balance |
Definition at line 55 of file gncEmployee.c.
| Account* GncEmployee::ccard_acc |
Definition at line 62 of file gncEmployee.c.
| gnc_commodity* GncEmployee::currency |
Definition at line 53 of file gncEmployee.c.
| const char* GncEmployee::id |
Definition at line 50 of file gncEmployee.c.
| QofInstance GncEmployee::inst |
Definition at line 49 of file gncEmployee.c.
| const char* GncEmployee::language |
Definition at line 57 of file gncEmployee.c.
| gnc_numeric GncEmployee::rate |
Definition at line 60 of file gncEmployee.c.
| const char* GncEmployee::username |
Definition at line 51 of file gncEmployee.c.
| gnc_numeric GncEmployee::workday |
Definition at line 59 of file gncEmployee.c.