billing-laravel icon indicating copy to clipboard operation
billing-laravel copied to clipboard

Web hosting billing system built on the latest technologies, including Laravel 11, PHP 8.3, Filament 3.2 and Livewire 3.5

Results 80 billing-laravel issues
Sort by recently updated
recently updated
newest added
trafficstars

Description: Automatically calculate and apply late fees to overdue invoices. Tasks: Modify Invoice model to include late fee logic. Develop a UI for configuring late fees. Automate the application of...

Description: Add the ability to issue refunds for payments, linked to invoices. Tasks: Create a Refund model and migration. Develop a UI for processing refunds. Link refunds to payment gateways...

Description: Send automated reminders for overdue invoices via email. Tasks: Create a reminder scheduling system. Develop a UI to configure reminder settings (e.g., intervals, message content). Implement email sending for...

Description: Track payment history for each client, showing detailed transaction data. Tasks: Create PaymentHistory model and migration. Implement a UI for viewing payment history in both client and admin panels....

Description: Implement a feature to calculate taxes based on client location and service type. Tasks: Modify Invoice model to include tax calculation. Integrate tax rules based on geographic location. Add...

Description: Add a system for managing subscriptions to various services. Tasks: Create Subscription model and migration. Develop a UI for setting up and managing subscriptions. Automate invoicing for active subscriptions....

Description: Integrate with popular payment gateways such as Stripe and PayPal. Tasks: Set up API integration for Stripe and PayPal. Develop UI for managing payment gateway settings. Implement functionality for...

Description: Implement a system to generate, manage, and send invoices to clients. Tasks: Create Invoice model and migration. Develop UI for creating and managing invoices. Implement invoice sending via email....

Description: Add support for recurring billing for subscriptions and other services. Tasks: Modify the Invoice model to handle recurring invoices. Create a UI to set recurrence intervals (e.g., monthly, yearly)....

Description: Create a client portal for clients to manage their own billing and invoices. Tasks: Develop a secure login for clients. Create a dashboard for clients to view invoices and...