X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=CHANGELOG.txt;h=527d5768ed12137b4d99fd5d8d8cc7c77dce49e8;hb=e9d08fae16b010fcadc8f29d6d491a0d0ea37a90;hp=85bbb095ce85ba5a486ed40a6757ecb1877bd67a;hpb=ce71d30f1c18212a6571cf6286c72b20171a8840;p=fa-stable.git diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 85bbb095..527d5768 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -19,6 +19,216 @@ Legend: ! -> Note $ -> Affected files +14-Jul-2008 Janusz Dobrowolski +# Fixed bug [0000017] - error while checking qoh +$ /includes/ui/items_cart.inc + /manufacturing/work_order_issue.php +# Fixed ajax update +$ /gl/manage/gl_accounts.php + +13-Jul-2008 Joe Hunt ++ Added GL Summary of Tax Report (rep709.php). Usable only if different Tax Accounts are used. +$ /reporting/rep709.php + +12-Jul-2008 Joe Hunt +! Rewrite of Tax Report (rep709.php). +$ /reporting/rep709.php + +09-Jul-2008 Janusz Dobrowolski +# Corrections to maximum input lengths +$ /gl/manage/bank_accounts.php + /gl/manage/gl_account_classes.php +# Fixed spare Back link on restricted pages +$ /includes/session.inc +# Fixed bank_account_types_list() +$ /includes/ui/ui_lists.inc +# Fixed warning about unexisting POST var +$ /sales/manage/customers.php + +08-Jul-2008 Janusz Dobrowolski +# Added validation of entered quantities +$ /sales/customer_credit_invoice.php +# Fixed ajax update (0000015) and quantity checks +$ /sales/customer_delivery.php + /sales/customer_invoice.php +# Fixed invalid voiding sales invoice/delivery/credit (0000016) +$ /sales/includes/db/sales_delivery_db.inc + /sales/includes/db/sales_invoice_db.inc + /sales/includes/sales_db.inc +# Fixed setting document date to Today() +$ /sales/includes/cart_class.inc + +08-Jul-2008 Joe Hunt ++ Addition in test of duplicate fiscal year +$ /admin/fiscalyears.php + +07-Jul-2008 Joe Hunt +# Corrected a subbug in 00000012 (blank page in sales_types.php). +$ /sales/manage/sales_types.php + +07-Jul-2008 Janusz Dobrowolski ++ Added ajax +$ /admin/fiscalyears.php + /inventory/purchasing_data.php +# Corrected factor parameter checking (fixes 00000012) +$ /sales/includes/sales_db.inc +! Changed selector for fiscal year functions to id +$ /admin/db/company_db.inc +# Checking options parameter for combos +$ /includes/ui/ui_lists.inc + +06-Jul-2008 Janusz Dobrowolski ++ Ajax additions +$ /admin/view_print_transaction.php + /admin/void_transaction.php + /dimensions/dimension_entry.php + /manufacturing/work_order_entry.php + /manufacturing/manage/bom_edit.php + /sales/manage/customer_branches.php ++ Default value calculated for new prices +$ /inventory/prices.php ++ Optional default value for input_num() +$ /includes/ui/ui_input.inc ++ Submit on change option for currency lists +$ /includes/ui/ui_lists.inc +# factor parameter in get_price() is now optional +$ /sales/includes/sales_db.inc +# Smaller fix to ajax page content update +$ /sales/manage/customers.php + +05-Jul-2008 Janusz Dobrowolski ++ Ajax additions +$ /admin/change_current_user_password.php + /admin/company_preferences.php + /admin/forms_setup.php + /admin/gl_setup.php + /admin/payment_terms.php + /admin/shipping_companies.php + /admin/users.php + /inventory/manage/item_categories.php + /inventory/manage/item_units.php + /inventory/manage/locations.php + /inventory/manage/movement_types.php + /manufacturing/manage/work_centres.php + /sales/manage/credit_status.php + /sales/manage/sales_areas.php + /sales/manage/sales_people.php + /sales/manage/sales_types.php + /taxes/item_tax_types.php + /taxes/tax_groups.php + /taxes/tax_types.php +# Gettext fixes +$ /gl/manage/bank_accounts.php + /gl/manage/bank_trans_types.php + /gl/manage/currencies.php + /gl/manage/gl_account_classes.php + /gl/manage/gl_account_types.php + /gl/manage/gl_accounts.php + +04-Jul-2008 Janusz Dobrowolski ++ Ajax additions + /gl/inquiry/bank_inquiry.php + /gl/inquiry/gl_account_inquiry.php + /gl/inquiry/gl_trial_balance.php + /gl/manage/bank_accounts.php + /gl/manage/bank_trans_types.php + /gl/manage/currencies.php + /gl/manage/exchange_rates.php + /gl/manage/gl_account_classes.php + /gl/manage/gl_account_types.php + /gl/manage/gl_accounts.php +! Changed layout for simple db table editor pages +$ /includes/ui/ui_input.inc +- Removed unused GL account settings. +$ /admin/gl_setup.php + /admin/db/company_db.inc + /gl/manage/gl_accounts.php +# Fixed default sales account for customer branch. +$ /admin/gl_setup.php + /sales/manage/customer_branches.php +# Fixed focus after ajax page reload. +$ /includes/ajax.inc +# Fixed optional submit for yesno and gl_all_accounts lists. +$ /includes/ui/ui_lists.inc + +01-Jul-2008 Janusz Dobrowolski ++ Ajax additions + /gl/bank_transfer.php + /gl/gl_budget.php + /gl/gl_journal.php + /gl/includes/ui/gl_journal_ui.inc ++ Added client side calculations for budget + /gl/gl_budget.php + /js/budget.js +# Fixed default POST assigning [fixes 0000009] + /includes/ui/ui_lists.inc +# Fixed submit type in submit_row() + /includes/ui/ui_input.inc +# Small display fix + /gl/manage/currencies.php +! Code cleanup + /gl/gl_bank.php + /gl/includes/ui/gl_bank_ui.inc + /inventory/adjustments.php + /inventory/transfers.php + /purchasing/po_entry_items.php + /sales/sales_order_entry.php + /sales/credit_note_entry.php + +29-Jun-2008 Janusz Dobrowolski +! Rewritten bank deposit/payment related files, added ajax + /gl/gl_deposit.php (removed) + /gl/gl_payment.php (removed) + /gl/gl_bank.php (added) + /gl/includes/ui/gl_bank_ui.inc (new file) + /gl/includes/ui/gl_deposit_ui.inc (removed) + /gl/includes/ui/gl_payment_ui.inc (removed) + /gl/includes/db/gl_db_banking.inc + /gl/gl_journal.php + /manufacturing/search_work_orders.php + /applications/generalledger.php ++ Added fallback flag for non-js mode only ui elements +$ /js/inserts.js +! Default value from POST for check_box,hidden and text_cells inputs +$ /includes/ui/ui_input.inc +! Rewritten non-sql list selectors +$ /includes/ui/ui_lists.inc + /purchasing/inquiry/supplier_allocation_inquiry.php + /purchasing/inquiry/supplier_inquiry.php +! Added trans_type parameter to items_cart() +$ /includes/ui/items_cart.inc + /inventory/adjustments.php + /inventory/transfers.php + /manufacturing/work_order_issue.php + +27-Jun-2008 Janusz Dobrowolski ++ Ajax additions +$ /dimensions/dimension_entry.php + /dimensions/inquiry/search_dimensions.php + /manufacturing/work_order_add_finished.php + /manufacturing/work_order_issue.php + /manufacturing/work_order_release.php + /manufacturing/includes/work_order_issue_ui.inc + /manufacturing/search_work_orders.php +! Default $selected_id=null (ie current $_POST value) for all lists; + standard view (ie with search box) of stock_component_list() +$ /includes/ui/ui_lists.inc +# Fixed selection for outstanding work orders +$ /manufacturing/search_work_orders.php +# Fixed stock item links +$ /inventory/includes/item_adjustments_ui.inc + /inventory/includes/stock_transfers_ui.inc +# Fixed typo in menu option +$ /applications/manufacturing.php + +27-Jun-2008 Joe Hunt +# Minor html adjustment in login.php +$ /access/login.php +# Fixed a bug when trying to create a duplicate year +$ /admin/fiscalyears.php +# Fixed a misspelled parameter (OutstandingOnly) in manufacturing.php +$ /applications/manufacturing.php + 26-Jun-2008 Janusz Dobrowolski + Ajax additions $ /includes/ui/ui_lists.inc