Setup->Company Setup->Max day range in documents.
Increase this figure from the default of 180 days.

52

(10 replies, posted in FA Modifications)

I think @joe was very clear with this and I quote him:

joe wrote:

Hello Sir,

I guess you are referring to an external COA. In the FA core there are 2 COAs, en_US_demo.sql and en_US_new.sql. These 2 COAs only contains two fiscal years, Currently these are 2020 and 2021.

In the next minor release these will be updated to 2021 and 2022.

All the COAs in the Extension repository are maintained by various users and some are probably not updated.

Joe

Good decision Joe.

@MacKenzie
Did you investigate this with debug on?

55

(10 replies, posted in FA Modifications)

what did you find and how you solved it?

56

(6 replies, posted in Wish List)

I agree with @poncho1234. Lets make it easier  for members to use the forum.

@seahawk
Have you considered adding a GL Item to the Supplier Invoice. The Discounts Received account is 5060 in the demo COA (US COA). With this you can add Total Discount to invoices but not to direct ones. Give it a try. I like it.

setup->Company Setup->choose 2021 fiscal year. Bottom of screen press Update.
Now you will be able to enter data in that year.

@doug86 can you please list your environment . php mysql apache OS FA on the server side?

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.

64

(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'] != "") 

65

(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.

68

(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.

69

(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.

70

(10 replies, posted in Installation)

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

71

(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

73

(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.