Fixed 'C' english language display on Install/Update Languages page, to allow its...
[fa-stable.git] / CHANGELOG.txt
index 2b23f80bab1c5a6b208474baf90d17b7e942ebb6..acfb883b55a80651d72dea58b78355436f09451b 100644 (file)
 ------------
 This is a changelog for FrontAccounting All releases.
 
+2014-09-29 16:04 +0200 Joe
+(3421) Changelog change
+ CHANGELOG.txt
+
+2014-09-29 15:57 +0200 Joe
+(3420) Release 2.3.22
+ update.html
+ version.php
+
+2014-09-29 15:35 +0200 Janusz Dobrowolski
+(3419) Updated gettext template.
+ lang/new_language_template/LC_MESSAGES/empty.po
+
+2014-09-26 15:34 +0200 Joe
+(3418) Updated en_US-demo.sql and en_US-new.sql COAs
+ sql/en_US-demo.sql
+ sql/en_US-new.sql
+
+2014-09-24 23:42 +0200 Joe
+(3417) Global option for printing item images on sales quotations.
+ config.default.php
+ reporting/rep111.php
+
+2014-09-24 07:51 +0200 Joe
+(3416) Improved Tax Report. Bank Payments/Deposits show 'order to/name' info in name column.
+ reporting/rep709.php
+
+2014-09-22 23:20 +0200 Janusz Dobrowolski
+(3415) Small cleanups.
+ inventory/transfers.php
+ sales/includes/ui/sales_order_ui.inc
+
+2014-09-21 00:09 +0200 Janusz Dobrowolski
+(3414) Fixed stock quantity checks to block transactions which would result in negative inventory status (if not allowed).
+ gl/includes/db/gl_db_bank_trans.inc
+ includes/db/inventory_db.inc
+ includes/db/manufacturing_db.inc
+ includes/db/sql_functions.inc
+ includes/ui/items_cart.inc
+ inventory/adjustments.php
+ inventory/includes/item_adjustments_ui.inc
+ inventory/includes/stock_transfers_ui.inc
+ inventory/transfers.php
+ manufacturing/includes/work_order_issue_ui.inc
+ manufacturing/work_order_add_finished.php
+ manufacturing/work_order_entry.php
+ manufacturing/work_order_issue.php
+ purchasing/supplier_credit.php
+ sales/customer_delivery.php
+ sales/includes/cart_class.inc
+ sales/includes/ui/sales_order_ui.inc
+ sales/sales_order_entry.php
+
+2014-09-19 09:06 +0200 Joe
+(3413) Set default Show Also Allocated to Yes in aged reports, just like on screen transactions.
+ reporting/includes/reports_classes.inc
+
+2014-09-19 02:40 +0200 Joe
+(3412) Rerun. We must also test for availability on document date.
+ sales/sales_order_entry.php
+
+2014-09-19 02:04 +0200 Joe
+(3411) We must always test for stock availability by todays date.
+ sales/sales_order_entry.php
+
+2014-09-17 11:04 +0200 Janusz Dobrowolski
+(3410) Fixed POST array values paasing on timout screen.
+ access/login.php
+
+2014-09-14 00:43 +0200 Joe
+(3409) Added new report, Work Order Listing.
+ reporting/includes/reports_classes.inc
+ reporting/rep402.php
+ reporting/reports_main.php
+
+2014-09-14 00:42 +0200 Joe
+(3408) Added sorting for number and name in work order inquiry.
+ manufacturing/search_work_orders.php
+
+2014-09-12 08:19 +0200 Joe
+(3407) Bug fixes and option to print Inventory Valuation Report on Costed Values.
+ reporting/rep301.php
+ reporting/rep308.php
+
+2014-09-12 08:18 +0200 Joe
+(3406) CItem Cost Update will also regulate the stock moves standard cost to mirror correct GL.
+ inventory/includes/db/items_trans_db.inc
+
+2014-09-12 08:16 +0200 Joe
+(3405) New flag $use_costed_values in config.php for Inventory Valuation Report
+ config.default.php
+
+2014-09-12 08:15 +0200 Joe
+(3404) Removed redundant mb_flag 'A'.
+ includes/db/manufacturing_db.inc
+
+2014-09-01 14:18 +0200 Janusz Dobrowolski
+(3403) PHP 5.4 warning on deprecated mysql api is ignored to avoid folld in errors file. This is safe to use it with 5.4 in FA 2.3 anyway, will be moved to mysqli in 2.4.
+ includes/errors.inc
+
+2014-08-22 22:26 +0200 Janusz Dobrowolski
+(3402) Fixed php5.4 specific problem with downloading extensions (by campbell-prince)
+ includes/archive.inc
+
+2014-08-15 09:30 +0200 Joe
+(3401) Improved Costed Inventory Movement Report
+ reporting/rep308.php
+
+2014-08-13 23:00 +0200 Joe
+(3400) Wrong parameter when saving Item Transfer
+ inventory/includes/db/items_transfer_db.inc
+
+2014-08-12 23:46 +0200 Joe
+(3399) Wrong parameter when saving Item Adjustment
+ inventory/includes/db/items_adjust_db.inc
+
+2014-07-10 10:43 +0200 Joe
+(3398) Added supplier search in Outstanding Purchase Orders and Purchase Orders Inquiry.
+ purchasing/includes/db/po_db.inc
+ purchasing/inquiry/po_search.php
+ purchasing/inquiry/po_search_completed.php
+ sales/includes/db/cust_trans_db.inc
+
+2014-07-09 11:42 +0200 Joe
+(3397) Added customer search in Search not invoiced Deliveries.
+ sales/includes/db/cust_trans_db.inc
+ sales/inquiry/sales_deliveries_view.php
+
+2014-07-07 10:59 +0200 Joe
+(3396) Improved readability in Graphics engine, x-legends for all languages.
+ reporting/includes/class.graphic.inc
+
+2014-07-05 16:17 +0200 Joe
+(3395) New variable in config.default.php , $UTF8_fontfile. Needed due to FreeSans problem with Arabic and Chinese in Graphics Engine.
+ config.default.php
+
+2014-07-05 16:15 +0200 Joe
+(3394) Enabled RTL text in Graphics Engine. Due to bug in imagettftext.
+ reporting/includes/class.graphic.inc
+
+2014-06-24 09:15 +0200 Joe
+(3393) Fixed line overwrite in documents when using rtl language.
+ reporting/includes/header2.inc
+
+2014-06-17 18:51 +0200 Joe
+(3392) User account should not be deleted if there are any entries on his/her name.
+ admin/users.php
+
+2014-06-13 20:40 +0200 Joe
+(3391) Added short name, name and tax id as search options in customer and supplier lists
+ includes/ui/ui_lists.inc
+
+2014-06-07 23:24 +0200 Janusz Dobrowolski
+(3390) Language template update
+ lang/new_language_template/LC_MESSAGES/empty.po
+
+2014-05-27 20:56 +0200 Janusz Dobrowolski
+(3389) Customer Credit Note: fixed payments allocation after crediting sales invoice.
+ sales/includes/db/custalloc_db.inc
+
+2014-05-27 18:02 +0200 Janusz Dobrowolski
+(3388) Payment/Deposit: new exchange rate was not used for GL postings, now ex_rate is stored before adding transaction.
+ gl/gl_bank.php
+
+2014-05-21 16:00 +0200 Joe
+(3387) Release 2.3.21
+ CHANGELOG.txt
+ update.html
+ version.php
+
 2014-05-21 08:59 +0200 Janusz Dobrowolski
 (3386) Fixed unexpected additional GL postings when tax was used in Supplier Invoice additional GL lines.
  purchasing/includes/supp_trans_class.inc
@@ -53,7 +223,7 @@ This is a changelog for FrontAccounting All releases.
  reporting/reports_main.php
 
 2014-05-05 16:19 +0200 Joe
-(3377) Allow changing currency on customer/supplier as long as no transactions exist.
+(3377) Allow changing urrency on customer/supplier as long as no transactions exist.
  purchasing/manage/suppliers.php
  sales/manage/customers.php