1,051

(7 replies, posted in Setup)

Are you referring to the Inventory Items CSV Import module?

Which extension, which page in it and what typo?

Make the re-usable leftover 8 Kgs as another output product!

Which import bank statements module are you referring to?
Where did you get it from?

1,055

(6 replies, posted in Setup)

Check this Wiki page and this post.

@poncho1234: Good show.

Vertical Theme: Left menu has no scroll of menu items.
Horizontal Theme: The top menu item - Allocate Supplier Payments or Credit Notes - seems to exceed the vertical height of the bounding rectangular box at browser default font sizes.

1,057

(4 replies, posted in Translations)

Github has one such project. Take a look at the actual nginx yml file for docker.

https://frontaccounting.com/punbb/viewtopic.php?id=3320
https://frontaccounting.com/punbb/viewtopic.php?id=3459
https://frontaccounting.com/punbb/viewtopic.php?id=3184

Most browsers use CTRL +/- to adjust display font size. All reports have font settings tied to column widths.

Since you are running bleeding edge PHP/MySQL, turn on debug / error_reporting and check why you are unable to install. Alternatively, run on debian 7 and then port the FA webroot and sql into debian 9.

Folders 755
Files 644
The missing files generally get created during installation along with some other files.

Bootstrap implementation may have other working scripts for datepicker.

The said line 479 is:

        $ref = $Refs->get_next($_SESSION['Items']->trans_type, null, array('date' => Today()));

Where in it should it be added?

Any generic way to have this feature without manual intervention?

1,064

(1 replies, posted in Report Bugs here)

Has your hosting company recently upgraded their PHP version?

Here a few posts that address mail sending:
https://frontaccounting.com/punbb/viewtopic.php?id=6856
https://frontaccounting.com/punbb/viewtopic.php?id=5960
https://frontaccounting.com/punbb/viewtopic.php?id=5963

Some email service providers and their SMTPs now prevent insecure ports and certain attachment types.

Have a look at the translation strings in includes/dashboard.inc - these strings are in the .po file available for translation. Compare with the English versions and match the translations.

Another file of interest is reporting/includes/class.graphic.inc that is included in admin/dashboard.php.

Check out this post.

Check if OpenSSL is available in your php.ini.

The standard ratio based minimum output observed to be needed would be what the BoM would start with. Any additional issues to the manufacturing is available in the application and the actual output too may be slightly different from the envisaged output which too is manageable in FA.

1,069

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

Ask in this post if it is @notrinos's FrontHRM you are referring to.

Logout, clear cache and then login to the target company.

@joe: Can we not make the field take no more than the field size in the table definition?

1,071

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

Actually the shortcuts existed in my Git Repo for your v2.4-1.

Why did the following files get removed in your GitHub Repo now:

manage/salaryscale.php
includes/db/salary_scale_db.inc
includes/ui/salary_scale_ui.inc

The _init folder in modules generally do not have any index.php file but has a files file and stands updated in my repo.

View Icon Buttons do not work for Attachments.

1,072

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

The pay_element table seems to be orphaned. The v1 pay_detail table is now in the plural, ie., pay_detalis.

The ERD is attached. Field names and orders, indexes and other optimisations may be in order.

1,073

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

Why has the "&" keyboard shortcuts been removed in your new version in the hooks.php file?

The said function update_stock_move() in Post #3 above is not used in any of the known extensions either now.

After the $xr_providers array declaration in config.php see that the line below is appropriately assigned like:

$dflt_xr_provider = 0;

You can also upload the post release FA files in the announcement post. Some folders will need write permissions for the webserver user in case you get permission denied errors.