Exchange rate bug when searching a non existing customer
[fa-stable.git] / CHANGELOG.txt
index eade5e0043e0fb31c5c813ee0bc2919b0728bd4d..22ed8c5e62e0d1ecbfbdf0da47936ea5c869ef09 100644 (file)
@@ -19,8 +19,47 @@ Legend:
 ! -> Note
 $ -> Affected files
 
+03-Feb-2010 Joe Hunt
+# When buying a service item from a supplier, the delivery produced
+  wrong inventory GL transactions. No GL transactions should be here.
+$ /sales/includes/db/sales_delivery_db.inc
+# [0000200] stock_master material_cost incorrectly updated during GRN when 
+  price format uses thousands seperator. A couple of minor errors too. 
+$ /purchasing/includes/db/grn_db.inc
+  /purchasing/includes/db/invoices_db.inc
+# Exchange rate bug when searching a non existing customer
+$ /includes/banking.inc
+
+03-Feb-2010 Chaitanya/Joe
++ Added a Profit and Loss Drilldown page and changed menu link
+$ /applications/generalledger.php
+  /gl/inquiry/profit_loss.php (New file)
+  /gl/inquiry/balance_sheet.php
+! Better layout
+$ /gl/inquiry/journal_inquiry.php
+
+02-Feb-2010 Chaitanya
++ Added memo search on journal inquires.
+$ /gl/inquiry/journal_inquiry.php
+
+------------------------------- Release 2.2.5 ----------------------------------
+02-Feb-2010 Joe Hunt
+! Release 2.2.5
+$ $config.default.php
+  update.html
+# Bug in direct invoice when cash sales and no cash account defined in sales pos.
+$ /sales/sales_order_entry.php
+
+01-Feb-2010 Janusz Dobrowolski
+# Fixed error display hidden during ajax call in some situations
+$ /includes/errors.inc
+! Ajax timeout changed to 6/60s without retries, otherwise multiply 
+ errors are generated on fatal failure.
+$ /js/utils.js
+  /js/inserts.js
+
 01-Feb-2010 Joe Hunt
-# [0000198] But ignoring shipping cost in Direct Invoice (cash).
+# [0000198] Bug ignoring shipping cost in Direct Invoice (cash).
 $ /sales/sales_order_entry.php
 # [0000197] Bug in closing some special balance sheet levels.
 $ /gl/inquiry/balance_sheet.php