![]() |
BillMax Billing Solutions 877.245.5629 sales@billmax.com |
BillMax_TimetrackPut — Insert or update a Timetrack record in the timetrack table
#include "billmax.h"
int BillMax_TimetrackPut( |
timetrack, | |
| timetrack, | ||
flags); |
|
timetrack; |
|
flags; |
If timetrack->number is 0, then a new record is inserted into the note table. If note->number is NOT 0 and there exists a record in the note table of which note.number is the same value as note->number, then the database fields of that record are updated with the values in TIMETRACK structure. Otherwise a new record is inserted with the values in NOTE structure.
The data for inserting or updating a record in timetrack table. See TIMETRACK structure.
Placeholder for future use.