Topic: Release 2.3.22

Announcement

This is a 2.3.22 bugfix release.

Important Note for release 2.3.22.

Common

  • User account should not be deleted if there are any entries on his/her name (you can still make the user inactive if needed).

  • Fixed line overwrite in documents when using rtl language.

  • Fixed RTL text in Graphics Engine, due to a bug in PHP function imagettftext.

  • Improved readability in Graphics engine. x-legends for all languages.

  • Fixed php5.4 specific problem with downloading extensions.

  • New flag $use_costed_values in config.php for Inventory Valuation Report.

  • New flag $print_item_images_on_quote in config.php for printing images on Sales Quotation.

  • Updated default chart of accounts, en_US-new.sql and en_US-demo.sql.

Sales

  • Fixed payments allocation for Customer Credit Note after crediting sales invoice.

  • Added short name, name and tax id as search options in customer lists.

  • Added customer search in Search not invoiced Deliveries.

  • Set default Show Also Allocated to Yes in aged reports, just like on screen transactions.

  • New flag $print_item_images_on_quote in config.php for printing images on Sales Quotation.

Purchasing

  • Added short name, name and tax id as search options in supplier lists.

  • Added supplier search in Outstanding Purchase Orders and Purchase Orders Inquiry

  • Set default Show Also Allocated to Yes in aged reports, just like on screen transactions.

Items and Inventory

  • Fixed wrong parameter when saving Item Adjustment and Item Transfer (caused troubles in calculating standard costs).

  • Improved Costed Inventory Movement Report.

  • Removed redundant mb_flag 'A'.

  • Item Cost Update will also change the stock moves standard cost to mirror correct GL postings.

  • Fixed stock quantity checks to block transactions which would result in negative inventory status (if not allowed).

Manufacturing

  • Added sorting for number and name in Work Order Inquiry.

  • Added new report Work Order Listing.

Banking and General Ledger

  • Fixed a bug in exchange rate for GL postings.

  • Improved Tax Report. Bank Payments/Deposits show 'order to/name' info in name column.

2 (edited by apmuthu 10/03/2014 09:39:43 am)

Re: Release 2.3.22

The following new config variables have been introduced in FA v2.3.22:

    /* Show average costed values instead of fixed standard cost in report, Inventory Valuation Report */
    $use_costed_values = 0;    
    
    /* Print Item Images on Sales Quotations. Set to 1 if so. */
    $print_item_images_on_quote = 0;

    /* UTF-8 font for Business Graphics. Copy it to /reporting/fonts/ folder. */
    $UTF8_fontfile    = "FreeSans.ttf";

Attached is the changed filesset. No changes to DB.

Post's attachments

FA_v2.3.21_to_2.3.22_changed_files.zip 296.9 kb, 12 downloads since 2014-10-03 

You don't have the permssions to download the attachments of this post.

3 (edited by apmuthu 11/26/2014 04:37:31 pm)

Re: Release 2.3.22

Additional fixes after release of FA v2.3.22 are attached to this post.

Other mods are in my Unofficial Git Repo.

Post's attachments

FA_Fixes_post_v2.3.22_2014-11-22.zip 130.1 kb, 3 downloads since 2014-11-26 

You don't have the permssions to download the attachments of this post.

4 (edited by apmuthu 10/08/2014 02:34:31 am)

Re: Release 2.3.22

FA Forum Registrations stats attached.

Post's attachments

FA-Forum-Regns.png 300.9 kb, file has never been downloaded. 

You don't have the permssions to download the attachments of this post.

5 (edited by apmuthu 11/17/2014 07:14:26 pm)

Re: Release 2.3.22

FA ERD subset updated on Wiki - Account Masters Relationship to POS.

Post's attachments

FA_ACMasters_to_POS_ERD.png 20.9 kb, 1 downloads since 2014-11-17 

You don't have the permssions to download the attachments of this post.

6 (edited by apmuthu 02/12/2015 02:56:53 am)

Re: Release 2.3.22

All fixes since the release of FA v2.3.22 are attached herein. No DB schema changes.

Only critical backports will be done for v2.3.x henceforth.

For backports and mods visit FAMods in my unofficial GitHub folder.

FA v2.4 is now installable for new instances and development is rapidly progressing.

Post's attachments

FA_Fixes_post_v2.3.22_2015-02-10.zip 161.1 kb, 6 downloads since 2015-02-12 

You don't have the permssions to download the attachments of this post.

7 (edited by apmuthu 03/15/2015 04:05:28 am)

Re: Release 2.3.22

Those downloading the 2015-03-12 snapshot of the stable branch (FA 2.3.x) from the Official Git/Hg repo should be aware of the changes done and what breaks in the theme's renderer.php files.

The following have been done across 85 files:
    quotes or double quotes attributes in the html tags
    removes many short closing tag slashes
    <script language to <script type
    ref_cells() to ref_row()
    removal of trailing whitespace
    new function display_caption() - only the align property of the <caption> tag not supported in HTML5
    removed colspan when width='100%'

The W3C HTML5 specification supports negative tabindex values which had been used only in the cool theme hitherto.

If the value is a negative integer
The user agent must set the element's tabindex focus flag, but should not allow the element to be reached using sequential focus navigation.

In themes/cool/renderer.php the aqua image files of help.gif and login.gif are used.

The aqua and default themes have errors in the $img file html img src tags.

All whitespaces have been synched across all theme renderer.php files and above errors rectified in the patch file sent to the devs. Line numbers may differ since the whitespace and blank lines have been synched. This will be useful when we propagate one theme's changes to the others.

The devs have been notified.

The devs have now fixed it in the snapshot on 2015-03-14.

Re: Release 2.3.22

The consolidated set of changed files since the release of FA v2.3.22 is attached herein and is current as on date.

Post's attachments

FA_Fixes_post_v2.3.22_2015-03-15.zip 420.2 kb, 5 downloads since 2015-03-16 

You don't have the permssions to download the attachments of this post.