X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=CHANGELOG.txt;h=a16ba2f609b42c5e57b0cb5be19343a5136a15e5;hb=2ae4762cbcd0479ecdf8f13317a7d76da08f114f;hp=966988efc095e3eebefa1d2e61cd708313512925;hpb=805cbd7a1d0eb4fc2efdd92c1ac426221696e578;p=fa-stable.git diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 966988ef..a16ba2f6 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -19,6 +19,74 @@ Legend: ! -> Note $ -> Affected files +18-Nov-2010 Janus Dobrowolski +! Updated including exclusive theme messages +$ /lang/new_language_template/LC_MESSAGES/empty.po ++ Added Spanish (Mexican) installer wizard translation by Julio C. Perea Pastrana +$ /install/isession.inc + /install/lang/es_MX/LC_MESSAGES/es_MX.po (new) + /install/lang/es_MX/LC_MESSAGES/es_MX.mo (new) + +18-Nov-2010 Joe Hunt +# Could not enter a year before other years (removed readonly begin) + and better check for first end year. +$ /adminfiscalyears.php + /admin/db/fiscalyears_db.inc + +! Scrambled graphic images to avoid unwanted downloads. +$ /reporting/rep102.php + /reporting/rep202.php + /reporting/rep706.php + /reporting/rep707.php + +16-Nov-2010 Joe Hunt +# Minor change in class.graphic.inc +$ /reporting/includes/class.graphic.inc +! Added Work Order Entry menu link after Sales Order issue. +$ /sales/sales_order_entry.php + +15-Nov-2010 Janusz Dobrowolski +# Fixed date legend on po/grn/invoice +$ /purchasing/includes/ui/po_ui.inc +# Fixed text encoding in graphics +$ /reporting/includes/class.graphic.inc +! Default font for graphics changed from Vera to LiberationSans-Regular +$ /reporting/fonts/LiberationSans-Regular.ttf (new) + /reporting/fonts/Vera.ttf (removed) + /reporting/includes/class.graphic.inc + /reporting/rep102.php + /reporting/rep202.php + /reporting/rep706.php + /reporting/rep707.php + +13-Nov-2010 Janusz Dobrowolski ++ New hooks system added +$ /includes/hooks.inc (new) + /includes/session.inc + /lang/new_language_template/locale.inc +! Old hooks converted to new hooks API +$ /gl/includes/db/gl_db_rates.inc + /includes/ui/ui_view.inc + /reporting/rep709.php ++ Added transaction db_write/db_void hooks +$ /gl/includes/db/gl_db_banking.inc + /inventory/includes/db/items_adjust_db.inc + /inventory/includes/db/items_transfer_db.inc + /manufacturing/includes/db/work_order_issues_db.inc + /manufacturing/includes/db/work_order_produce_items_db.inc + /manufacturing/includes/db/work_orders_db.inc + /manufacturing/includes/db/work_orders_quick_db.inc + /purchasing/po_entry_items.php + /purchasing/includes/db/grn_db.inc + /purchasing/includes/db/invoice_db.inc + /purchasing/includes/db/po_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_delivery_db.inc + /sales/includes/db/sales_invoice_db.inc + /sales/includes/db/sales_order_db.inc + 12-Nov-2010 Janusz Dobrowolski # Added missing due date on direct purchase invoice. $ /purchasing/po_entry_items.php @@ -31,6 +99,8 @@ $ /purchasing/po_entry_items.php $ /inventory/manage/items.php # Fixed a couple of edition ui bugs $ /gl/manage/gl_quick_entries.php ++ Added db_close() for optional use +$ /includes/db/connect_db.inc 11-Nov-2010 Janusz Dobrowolski # Fixed sql_gen for multiply extra where clauses