Bug on line 215 in /sales/customer_delivery.php
[fa-stable.git] / CHANGELOG.txt
index c4f9cdb1e686b65f0a9831ccbac9275cbd785837..af386e3606ab9465e1254e9133b80612f25b1171 100644 (file)
@@ -19,7 +19,120 @@ Legend:
 ! -> Note
 $ -> Affected files
 
+05-Nov-2009 Joe Hunt
+! Display tax info in Sales Quotation, Order, Direct Delivery and Invoice.
+$ /sales/includes/ui/sales_order_ui.inc
+  /sales/sales_order_entry.php
+! Include freight_cost in Sales Quotations, Orders in inquiries.
+$ /sales/inquiry/sales_orders_view.php
+# Bug on line 215 in /sales/customer_delivery.php
+$ /sales/customer_delivery.php
+
+04-Nov-2009 Tom Hallman/Joe Hunt
+! Included dimension(s) in Bank Deposit/Payment View and correct signs.
+$ /gl/view/gl_deposit_view.php
+  /gl/view/gl_payment_view.php
+  
+04-Nov-2009 Janusz Dobrowolski
+# Fixed bug introduced during security update and merged from main trunk.
+$ /admin/db/printers_db.inc
+
+03-Nov-2009 Janusz Dobrowolski
+! Added optional parameter to add_bank_transaction
+$ /gl/includes/db/gl_db_banking.inc
+# Fixed missing default price_dec.
+$ /includes/prefs/userprefs.inc
+
+03-Nov-2009 Joe Hunt
+# Bad debit account when debiting service items.
+$ /purchasing/includes/db/invoice_db.inc
+# Removed unneeded reference to $result in db_num_rows. Gave warnings.
+$ /includes/db/connect_db.inc
+! Better formatting of update.html
+$ update.html
+# Wrong presentation on reference and order in Customer Allocation Inquiry
+$ /sales/inquiry/customer_allocation_inquiry.php
+! Changed so reference no in QUOTE/SO/INV/CRE/PO is printed instead of trans_no 
+  if global variable in config.php, $print_invoice_no = 0 (default).
+$ /reporting/includes/header2.inc
+  /reporting/includes/reports_classes.inc
+  
+02-Nov-2009 Janusz Dobrowolski
+# Bad default value retrieved for service COGS account.
+$ /inventory/manage/items.php
+
+01-Nov-2009 Joe Hunt
+! Changed $date_system value of 3 to be traditional, but non-workday is Friday 
+  and start of week is Saturday. For DatePicker.
+$ config.default.php
+  /includes/date_functions.inc
+  /includes/ui/ui_view.inc
+# Bugs in function show_users_online in users_db.inc
+$ /admin/db/users_db.inc
+
+01-Nov-2009 Janusz Dobrowolski
++ Added default date format and date separator used before login.
+$ /config.default.php
+  /includes/prefs/userprefs.inc
+
+30-Oct-2009 Janusz Dobrowolski
+# Fixed non-default company selection bug on login.
+$ /includes/session.inc
+! Code cleanup.
+$ /includes/db/connect_db.inc
+
+30-Oct-2009 Joe Hunt
+! Changed name on folder for global help url to fawiki.
+$ config.default.php
+
+29-Oct-2009 Janusz Dobrowolski
+! Changed context help organization to enable use of central multilanguage wiki.
+$ /config.default.php
+  /admin/*.php
+  /applications/*.php
+  /dimensions/dimension_entry.php
+  /dimensions/inquiry/search_dimensions.php
+  /dimensions/view/view_dimension.php
+  /gl/*.php
+  /gl/inquiry/*.php
+  /gl/manage/*.php
+  /gl/view/*.php
+  /includes/page/header.inc
+  /inventory/*.php
+  /inventory/inquiry/*.php
+  /inventory/manage/*.php
+  /inventory/view/*.php
+  /manufacturing/*.php
+  /manufacturing/inquiry/*.php
+  /manufacturing/manage/*.php
+  /manufacturing/view/*.php
+  /purchasing/*.php
+  /purchasing/allocations/*.php
+  /purchasing/inquiry/*.php
+  /purchasing/manage/suppliers.php
+  /purchasing/view/*.php
+  /reporting/reports_main.php
+  /sales/*.php
+  /sales/allocations/*.php
+  /sales/inquiry/*.php
+  /sales/manage/*.php
+  /sales/view/*.php
+  /taxes/item_tax_types.php
+  /taxes/tax_groups.php
+  /taxes/tax_types.php
+  /themes/aqua/renderer.php
+  /themes/cool/renderer.php
+  /themes/default/renderer.php
+
+28-Oct-2009 Joe Hunt
+! Changed report Annual Expense Breakdown to follow the fiscal year instead of 
+  calendar year. The year selector selects the start of the fiscal year.
+  Only the last 12 months are shown.
+$ /reporting/rep705.php
+
 27-Oct-2009 Joe Hunt
+# Database error when updating item.
+$ /inventory/includes/db/items_db.inc
 # Removed unneeded double forms in scripts with db_pager. Missing $_POST variables.
 $ /dimensions/inquiry/search_dimensions.php
   /manufacturing/search_work_orders.php