@apmuthu,  thank you. Batch and expiry date .

Cost 100 USD. 

Demo is also available there in above link.

502

(12 replies, posted in Banking and General Ledger)

We can make sales quote without checking the stock. But here he said. It's given to customers when the goods are ready to deliver.  May be it's not required for common FA  users. It might be useful for some manufacturing companies and pharamedical wholesalers.

@geesyscare. Do we need to make pdf format for it. Can you show us a sample Pro-forma invoice in pdf.

Brother. Again here. As we already spoken about it. We have large Amount of data. So it makes more queries again and again to get both reports results. And we have two options
1. Introduce a new table to record the available stock , ordered , waiting to process, and in manufacturing.  It would need to change the program to run it every movement of inventory.
2. To make a cron job and prepare this report in server's free time like morning 2 am to 6 am.


Or we can increase the server config and reduce unnecessary tables to give some extra cache to run

504

(12 replies, posted in Banking and General Ledger)

@apmuthu. It looks like a special one of delivery. But the difference is , the Pro-forma  invoice given before deliver the goods and the same time he said. The goods is waiting for delivery. Which means the goods is ready. So we make PI from order.

@barbarian. I have made it already. You can watch the video to see mine one.  It was core customized. Batch and expiry date for frontaccounting

And if anyone find it any changes. Just drop in
Your suggestions.  Or changes. We can make it.

506

(12 replies, posted in Banking and General Ledger)

It looks like the Pro-forma  invoice is going to work in between the sales order and delivery. And doesn't make any GL entires and stock entries. Simply we can see the goods is ready for the customer.

Here how does the Pro-forma to delivery step happens. ?

If customer pays the money. Do we need to record against Pro-forma invoice or we have to complete the delivery and invoice. And than we have to record payment against the invoice.

507

(15 replies, posted in Setup)

That's good to hear. May be in future it will  be helpful for someone to read this infuture. So write here how you understand it.

508

(15 replies, posted in Setup)

I am not sure how you tried. Let me provide my scenario.

1. Created two item tax types one with tax and another with fully exempt.

2. And I already had two taxes 5% and 7%..
3. Then I created two items one with taxed item and another fully exempted item.
4. Then I created a supplier with taxed group. That was also already existing.
5. Now I have gone to supplier invoice and added taxed item with created tax rate. And then I added fully exempted item. There it didn't change the tax value.

Hope this test explains the tax can be applied based on items and suppliers tax group.

Suppose if your supplier is fully exempted tax group. Than it won't apply any tax for his invoices.

509

(6 replies, posted in Setup)

Have not implemented electronic invoices So far. May be we will do it in a custom module to FA.  It requires clear idea to make such a good module. If you looking for paid development  post a job under the jobs category. There will be developers to try it.

510

(6 replies, posted in Setup)

Electronic invoice has different formats. How you wanted to make it. The pdf is also a electronic format. May be xml, soon, or  ocr you meant

@apmuthu  his point is different. He says, is there a way to warn or stop adding those entries wrong.

512

(52 replies, posted in Modules Add-on's)

Yes. But for more  customization get only one value from that minified string. We have to decode all the custom fields. May be a choice to do that.suppose if we have to bring hsn code for items. And we have to take tax reports based on hsn code. It might be complex to get and process the results.

513

(15 replies, posted in Setup)

Looks like you didn't understand the tax concept of FA.  FA  has customer based tax as well as item based. So it supports what you want. Let's say when an item is taxable and non taxable (exempt). That's applied on the time of item selection in cart. So try it with different set of items with its item taxes and exempted. So it will opt you the need.

514

(3 replies, posted in Misc. Charts of Accounts)

Great once you done it for one company you can use it for every other company. Simply reuse the customized  chart of account for new companies.

515

(52 replies, posted in Modules Add-on's)

We have to add two tables for custom fields. One for the field definition and another one to store data of custom fields.

Actually I am thinking to extend this to sales invoice  and purchase invoice.

@poncho1234 - we have to focus on next major release. I can understand.  Let's try to contribute something to next release.

@Joe  users are eagerly waiting for the next major update. So let's focus on it.

516

(52 replies, posted in Modules Add-on's)

This program we wrote it for 2.5 it's not for 2.4 those who wish to customize the core they can give it a try with this module. Other than that this code will be used inside 2.5 the next major update.

517

(52 replies, posted in Modules Add-on's)

@poncho1234, What i tried to explain you is to get the custom fields inside the respective pages. Usually its hard to remember and work in separate page for the custom fields. So we have to put the custom fields within the existing page itself. Here i have created a demo for understanding it.

Kvcodes Demo for Custom Fields
Username : custom
Password : 123456

This is my very initial version.  We will enhance and develop it to bring more possible custom fields to custom pages.  Looking for users and developers feedback to enhance it better.

518

(3 replies, posted in Misc. Charts of Accounts)

It's a bit typical for non technical person. Let me answer you, and you can try to make changes In it.

The GL account codes are initially stored in chart_master table.  From there we used to make GL and journal entries. That will store in gl_trans  table. And then it can be connected with bank accounts in bank_accounts  table.  If any GL settings connected to that GL account it must be in sys_prefs   table.  And if you made supplier invoices with GL  accounts, you need to look in supp_trans  table. The same way with customer deposits and supplier payments through journal entry. It will also hit the gl_trans table.  So take it seriously and check it those tables to find and replace the gl account code manually with help of MySql client like phpmyadmin or workbench.  May be If i miss any table add further comment. So someone will get benefited in future by accessing this post.

Good luck.

519

(2 replies, posted in Setup)

Since you have stated you process the hospital medical bills. Is it like supplier bills.?

And are you working as medical intermediate who works in between hospitals and insurance company to apply for the claims with covering expenses and get insurance claims for the customers.

I guess you might be in Tamil nadu. If so explain me the process of hospital bills. Let me help you to understand it better.

520

(7 replies, posted in Installation)

Perfect and thanks for writing it here. So in future people will get it sorted by themselves.

521

(2 replies, posted in Report Bugs here)

It's simply the pdf file path. So check in the end() function inside pdf_report.inc to give path for the file. And also company_path function you need to check it. We have not faced such an issue. Simply giving you the way to figureout a solution. The returned file url is wrong. So the path is the only problem not the permission of files or permission of user

522

(7 replies, posted in Installation)

The issue he initiated is different than your issue. The session failure is php library missing issue from the hosting provider.  Your issue is connected with MySql server port number. Sometimes the MySql server needs to connect it with its port number. Usually the default port no is 3306. But some servers the port no might be configure with another available port.

Here your problem is the port no,  you have to get right port no to connect the MySql server.  And also don't forget to check the MySql server credentials.

Update
Looks like your MySql server is down or port no changed.

523

(11 replies, posted in Setup)

I have updated my tutorial to understand better.  How To Create A New Company In Frontaccounting. There you can see the way to create it.

524

(25 replies, posted in Reporting)

Not hard as you think. Understand the concept. Every transactions entry, we have to record the salesman id in both sales order and debtor trans tables to retrieve them back while making report.  By logical we need to alter the table and add column for salesman.  And than while making sales invoices,  record the salesman  id in that column.  With that you can make custom report to get the salesman wise reports.

If you make more payments from petty cash account. It would go negative. Or you make all expenses from petty cash account. It would go negative. I guess there is no limit to keep the petty cash only positive