Where are the three font files?

More on Tuffy Font:
http://www.fontsquirrel.com/fonts/tuffy
http://www.dafont.com/tuffy.font
http://packages.debian.org/squeeze/ttf-tuffy

In Linux:

apt-get install ttf-tuffy
ln -s /usr/share/fonts/truetype/ttf-tuffy/* reporting/fonts

5,452

(2 replies, posted in Accounts Receivable)

Quick Entries is the way to go.

5,453

(24 replies, posted in FA Modifications)

FA has an includes folder in each major functionality's folder (sales, reporting, etc) besides a common one in the webroot. Each db folder in the major functionality's folders are basically models in the MVC architecture where themes serve the views, the actions coming from the URL GET parameters and the ACLs from the session variables.

Using a trigger to make the extra fields get inserted when the primary table's insert succeeds is one way to avoid writing php code.

As for docs, what little I have culled out is placed in the Wiki which would benefit from better organization as I have been left on a limb quite often when searching for my own nuggets hidden there in not very intuitive key word search terms.

Where possible, I have cross referenced in the wiki pages, the forum posts that pertain to it but not vice-versa very much.

Foreign Keys and references are due in FA v2.4 only.

5,454

(24 replies, posted in FA Modifications)

The function add_item is in inventory/includes/db/items_db.inc and the sql statement for the insert referred above is at line 49 onwards:

    $sql = "INSERT INTO ".TB_PREF."stock_master (stock_id, description, long_description, category_id,
        tax_type_id, units, mb_flag, sales_account, inventory_account, cogs_account,
        adjustment_account, assembly_account, dimension_id, dimension2_id, no_sale, editable)
..
..

From a design sustenance point of view, it might be better to have a separate table and link the primary keys on a 1-to-1 basis and use another insert statement in a new function that gets executed after this function's success. Then such scripts can be bundled into a separate Extension and installed into any FA instance. It will then possibly be compatible with future FA versions or be considered redundant if the functionality gets incorporated into the FA core.

5,455

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

Thanks Elax. That settles it for the record then.

1. Manually enter one item directly from the FA GUI
2. From the Import Items Extension, choose to export the Items
3. Prepare the rest of your Items as per the exported file
4. Now import this prepared file into FA from within the Import Items Extension

5,457

(7 replies, posted in Items and Inventory)

Create a dummy client / supplier to whom you sell the goods at the first 5% tax and then buy from that client/supplier at 13% tax using the original price with the 5% tax as your cost..... Confusing I'm sure - just kidding....

Unfortunately, the Sourceforge Mercurial Download Snapshot for the stable branch only provides a 442Kb subset of the files needed, but for the unstable branch, the full complement of 1.8Mb is downloadable.

The Git Mirror however has the full complement of files for snapshot download of the stable branch.

Post the code at GitHub or some publicly accessible repo and you'll find that the module gets developed real fast.
Incidentally, the links are not accessible in India - possibly because the domain is Pakistani!
No Open Source enthusiast will want to test proprietary / secretive / closed source code.

5,460

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

Both versions of Textcart (Git and PKG) files have been extracted and zipped for comparison. All files in both are same (checked with WinMerge)  except the config file where version numbers are different and the PKG version alone has the hooks.php file. If the Git version without the hooks.php is the later version, then please clarify on whether it is needed at all.

5,461

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

hooks.php is available in the PKG downloadable from inside the FA Web GUI but not in the Git Repo.
The Git repo version stands at 2.3.9-1.0 whereas the PKG version is 2.3.9-3
Hence the Git Repo version seems to be lagging behind the PKG version.

5,462

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

The TextCart AddOn in the Official Git seems to lag the PKG available for install. Has the Git development stopped for it or moved elsewhere?

5,463

(0 replies, posted in Setup)

Updated config.php variables in Wiki to show those added in FA v2.3.17..

Wiki-ed it.

Wiki-ed it.

Setup Tax Types first as TaxFree and VAT in Setup -> Item Tax Types

Then set it for each item in:
Items and Purchases -> Items -> Item Tax Type -> (TaxFree or VAT)

Thanks Janusz.

5,468

(5 replies, posted in Report Bugs here)

Thanks Janusz.

The updates on 30th and 31st August 2013 did not make it to the Git Repo in time and some time ago in May 2013 the HG repo was lagging and hence assumed it was discarded but found it uptodate now and further wrongly assumed it to be a reverse mirror.

Corrected the links on the main page of the Wiki on the Mirror status and in my repo as well.

5,469

(7 replies, posted in Reporting)

Provided backlink to this post in the Wiki.

5,470

(12 replies, posted in Announcements)

Thanks Janusz. The patch set has been updated as well.

Please check if this issue has been sorted out using the latest patch.

All Chart of Accounts have the same db schema (with possible collation difference but basically UTF-8). Country specific language used will be available in the Language Extensions. Country and business specific COAs will have to be customized but Country generic COAs are available from within the GUI (on linux, locale for the specific country may have to be installed / activated as well). The sql file for each COA is available in the webroot's sql folder where others may be uploaded manually as well.

Create your own COA starting from one of the existing ones like the default sql/en_US-new.sql.

FA is made to be as simple as possible with quick support from the community here in the forum and distilled in the Wiki - even so, it might be intimidating to the uninitiated whence commercial support is available as well.

Joe, kindly change this in code to show it when $contact['name2'] is not empty. Possibly with a config variable if needed.

Would Banking and General Ledger ->  Quick Entries suffice?

5,475

(1 replies, posted in FA Modifications)

The same goes for a FA wiki menu entry in the sidebar.