zerp/timesheet

Employee timesheet tracking module for the Zerp ERP platform

Maintainers

Package info

github.com/zerp-pk/timesheet

pkg:composer/zerp/timesheet

Transparency log

Statistics

Installs: 4

Dependents: 0

Suggesters: 0

Stars: 1

Open Issues: 0

v1.0.3 2026-07-24 00:46 UTC

This package is auto-updated.

Last update: 2026-07-24 00:50:54 UTC


README

Timesheet module for the Zerp ERP platform. Employee timesheet tracking module for the Zerp ERP platform

Requirements

  • PHP 8.2+
  • A Laravel application with package auto-discovery enabled (built for Zerp, Laravel 12)

Installation

composer require zerp/timesheet

The package auto-registers via Laravel's package discovery - no manual service provider registration needed.

What it provides

  • Zerp\Timesheet\Providers\TimesheetServiceProvider - boots this module's routes, migrations, and settings
  • Frontend pages/components under src/Resources/js

License

MIT - see LICENSE.