Done.
Also referred in this post.

@joe: want to add this?

Putting it in a variable and then using it everywhere will make sense.
@joe?

1,004

(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

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

The potential files are:

access/login.php
includes/current_user.inc

1,007

(1 replies, posted in Reporting)

We cannot add apples and oranges.

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.

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.

The following users from your country may be of assistance:

@chase
@Farhaj
@PHPdv
@dz
@boxygen
@emiangel839
@twlight118

1,011

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

It's okay now in both themes. Tnx.

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

Atleast it is correct in my repo. @joe: correct it in the official repo.

My version is attached herewith.

1,015

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

Firefox 52.0.9 on WinXP SP3

1,017

(6 replies, posted in Setup)

A possible token in the session keeps getting changed.....

1,018

(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,022

(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,024

(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