So far price in words supports only English .

If you wish to add Bulgarian , you need to add one more function on pdf_report.inc and hook it on corresponding rep file

I am not sure about the form fields and its effect in the delivery note of both sales and purchase. From my understanding we need to add a flag to set it's quality. So just add a form after order creation page once the order is submitted we can see some links to view , print, forward to delivery. So here set an link to quality control form and also you need to set a field in stock moves table to add the flag of results. From that you can bring the flag on delivery. By the way you can set the field within the delivery page itself. Like how we dealt with the batch numbers

703

(20 replies, posted in Setup)

@emiangel - 2.4.1 is database version. Usually FA has two versions,

   * FA version  2.4.4
   * DB version 2.4.1

704

(20 replies, posted in Setup)

@GJ You can backup from 2.4.2 and install a fresh FA 2.4.4 separately.
Than import the exported backup from 2.4.2.  The new database will be replaced with old one. After that you can make the changes i told above.  hope it will help you.

@joe/@janusz - Any further investigation for this issue  ?

@emiangel you can get the extension from the above link he shared. The thread explains what he done already and also what he tries to provide .

Make it as extension and install it. You can activate it to any company

708

(4 replies, posted in Setup)

That's great. And separate instance is good. But you need to be very careful with independent installation.

The due date refers to the date we allow the customers to pay their balance. When you make it as cash sales, how do we allow it to input due date.

You can ask us to record the due date as invoice date.
@janusz - looking your feedback for his requirement

The due date is coming up with current date. But if you make cash sales the payment date is coming up with the date you inputted for Invoice.

Is that not enough

You are right .

@joe, can you tell us the reason, why we keep on going to new numbers, and also i think we can keep the updation, when it doesnot affect the amount and date.

I had a similar question. But Joe said, there is an reason to program like this and he forget the reason to state it.

We need to edit few files to make it work. I have done a similar thing to a FA user before.

713

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

You can export charts with he!p of below tables.

0_chart_class
0_chart_master
0_chart_types

These three tables are enough to export chart of accounts to other FA.

714

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

I think you are asking access role problem here. I don't think to go separate role for extra fields. Just keep them as of custom types page security. And for creation of customer fields. You can use settings roles.

Hope it helps to reduce your security access problem

Ofcourse you are right, For journal entries, the program voids the existing journal recreate with your new changes.

no, it wont be affected. those numbers remain same.  the reference and transaction number both kept after edit

@apmuthu you can submit this extension to FA repo. Many users looking to recreate their COA

718

(4 replies, posted in Setup)

@BarryHavenga you can use apmuthu suggested method. But some drawbacks are there. Everytime client has to remember the name company as of you specified in config. So it's upto your convenience. you can go with different copies of FA and connect them and hide the company drop down and put a hidden field with respective company name. This way your customers won't see other company names. And also it will help you to add specific changes for a customer as well.

Hope it helps

@Sirka , I have done a bit similar system before. So i can tell this is possible and i can do that.

If you want to contact me, use this  Kvcodes.com

Yes you need to use Account groups. Create a group called Communication and use it

721

(1 replies, posted in Reporting)

You might need to see corresponding repXXX.php file as well as

   * doctext.inc
   * header2.inc  or header() function from pdf_report.inc

hope it helps.

722

(3 replies, posted in Report Bugs here)

good.

If possible add 2018 in fiscal year and set it as default fiscal year.

723

(3 replies, posted in Report Bugs here)

When I install British COA the chart of accounts has only 3 data's. Than I checked the sql file.

It looks like this

 
('1005', '', 'Goods Received Clearing account', '2', 0);
('1010', '', 'Freehold Property', '1', '0'),

Here replace the semicolon with comma

 
('1005', '', 'Goods Received Clearing account', '2', 0),

724

(24 replies, posted in Reporting)

After a brief look into extension. Returned back to the basic things I told first. Glad if it helps you

@seahawk - The email invoice is working and sent email. Probably, enable debugging mode and check the email functionality.
  Try this directly.

FA url and add  this url string, and check it

reporting/prn_redirect.php?PARAM_0=15-10&PARAM_1=15-10&PARAM_2=&PARAM_3=1&PARAM_4=0&PARAM_5=&PARAM_6=1&REP_ID=107

Here 15 is sales invoice number. I feel the SMTP blocks, if the server enabled ssl, the email functionality may not work properly.