1,001 08/18/2019 05:37:11 am
Re: Supplier's Description of an Item resets to default defined in system. (16 replies, posted in Items and Inventory)
1,002 08/17/2019 01:35:54 pm
Re: Clone Manufactured Item -> Clone BOM? (7 replies, posted in Items and Inventory)
@joe: want to add this?
1,003 08/17/2019 01:33:29 pm
Re: Some changes in add_supp_invoice to reduce unnecessary query run time (9 replies, posted in FA Modifications)
Putting it in a variable and then using it everywhere will make sense.
@joe?
1,004 08/14/2019 06:27:59 am
Re: Config Setup Options (10 replies, posted in Setup)
If you got your en_ZA chart and language files from the official extensions repo, then try to use the ones from the unofficial repo.
1,005 08/14/2019 06:25:43 am
Re: Article WEIGHT and SIZE (LxHxW) (3 replies, posted in Wish List)
FA currently just has "Ship Via" specific Shipper info and no shipping rates based on volume/weight/distance on a per shipper basis. Maybe this might be a good inclusion into FA 2.5.
1,006 08/14/2019 06:21:40 am
Re: 2 factor authentication to FrontAccounting (4 replies, posted in Modules Add-on's)
The potential files are:
access/login.php
includes/current_user.inc
1,007 08/14/2019 06:18:55 am
Re: want to get total of items in invoice (1 replies, posted in Reporting)
We cannot add apples and oranges.
1,008 08/14/2019 06:08:53 am
Re: Item Adjustments: Relative Only? (2 replies, posted in Items and Inventory)
This is so that all other actuals if changed or differently dated will still fit in and any changes that need to be done can be made to the adjustment entry alone.
1,009 08/14/2019 06:07:14 am
Re: [separate, but related to current IR bug] zero inventory adjustment (9 replies, posted in Report Bugs here)
Abbreviations.com has some nice elaborations (just in jest only):
ORACLE: One Rich A** Called Larry Ellison
SAP: Slow and Painful
MICROSOFT: My Incredible Computer Runs Oddly So Oust Forged Trash
Using above may be like using a hammer to swat a fly/ant in most cases. That's where FA scores - with KISS technologies and gratis indeed. Some things are better than what money can buy and FA seeks to be the numero uno here.
1,010 08/14/2019 06:00:11 am
Re: Looking for FrontAccounting Developer (1 replies, posted in Jobs wanted/offered, non-free offers)
The following users from your country may be of assistance:
@chase
@Farhaj
@PHPdv
@dz
@boxygen
@emiangel839
@twlight118
1,011 08/05/2019 05:46:20 am
Re: Problem Importing Item Purchase Price (7 replies, posted in Setup)
Check if your input data had any extraneous characters that caused a mess up in escaping (or double escaping?). The escape was to prevent SQL injection.
1,012 08/05/2019 05:44:34 am
Re: Default Theme Redesigned And available For testing (47 replies, posted in Modules Add-on's)
It's okay now in both themes. Tnx.
1,013 08/05/2019 05:42:16 am
Re: Updating Small Typo In An Extension (6 replies, posted in Modules Add-on's)
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,014 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,015 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,016 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,017 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,018 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,019 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,020 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,021 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,022 08/01/2019 05:34:22 pm
Re: Login Timeout Setting Not Always Followed? (6 replies, posted in Setup)
1,023 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,024 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,025 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