The attachment in my previous post can be safely used to overwrite the modules files as the official module has not been really updated in a while (just version bumps).
1,051 08/05/2019 05:42:16 am
Re: Updating Small Typo In An Extension (6 replies, posted in Modules Add-on's)
1,052 08/01/2019 06:11:52 pm
Re: Updating Small Typo In An Extension (6 replies, posted in Modules Add-on's)
Atleast it is correct in my repo. @joe: correct it in the official repo.
My version is attached herewith.
1,053 08/01/2019 06:07:30 pm
Re: Problem Importing Item Purchase Price (7 replies, posted in Setup)
Lines 43 to 49 of import_items.php:
function get_supplier_id($supplier) {
$sql = "SELECT supplier_id FROM ".TB_PREF."suppliers where supp_name = ".db_escape($supplier);
$result = db_query($sql, "Can not look up supplier");
$row = db_fetch_row($result);
if (!$row[0]) return 0;
return $row[0];
}
If an existing supplier name is available in the target table, then it will return the supplier_id, otherwise it returns a 0. Make sure that the Supplier Name is exactly the same as the one in FA when an import occurs.
1,054 08/01/2019 05:58:17 pm
Re: Default Theme Redesigned And available For testing (47 replies, posted in Modules Add-on's)
Firefox 52.0.9 on WinXP SP3
1,055 08/01/2019 05:57:31 pm
Re: Login Timeout Setting Not Always Followed? (6 replies, posted in Setup)
A possible token in the session keeps getting changed.....
1,056 08/01/2019 05:45:21 pm
Re: Problem Importing Item Purchase Price (7 replies, posted in Setup)
Are you referring to the Inventory Items CSV Import module?
1,057 08/01/2019 05:42:42 pm
Re: Updating Small Typo In An Extension (6 replies, posted in Modules Add-on's)
Which extension, which page in it and what typo?
1,058 08/01/2019 05:41:34 pm
Re: [separate, but related to current IR bug] zero inventory adjustment (9 replies, posted in Report Bugs here)
Make the re-usable leftover 8 Kgs as another output product!
1,059 08/01/2019 05:39:00 pm
Re: TaxType in Import Bank Statement (2 replies, posted in Banking and General Ledger)
Which import bank statements module are you referring to?
Where did you get it from?
1,060 08/01/2019 05:34:22 pm
Re: Login Timeout Setting Not Always Followed? (6 replies, posted in Setup)
1,061 08/01/2019 05:30:10 pm
Re: Default Theme Redesigned And available For testing (47 replies, posted in Modules Add-on's)
@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,062 07/27/2019 03:43:11 am
Re: Languages and NGINX (4 replies, posted in Translations)
Github has one such project. Take a look at the actual nginx yml file for docker.
1,063 07/27/2019 03:39:49 am
Re: Adding Freight Charges To Purchase Order? (3 replies, posted in Accounts Payable)
https://frontaccounting.com/punbb/viewtopic.php?id=3320
https://frontaccounting.com/punbb/viewtopic.php?id=3459
https://frontaccounting.com/punbb/viewtopic.php?id=3184
1,064 07/27/2019 03:31:18 am
Re: Arabic and other RTL ( Right to Left) languages User Interface (42 replies, posted in Translations)
Most browsers use CTRL +/- to adjust display font size. All reports have font settings tied to column widths.
1,065 07/21/2019 03:22:46 am
Re: Cannot login - extensions.php & config.php never created (3 replies, posted in Installation)
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.
1,066 07/20/2019 05:33:02 pm
Re: Cannot login - extensions.php & config.php never created (3 replies, posted in Installation)
Folders 755
Files 644
The missing files generally get created during installation along with some other files.
1,067 07/16/2019 03:53:56 am
Re: Date Picker close when clicked outside of the datepicker (6 replies, posted in FA Modifications)
Bootstrap implementation may have other working scripts for datepicker.
1,068 07/12/2019 03:50:42 pm
Re: Transaction References with Customer Placeholder (5 replies, posted in Accounts Receivable)
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,069 07/10/2019 03:26:28 pm
Re: Email Not Sending (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.
1,070 07/09/2019 02:24:19 pm
Re: Arabic and other RTL ( Right to Left) languages User Interface (42 replies, posted in Translations)
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.
1,071 07/09/2019 02:16:39 pm
Re: FrontAccounting Extensions Step-by-Step (2 replies, posted in Modules Add-on's)
Check out this post.
1,072 07/09/2019 02:00:32 pm
Re: Cannot download repo index file. error 2.4.6 (10 replies, posted in Report Bugs here)
Check if OpenSSL is available in your php.ini.
1,073 07/09/2019 01:59:55 pm
Re: Ways to manage real-life manufacturing scenario (4 replies, posted in Manufactoring)
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,074 07/07/2019 05:00:54 pm
Re: help HR module not working (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.
1,075 07/06/2019 03:03:40 pm
Re: Version 2.4.7: Purchases - Direct Supplier Invoice not processing (6 replies, posted in Report Bugs here)
@joe: Can we not make the field take no more than the field size in the table definition?