Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagejava
<data>
    <item>  <!--  update task status and fill time..-->
      <creator_id>Mary Jane</creator_id>
      <date>2010-11-01</date>
      <task_id>12345</task_id>
      <percent_complete>50</percent_complete>
      <actual_start>2010-11-02T08:00:00</actual_start>
      <comments>Am half way there</comments>
      <hours_worked>2.5</hours_worked>
      <time_code_id>Meeting</time_code_id>
      <rate_type_id>1</rate_type_id>
     </item>
    <item>  <!--  the following just fills an update..-->
      <creator_id>100</creator_id>
      <date>2010-11-01</date>
      <task_id>18381</task_id>
      <percent_complete>100</percent_complete>
      <actual_finish>2010-11-02T17:00:00</actual_start>finish>
      <comments>Done!</comments>
    </item>
</data>
send-for-approval=false

...