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....
5,427 09/05/2013 07:09:22 am
Re: End of Month or Closing a Period (11 replies, posted in Banking and General Ledger)
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.
5,428 09/05/2013 07:05:47 am
Re: Request For Quotation Module (new) (3 replies, posted in Modules Add-on's)
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 09/05/2013 06:58:03 am
Re: Textcart Git lag (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 09/04/2013 05:20:43 pm
Re: Textcart Git lag (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 09/04/2013 03:11:42 pm
Topic: Textcart Git lag (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 09/04/2013 02:31:02 pm
Topic: Updated config.php variables in Wiki (0 replies, posted in Setup)
Updated config.php variables in Wiki to show those added in FA v2.3.17..
5,433 09/04/2013 01:25:18 pm
Re: Email Client name in Invoice sending displayed wrong (6 replies, posted in Report Bugs here)
Wiki-ed it.
5,434 09/04/2013 01:17:49 pm
Re: Page numbering on sales invoice PDF's (12 replies, posted in Accounts Receivable)
Wiki-ed it.
5,435 09/04/2013 01:07:59 pm
Re: Seeking FA expert in Santa Clara area (2 replies, posted in Jobs wanted/offered, non-free offers)
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)
5,436 09/04/2013 12:31:27 pm
Re: Enter "Create new item" button on Direct invoice (12 replies, posted in FA Modifications)
Thanks Janusz.
5,437 09/04/2013 12:29:08 pm
Re: check overdue delivery date (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 09/04/2013 12:25:44 pm
Re: Print Traditional Chinese (7 replies, posted in Reporting)
Provided backlink to this post in the Wiki.
5,439 09/04/2013 12:21:43 pm
Re: Release 2.3.17 (12 replies, posted in Announcements)
Thanks Janusz. The patch set has been updated as well.
5,440 09/04/2013 02:16:44 am
Re: Supplier Payment With Bank Charges (5 replies, posted in Report Bugs here)
Please check if this issue has been sorted out using the latest patch.
5,441 09/04/2013 02:08:01 am
Re: Accountant: how easy is it for me to install FA (9 replies, posted in Installation)
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.
5,442 09/04/2013 01:52:54 am
Re: Email Client name in Invoice sending displayed wrong (6 replies, posted in Report Bugs here)
Joe, kindly change this in code to show it when $contact['name2'] is not empty. Possibly with a config variable if needed.
5,443 09/04/2013 01:50:42 am
Re: Include a Purchase Repeating Invoices (2 replies, posted in FA Modifications)
Would Banking and General Ledger -> Quick Entries suffice?
5,444 09/04/2013 01:48:16 am
Re: Adding a new Tab for Reports (1 replies, posted in FA Modifications)
The same goes for a FA wiki menu entry in the sidebar.
5,445 09/04/2013 01:46:48 am
Re: Inventory Item Listing (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 09/04/2013 01:43:34 am
Re: COA - Account Code 2 (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.
5,447 09/04/2013 01:40:46 am
Re: Import csv or xml or text file in Bnaking en General Ledger (7 replies, posted in Banking and General Ledger)
Refer documentation for the extension.
5,448 09/04/2013 01:36:01 am
Re: Enter "Create new item" button on Direct invoice (12 replies, posted in FA Modifications)
Has this been done now?
5,450 09/04/2013 01:27:51 am
Re: inventory gl inquiry does not match balance (2 replies, posted in Items and Inventory)
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?