liberu-accounting / accounting-laravel

Accounting application written in Laravel 11 / PHP 8.3 using Filament 3
https://www.facebook.com/liberusoftware
51 stars 15 forks source link

Implement Time Tracking #271

Open AArchange opened 1 month ago

AArchange commented 1 month ago

Description: Add a system for tracking billable hours.

Tasks: Create TimeEntry model and migration. Develop UI for adding time entries for clients. Link time entries to invoices for billing purposes. Acceptance Criteria: Users can track billable hours. Time entries are linked to invoice generation.