1. Register
    -> verification via OTP
    -> create the tenant database
    -> create the organization
    -> create a user with super admin role and assign all permissions

2. Login
    -> Verification via OTP
    -> login to dashboard
    -> m-pin and biometric login (pending)

3. Organization
    -> update logo
    -> update org year type (calendar / fiscal)
    -> valid upto
    -> user limit
    -> documents (brochure, etc.)

4. User
    -> create
    -> update
    -> fetch
    -> search
    -> delete
    -> impersonate
    -> leave impersonation
    -> update status
    -> create user asset
    -> fetch user asset
    -> create user document
    -> delete user document
    -> working days

5. Company
    -> create
    -> update
    -> fetch
    -> search

6. Lead (company->lead)
    -> create
    -> update
    -> fetch
    -> search
    -> delete
    -> notes/remarks
    -> status change
    -> transfer
    -> share
    -> priority update
    -> sale
    -> overview
    -> email
    -> follow up

7. Meeting (lead->meeting)
    -> create
    -> update
    -> fetch
    -> search
    -> delete
    -> arrived
    -> start
    -> end
    -> cancelled
    -> delete
    -> reschedule

8. Quotation (lead->quotation)
    -> create
    -> update
    -> fetch
    -> search
    -> delete
    -> send

9. Attendance (user->attendance)
    -> punch in (Consider shift and holiday)
    -> punch out
    -> fetch
    -> search
    -> delete
    -> update

10. Shift (shift->user)
    -> create
    -> update
    -> fetch
    -> assign to user

11. Leave (user->leave)
    -> Dynamic leave type
    -> Assign Leave type to user
    -> Application
    -> Approval

12. Holiday
    -> create
    -> update
    -> fetch
    -> search
    -> delete

13. Project
    -> create
    -> update
    -> fetch
    -> search
    -> delete
    -> create task
    -> media library
    -> ticket

14. Task
    -> create
    -> update
    -> fetch
    -> search
    -> delete
    -> assign project or ticket
    -> logs

15. Visit
    -> create
    -> fetch
    -> delete
    -> auto generate raw lead

16. Payroll
    -> create
    -> update
    -> fetch
    -> delete
    -> export

17. Demo (in-progress)
    -> create
    -> update
    -> fetch
    -> search
    -> delete

18. Lead Overview (in-progress)
    -> sale data fetch
    -> quotation data fetch
    -> meeting data fetch
    -> demo data fetch
    -> visit data fetch
    -> follow up data fetch
    -> remarks data fetch

19. Dashboard (pending)
    -> all data fetch

20. Reports (pending)
    -> sale
    -> attendance
    -> lead analytics
    -> user analytics
    -> project analytics
    -> task analytics

21. Settings (pending)
    -> designation
    -> leave type
    -> holiday
    -> quotation terms
    -> integrations (Meta, Just dial, sms, rcs, etc.)
    ->
