5,426

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

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

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

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

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

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

(7 replies, posted in Reporting)

Provided backlink to this post in the Wiki.

5,439

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

(1 replies, posted in FA Modifications)

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

5,445

(3 replies, posted in Report Bugs here)

Joe, possibly a boolean parameter for allowing zero value price to be listed (Sales Price Listing Report - reporting/rep104.php) would be in order here. Another parameter to omit price would make for the inventory and service list.

5,446

(10 replies, posted in Misc. Charts of Accounts)

Install the en_IN language extension.
Install any Chart of Accounts (English Indian COA - New.) and modify it to suit your needs.

Refer documentation for the extension.

Has this been done now?

5,449

(3 replies, posted in Setup)

Please update the wiki FAQs with these answers.

GAAP for each country (Canada, France, UK, US), IFRS and other reporting standards are just a matter of reports being possibly different with making sure FA having the least count of info available in its' db.

Line 118 of gl/includes/db/gl_db_trans.inc
and
line 93 of gl/includes/db/gl_db_bank_trans.inc
have the said phrase: AND ISNULL(v.date_)

Any corrections needed?