Merge lp://staging/~elbati/domsense-agilebg-addons/6.1_hr_attendance_analysis_ref into lp://staging/domsense-agilebg-addons/6.1
Proposed by
Lorenzo Battistini
Status: | Needs review |
---|---|
Proposed branch: | lp://staging/~elbati/domsense-agilebg-addons/6.1_hr_attendance_analysis_ref |
Merge into: | lp://staging/domsense-agilebg-addons/6.1 |
Diff against target: |
274 lines (+116/-111) 1 file modified
hr_attendance_analysis/hr_attendance.py (+116/-111) |
To merge this branch: | bzr merge lp://staging/~elbati/domsense-agilebg-addons/6.1_hr_attendance_analysis_ref |
Related bugs: |
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Agile Business Group | Pending | ||
Review via email:
|
Commit message
Fixes:
- time_difference: allow small (< precision) time differences
- if no next_attendance_ids found, avoid useless computations
- consider attendances of type 'action' while searching for previous sign in
To post a comment you must log in.
Unmerged revisions
- 269. By Lorenzo Battistini
-
[add] from __future__ import division
- 268. By Lorenzo Battistini
-
[REF]