Thanks Elax. That settles it for the record then.
5,477 09/05/2013 09:39:36 am
Re: Sample CSV/Excel file for Items import (5 replies, posted in Items and Inventory)
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,478 09/05/2013 07:17:00 am
Re: Import Tax (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....
5,479 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,480 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,481 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,482 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,483 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,484 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,485 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,486 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,487 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,488 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,489 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,490 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,491 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,492 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,493 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,494 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,495 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,496 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,497 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,498 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,499 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,500 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?