1930 comments found.
Do you provide special customization support?
Hello, Right now I am unable to provide customization service. It’s written with plain PHP, If you have coding experience you can do this or you may hire a developer. Thanks.
Hi, PDF is not generating properly. Logo is overlapping with invoice content. Have you done any updates for it ?. If yes, how to get the updates.
Thank You
Hello, Please email me via my profile page with a demo invoice link from your installation url so that I can look it further. Thanks.
Hi there!
Great script! I have a quastion before I purchase it. I was wondering if it is maybe possible that My customers can have there own account for manage their own invoices and send it to Their customers.
Can I send my customers there own login data? So they can make and create there own invoices and billings online?
Thank you so much! Kind regards,
Hello, This is not SaaS application. This is standalone self hosted application. Thanks.
Asalamlikum Sadia;
I am ready to buy this application but before I do so , I have some inquiries : 1- Are you planning in adding more features to this application ? 2- Could you add the following items to this application (Recurring Income / Expense Log & Recurring Income/ Expense Calendar).
Thank you.
Hello,
Thank you for showing interest buying iBilling.
I may add new features but I can’t confirm you any specific features or date. Features will be added based on the demands. I recommend for you that do not buy item guessing that lot’s of feature will be added in the future. Buy only if you are happy with current features.
Regards,
Sadia.
Hi I have both software of yours, I made some custom changes in moneyflow and integrated with school software but I feel I need features like history summary in crm of ibilling.
Is there any easy way that moneyflow can be replaced by ibilling keeping in mind we have make very little changes in moneyflow and integrated with other script. Thanks.
Hi Umer, You can follow this- Import the table crm_accounts in moneyflow from ibilling. And integrate contacts.php (inside controller folder) and any dependent files. Alternatively you can make the change to ibilling for your customizations. Hope this helps.
Thanks for help 
It’s my pleasure 
I updated script with the latest version, i am still unable edit or add product to invoice. Creating invoices works great. After creating an invoice, the ability to edit and add additional product is not functional. Please provide me with the fix for this bug, thank you.
Hello, It should be working after new update. Please try with refreshing the page properly & clearing browser cache. If you still facing problem please send me your installation url with login credentials so that I can check this for you.
It is working now, thanks much. Could you send me instructions how to add the discount field to invoice and report.
As I already discussed with you regarding this over chat, so that I am not duplicating the reply. Thanks.
Hi, can you update funtion: When creating invoice, may be some new customes not exit in list customes. i don’t want go to add new customes, we can quick add new customes in this step
Hi, Thanks for your suggestions! This option is not available at this moment.
SadiaSharma” is really “bdinfosys”,
This application needs to be done right and needs a client ararea with client login… at present this is just a half done piece of work… intentionally kept mediocar in order to frustrate a buyer into paying more for customization. In reality you are paying for what should have been included into this application in the first place!!!
I bet the application designer is from bangladesh… i have noticed an unfortunate trend with guys from that region. they make a half application make it look promising; You buy it and after 6 months of sales… they take it off.
So called “SadiaSharma” is really “bdinfosys” a bangladesh company that has done this regularly. creating othrr accounts and selling before deleting the product.
Search out the ip and you will all see. (isaka.bdinfosys.com) IT IS UNFORTUNATE BUT BDINFOSYS.COM ALTHOUGH THEY HAVE TALENT… ARE VERY CROOKED INDIVIDUALS. I give it 3 – 4 months and by 1.4.. they will delete their account. I have seen this 5 times over the past 2years.
Please Beware!!!!
Hello,
This site is hosted in bdinfosys as I purchased web hosting from them. They have active account & active portfolio- http://themeforest.net/user/bdinfosys , I personally know them. About your statement- “This application needs to be done right and needs a client ararea (area?) with client login… at present this is just a half done piece of work… ” I didn’t told in product description or any comments or anywhere that I will bring a client portal in this application in the future. I use this application myself & this product is made by targeting specific customers. A lot’s of application is available with less features with millions of customers. That does not mean, half finished. I recommend for you, do not buy a product by guessing that a lot’s of features will be available in the future, before buy check item details ask pre sales questions & if you think you really need this then buy it. One thing I can assure you that I am not going to delete this item, I made this item with love, I am selling this, getting money from this, I love this & I have happy customer’s. Regarding – “I bet the application designer is from Bangladesh”, Yes I am & I am proud to be a Bangladeshi.
Regards,
Sadia.
Well said, I am interested in buying and had to do the research. The fact is i have noticed a trend with Bdinfosys related people posting here. I have also noticed all the other sites associated with that particular bdinfosys IP are all their own products (12 of them). Its good to say you put your love in it and i have nothing against you being from Bangladesh. But it is my duty to warn people when I notice an ugly trend. If you end up deleting this product… which you most likely will… I shall sit back and laugh at who ever hasn’t read this warning of mine.
The configuration of the decimal separator is not working for data entry in all decimal fields, and this is very important to use the system in my country.
A tip is to use the maskmoney component see the demo5 and demo7 the link http://plentz.github.io/jquery-maskmoney/ so you can allow the user to type in any page in the set format in configuration and the database have an exit always in development pattern (with the point as decimal separator) even eliminating the doubt in certain fields accept decimals.
I also advise to create the settings the number of decimal places for currencies (standard 2) and quantity (default 3).
Hello, I have used php number format –
( http://php.net/number_format )
all numbers (e.g. amount, balance) stored in the database as integer for best performance. When displayed it’s converted using php number_format so that you can change format anytime. Please give me a little bit more info which decimal separator you tried. You can also send me your instillation url credentials via my profile page so that I can get exact scenario & get back to you with a solution. Thanks.
The output data is correct. The entry that does not work on any screen. Example: set inverted (comma as the decimal separator and point as thousands separator). Now go to the screen to create a new invoice, click “add blank line” in qty price or type 2,30 and see that does not calculate anything, but if you type 2.30 work, should work with 2,30 because it’s my set comma as the decimal separator.
Hello, I have changed the javascript so that you can input 2,30 instead of 2.30. please follow this – http://www.ibilling.io/brazilian-localisation/ & let me know by testing. I am also testing if it is possible to integrate with maskmoney that you suggested.
Resolved to this page.But it is setting the value in the file and not using the decimal character configured the system.
Example: Currently you replaced “(‘0.00’)” by “(‘0.00’).replace(’,’, ’.’)” in various locations Make “(‘0.00’)” by “converts_currency(‘0.00’))” Or you can create an extension and use in place of function replace.
Then create a file: dynamic_functions.php (or the name of your choice) In this file put:
<?php
header('Content-type: application/js');
header('Content-Disposition: attachment; filename="dynamic_functions.js"');
$separator = ""; // <- Here put the code to fetch the configuration on your system
echo " function converts_currency($vli){
return $vli.replace(',', '". $separator ."');
}";
// If you need to create other dynamic functions here.
?>
In HTML use:
<script type="text/javascript" src="dynamic_functions.php"></script>
Set the directory and file name, if not want to call for all pages, place only where owning utility.
Testing your current correction I generated an invoice with one product like this:
qty 2,5 price 55,9 tot 139,75
everything is ok,
But when I consult in invoices > view:
price 55,00 qty 2,5 tot 110,00
ps; if it is possible to integrate with jquery maskmoney will be excellent.
Hi, I have updated this page with new code for invoices.php Please follow this page- http://www.ibilling.io/brazilian-localisation/ I have tested with qty 2,5 price 55,9 & correct total amount should be appear in both invoice creation page & view page.
I will get back to you with another update soon. I am currently working invoice creation page improvement, so that it will be possible to add customer directly from invoice page using ajax. I will also consider maskmoney. Thanks.
Thank.
I suggest change
if (($config['dec_point']) == ',') {
$samount = str_replace(',', '.', $samount);
$sqty = str_replace(',', '.', $sqty);
}
for
if (($config['dec_point']) != '.') {
$samount = str_replace($config['dec_point'], '.', $samount);
$sqty = str_replace($config['dec_point'], '.', $sqty);
}
for code work with any character set
Thanks for contributing iBilling codes!
It is a pleasure to help, thank you for the great support.
I tested the whole system and I made a list of all screens in which the decimal separator is not respecting the setting even error that occurred in invoice. To facilitate put the name of the menu and in brackets the field where the problem occurs.
Transactions
> New Deposit
> Add Deposit (Amount)
> Recent Deposits (Amount)
> New Expense
> Add Expense (Amount)
> Recent Expense (Amount)
> Transfer
> New Transfer (Amount)
> Recent Transfers (Amount)
Sales
> Invoices (Amount)
> Edit (for item [Price, Total], in sum [Sub Total, Tax, Total])
> Recuring Invoices (Amount)
> Edit (for item [Price, Total], in sum [Sub Total, Tax, Total])
> New Recuring invoice (for item [Total], in sum [Sub Total, Tax, Total])
Bank & Cash
> New Account (Initial Balance)
Products & Services
> Product
> Edit (Price)
> New Product (Sales Price)
> Services
> Edit (Price)
> New Service (Sales Price)
Settings
> Sales Taxes (Rate)
Thanks
Thank you for informing me. I am checking this issue.
Hi, I have update the codes in your mentioned pages to work with your localisation. Can you please check & let me know. You can test here- http://demo.ibilling.io/v2beta/
User: demo@example.com
Pass: 123456
Thank You.
I start the test now, a small detail, need to use the symbol R$ and not BRL code. Sample: R$ 2,95 and not BRL 2,95
In “Transactions” Deposit and Expense is perfect, but in Transfer is recording integer., See the transfer “teste”, I typed 72,95 but was transferred 7295,00
I continue testing the remaining screens and I report you as soon as finish.
Thank You.
Just below which also contains error, explained the error forward, the rest were resolved.
Transactions
> Transfer
> New Transfer (Amount)
------- FAIL (recording integer)
Sales
> Invoices (Amount)
> Edit (for item [Price, Total], in sum [Sub Total, Tax, Total])
------- FAIL for price after edit and save ( in new invoice, work very well)
> Recuring Invoices (Amount)
> Edit (for item [Price, Total], in sum [Sub Total, Tax, Total]) -
------ FAIL for price after edit and save ( in new invoice, work very well)
> New Recuring invoice (for item [Total], in sum [Sub Total, Tax, Total])
------- OK, (but javascript stop work if input fast, (replace change event for lostfocus?))
Products & Services
> New Product (Sales Price)
------- FAIL, (Save zero price, but input 41,14)
> New Service (Sales Price)
------- FAIL, (Save zero price, but input 41,14)
Settings
> Sales Taxes (Rate
> Add Tax
------- FAIL (don't save if rate contains comma, show message: "Invalid TAX Rate.")
Thank You.
Congratulations, I did a new test and realized that almost all errors are corrected. It is just missing those presented in the “Sales” menu.
When this version will be available?
Message to the user “atro212” and their supporters,
I do not know say whether “SadiaSharma” or not of the same group “bdinfosys”, but I can guarantee that the price charged by this system, or any other quality system that site, which is paid once is very fair.
In other sites there is a charge of at least annual period for technical support, as it needs to cover the costs of this work.
If you are programmer will know how difficult and time consuming to create a good system, if not programmer can make a budget stores that develop customized systems and you will see the price that will be charged and with limited time support.
Do not be afraid to purchase the system for fear of losing support because the system at the point that is already worth the price, but the history that I have had support provided here is worthy of praise, which only increases the credibility of this seller for future systems.
Thank you so much for the kind words & supporting. I really appreciate your contribution, your suggestions & feedback. I am expecting that I will be able to release v2 by next week.
Best Regards,
Sadia.
Hi, Can you please test again here- http://demo.ibilling.io/v2beta
Username: demo@example.com
Password: 123456
Thanks.
In Sales > [Invoices (in list choose one) click in “Edit” button] The invoice update function on event “Save Invoice” button, is rounding the value from Price field. Only in Edit Mode, if create new invoice is work well.
You can provide this new version?
Detail: the user photo image is covering part of the menu in css have to force the height, example:
.nav > li > a > img {
height: 25px;
}
Thanks.
Issue with editing invoice has been fixed. I just disabled css browser caching by adding version number in style.css call. Can you please recheck.
I did a complete test. Is perfect, congratulations. Today will provide this version?
Yes, I am planning to post this today 
Great, I’ll be waiting anxiously. Once again I praise the great work you have done.
A curiosity, what software you use to develop? And this software integrates with codeigniter framework, or has any plugin for that?
Thanks for asking. I use jetbrains phpstorm. I will have to check codeigniter integration. But it’s built with own custom framework. For some reasons I do not like other frameworks, e. g. framework loads so many codes, libraries unnecessarily. You can easily write plugin for this software. You may contact me via skype, if you need help. My Skype id is – sadiasharmin3139
It’s late night here [2:08 AM] I may not be available for reply for next 8 hours. Regards, Sadia.
Thanks for the info,here they are [5:19 PM] 18 day
Yeah, I Googled for your time zone just few moments ago 
Hi Sadia,
How can I add credit card information for auto/manual billing using authorize.net payment gateway?
FYI, I saw the option of adding login id and transaction key for authorize.net but very confused how to add up credit card number of my customers 
Please guide…
Hello, You do not have to input customers credit card info. When customer choose to pay using authorize.net he will be redirected to the authorize.net payment gateway to pay using credit card.
Thanks.
so how auto/recurring billing process will execute in that case?
Customer will get notifications when invoice generated & Customer will be able to pay using invoice link. Thanks.
Hi Sadia,
Could you please let us know the upgrade instructions to V1.2. It is not available in the downloaded files.
Hey Umer, This is bug fixed release. A few issues with invoices and display format that you sent me via message. I have posted this fix. Thanks.
is the source code comes along as well so we can edit our selves?
Hello, I didn’t encrypt any of files. If you have coding experience you can do so. Thanks.
PRE SALES: I`m looking for something that people can join (name, email, area, custom fields ) and can by membership that is for 24 hrs, month, 3 months, 6 months, year. ect . they can get a newsletter, contract site via support and also get a email when the sub runs out. can this be done on this?
Hello, Although it’s similar application that you are looking for but you will have to customize this little bit to achieve your exact requirements. If you have coding experience you can do so but please make sure everything is okay by checking demo and documentation here- http://www.ibilling.io/documentation/
Thanks.
Unable to login with the demo,
Regards Affan
Hello, Please check now.
Thanks.
Hi
I see it’s perfect solution but how can I create new user..it seems only one user can access …unlike moneyflow ??
sorry I see Manage Users 
Okay
It’s already available!
Let me know can I install multiple installations @ separate folders at one domain like… http://domain.com/one, http://domain.com/two
Hello, You can install multiple. I didn’t put licensing or any encryption at this moment. But please check codecanyon licensing types based on your purchase. Thanks.
Hello, great script, i sent you a few emails recently, i am anticipating your soonest response.
Hey, I received your emails & replied.
Thanks.
Hello I had a look at the demo and i could create product but how can a customer see the product i created. I want my customers to order from me and able to pay directly through any of the payment and customer to be able to create account and purchase any of the item i have available. In basic no customer can create an account or see the items i created. I want to buy it ASAP as my site is up but need billing software. I saw yours if you can get me thought these problem will buy it.
Thanks
Hello,
At this moment your requested features is not available. I do not have any immediate plan to add ordering system & ecommerce checkout. I will let you know if it’s available in future. Thanks for showing interest in iBilling.
Regards, Sadia.
Im using https,after the installer completes,i just get a blank screen ! Whats the issue?
Hello, It should be working with https. Please enable display_error & error_reporting. So that you can check what is the exact error. Details instructions is here- http://www.ibilling.io/common-troubleshooting-tips/
You may also send me ftp using my profile page, so that I can check this for you.
Regards,
Sadia.
This is multicompany??
Hello, I am not sure what did you mean by multicompany.
You can manage all your clients, invoices, accounts no matter how much you have companies. But if you mean that you want to provide this software as a service for your client. e.g. Client can signup & manage their own invoices, accounts you will required SaaS version. You may contact via my profile page for SaaS version.
Thanks.