[0000095] Bad behaviour of routine number_format and round in Windows.
[fa-stable.git] / CHANGELOG.txt
index 0220a3769cefdaf19b8c2e5d3193de199b484821..5561b425dcf4acf08d8d74711215ba770cbd3cf3 100644 (file)
@@ -19,11 +19,94 @@ Legend:
 ! -> Note
 $ -> Affected files
 
+05-Dec-2008 Joe Hunt
+# [0000095] Bad behaviour of routine number_format and round in Windows.
+$ /gl/includes/gl_db_trans.inc
+  /includes/banking.inc
+  /includes/current_user.inc
+  /purchasing/includes/ui/invoice_ui.inc
+  /reporting/rep107.php
+  /reporting/rep109.php
+  /reporting/rep110.php
+  /reporting/rep209.php
+  /sales/view/view_credit.php
+  /sales/view/view_dispatch.php
+  /sales/view/view_invoice.php
+  /sales/view/view_sales_order.php
+
+04-Dec-2008 Janusz Dobrowolski
+# Check write permissions and create per company subdirectory structure.
+$ /update.html
+  /update_db.php
+# Fixed index.php files in new company dirs.
+$ /admin/create_coy.php
+  /admin/db/maintenance_db.inc
+
+04-Dec-2008 Joe Hunt
+# [0000095] Inbalance double entry on Documents
+$ /gl/includes/db/gl_db_trans.inc
+  /gl/includes/db/gl_db_banking.inc
+  /purchasing/includes/db/invoice_db.inc
+  /purchasing/includes/db/supp_payment_db.inc
+  /sales/includes/db/payment_db.inc
+  /sales/includes/db/sales_credit_db.inc
+  /sales/includes/db/sales_invoice_db.inc
+  
+29-Nov-2008 Joe Hunt
+# [0000094] Report does not show items that have 0 qty but have demand qty
+$ /reporting/rep302.php
+  /reporting/rep303.php
+  
+28-Nov-2008 Joe Hunt
+# [0000093] Voiding Supplier Invoices Causes some lines cost update to go to 0 and exchange rate change
+$ /purchasing/includes/db/invoice_db.inc
+
+27_Nov-2008 Joe Hunt
+# [0000092] Stock Sheet Report. Bad Page break.
+$ /reporting/includes/pdf_report.inc
+
+26-Nov-2008 Joe Hunt
+# [0000091] Tax for 2 decimal places doesn't compute properly
+$ /taxes/tax_calc.inc
+
+25-Nov-2008 Janusz Dobrowolski
+# [0000084] Low inventory items are not marked properly.
+$ /sales/customer_delivery.php
+# [0000086] New line added to document sometimes overwrites old one.
+$ /sales/includes/cart_class.inc
+# [0000087] Change of order date always updates prices.
+$ /sales/includes/ui/sales_credit_ui.inc
+  /sales/includes/ui/sales_order_ui.inc
+# Fixed automatic price calculations always on.
+$ /sales/includes/sales_db.inc
+
+------------------------------- Release 2.0.5 --------------------------------------------
+24-Nov.2008 Joe Hunt
+! Release 2.0.5
+$ config.php
+! Changed update.html
+$ update.html
+# Small bug fixes
+$ /reporting/includes/header2.inc
+  /sales/view/view_receipt.php
+
+20-Nov-2008 Janusz Dobrowolski
+# [0000082] Bad js allocation on All/None button press.
+$ /sales/allocations/customer_allocate.php
+
+20-Nov-2008 Joe Hunt
+# Do not allow editing invoice if allocated > 0
+$ /sales/inquiry/customer_inquiry.php
+
+19-Nov-2008 Joe Hunt
++ Possibility to view a transaction before final voiding.
+$ /admin/void_transaction.php
+
 11-Nov-2008 Janusz Dobrowolski
 # Fixed right alignment of amount cells.
 $ /includes/ui/ui_input.inc
-# Fixed display bug for fully received items.
-  /purchasing/po_receive_items.php
+# Fixed display bug for fully received items and false modify conflicts.
+$ /purchasing/po_receive_items.php
 
 10-Nov-2008 Joe Hunt
 ! [0000081] Trial Balance again minor changes.