GRN Valuation Report
[fa-stable.git] / CHANGELOG.txt
index 3243c0fbfa61483d3741ced70384abf1dac88cbc..d3c356b59ab828b7d16f6bb633b7b02620cbd844 100644 (file)
@@ -19,6 +19,33 @@ Legend:
 ! -> Note
 $ -> Affected files
 
+26-Jun-2009 Joe Hunt
++ Added Print of Work Order and GRN Valuation Report
+$ /manufacturing/includes/db/work_orders_db.inc
+  /manufacturing/work_order_entry.php
+  /reporting/rep305.php (new file)
+  /reporting/rep409.php (new file)
+  /reporting/reports_main.php
+  /reporting/includes/doctext.inc
+  /reporting/includes/doctext2.inc
+  /reporting/includes/header2.inc
+  /reporting/includes/pdf_report.inc
+  /reporting/includes/reports_classes.inc
+  
+26-Jun-2009 Joe Hunt
++ Added Bank Charge field to Customer Payment, Supplier Payment and Bank Transfer and a new default bank charge account in gl_setup.
+$ /admin/gl_setup.php
+  /admin/db/company_db.inc
+  /gl/bank_transfer.php
+  /gl/includes/db/gl_db_banking.inc
+  /purchasing/supplier_payment.php
+  /purchasing/includes/db/supp_payment_db.inc
+  /sales/customer_payment.php
+  /sales/includes/db/payment_db.inc
+  /sql/alter2.2.sql
+  /sql/en_US-demo.sql
+  /sql/en_US-new.sql
+  
 25-Jun-2009 Joe Hunt
 ! Changed balance_sheet field in account class to ctype and fixed class editing.
 # Parse error in ui_lists.inc. Masked include_once(/validation.inc) in main.inc.