Added Direct GRN and Direct invice in Purchases module.
[fa-stable.git] / CHANGELOG.txt
index 29a9d6d1c74fb91523f894721f15b23b37c6ef3a..8a828ee340258fa7c0a1785d6e6f242b6e030206 100644 (file)
@@ -19,9 +19,34 @@ Legend:
 ! -> Note
 $ -> Affected files
 
-02-Feb-2010 Janusz Dobrowolski
+03-Feb-2010 Janusz Dobrowolski
++ Multiply order items with the same stock_id (with warning), code cleanups
+$ /purchasing/po_entry_items.php
+  /purchasing/includes/po_class.inc
+  /purchasing/includes/supp_trans_class.inc
+  /purchasing/includes/db/po_db.inc
+  /purchasing/includes/ui/po_ui.inc
+# Fixed typo bugs
+$ /purchasing/includes/db/grn_db.inc
+  /purchasing/includes/db/invoice_db.inc
+
+04-Feb-2010 Joe Hunt
+! Extended account id's to 15 chars. Changed account type to varchar(10)
+  and class id varchar(3). Ability to change account groups online.
+$ /gl/manage/gl_account_classes.php
+  /gl/manage/gl_account_types.php
+  /gl/manage/gl_accounts.php
+  /gl/includes/db/gl_db_account_types.inc
+  /includes/ui/ui_lists.inc
+  /sql/alter2.3.sql
+  /sql/en_US-demo.sql
+  /sql/en_US-new.sql
+
+03-Feb-2010 Janusz Dobrowolski
 # Payment terms were not retrieved atinvoice edit start.
 $ /sales/customer_invoice.php
+# Fixed item selector.
+$ /inventory/prices.php
 
 02-Feb-2010 Janusz Dobrowolski
 # Missing closing bracket