Overview
This section describes the steps required to fill time sheet entries without deep insert.
Steps
-
Create Time Sheet Journal
- Method:
[POST] sprTimeSheetJournal
- Info: This action is needed only once.
- Method:
-
Delete Journal Lines
- Method:
[POST] sprTimeSheetJournal > deleteJournalLines
- Info: This is mandatory because there might be left lines after last call.
- Method:
-
Insert Journal Lines
- Method:
[POST] sprTimeSheetJournalLines
- Info: Use "Deep Insert" to insert 1 line with its dimensions per call or use
$batch Insert
to insert multiple lines per call.
- Method:
-
Post Journal Lines
- Method:
[POST] sprTimeSheetJournal postJournalLines
- Info: This action will delete the lines but not the journal itself and create time sheet entries.
- Method: