1930 comments found.
Thank you, you are the best guys. I was waiting for Event Calendar it’s really helpful .
Thanks for your kind words.
bahraingreendc PURCHASED about 1 year ago Flag why we cant get all reports by datewe need Reports- Income Vs Expense for certain dates , please add it ASAP
CloudOnex CloudOnex AUTHOR about 1 year ago Flag Noted, Thanks.
What is going on with this option?
Hi, Reports by date is already available. Reports – > Reports by date. We are working constantly to make it even better. Thanks.
Yes they are available, but only for one day, but option from day to day isn`t available, so now reports by date are useless!
Salaam Sadia,
Usually we have several clients of same names but with different company names. In Invoice, filed “Customer” should display “Company Name” instead of customer’s name as its very hard & time costing effort to sort out & select right customer’s name from several similar names. For example, I have 6 customers with same “Hassan” and when creating invoice or quotes, drop down list shows all 6 Hassan and what I can do is to select 1st one, create invoice and check if is the right customer and if not, edit it again & again 
Kindly make this change possible at your earliest as this problem is very annoying all the time.
I need to customize Invoice PDF file & Printable Version files.Kindly write me the path of these files located in system folder.
Currently – along with customer it will show customer unique email too. Okay, your request has been noted. Thanks.
Hi, how we can setup for ( Send SMS notification using hooks) can i have instructions . and how use (And add custom feature based on your business requirements using Plugin) how to get plugin for automotive business. thanks
hi, i found how to setup hook. but i create account on nexmo fot test , i put api key and secret key but not get sms when chage status from unpaid to paid .
when i was thinking may be i couldn’t set nexmo account properly, but now i try to SIGN UP as new user then i get email as customer but i didn’t get email as admin whitch email i use to get notificaton as admin someone SIGN UP . so it mean ACTION.PHP page not working. please can you check what i should do to try again. what is missing. i paste down the way i setup just ad my admin email to get notification in action.php page.
//Event::bind(‘client_registered’,function($data){ // // // $message = ‘New Client Registered. Client: ’.$data[‘account’].’ Email: ’.$data[‘email’]; // // Ib_Email::sendEmail(‘info@jugloo.ca’,’Client Signup’,$message); // // //}); // // //Event::bind(‘client_registered’,function($data){ // // $name = $data[‘account’]; // $email = $data[‘email’]; // // // Your logic to create account through api
Looks like you didn’t uncomment the code. Refer this link for details about iBilling hooks – https://cloudonex.github.io/hooks/
Hi Sadia thanks for replying. I tried already sms code from that link up sent me but not work then I use action.php page which come with script. I forgot to uncomment. I did now but still sms and admin receive new registration Emil not work I’m going to paste link here . I need to do something more to work this or just add api and security key front nexmo and put my admin email to receive new registration email. Thanks
<?php
Event::bind(‘routing_started’,function(){
global $_L;
$_L['CRM'] = 'Customers';
$_L['Add Contact'] = 'Add Customer';
$_L['List Contacts'] = 'List Customers';
});
Event::bind(‘invoices/markpaid/’,function($invoice){ $from = ‘Home Auto Repair’; # Message from
$nexmo_api_key = '157895e6'; # Nexmo API Key
$nexmo_api_secret = '239443bc4badda70'; # Nexmo API Secret
//Find the client
$client = ORM::for_table('crm_accounts')>find_one($invoice>userid);
if($client->phone == ''){
return false;
}
$to = $client->phone;
$text = ‘Hi ’.$client->account.’! Thanks for your payment. Invoice- ’.$invoice->id.’ Paid Successfully.’;
$url = 'https://rest.nexmo.com/sms/json?' . http_build_query(
[
'api_key' => $nexmo_api_key,
'api_secret' => $nexmo_api_secret,
'to' => $to,
'from' => $from,
'text' => $text
]
);
$ch = curl_init($url);
curl_setopt($ch, CURLOPT_RETURNTRANSFER, true);
$response = curl_exec($ch);
return $response;
});
add_menu_admin(‘About’,’#’,’about’,’fa fa-paper-plane’,2,array( array( ‘name’ => ‘Documentation’, ‘link’ => ‘http://www.ibilling.io/documentation/' ), array( ‘name’ => ‘Purchase’, ‘link’ => ‘https://codecanyon.net/item/ibilling-crm-accounting-and-billing-software/11021678', ‘target’ => ‘_blank’ ) ));
Event::bind(‘client_registered’,function($data){
$message = 'New Client Registered. Client: '.$data['account'].' Email: '.$data['email'];
Ib_Email::sendEmail('info@jugloo.ca','Client Signup',$message);
});
Event::bind(‘client_registered’,function($data){
$name = $data['account'];
$email = $data['email'];
// // Your logic to create account through api
});
Hi, Your $from (Sender ID) is invalid. It should be less than 11 character. For details – https://help.nexmo.com/hc/en-us/articles/204014573-Can-I-Change-the-Sender-ID-for-Nexmo-Outbound-SMS-
Hi Sadia, thanks for help. I try to $FROM 4167251213 OR 14167251213 BOTH WAY NOT work this is very difficult. This is my phone number which approved by nexmo to relieve sms. This not very important to me but just try to make your script perfect cause Maybe important for someone. For sms two person involved nexmo and our coding but why I don’t received new registration confirmation. Thanks
Hi, No worries. I use iBilling for my own needs. Some iBilling users and also me using sms features without any problem. If you still need this, open a support ticket by sending email using my profile page with your server access. Thanks.
I sent my server information by support.
Really great script and I want to buy this…everything I need it got except just for one thing..if u can help include…I want to use this application to sell products.. Not just services.. I need it for product with information to display on invoice like Qty, Size, Blocks and so on..about five info needed…. If u can create a place to enable me add any field to invoice…will be really great… Thank u as I wait your response
Hi, Thanks for showing interest. We are constantly improving this software. Keep in touch.
Hi, The filter By Tags in the List Customer is very useful and important but since your last update the function is not working, please reconsider to put it back. Thanks.
Hi, Go to Appearance – > User Interface. And set Customers view mode – Table or Card.
Hello sir demo not show “Not Found
The requested URL /demo/admin/ was not found on this server.”
Hi, demo resets every 1 hour. Try again now. Thanks.
I’d like to try your software but the demo returns 404.
Hi, demo resets every 1 hour. Try again now. Thanks.
Boa tarde
Uma susgestão de pluigin help desk .
Para o sistema financeiro possibilidade de lançamento diário de produtos e serviços para emissão de fatura no final do mês. Preço de custo de produtos e serviços.
Obrigado
Boa tarde. Obrigado pela sua sugestão. Notado.
should add something for a record book when a job is done for a client and make what was done for reccurent services
Salaam Sadia,
usually we have several clients of same names but with different company names. In Invoice, filed “Customer” should display “Company Name” instead of customer’s name as its very hard & time costing effort to sort out & select right customer’s name from several similar names. Kindly do it at your earliest as this problem is very annoying all the time.
I need to customize Invoice PDF file & Printable Version files.Kindly write me the path of these files located in system folder.
Salaam Sadia,
Could you please estimate time when the following tinny features will be available into the application for the benefit of users.
= CSV download for Quotes
= Add heading “Quotes” in left column at Contact View page/Contact Profile, show quotes related to respective client (Just like Invoice heading)
= At Invoices List pages, show extra Columns> Paid Amount & Balance as well.
= Allow to enter more then 1 email addresses into client’s profile as normally the clients have multiple email addresses and they need to receive emails on them too.
= Provide Download feature for Quotes. (Like Invoices)
= For security reasons, can we rename Admin Login Page ?
= Notes should be with HTML editor to maintain a better record.
= Add feature of Auto Increment for Invoice Number of new invoice (Admin can set increment of 5, 10, 15 or desired increment)
Hi, Thanks for your suggestion. Quotes tab has been added in latest version. We are working constantly to make this software even better.
Hello, Can I Generate Report Filtered by Payee and Payer ?
Hi, Thanks for your suggestion & noted. We are working constantly to make this software even better.
Hi is it possible to add new row as a Due Amount.
Hi, Are you telling about in Invoice? It’s already available.
Cool but I can’t to find it
I can work with cost centers? There is the possibility of custom fields?
Hi, I didn’t get you. Can you elaborate little bit more.
Hello there I congratulate you for your work. I would have an incredulity from you. You have improved the field of product addition. For example, product unit, product category. As an example for the product unit; Cm, mt, kg, gram, mm .. If you give me information that you can do I want to buy.
Hi, We are working constantly to make iBilling even better. Keep in touch. Thanks.
Could you please indicate point to point what is required to convert this script into SaaS? In this way a lot of users will be able to register and track their finances.
iBilling SaaS version is available as $15/month. But it’s not allowed to create SaaS version for iBilling. iBilling does not have extended license. Thanks.
Bug found in Payment, once you click on the invoice URL from the email, it goes the page where the invoice is show, from there if client client on Pay (through PayPal), the amount which to going to PayPal is completely wrong.
Hello, I didn’t get you, send an email with your installation url with a login access – https://codecanyon.net/item/ibilling-crm-accounting-and-billing-software/11021678/support/contact
Hello I have already been purchased 0, but I lack some additions How it can be implemented or what is the procedure for execution by you.
1. Required classification of products and services are arboreal an unlimited number like the picture attached: http://demo01.mcms.ws/t/backend/assets/pages/img/login/bg1.jpgAnd also in the Post an purchase price of the products and the selling price to the public.
2. Post an new section as the subscription fees: Hama is added to the following section: bill: the history of our audit and the date of the service ended and the phone number for me to recall the bill and the owner of the system administrator with a notice in the email.
thank you
Hello, Your requested features is not available. I have noted your request. We update ibilling time to time. We will consider in future. Thanks.
Is it possible to request in the case? With the possibility of paying $ Azafa Alantzer I do not want it for me a very important
Thank you
Hi, I didn’t get you. Can you send me your detailed requirements using this link – https://codecanyon.net/item/ibilling-crm-accounting-and-billing-software/11021678/support/contact
Hello, can we integrate Google API calendar ?
iBilling Calendar is designed for internal use. And Currently your requested feature is not supported. Thanks.
There is no calendar on ibilling any plugin created ?
Calendar is available since Build 4530. Are you using latest version? You can update to latest version from Settings – > About.