|
1 | | -# Electronic invoicing and warehouse management system |
2 | | -## Unlimited Free Issue Of Electronic Invoices, Download Or Send As PDF |
| 1 | +# Electronic Invoicing and Warehouse Management System |
| 2 | + |
| 3 | +## Overview |
| 4 | +A robust and versatile system for managing electronic invoices and warehouse operations. Built using CodeIgniter 3.1.13 and Bootstrap 3.3.7, this self-hosted solution allows for unlimited free invoicing, PDF downloads, and comprehensive management of clients, items, and employees. |
| 5 | + |
| 6 | +### Key Features |
| 7 | +- **Unlimited Electronic Invoices:** Create, manage, and download invoices as PDFs. |
| 8 | +- **Multi-Company Support:** Manage multiple companies within a single account. |
| 9 | +- **Client and Item Management:** Maintain detailed records of clients and items with pricing. |
| 10 | +- **Protocol and Warranty Creation:** Generate and export protocols and warranties to PDF. |
| 11 | +- **Invoice Status Tracking:** Easily monitor paid and unpaid invoices. |
| 12 | +- **Multi-Language Support:** Available in English, French, and Bulgarian, with customizable translations. |
| 13 | +- **Warehouse Operations:** Track warehouse movements, manage stock quantities, and generate bills of goods. |
| 14 | +- **Employee Permissions:** Assign specific permissions to different employees. |
| 15 | +- **Reports and Statistics:** Generate comprehensive reports and export invoices as XML or Excel files. |
| 16 | +- **Responsive Design:** Optimized for mobile devices, tablets, and high-resolution monitors. |
| 17 | +- **Customizable Settings:** Adjust settings for rounding prices, toner-saving PDF options, and more. |
| 18 | + |
| 19 | +### Current Versions |
| 20 | +- **CodeIgniter:** 3.1.13 |
| 21 | +- **Bootstrap:** 3.3.7 |
| 22 | + |
| 23 | +## Installation |
| 24 | +1. Import `database.sql` to your MySQL database. |
| 25 | +2. Set the database, username, and password in `application/config/database.php`. |
| 26 | + |
| 27 | +If routing does not work automatically, set the base URL in `application/config/config.php`: |
| 28 | +```php |
| 29 | +$config['base_url'] = defined('BASE_URL') ? BASE_URL : 'https://your-website.com/'; |
| 30 | +``` |
| 31 | + |
| 32 | +## Usage |
| 33 | +1. Visit the homepage and register a new account. |
| 34 | +2. Log in with your new credentials to start issuing unlimited invoices, protocols, and warranties. |
| 35 | + |
| 36 | +### Administration |
| 37 | +- Access the admin panel at `/admin` (e.g., `https://yoursite.com/admin`). |
| 38 | +- Default credentials: |
| 39 | + - **Username:** admin |
| 40 | + - **Password:** admin |
3 | 41 |
|
4 | | -### Manage of multiple companies, Manage infoices for different clients and get statistics for them, create protocols or warranties and export to PDF, track paid or unpaid invoices |
5 | | - |
6 | | -<h1 align="center"> |
7 | | - <a href="https://codecanyon.net/item/wp-invoices-pdf-electronic-invoicing-system/36891583">Download Available As WordPress Plugin</a> |
8 | | -</h1> |
9 | | - |
10 | | -<p>Current platform versions:</p> |
11 | | - |
12 | | -* Codeigniter 3.1.13 (CodeIgniter Foundation) |
13 | | -* Bootstrap 3.3.7 |
| 42 | +## Screenshots |
| 43 | +- **PDF Invoice:**  |
| 44 | +- **Invoices List:**  |
| 45 | +- **Create Invoice Page:**  |
| 46 | +- **Statistics:**  |
14 | 47 |
|
15 | 48 | ## Donate |
16 | | -<p>If this project help you reduce time to develop, you can give me a cup of coffee to continue its development. Thank you! :)</p> |
| 49 | +If this project helps you save time in development, consider buying me a cup of coffee to support its ongoing development. Thank you! |
17 | 50 |
|
18 | 51 | [](https://www.paypal.com/donate/?hosted_button_id=PF5ES4K748ZEY) |
19 | 52 |
|
20 | | -## Support of following features |
21 | | - |
22 | | -1. Issue invoices and download as PDF |
23 | | -2. Add list with your clients |
24 | | -3. Add list with your items and their prices |
25 | | -4. Manage multiple firms with one account |
26 | | -5. Multilanguage - English, France, Bulgarian |
27 | | -6. Add wherehouse movements, create Bill of goods, check quantity of products |
28 | | -7. Create warranty cards and download as PDF |
29 | | -8. Create protocols and download as PDF |
30 | | -9. Check and download reports of issued invoices |
31 | | -10. Import/Export invoices as XML or Excel |
32 | | -11. Add employees, add permissions for every employee |
33 | | -12. Responsive system for mobile devices, tablets and high resolution monitors |
34 | | -13. Add you own translations for invoices. Can be added any language you want |
35 | | -14. Many types of settings such as rounding prices, toner save pdf invoices, etc. |
36 | | - |
37 | | -<p>And many more features included..</p> |
38 | | - |
39 | | -## Installation in 2 easy steps |
40 | | -1. Import database.sql to your MySQL database |
41 | | -2. Set <b>database</b>, <b>username</b> and <b>password</b> in application/config/database.php |
42 | | - |
43 | | -<p>If routing not works automatically, add base_url in application/config/config.php `$config['base_url'] = defined('BASE_URL') ? BASE_URL : 'https://your-website.com/';`</p> |
44 | | - |
45 | | -### Invoices login and issue: |
46 | | - |
47 | | -- Go to homepage |
48 | | -- Click Registration button and make new registration for you. |
49 | | -- Then login with your new credentials to start issue unlimited invoices, protocols and warranties |
50 | | - |
51 | | -<p>Administration login: /admin (eg. https://yoursite.com/admin). Administration is if you wants to manage multiple clients who issues invoices. Of course you can use the platform for your own powerfull invoicing system.</p> |
52 | | - |
53 | | -- Username: admin |
54 | | -- Password: admin |
55 | | - |
56 | | -## Screenshots |
57 | | - |
58 | | -###### pdf invoice |
59 | | - |
60 | | -###### invoices list |
61 | | - |
62 | | -###### create invoice page |
63 | | - |
64 | | -###### stats |
65 | | - |
66 | | - |
67 | | -##### No external softwares are needed to generate your pdf files! |
| 53 | +## Download as WordPress Plugin |
| 54 | +<a href="https://codecanyon.net/item/wp-invoices-pdf-electronic-invoicing-system/36891583">Available for integration with WordPress as a plugin.</a> |
0 commit comments