Home / Scripts & Code / PHP Scripts / Finance / Management
Emitech PHP Invoice SystemEmitech PHP Invoice System
Still using the manual way of invoicing? Biginvoice is here for your need. Average rating of 4.3 based on 3 votesHome / Scripts & Code / PHP Scripts / Finance / Management
Emitech PHP Invoice System
Still using the manual way of invoicing? Biginvoice is here for your need. Average rating of 4.316 Support questions or comments
Please login or create an account to post a question or comment.
-
Jul 5, 2023Hello Tech Team,
Could you please check demo login, this is not working for me.
https://www.invoice.bigeweb.com/
Username: admin
Password: Admin1234
This is taking long time to load.... but it does not get login. Please check this issue. Thanks a lot.
-
Jul 5, 2023delyn12 AuthorGood day to you and sorry for the late response. We are sorry that the demo is taking time to load. This is because Our server has lots of traffic which caused the slow move. We have rectify this problem and now you can access the demo. Thank you
-
Jul 5, 2023Is this a multi-company app?
-
Jul 5, 2023delyn12 AuthorGood day to you. May I know what do you mean by multi-company. This software can be installed on your hosting and access all your staffs based on the authentication Laravel given and also you need to register their login details from your end.
-
Jul 6, 2023What I mean by multi-company is SaaS solution. I understand that this solution is for for just one company, correct?
-
Jul 6, 2023delyn12 AuthorYes for a single company. if you have multiple company then you have to upload the script on each of your company subdomain.
-
Jul 3, 2023Your trial will end in 30 days. Subscribe now to keep your membership active !.
How do i remove this please?
-
Jul 3, 2023delyn12 AuthorMay I know have you purchase the system or you are checking the demo before you purchase.
-
Jul 3, 2023delyn12 AuthorBecause trial is for our own system which we do on monthly subscription for other people. If you purchase the full source code on codester, your system will not be based on monthly subscription. It will be based on life time.
-
Jul 3, 2023Please what is the super admin password..am trying t login but no way
-
Jul 3, 2023delyn12 AuthorDo you mean for the demo?
-
Jul 3, 2023delyn12 Authorusername is admin and password is Admin1234
-
Oct 27, 2022Abdul96 PurchasedHi
I just bought your invoicing system.
I have tried to install the software but i can't find the Emitech_sql file.
Plese help - View 11 more replies
-
Oct 28, 2022Abdul96 PurchasedI crated a new database and imported directly and even then i get this message:
SQL query: Copy
--
-- Database: `meetclan_invoice_system`
--
-- --------------------------------------------------------
--
-- Table structure for table `accounts`
--
CREATE TABLE `accounts` (
`id` bigint(20) UNSIGNED NOT NULL,
`name` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`number` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`type` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`balance` double(15,2) DEFAULT NULL,
`created_at` timestamp NULL DEFAULT NULL,
`updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
MySQL said: Documentation
#1046 - No database selected -
Oct 28, 2022delyn12 AuthorThis is because you are not doing it correctly. You need to open phpmyadmin, then click on the database which you want to import this to. Then select import and then click on upload, select the folder which i sent to you via email. It should be working fine. Alternatively if you want me to connect with your system vie anydesk to help you with this. Download anydesk, Open it and send me your id through this email [email protected]
-
Oct 30, 2022delyn12 AuthorGood evening to solve the problem which you shared on email, you can ignore this if the problem has been resolved
Go to this folder
vendoremitechinvoicesrcHelpers
replace this code your site should be okay
if(!function_exists('INVOICE_NUMBER'){
function INVOICE_NUMBER(){
$inv_id = invoice::orderBy('id', 'desc'
->first();
$inv_letters = template_setting::where('key', 'invoice settings'
->select('prefix', 'suffix', 'starter'
->orderBy('id', 'desc'
->first();
if($inv_id){
$id = $inv_id -> id;
}else{
$id = 0;
}
if($inv_letters && $inv_letters -> starter){
$starter = $inv_letters -> starter;
}else{
$starter = 0;
}
if($inv_letters && $inv_letters -> prefix){
$prefix = $inv_letters -> prefix;
}else{
$prefix = '';
}
if($inv_letters && $inv_letters -> suffix){
$suffix = $inv_letters -> suffix;
}else{
$suffix = '';
}
$x = 0;
while ($x <= $id){
$invoiceNo = "$prefix".$x + $starter."$suffix";
$x++;
}
return($invoiceNo);
}
}
-
Oct 17, 2022akycow PurchasedEmail Configuration don't work. What to do about it?
- View 1 more reply
-
Oct 17, 2022delyn12 AuthorFor mail hosting use
smtp.gmail.com
For encryption should be ssl
Port is 465
I believed it should work this way. If you are still facing difficulties, do let me know and i will be happy to assist you. -
Oct 19, 2022akycow PurchasedSymfony Component Mailer ( Exception TransportException
Connection could not be established with host "ss|://smtp.gmail.com:465": stream_socket_client(: Unable to connect to
ssl://smtp.gmail.com:465 (Permission denied) -
Oct 19, 2022delyn12 AuthorKindly change your Mail_Port from 465 to 587 I believe this should solve the problem.
Information
Category | Scripts & Code / PHP Scripts / Finance / Management |
First release | 9 July 2022 |
Last update | 13 July 2023 |
Files included | .php, .css, .html |
Tags | accounting, Quotation, billing system, invoice system |