CodeIgniter-PHP Tax Invoice, Quotation, Quick-Quotation, Purchase Invoice, and Account Management System
This project is a comprehensive Tax Invoice, Quotation, Proforma, Purchase Invoice, and Account Management System built using CodeIgniter (PHP). It streamlines business processes related to sales, purchases, invoices, client management, and account transactions while providing an insightful dashboard for turnover-based marketing analysis.
- Marketing and sales turnover-based analytics
- Overview of key business metrics
- Add, update, and manage client details
- Categorize clients based on type
- Maintain product details and pricing
- Efficiently manage stock and product catalog
- Store and manage supplier information
- Dual entity support (Client/Supplier)
- Purchase Invoice Management
- Record and track supplier purchases
- Manage Purchase Invoice
- Sales Invoice Management
- Generate GST-compliant sales invoices
- Maintain invoice history
- Proforma Invoice Management
- Generate quotations and estimates
- Client/Supplier Quotation Management
- Record and track quotations
- Manage quotation data
- Quick Quotation Also supported - POS Based Quick Quotation
- Generate various reports on sales, purchases, and client transactions
- Export data for further analysis
- Update user profile
- Update company profile (name, details, bank information, etc.)
- Update bank details
- Change password for security
- Customize UI to match business branding
- IGST: Applied for out-of-state transactions
- Loc (CGST & SGST): Applied for within-state transactions
- Client: Can place orders and receive tax invoices
- Supplier: Provides goods/services and gives purchase invoices
- Dual (Customer/Supplier): Acts as both client and supplier
- Manage financial transactions efficiently
- Record and track ledger entries
- Maintain opening and closing balances
- View detailed credit and debit reports
- Export financial reports in multiple formats
- PHP 7.4+
- MySQL 5.7+
- Composer
- Xampp v3.3.0 [7.4.30 specific]
- Clone the repository:
git clone https://github.com/your-repository-url.git cd your-repository-folder
- Install dependencies:
composer install
- Configure database in
.env
orconfig/database.php
. - Run migrations (if applicable):
php spark migrate
- Start the development server:
php spark serve
- Access the application:
- Login Page:
localhost/C4/
- Dashboard:
localhost/C4/dashboard
- Login Page:
Email: [email protected]
Password: admin@123
- Backend: CodeIgniter 4 (PHP)
- Frontend: HTML, CSS, JavaScript, jQuery, AJAX
- Database: MySQL
- Libraries: Select2, DataTables, intl-tel-input, daterangepicker, morris, apexcharts, ultimate-export, sweetalert
This project is licensed under the MIT License.
Feel free to fork the repository and submit pull requests to enhance functionality or fix issues.
For support or inquiries, reach out via GitHub Issues or email [[email protected]].
Developed with ❤️ using CodeIgniter.