The standard Chart of Accounts (en_US-demo.sql) has the following account heads. Check for transactions in their equivalents in your CoA.

11 Payroll Expenses
== ============
5410 Wages & Salaries
5420 Wages - Overtime
5430 Benefits - Comp Time
5440 Benefits - Payroll Taxes
5450 Benefits - Workers Comp
5460 Benefits - Pension
5470 Benefits - General Benefits
5510 Inc Tax Exp - Federal
5520 Inc Tax Exp - State
5530 Taxes - Real Estate
5540 Taxes - Personal Property
5550 Taxes - Franchise
5560 Taxes - Foreign Withholding

2,952

(25 replies, posted in Report Bugs here)

If a dissociation is attempted when the final payment is made, can it then be re-allocated and satisfy the issue?

2,953

(13 replies, posted in Report Bugs here)

Whilst the file attached to the 12th post here pertains to the commit in both branches (v2.3 and v2.4), it has been enhanced in the current master (v2.4.1+) in this commit.

2,954

(16 replies, posted in Reporting)

@joe: Thanks for the commit in the 2.4.x branch. Those who want it for the v2.3.x branch can take it from the 9th post in this thread.

This post and this post may have some clues.

Start with Bank Charges and then choose the bank Account when making the Journal Entry.

You can post your changes for others to benefit and possibly for the project to incorporate it into the standard build.

2,958

(7 replies, posted in Items and Inventory)

You will have to enable it from the default company for the target company and in the latter you will have to enable the role permissions.

2,959

(7 replies, posted in Items and Inventory)

@Dynamic is referring to an upgrade of FA 2.3 which has the Dashboard theme and extension to the new FA 2.4.1.

All Total Rows are auto generated.

...
Total SALES REVENUE 38,167 5,170 946.2
Total Income 38,167 5,170 946.2
...
Total PAYROLL EXPENSES 20,497 0 999.0
Total Costs 20,497 0 999.0
Calculated Return 7,670 5,170 70.2

PAYROLL EXPENSES is a total field that is the Wages & Salaries A/c balance here.

2,962

(7 replies, posted in Items and Inventory)

Try to uninstall the old 2.3 Dynamic theme and install afresh from the 2.4 repo.

2,963

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

A screenshot of how it now appears would be useful.

The pre tag should have the same effect. What browser and version are you using?
If the description has malicious code, it could compromise the output.

The pre tag also exists in the core code (from lines in FA 2.3):

Line 1379: includes/ui/ui_view.php
Line  57: includes/db/connect_db.inc

2,964

(14 replies, posted in Report Bugs here)

Set the immutable bit for the .htaccess file or move it's contents to the webserver config file itself possibly on a per folder tree basis.

Running separate subdomains for each application (wordpress, frontaccounting) with their own PHP version setting may be another option.

2,965

(0 replies, posted in Setup)

http://moneyphp.org/en/latest/
https://github.com/moneyphp/money

A large proportion of the computers in this world manipulate money, so it’s always puzzled me that money isn’t actually a first class data type in any mainstream programming language. The lack of a type causes problems, the most obvious surrounding currencies. If all your calculations are done in a single currency, this isn’t a huge problem, but once you involve multiple currencies you want to avoid adding your dollars to your yen without taking the currency differences into account. The more subtle problem is with rounding. Monetary calculations are often rounded to the smallest currency unit. When you do this it’s easy to lose pennies (or your local equivalent) because of rounding errors.

Anyone used it? Maybe FA might use it someday.

2,966

(16 replies, posted in Reporting)

My Post #9 here has the FA 2.3.x version attached.

2,967

(1 replies, posted in Announcements)

The set of Modified files to upgrade from FA 2.3.25 to v2.3.26 are attached herewith.
There are no newly added files.
The doc/CHANGELOG.old.txt file has been removed.

2,968

(16 replies, posted in Reporting)

Many large users are still on FA 2.3.x and they would have the data to test this specific change for both the max lines and the time to generate the report and to see if there is any way to optimise the New Line check routine. An array of arrays that holds the segmented sets of records based on the max rows may be implemented to avoid checking on each new line that wastes time.

2,969

(9 replies, posted in Announcements)

2017-05-22 : FA 2.4.1
2016-02-23 : FA 2.4RC1

The aqua and cool themes have been removed.
The canvas and dropdown themes have been added.
Quite a few other files have been removed.

The New/Modified files are attached.

The changed order of the parameters may have altered functioning of your report.

There is no Premium FA.
Standard FA means "unmodified" source as available in the official repo.

Each user can have customised FA to suit their needs and some of which may have such features.

2,972

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

Looks like the css should have wrap enabled (nowrap disabled).

Since you are using a customised dashboard, you will need to first see what differences there are between the original and your customised one when the customisation was done. The original one itself may have had the bugs and then got rectified in the mainstream itself. It is possible that the customisation may have been done in the core files as well.

The original Dashboard theme and extension are available in my repo.

2,973

(16 replies, posted in Reporting)

Is there something wrong with the function ymd2Date($year, $mon, $day) in excel_report.inc?

Try to echo ymd2Date(1985, 2, 24); and we get 31102.
Now check it out at Wolfram Alpha and we get 26th Feb 1985.

Excellent work @joe porting the PEAR/Perl code.
Further notes.

The files in @joe's post are for the FA 2.4.1 version and can be ported to v2.3.x as well.
Those who wish to test on FA 2.3.x can do so with the files in the attachment here.

Approvals based data entry not available in standard FrontAccounting as yet.

2,975

(6 replies, posted in Setup)

If there were some extensions installed earlier, their tables need to be considered as well. Assets was an extension in FA v2.3.x but is now it is an integral part of FA in v2.4.x.