For me its a difficult problem to crack as I dont have enough programming background.
See
https://frontaccounting.com/punbb/viewtopic.php?id=8242
It might help.

Try with debug on. See if anything in the logs.

In database
trans_type 30 is a Sales Order
order_no is the Sales order number.

You will find the above in database tables xx_sales_order.
so look for trans_type =30 and order_no=20131 combination.

OR

From within FA

Sales->Sales Order Enquiry -> #=20131 and see what you can do.

Maybe this is what you are looking for:?

https://github.com/FrontAccountingERP/FA/pull/26

As in this thread.

https://frontaccounting.com/punbb/viewtopic.php?id=7405

Strange that you are not able to attach screen shots. One thing to remember is that screen shots should be saved as files (.png..etc) and then attached as files.

55

(4 replies, posted in Reporting)

By default the Legal Text is only available on invoices and statements. The field is around 150 characters. You need to manipulate some files to get to where you want to go. Google "frontaccounting legal text" and you will find some help there. If you want to see Legal text on all documents then in /reporting/includes/doctext.inc comment as below (line 282 as of FA 2.4.14)

    // if (($this->formData['doctype'] == ST_SALESINVOICE || $this->formData['doctype'] == ST_STATEMENT) && $this->company['legal_text'] != "") 

56

(4 replies, posted in Reporting)

The tax is calculated and it is included the final figure(26.09 is included in the 200). Sales->Sales Types define if the tax is included or not.

@seahawk,

I am running 2.4.14 and  not able to recreate your problem.
You can always upload screen shots (files) by choosing Post a reply.

@apmuthu,
When one places an invoice he/she is also prompted to add an attachment. What @normanos@serck.nl would like to do is to be able to automatically combine the invoice and the attachment in one pdf file. Today what he is doing is downloading the invoice and the attachment and merging them manually in one pdf.

59

(5 replies, posted in Report Bugs here)

As @kvvaradha suggested please press the update button and try again. Clearly the message states currency not set.

60

(10 replies, posted in Installation)

I presume  that certain site providers consider the repo unsafe for reasons they are not willing to divulge or its against some rules that they dont know what they are.

61

(10 replies, posted in Installation)

@mandeepmavi,
You still need to do as in https://frontaccounting.com/punbb/viewtopic.php?id=9695&p=2

62

(5 replies, posted in Announcements)

@apmuthu,

The first string will not show if translated because its coming in the login screen and before the language is set.

Check errors.log for any errors. Enable debug in config file and check for errors again. List your environment.. fa, os, ...etc

64

(1 replies, posted in Announcements)

please  mention your environments os, php, mysql, apache and the content  of /lang/installed_languages.inc

@seahawk.. I use an extension by @boxygen as below. It works nice for me. Review and see if it fits you. It works with Direct Invoices only. Aslo you need to manually void customer payments if any was allocated against the invoice.


https://frontaccounting.com/punbb/viewtopic.php?id=7951
https://frontaccounting.com/punbb/viewtopic.php?id=7029

Take a look at  Manufacturing and Bill of Material you might find a way to suit your need.

Maybe this might help

https://frontaccounting.com/punbb/viewtopic.php?id=9606

I believe this is an excellent extension. This will definitely  add value to the great work done by FA developers. Keep up the good work.

You are running a very old release of FA. There are 12 releases newer than 2.4.1 (2.4.13). Many bugs were fixed and some more functionality is added. I recommend to upgrade your FA to the latest. You might have a PHP compatibility problem which is only addressed by new releases.

70

(1 replies, posted in Setup)

Did you mean Payment Terms?
Setup->Payment Terms
Click on bottom lift -> Show Also Inactive
Check the term you want to inactivate.

@msuhail197

This is a very simple thing that should work immediate if all your setup is correct. Mainly utf-8 for English in installed_languages.inc and the default font dejavu  mentioned in class.pdf.inc and that the font files are in /reporting/fonts. Thats all. Unless you have /reporting directory somewhere in /company/x that is overriding your changes. So please review your installation.

You need to change the English encoding to utf-8

Can you list here the contents of your /lang/installed_languages.inc

Also make sure that

                    default :          $fontname = "dejavu";         break;

is specified as the default font around line 162.

Make sure that the language encoding is utf-8 then go:
https://frontaccounting.com/wbt/pages/download/downloads-for-release-2.3fonts.php
Download and install dejavu font as described in the instructions.

Also on the same page take a look at the Font Utility Package if you want to use your own fonts.

75

(8 replies, posted in Reporting)

@msuhail197 please  use on thread for your  same query .