Time tracking
Purpose
Section titled “Purpose”Support time logging and related settings for users and projects.
Scope in codebase
Section titled “Scope in codebase”leekimerp/leekimerp/time_tracking_module/leekimerp/leekimerp/api/time_tracking.py
Key DocTypes
Section titled “Key DocTypes”See time_tracking_module/doctype/ (e.g. Time Tracker Settings, Time Tracking Project, Time Tracking User).
Entry points
Section titled “Entry points”- Desk: DocTypes under Time Tracking Module
- API:
log_time,user,app_data,reset_password,new_version,login— see API inventory
Dependencies
Section titled “Dependencies”- User authentication patterns shared with portal APIs
Configuration
Section titled “Configuration”- Time Tracker Settings DocType
Operational notes
Section titled “Operational notes”- Mixed
allow_guestflags on API methods — audit for your threat model.