ca518619875c35e499ceec88184a2813dd310216
[fa-stable.git] / CHANGELOG.txt
1 /**
2 * @version $Id$
3 * @package FrontAccounting
4 * @copyright (C) 2005 - 2008 FrontAccounting
5 * @license http://www.gnu.org/copyleft/gpl.html GNU/GPL
6 * FrontAccounting is Free Software
7 */
8
9 1. Changelog
10 ------------
11 This is a changelog for FrontAccounting All releases.
12
13 Legend:
14
15 # -> Bug Fix
16 + -> Addition
17 ! -> Change
18 - -> Removed
19 ! -> Note
20 $ -> Affected files
21
22 29-Jun-2008 Janusz Dobrowolski
23 ! Rewritten bank deposit/payment related files, added ajax
24   /gl/gl_deposit.php (removed)
25   /gl/gl_payment.php (removed)
26   /gl/gl_bank.php (added)
27   /gl/includes/ui/gl_bank_ui.inc (new file)
28   /gl/includes/ui/gl_deposit_ui.inc (removed)
29   /gl/includes/ui/gl_payment_ui.inc (removed)
30   /gl/includes/db/gl_db_banking.inc
31   /gl/gl_journal.php
32   /manufacturing/search_work_orders.php
33   /applications/generalledger.php
34 + Added fallback flag for non-js mode only ui elements
35 $ /js/inserts.js
36 ! Default value from POST for check_box,hidden and text_cells inputs
37 $ /includes/ui/ui_input.inc
38 ! Rewritten non-sql list selectors
39 $ /includes/ui/ui_lists.inc
40   /purchasing/inquiry/supplier_allocation_inquiry.php
41   /purchasing/inquiry/supplier_inquiry.php
42 ! Added trans_type parameter to items_cart()  
43 $ /includes/ui/items_cart.inc
44   /inventory/adjustments.php
45   /inventory/transfers.php
46   /manufacturing/work_order_issue.php
47
48 27-Jun-2008 Janusz Dobrowolski
49 + Ajax additions
50 $ /dimensions/dimension_entry.php
51   /dimensions/inquiry/search_dimensions.php
52   /manufacturing/work_order_add_finished.php
53   /manufacturing/work_order_issue.php
54   /manufacturing/work_order_release.php
55   /manufacturing/includes/work_order_issue_ui.inc
56   /manufacturing/search_work_orders.php
57 ! Default $selected_id=null (ie current $_POST value) for all lists;
58    standard view (ie with search box) of stock_component_list()
59 $ /includes/ui/ui_lists.inc
60 # Fixed selection for outstanding work orders
61 $ /manufacturing/search_work_orders.php
62 # Fixed stock item links
63 $ /inventory/includes/item_adjustments_ui.inc
64   /inventory/includes/stock_transfers_ui.inc
65 # Fixed typo in menu option
66 $ /applications/manufacturing.php
67
68 27-Jun-2008 Joe Hunt
69 # Minor html adjustment in login.php
70 $ /access/login.php
71 # Fixed a bug when trying to create a duplicate year
72 $ /admin/fiscalyears.php
73 # Fixed a misspelled parameter (OutstandingOnly) in manufacturing.php
74 $ /applications/manufacturing.php
75
76 26-Jun-2008 Janusz Dobrowolski
77 + Ajax additions
78 $ /includes/ui/ui_lists.inc
79   /inventory/adjustments.php
80   /inventory/cost_update.php
81   /inventory/prices.php
82   /inventory/transfers.php
83   /inventory/includes/item_adjustments_ui.inc
84   /inventory/includes/stock_transfers_ui.inc
85   /inventory/inquiry/stock_movements.php
86   /inventory/manage/items.php
87   /manufacturing/work_order_entry.php
88   /purchasing/po_entry_items.php
89 ! Changes to items_cart API (line_items indexed by line# instead of stock_id)
90 $ /includes/ui/items_cart.inc
91 # Fixed bug 0000008 (call to no more existing function)
92 $ /sales/includes/db/sales_types_db.inc
93
94 25-Jun-2008 Joe Hunt
95 # Fixed 'div end out of order' in invoice_ui.inc causing the newwave bug with missing menu
96 $ /purchasing/includes/ui/invoice_ui.inc
97
98 25-Jun-2008 Janusz Dobrowolski
99 # Fixed bug 0000004, removed nested forms in supplier invoice/credit
100 $ /purchasing/includes/ui/invoice_ui.inc
101
102 25-Jun-2008 Joe Hunt
103 # Fixed bug when updating/saving Tax Group Items
104 $ /includes/ui/ui_lists.inc
105
106 24-Jun-2008 Joe Hunt
107 # Fixed inconsistencies in customer and supplier aging 
108 $ /sales/includes/db/customers_db.inc
109   /sales/inquiry/customer_inquiry.php
110   /purchasing/includes/db/suppliers_db.inc
111   /reporting/rep102.php
112   /reporting/rep202.php
113 # Fixed a bug when trying to back the inv.date and due date in Direct Invoicing.
114 $ /sales/sales_order_entry.php
115
116
117 23-Jun-2008 Janusz Dobrowolski
118 + Ajax additions to sales and purchasing modules
119 $ /purchasing/po_receive_items.php
120   /purchasing/supplier_credit.php
121   /purchasing/supplier_credit_grns.php
122   /purchasing/supplier_invoice.php
123   /purchasing/supplier_invoice_grns.php
124   /purchasing/supplier_trans_gl.php
125   /purchasing/allocations/supplier_allocate.php
126   /purchasing/includes/ui/invoice_ui.inc
127   /sales/customer_credit_invoice.php
128   /sales/allocations/customer_allocate.php
129 # Fixed edition of purchase order (bug #0000001)
130 $ /purchasing/includes/ui/po_ui.inc
131 ! Improved client side allocation functions
132 $ /js/allocate.js
133 + Optional coloured price_format()
134 $ /js/utils.js
135   /js/inserts.js
136 ! Async update of locations selector
137 $ /includes/ui/ui_lists.inc
138 # Fixed warning on pages without default focus.
139 $ /includes/ui/ui_controls.inc
140 # Fixed initial display for numeric inputs with dec=0. 
141 $ /includes/ui/ui_input.inc
142
143 21-Jun-2008 Janusz Dobrowolski
144 + Ajax additions to sales and purchasing modules
145 $ /purchasing/po_entry_items.php
146   /purchasing/supplier_payment.php
147   /purchasing/allocations/supplier_allocate.php
148   /purchasing/includes/ui/po_ui.inc
149   /purchasing/inquiry/po_search.php
150   /purchasing/inquiry/po_search_completed.php
151   /purchasing/inquiry/supplier_allocation_inquiry.php
152   /purchasing/inquiry/supplier_inquiry.php
153   /purchasing/manage/suppliers.php
154   /sales/manage/customers.php
155
156 21-Jun-2008 Joe Hunt
157 + Added upload functionality to company logo. Better names on lists search.
158 $ /admin/company_preferences.php
159 ! Better layout on company logo print-out
160 $ /reporting/includes/header2.inc
161
162 ---------------------------------------Release Candidate 2-------------------------------
163 20-Jun-2008 Joe Hunt
164 ! 2.0 Release Candidate 2
165 $ config.php
166   update.html
167   
168 20-Jun-2008 Joe Hunt
169 ! In reorder_level.php the heading gets updated as well
170 $ /inventory/reorder_level.php
171 ! Changes the -1 to 'User Quantiry Decimals' in the table for units.
172 $ /inventory/manage/item_units.php
173
174 20-Jun-2008 Janusz Dobrowolski
175 # Proper error handling even after exit() call.
176 $ /includes/errors.inc
177   /includes/main.inc
178   /includes/session.inc
179 # Fixed initial combo selection.
180   /includes/ui/ui_lists.inc
181 # Layout fixes to customer edition.
182   /sales/manage/customers.php
183 # Added order table reload after template option change
184   /sales/inquiry/sales_orders_view.php
185
186 19-Jun-2008 Janusz Dobrowolski
187 + Added ajax improvements
188 $ /purchasing/allocations/supplier_allocation_main.php
189   /sales/customer_delivery.php
190   /sales/customer_invoice.php
191   /sales/allocations/customer_allocation_main.php
192   /sales/manage/customers.php
193 + Ajax added to check helper function
194 $ /includes/ui/ui_input.inc
195 # Fixing database error in branch exist check on empty customer_id
196 $ /includes/data_checks.inc
197 # Layout fix for hyperlink_params_td()
198 $ /includes/ui/ui_controls.inc
199 # Fix for initial combo position
200 $ /includes/ui/ui_lists.inc
201 # Fix to select onchange extension
202 $ /js/inserts.js
203
204 19-Jun-2008 Joe Hunt
205 ! changed so the due date is updated when changing customer in direct invoice.
206 $ /sales/includes/ui/sales_order_ui.inc
207
208 19-Jun-2008 Joe Hunt
209 # Minor layout bug at Credit Shipping Costs in customer_credit_invoice.php
210 $ /sales/customer_credit_invoice.php
211
212 18-Jun-2008 Janusz Dobrowolski
213 + Added ajax improvements
214 $ /sales/credit_note_entry.php
215   /sales/customer_payments.php
216   /sales/sales_order_entry.php
217   /sales/includes/ui/sales_credit_ui.inc
218   /sales/includes/ui/sales_order_ui.inc
219   /sales/inquiry/customer_allocation_inquiry.php
220   /sales/inquiry/customer_inquiry.php
221 + Added optional trigger parameter to div_start()
222 $ /includes/ui/ui_controls.inc
223 + Added dec attribute ajax update for amount fields 
224 $ /includes/ui/ui_input.inc
225 + Ajaxified stock item types and credit types lists
226 $ /includes/ui/ui_lists.inc
227 # Fixed onblur for amount fields, extended onchange event handling for selects
228 $ /js/inserts.js
229 # Fixed addAssign() js handler for nonstandard attributes
230 $ /js/utils.js
231 # Fixed bug in stock item image upload
232 $ /inventory/manage/items.php
233
234 17-Jun-2008 Joe Hunt
235 ! More files with Quantity routines needed fix due to php4 related issue.
236 $ /includes/current_user.inc
237   /manufacturing/work_order_entry.php
238   /manufacturing/inquiry/where_used_inquiry.php
239   /manufacturing/manage/bom_edit.php
240   /purchasing/po_receive_items.php
241   /purchasing/supplier_credit_grns.php
242   /purchasing/supplier_invoice_grns.php
243   /sales/customer_credit_invoice.php
244   /sales/includes/ui/sales_order_ui.inc
245
246 16-Jun-2008 Joe Hunt
247 ! Changed so Customer's Reference is printed on all sales documents (you can f.i. enter PO number here).
248 $ /reporting/includes/header2.inc
249   /reporting/doctext.inc
250   /reporting/doctext2.inc
251   
252 16-Jun-2008 Joe Hunt
253 ! Changed the Quantity routines to use the Item Units decimals if any. A lot of files.
254 $ /includes/current_user.inc
255   /includes/ui/ui_input.inc
256   /includes/ui/ui_lists.inc
257   /inventory/reorder_level.inc
258   /inventory/includes/item_adjustments_ui.inc
259   /inventory/includes/stock_transfers_ui.inc
260   /inventory/includes/db/items_units_db.inc
261   /inventory/inquiry/stock_movements.php
262   /inventory/inquiry/stock_status.php
263   /inventory/manage/item_units.php
264   /inventory/view/view_adjustment.php
265   /inventory/view/view_transfer.php
266   /manufacturing/search_work_orders.php
267   /manufacturing/work_order_entry.php
268   /manufacturing/includes/manufacturing_ui.inc
269   /manufacturing/includes/work_order_issue_ui.inc
270   /manufacturing/inquiry/where_used_inquiry.php
271   /manufacturing/manage/bom_edit.php
272   /manufacturing/view/wo_issue_view.php
273   /manufacturing/view/wo_production_view.php
274   /purchasing/po_receive_items.php
275   /purchasing/supplier_credit_grns.php
276   /purchasing/supplier_invoice_grns.php
277   /purchasing/includes/ui/invoice_ui.inc
278   /purchasing/includes/ui/po_ui.inc
279   /purchasing/view/view_grn.php
280   /purchasing/view/view_po.php
281   /reporting/rep105.php
282   /reporting/rep107.php
283   /reporting/rep108.php
284   /reporting/rep109.php
285   /reporting/rep110.php
286   /reporting/rep204.php
287   /reporting/rep209.php
288   /reporting/rep301.php
289   /reporting/rep302.php
290   /reporting/rep303.php
291   /reporting/rep401.php
292   /sales/customer_credit_invoice.php
293   /sales/customer_delivery.php
294   /sales/customer_invoice.php
295   /sales/includes/ui/sales_credit_ui.inc
296   /sales/includes/ui/sales_order_ui.inc
297   /sales/view/view_credit.php
298   /sales/view/view_dispatch.php
299   /sales/view/view_invoice.php
300   /sales/view/view_sales_order.php
301   
302 15-Jun-2008 Janusz Dobrowolski
303 + Ajax driven delivery and order queries.
304 $ /sales/inquiry/sales_deliveries_view.php
305   /sales/inquiry/sales_orders_view.php
306 + Added searchbox class selector for text inputs with onchange event handlers.
307 ! Added text selection after focus.
308 $ /js/inserts.js
309   /js/utils.js
310 + Added submit_on_change option to ref input functions, fixed data picker
311 $ /includes/ui/ui_input.inc
312 # Fixed bug in non-js mode for combos type 0 (stock_items_lists).
313 $ /includes/ui/ui_lists.inc
314
315 15-Jun-2008 Joe Hunt
316 # Changed so Invoice Template gets the current day instead of original day.
317 $ /sales/sales_order_entry.php
318
319 15-Jun-2008 Joe Hunt
320 # Bug in tax_types_list (spec_id)
321 $ /includes/ui/ui_lists.inc
322
323 14-Jun-2008 Joe Hunt
324 # Minor annoying layout bug in stock movements.
325 $ /inventory/inquiry/stock_movements.php
326
327 14-Jun-2008 Joe Hunt
328 ! The Customer Branch Sales Account now overrides the Item Sales Accounts if a Sales Account is here.
329   Can now be set to 'Use Item Sales Accounts', which is the first choice in list and default.
330 ! If setting the Customer Branch AR Account to a Bank Account (and hereby also Cash Account) the 
331   transactions from Direct Invoice and Credit Note will be allocated immediately when placing.
332 $ /includes/ui/ui_lists.inc
333   /sales/includes/db/sales_invoice_db.inc
334   /sales/includes/db/sales_credit_db.inc
335   /sales/manage/customer_branches.php
336   .
337 12-Jun-2008 Joe Hunt
338 + New inventory sales report. Shows total sales - costs - contribution per category, location, detailed/summary and period.
339 $ /reporting/reports_main.php
340   /reporting/rep304.php (new file)
341   
342 ---------------------------------------Release Candidate 1-------------------------------
343 10-Jun-2008 Janusz Dobrowolski
344 # Some more fixes related to ajax combos usage
345 $ /includes/ui/ui_lists.inc
346   /inventory/cost_update.php
347   /inventory/prices.php
348   /inventory/purchasing_data.php
349   /inventory/reorder_level.php
350   /inventory/includes/item_adjustments_ui.inc
351   /inventory/inquiry/stock_status.php
352   /manufacturing/inquiry/where_used_inquiry.php
353   /manufacturing/manage/bom_edit.php
354   /purchasing/includes/ui/po_ui.inc
355 # Fixed focus issues
356 $ /gl/gl_journal.php
357   /gl/gl_deposit.php
358   /gl/gl_payment.php
359   /js/inserts.js
360   
361 09-Jun-2008 Janusz Dobrowolski
362 # Some additional fixes related to last big committment
363 $ /gl/gl_journal.php
364   /gl/gl_deposit.php
365   /gl/gl_payment.php
366   /includes/ajax.inc
367   /includes/reserved.inc
368   /includes/ui/ui_lists.inc
369   /includes/ui/ui_view.inc
370   /js/inserts.js
371   /js/utils.js
372   /sales/includes/ui/sales_order_ui.inc
373   /themes/default/default.css
374   /themes/aqua/default.css
375   /themes/cool/default.css
376
377 08-Jun-2008 Joe Hunt
378 ! Preparing for release candidate 1
379 $ config.php
380
381 08-Jun-2008 Joe Hunt
382 ! Set 'max_execution_time' to 60 seconds by ini_set.
383 $ /install/save.php
384
385 07-Jun-2008 Joe Hunt
386 # Fixed a layout bug in footer.inc
387 $ /includes/page/footer.inc
388
389 07-Jun-2008 Joe Hunt
390 ! Changed install.html and update.html
391 $ install.html
392   update.html
393 + New files, change_current_user_password.php and alter2.sql
394 $ /admin/change_current_user_password.php
395   /sql/alter2.sql
396 ! Changed some files for layout
397 $ /lang/en_US/stylesheet.css
398   /themes/aqua/default.css
399   /themes/aqua/renderer.php
400   /themes/cool/default.css
401   /themes/cool/renderer.php
402   /themes/default/default.css
403   /themes/default/renderer.php
404 ! Changed install sql scripts
405 $ /sql/en_US-demo.sql
406   /sql/en_US-new.sql
407   
408 07-Jun-2008 Janusz Dobrowolski
409 + Added ajax functionality and ui hints to sales form entry pages.
410 $ /sales/sales_order_entry.php
411   /sales/includes/ui/sales_order_ui.inc
412 + Added option for hints display, changed input/lists functions API
413 $ /admin/display_prefs.php
414   /admin/db/users_db.inc
415   /includes/current_user.inc
416   /includes/prefs/userprefs.inc
417   /includes/ui/ui_input.inc
418   /themes/default/renderer.php
419   /sql/alter.sql
420 + List functions rewrite. Added ajax functionality, universal combo_input().
421 $ /includes/ui/ui_lists.inc
422 + Ajaxified exchange_rate_display()
423 $ /includes/ui/ui_view.inc
424 + Added methods for setting focus and page reload to $Ajax class
425 $ /includes/ajax.inc
426   /includes/main.inc
427 + Added comma separated css element selectors
428 $ /js/behaviour.js
429 ! Searchable select js changes related to new ui_lists.inc changes
430 $ /js/inserts.js
431   /js/utils.js
432 + Additional style definitions for various ajax controls
433 $ /themes/default/default.css
434 ! Fixes related to changed input/lists API and ajax extensions
435 $ /admin/company_preferences.php
436   /admin/fiscalyears.php
437   /admin/forms_setup.php
438   /admin/gl_setup.php
439   /dimensions/dimension_entry.php
440   /dimensions/inquiry/search_dimensions.php
441   /gl/bank_transfer.php
442   /gl/includes/ui/gl_deposit_ui.inc
443   /gl/includes/ui/gl_journal_ui.inc
444   /gl/includes/ui/gl_payment_ui.inc
445   /gl/inquiry/bank_inquiry.php
446   /gl/inquiry/gl_account_inquiry.php
447   /gl/inquiry/gl_trial_balance.php
448   /gl/manage/gl_account_types.php
449   /gl/manage/gl_accounts.php
450   /includes/ui/ui_controls.inc
451   /inventory/includes/item_adjustments_ui.inc
452   /inventory/includes/stock_transfers_ui.inc
453   /inventory/inquiry/stock_movements.php
454   /manufacturing/search_work_orders.php
455   /manufacturing/work_order_add_finished.php
456   /manufacturing/work_order_entry.php
457   /manufacturing/includes/work_order_issue_ui.inc
458   /manufacturing/manage/bom_edit.php
459   /purchasing/supplier_payment.php
460   /purchasing/includes/ui/grn_ui.inc
461   /purchasing/includes/ui/invoice_ui.inc
462   /purchasing/includes/ui/po_ui.inc
463   /purchasing/inquiry/po_search.php
464   /purchasing/inquiry/po_search_completed.php
465   /purchasing/inquiry/supplier_allocation_inquiry.php
466   /purchasing/inquiry/supplier_inquiry.php
467   /sales/customer_credit_invoice.php
468   /sales/customer_delivery.php
469   /sales/customer_invoice.php
470   /sales/includes/ui/sales_credit_ui.inc
471   /sales/inquiry/customer_allocation_inquiry.php
472   /sales/inquiry/customer_inquiry.php
473   /sales/inquiry/sales_deliveries_view.php
474   /sales/inquiry/sales_orders_view.php
475   /taxes/tax_groups.php
476
477 06-Jun-2008 Joe Hunt
478 # Final fixes in html layout
479 $ /admin/create_coy.php
480   /gl/gl_deposit.php
481   /gl/gl_payment.php
482   /gl/manage/exchange_rates.php
483   /inventory/prices.php
484   /inventory/purchasing_date.php
485   /inventory/reorder_level.php
486   /inventory/inquiry/stock_status.php
487   /manufacturing/inquiry/where_used_inquiry.php
488   /manufacturing/manage/bom_edit.php
489   
490 05-Jun-2008 Joe Hunt
491 ! Made an improment to the date picker. Shows the week number as well. Many delivery systems are week number based.
492 $ /includes/ui/ui_view.inc
493 # Fixed a html layout bug
494 $ /includes/page/header.inc
495
496 31-May-2008 Joe Hunt
497 # A lot of annoying layout bugs taken. Mostly from views and inquiries. A couple of files are critical, ui_view and ui_lists!
498 $ /gl/view/gl_deposit_view.php
499   /gl/view/gl_payment_view.php
500   /includes/ui/ui_controls.inc
501   /includes/ui/ui_lists.inc
502   /includes/ui/ui_view.inc
503   /manufacturing/work_order_add_finished.php
504   /manufacturing/includes/manufacturing_ui.inc
505   /manufacturing/view/work_order_view.php
506   /manufacturing/view/wo_issue_view.php
507   /sales/inquiry/customer_allocation_inquiry.php
508   /sales/inquiry/customer_inquiry.php
509
510 30-May-2008 Joe Hunt
511 # Fixed bug in 2 files regarding stock movements. Moved from Invoice to Delivery.
512 $ /inventory/inquiry/stock_movements.php
513   /reporting/rep302.php
514
515 28-May-2008 Joe Hunt
516 # More bugs related to debtor_trans changes (positive amounts)
517 $ /gl/includes/db/gl_db_banking.inc
518   /sales/allocations/customer_allocate.php
519   /sales/includes/db/custalloc_db.inc
520   /sales/inquiry/customer_allocation_inquiry.php
521
522 27-May-2008 Joe Hunt
523 # Changed more files with new html/css.
524 $ /includes/page/header.inc
525   /purchasing/inquiry/supplier_allocation_inquiry.php
526   /sales/credit_note_entry.php
527   
528 26-May-2008 Joe Hunt
529 # Fixed many minor bugs, new ones as well as debtor_trans related.
530 ! Changed to use DOCTYPE html 4.01 transitionel. Some files/css needed change.
531 $ /admin/backups.php
532   /admin/create_coy.php
533   /admin/inst_lang.php
534   /admin/inst_module.php
535   /gl/manage/exchange_rates.php
536   /includes/session.inc
537   /includes/page/header.inc
538   /includes/ui/ui_controls.inc
539   /includes/ui/ui_input.inc
540   /includes/ui/ui_lists.inc
541   /includes/ui/ui_view.inc
542   /purchasing/allocations/supplier_allocate.php
543   /sales/allocations/customer_allocate.php
544   /sales/includes/db/sales_credit_db.inc
545   /sales/inquiry/customer_allocation_inquiry.php
546   /themes/aqua/default.css
547   /themes/cool/default.css
548   /themes/default/default.css
549   
550 23-May-2008 Joe Hunt
551 # Minor bug in dimensions.php (Outstanding Dimensions)
552 $ /applications/dimensions.php
553   /dimensions/inquiry/search_dimensions.php
554   
555 23-May-2008 Janusz Dobrowolski
556 ! Include file order / error handling order fixed once again.
557 $ /includes/main.inc
558   /includes/session.inc
559   
560 23-May-2008 Joe Hunt
561 ! Moved menu-system from header.inc/footer.inc to renderer.php for relevant theme. Fixed frontaccounting.php to get the
562   correct renderer.php.
563 $ frontaccounting.php
564   /includes/page/header.inc
565   /includes/page/footer.inc
566   /themes/default/renderer.php
567   /themes/cool/renderer.php
568   /themes/aqua/renderer.php
569
570 22-May-2008 Janusz Dobrowolski
571 ! Error handler switching moved to session.inc for early error catching
572 $ /includes/main.inc
573   /includes/session.inc
574 ! Cosmetic cleanup
575   /js/utils.js
576   
577 18-May-2008 Janusz Dobrowolski
578 # Added explicit ob_end_flush() on shutdown needed for php5
579 $ /includes/main.inc
580 # Fixed for www servers on nonstandard listening ports.
581 $ /js/JsHttpRequest.js
582
583 18-May-2008 Joe Hunt
584 # Bug when inserting new records in debtor_trans.
585 $ /sales/includes/db/cust_trans_db.inc
586
587 16-May-2008 Janusz Dobrowolski
588 + Rewritten errors/messages handling, unified for ajax/user/php errors
589 $ /includes/errors.inc
590   /includes/main.inc
591   /includes/ui/ui_msgs.inc
592 + Framework extended for ajax functionality, javascript code organization improvements.
593 $ /config.php
594   /includes/JsHttpRequest.php (new file)
595   /includes/ajax.inc (new file)
596   /includes/current_user.inc
597   /includes/session.inc
598   /includes/lang/language.php
599   /includes/page/footer.inc
600   /includes/page/header.inc
601   /includes/ui/ui_controls.inc
602   /includes/ui/ui_input.inc
603   /includes/ui/ui_view.inc
604   /js/JsHttpRequest.js (new file)
605   /js/allocate.js (new file)
606   /js/utils.js (new file)
607   /js/behaviour.js
608   /js/inserts.js
609   /themes/aqua/images (new dir)
610   /themes/aqua/images/button_ok.png (new file)
611   /themes/aqua/images/locate.png (new file)
612   /themes/cool/images (new dir)
613   /themes/coll/images/button_ok.png (new file)
614   /themes/coll/images/locate.png (new file)
615   /themes/default/images/button_ok.png (new file)
616   /themes/default/images/progressbar.gif (new file)
617   /themes/default/images/progressbar1.gif (new file)
618   /themes/default/images/progressbar2.gif (new file)
619   /themes/default/default.css
620   /themes/aqua/default.css
621   /themes/cool/default.css
622 ! Payment allocation js functions moved to allocate.js
623 $ /purchasing/allocations/supplier_allocate.php 
624   /sales/allocations/customer_allocate.php
625 ! Some initializations moved from sales_order_ui.inc
626 $ /sales/includes/cart_class.inc
627 + Added javascript compression routine
628 $ /includes/main.inc
629
630 14-May-2008 Joe Hunt
631 # Minor bugs in the former fixing.
632 $ /includes/ui/ui_lists.inc
633
634 14-May-2008 Joe Hunt
635 # When no_item_list or no_customer_list or no_supplier_list was checked in company setup the listboxes were filled with all
636   the records when there were no search values.
637 $ /includes/ui/ui_lists.inc
638
639 09-May-2008 Joe Hunt
640 ! Due to differences in Javascript the script update_db.php had to be changed.
641 ! New fields, base_sales in 0_company and factor in 0_sales_types affects the default chart of accounts.
642 $ /update_db.php
643   /sql/en_US-new.sql
644   /sql/en_US-demo.sql
645   
646 09-May-2008 Janusz Dobrowolski
647 # Automatic calculation of not set item prices from home currency and base sales type settings.
648 $ /admin/company_preferences.php
649   /admin/db/company_db.inc
650   /includes/ui/ui_lists.inc
651   /sales/includes/cart_class.inc
652   /sales/includes/sales_db.inc
653   /sales/includes/db/sales_order_db.inc
654   /sales/includes/db/sales_types_db.inc
655   /sales/includes/ui/sales_credit_ui.inc
656   /sales/includes/ui/sales_order_ui.inc
657   /sales/manage/sales_types.php
658   /sql/alter.sql
659 # Fixed dev bug blocking change of price on order entry.
660 $ /sales/includes/ui/sales_order_ui.inc
661 # Small display fix
662 $ /sales/manage/sales_people.php
663
664 30-Apr-2008 Joe Hunt
665 # Fixed price update also in purchase order
666 $ /purchasing/includes/ui/po_ui.inc
667
668 30-Apr-2008 Janusz Dobrowolski
669 # Fixed price update when changing item in sales order.
670 $ /includes/ui/ui_lists.inc
671   /js/inserts.js
672   /sales/includes/ui/sales_order_ui.inc
673
674 24-Apr-2008 Janusz Dobrowolski
675 + Added new per company directory for customized versions of report definition files repXXX.php, checked before using system default file.
676 $ /company/0/reporting (added new directory)
677   /company/0/reporting/index.php
678   /admin/create_coy.php
679   /reporting/includes/reports_classes.inc
680 # Warnings turned off in case of charset not supported by htmlspecialchars().
681 $ /includes/db/connect_db.inc
682 # Added content type encoding header
683 $ /includes/page/header.inc
684
685 24-Apr-2008 Joe Hunt
686 # Wrong include file path in /includes/ui/items_cart.inc changed /inventory/includes/prefs/sysprefs.inc to
687   /includes/prefs/sysprefs.inc
688 $ /includes/ui/items_cart.inc  
689 # Wrong include file in /reporting/includes/pdf_report.inc. Changed header2a.inc to header2.inc
690 $ /reporting/includes/pdf_report.inc
691
692 23-Apr-2008 Joe Hunt
693 ! Removed the content of function header2 in pdf_report.inc to a separate file, header2.inc.
694   It will make it easier to design your own document layouts.
695 $ /reporting/includes/pdf_report.inc
696   /reporting/includes/header2.inc (new file)
697   
698 20-Apr-2008 Janusz Dobrowolski
699 # Checking uniqueness of company settings, fixed creating database with prefix 0 when none was selected.
700 $ /admin/create_coy.php
701 ! Added missing include_once directives.
702 $ /includes/ui/items_cart.inc
703   /includes/ui/ui_lists.inc
704   /includes/ui/ui_view.inc
705 + Added ini default_charset unnecessary for planned ajax calls.
706 $ /includes/lang/language.inc
707
708 19-Apr.2008 Joe Hunt
709 # Bug (right to left text was done if price decimals were 3). A test sentense from a while
710   ago wasn't removed.
711 $ /reporting/includes/pdf_report.inc
712
713 18-Apr-2008 Janusz Dobrowolski
714 # Additional checks on provisions and break point entry.
715 $ /sales/manage/sales_people.php
716 ! Modules purchasing, sales and taxes sealed against XSS attacks
717 $ /install/save.php
718   /admin/db/maintenance_db.inc
719   /purchasing/includes/db/grn_db.inc
720   /purchasing/includes/db/invoice_items_db.inc
721   /purchasing/includes/db/po_db.inc
722   /purchasing/includes/db/supp_trans_db.inc
723   /purchasing/manage/suppliers.php
724   /sales/includes/db/credit_status_db.inc
725   /sales/includes/db/cust_trans_db.inc
726   /sales/includes/db/cust_trans_details_db.inc
727   /sales/includes/db/sales_order_db.inc
728   /sales/includes/db/sales_types_db.inc
729   /sales/manage/customer_branches.php
730   /sales/manage/customers.php
731   /sales/manage/sales_areas.php
732   /sales/manage/sales_people.php
733   /taxes/db/item_tax_types_db.inc
734   /taxes/db/tax_groups_db.inc
735   /taxes/db/tax_types_db.inc
736
737 18-Apr-2008 Joe Hunt
738 ! Module gl sealed against XSS Attacks
739 $ /gl/includes/db/gl_db_accounts.inc
740   /gl/includes/db/gl_db_account_types.inc
741   /gl/includes/db/gl_db_bank_accounts.inc
742   /gl/includes/db/gl_db_bank_trans.inc
743   /gl/includes/db/gl_db_bank_trans_types.inc
744   /gl/includes/db/gl_db_currencies.inc
745   /gl/includes/db/gl_db_trans.inc
746   
747 18-Apr-2008 Janusz Dobrowolski
748 ! Modules admin and dimensions sealed against XSS attacks
749 $ /admin/payment_terms.php
750   /admin/shipping_companies.php
751   /admin/db/company_db.inc
752   /admin/db/maintenance_db.inc
753   /admin/db/users_db.inc
754   /admin/db/voiding_db.inc
755   /dimensions/includes/dimensions_db.inc
756
757 18-Apr-2008 Joe Hunt
758 ! Modules includes, inventory and manufacturing sealed against XSS attacks
759 $ /includes/db/comments_db.inc
760   /includes/db/inventory_db.inc
761   /includes/db/references_db.inc
762   /inventory/includes/db/items_category_db.inc
763   /inventory/includes/db/items_db.inc
764   /inventory/includes/db/items_locations_db.inc
765   /inventory/includes/db/items_units_db.inc
766   /inventory/includes/db/movement_types_db.inc
767   /manufacturing/includes/db/work_centres_db.inc
768   /manufacturing/includes/db/work_orders_db.inc
769   /manufacturing/includes/db/work_orders_quick_db.inc
770   /manufacturing/includes/db/work_order_issues_db.inc
771   /manufacturing/includes/db/work_order_produce_items_db.inc
772   
773 18-Apr-2008 Janusz Dobrowolski
774 ! Changed db_escape function to avoid XSS attacks via js db injection
775 $ /includes/db/connect_db.inc
776 # Database inserts/updates secured against js injection
777 $ /admin/db/maintenance_db.inc
778   /gl/includes/db/gl_db_accounts.inc
779   /purchasing/includes/db/po_db.inc
780   /sales/sales_order_entry.php
781   /sales/includes/db/sales_order_db.inc
782
783 16-Apr-2008 Joe Hunt
784 # Bug in /includes/ui/ui_lists.inc:914. Sql clause was cut.
785 $ /includes/ui/ui_lists.inc
786
787 09-Apr-2008 Janusz Dobrowolski
788 # Fixed number formatting bug in standard cost update.
789 $ /inventory/cost_update.php
790
791 -------------------- 2,0 Beta - released ----------------------------
792
793 06-Apr-2008 Joe Hunt
794 ! Changed install.html and update.html to fit the new unstable release 2.0
795 ! Changed demo sql script to fit the 2.0 unstable.
796 $ install.html
797   update.html
798   /sql/en_US-demo.sql
799   
800 06-Apr-2008 Janusz Dobrowolski
801 # Sales invoice edition denied for documents created in FA 1.xx because of nonportable differences in gl posting/db schema.
802   /sales/customer_invoice.php
803 # Fixed typo causing error while adding new tax type.
804   /taxes/tax_types.php
805   
806 05-Apr-2008 Joe Hunt
807 # Fixed a bug when creating subfolder for new companies. Should be company id and not the table pref counter.
808 $ /admin/create_coy.php
809
810 05-Apr-2008 Joe Hunt
811 # Removed annoying warnings in several reports. 
812 $ config.php 
813   /reporting/rep102.php
814   /reporting/rep104.php
815   /reporting/rep201.php
816   /reporting/rep203.php
817   /reporting/rep705.php
818   /reporting/rep706.php
819   /reporting/rep707.php
820   /reporting/rep709.php
821   /reporting/reports_main.php
822   /reporting/includes/pdf_report.inc
823   
824 04-Apr-2008 Janusz Dobrowolski
825 # Javascript bugfix in selecting orders for template.
826 $ /sales/inquiry/sales_orders_view.php
827
828 04-Apr-2008 Joe Hunt
829 ! Updated chart of accounts for release 2.0 unstable. Set the status to 2.0 Beta in config.php. Minor changes in update.html
830 + Preparing for download of release 2.0b on SourceForge.
831 $ config.php
832   update.html
833   /sql/en_US-new.sql
834   /sql/en_US-demo.sql
835   
836 02-Apr-2008 Janusz Dobrowolski
837 # Removed selector expansion on space key for multi-line selectors
838 $ /js/inserts.js
839 ! Hiding search button in combo selectors for javascript enabled browsers
840 $ /includes/ui/ui_lists.inc
841   /js/inserts.js
842 + Focus set to invalid form field after submit check fail
843 $ /admin/company_preferences.php
844   /admin/fiscalyears.php
845   /admin/gl_setup.php
846   /admin/payment_terms.php
847   /admin/shipping_companies.php
848   /admin/users.php
849   /admin/void_transaction.php
850   /dimensions/dimension_entry.php
851   /gl/bank_transfer.php
852   /gl/gl_deposit.php
853   /gl/gl_journal.php
854   /gl/gl_payment.php
855   /gl/manage/bank_accounts.php
856   /gl/manage/bank_trans_types.php
857   /gl/manage/currencies.php
858   /gl/manage/exchange_rates.php
859   /gl/manage/gl_account_classes.php
860   /gl/manage/gl_account_types.php
861   /gl/manage/gl_accounts.php
862   /inventory/adjustments.php
863   /inventory/cost_update.php
864   /inventory/prices.php
865   /inventory/purchasing_data.php
866   /inventory/transfers.php
867   /inventory/manage/item_categories.php
868   /inventory/manage/item_units.php
869   /inventory/manage/items.php
870   /inventory/manage/locations.php
871   /inventory/manage/movement_types.php
872   /manufacturing/work_order_add_finished.php
873   /manufacturing/work_order_entry.php
874   /manufacturing/work_order_issue.php
875   /manufacturing/work_order_release.php
876   /manufacturing/manage/bom_edit.php
877   /manufacturing/manage/work_centres.php
878   /purchasing/po_entry_items.php
879   /purchasing/po_receive_items.php
880   /purchasing/supplier_credit.php
881   /purchasing/supplier_credit_grns.php
882   /purchasing/supplier_invoice.php
883   /purchasing/supplier_invoice_grns.php
884   /purchasing/supplier_payment.php
885   /purchasing/supplier_trans_gl.php
886   /purchasing/allocations/supplier_allocate.php
887   /purchasing/manage/suppliers.php
888   /sales/credit_note_entry.php
889   /sales/customer_credit_invoice.php
890   /sales/customer_delivery.php
891   /sales/customer_invoice.php
892   /sales/customer_payments.php
893   /sales/sales_order_entry.php
894   /sales/allocations/customer_allocate.php
895   /taxes/item_tax_types.php
896   /taxes/tax_groups.php
897   /taxes/tax_types.php
898 # Set default focus in update_db.php
899 $ /admin/backups.php
900
901 29-Mar-2008 Janusz Dobrowolski
902 # Changed gl_all_accounts_list() API
903 $ /includes/ui/ui_lists.inc
904 + Enhanced list accessability in kbd usage via space key
905 $ js/inserts.js
906
907 28-Mar-2008 Janusz Dobrowolski
908 # Fixed headers for various display mode
909 $ /sales/inquiry/sales_orders_view.php
910
911 28-Mar-2008 Joe Hunt
912 + Added print document options in inquiries.
913 $ /sales/inquiry/customer_inquiry.php
914   /sales/inquiry/sales_orders_view.php
915   /sales/inquiry/sales_deliveries_view.php
916   /purchasing/inquiry/po_search.php
917   /purchasing/inquiry/po_search_completed.php
918   
919 28-Mar-2008 Joe Hunt
920 # Fixed a minor bug in customers_db.inc (should include type == 2 - Bank Deposits)
921 $ /sales/includes/db/customers_db.inc
922 # Fixed a PHP vers. 5.xx bug. No need for & operator in function calls, only in declaration. Gives a warning.
923 $ /sales/includes/db/sales_credit_db.inc
924 # Fixed a wrong variabel declaration doc_Document_no to doc_Invoice_no
925 $ /reporting/includes/doctext.inc
926   /reporting/includes/doctext2.inc
927 # Fixed so Customer Balances and Aged Customer Analysis reports presents correct sign.  
928 $ /reporting/rep101.php
929   /reporting/rep102.php
930
931 28-Mar-2008 Janusz Dobrowolski
932 # Layout/focus fixes for no_[customer/supplier/item]_list option on
933 $  /includes/ui/ui_lists.inc
934    /purchasing/includes/ui/po_ui.inc
935    /sales/credit_note_entry.php
936    /sales/sales_order_entry.php
937    /sales/includes/ui/sales_credit_ui.inc
938    /sales/includes/ui/sales_order_ui.inc
939
940 27-Mar-2008 Janusz Dobrowolski
941 + Automatic first field focus on page start, focus order preserved between form updates
942 $  /gl/inquiry/gl_account_inquiry.php
943    /includes/page/footer.inc
944    /includes/ui/ui_controls.inc
945    /includes/ui/ui_input.inc
946    /includes/ui/ui_lists.inc
947    /includes/ui/ui_view.inc
948    /js/inserts.js
949    /sales/sales_order_entry.php
950    /sales/credit_note_entry.php
951    /sales/includes/ui/sales_credit_ui.inc
952    /sales/includes/ui/sales_order_ui.inc
953 + Data picker omitted in keyboard tabbing sequence (FF,IE, not old mozilla)
954 $  /includes/ui/ui_input.inc
955 ! Javascript recalcAccount() superseded by class='combo' behaviour binding
956 $  /gl/gl_deposit.php
957    /gl/gl_journal.php
958    /gl/gl_payment.php
959    /gl/includes/ui/gl_deposit_ui.inc
960    /gl/includes/ui/gl_journal_ui.inc
961    /gl/includes/ui/gl_payment_ui.inc
962    /includes/ui/ui_view.inc
963    /purchasing/po_entry_items.php
964    /purchasing/includes/ui/po_ui.inc
965    /sales/sales_order_entry.php
966    /sales/includes/ui/sales_credit_ui.inc
967    /sales/includes/ui/sales_order_ui.inc
968    /js/inserts.js
969 ! get_js_set_focus moved from ui_view (this is only standalone form).
970    /update_db.php
971 # Fixed debit/credit entry check 
972 $  /gl/gl_journal.php
973 # Restored GET/POST security check on path_to_root
974 $  /config.php
975
976 26-Mar-2008 Janusz Dobrowolski
977 # Bug fixes in purchase module related to tax structure changes.
978 $  /purchasing/includes/supp_trans_class.inc
979    /purchasing/includes/db/invoice_db.inc
980    /purchasing/includes/db/invoice_items_db.inc
981    /purchasing/includes/ui/invoice_ui.inc
982    /reporting/rep105.php
983
984 25-Mar-2008 Janusz Dobrowolski
985 ! Per company pdf, backup and graphics directories in 'company' dir.
986 $  /company (new dir)
987    /company/0 (new dir)
988    /company/0/images/ (new dir)
989    /company/0/images/102.jpg    (moved from inventory/manage/image)
990    /company/0/images/103.jpg    (moved from inventory/manage/image)
991    /company/0/images/104.jpg    (moved from inventory/manage/image)
992    /company/0/images/logo_frontaccounting.jpg   (moved from themes/default/images)
993    /company/0/images/logo_frontaccounting.png   (moved from themes/default/images)
994    /admin/backups.php
995    /admin/create_coy.php
996    /admin/db/maintenance_db.inc
997    /install/index.php
998    /reporting/rep102.php
999    /reporting/rep104.php
1000    /reporting/rep202.php
1001    /reporting/rep303.php
1002    /reporting/rep706.php
1003    /reporting/rep707.php
1004    /reporting/includes/pdf_report.inc
1005    /inventory/manage/items.php
1006
1007 + jscript component caching (enables browser caching and future compression)
1008 $  /includes/session.inc
1009    /includes/main.inc
1010    /includes/page/header.inc
1011    /includes/ui/ui_view.inc
1012    /admin/display_prefs.php
1013    /config.php
1014
1015 - Removed obsolete file
1016 $  /sales/includes/ui/print_invoice.inc
1017
1018 21-Mar-2008 Janusz Dobrowolski
1019 ! Total Allocation/Left to Allocate update without page submit.
1020 $  /includes/ui/ui_view.inc
1021    /purchasing/allocations/supplier_allocate.php
1022    /sales/allocations/customer_allocate.php
1023 # Fixed unvisable under IE editbutton
1024 $  /themes/aqua/default.css
1025    /themes/cool/default.css
1026    /themes/default/default.css
1027
1028 20-Mar-2008 Janusz Dobrowolski
1029 # Excluding delivery notes from Customer Balances, removed warnings. 
1030 $  /reporting/rep101.php 
1031 # Divide by zero fix on order_price==0 in new supplier invoice
1032 $  /purchasing/supplier_invoice_grns.php
1033 # Database bug fix in new customer entry
1034 $  /sales/manage/customers.php
1035 # Small bug fix (warnings) in is_date() function.
1036 $  /includes/date_functions.inc
1037
1038 18-Mar-2008 Janusz Dobrowolski
1039 # Line items editor uses POST method - no disappearing shippment info.
1040 $  /sales/credit_note_entry.php
1041    /sales/sales_order_entry.php
1042    /sales/includes/ui/sales_credit_ui.inc
1043    /sales/includes/ui/sales_order_ui.inc
1044 + Added edit_button_cell() function
1045 $  /includes/ui/ui_controls.inc
1046 + Helper function for finding indexed submit $_POST vars.
1047 $  /includes/ui/ui_input.inc
1048 + New class .editbutton for buttons. Default view is link alike.
1049 $  /themes/aqua/default.css
1050    /themes/cool/default.css
1051    /themes/default/default.css
1052
1053 17-Mar-2008 Janusz Dobrowolski
1054 # Added rounding when needed to avoid document non cosistent documents.
1055 $  /includes/banking.inc
1056    /purchasing/supplier_credit_grns.php
1057    /purchasing/supplier_invoice_grns.php
1058    /purchasing/includes/supp_trans_class.inc
1059    /purchasing/includes/ui/invoice_ui.inc
1060    /purchasing/includes/ui/po_ui.inc
1061    /reporting/rep107.php
1062    /reporting/rep109.php
1063    /reporting/rep110.php
1064    /reporting/rep209.php
1065    /sales/includes/cart_class.inc
1066    /sales/includes/ui/sales_credit_ui.inc
1067    /sales/includes/ui/sales_order_ui.inc
1068    /sales/view/view_credit.php
1069    /sales/view/view_dispatch.php
1070    /sales/view/view_invoice.php
1071    /sales/view/view_sales_order.php
1072    /taxes/tax_calc.inc
1073 # Sign bug for customer transactions
1074 $  /reporting/rep709.php
1075 # Include file conflict fix
1076 $ /purchasing/includes/ui/invoice_ui.inc
1077   /gl/manage/bank_accounts.php
1078   /manufacturing/inquiry/where_used_inquiry.php
1079   /purchasing/manage/suppliers.php
1080   
1081 16-Mar-2008 Janusz Dobrowolski
1082 + Added javascript add-on for unobtrusive apply javascript handlers to html elements.
1083 $  /js/behaviour.js
1084    /js/inserts.js
1085 + Added javascript source collecting functions
1086 $  /includes/main.inc
1087 ! Moved check_page_security(); for safe start in case of broken wa_current_user var.
1088 + Added global js code collecting arrays  $js_lib, $js_static
1089 $  /includes/session.inc
1090 ! Changed get_js_user num to add_js_user_num; extended for percent/qty/price formatting
1091 $  /includes/ui/ui_view.inc
1092 + Added including javascript source colections from $js_lib, $js_static; conditional display for ajax calls
1093 $  /includes/page/footer.inc
1094    /includes/page/header.inc
1095 ! Added including of data_checks.inc
1096 $  /includes/ui.inc
1097 + User side percent/exrate/qty/price input formatting via onblur handler.
1098 $  /admin/gl_setup.php
1099    /gl/gl_budget.php
1100    /gl/manage/exchange_rates.php
1101    /includes/ui/ui_input.inc
1102    /inventory/purchasing_data.php
1103    /inventory/reorder_level.php
1104    /inventory/includes/item_adjustments_ui.inc
1105    /inventory/includes/stock_transfers_ui.inc
1106    /manufacturing/work_order_entry.php
1107    /manufacturing/manage/bom_edit.php
1108    /purchasing/po_entry_items.php
1109    /purchasing/po_receive_items.php
1110    /purchasing/supplier_credit.php
1111    /purchasing/supplier_credit_grns.php
1112    /purchasing/supplier_invoice_grns.php
1113    /purchasing/supplier_trans_gl.php
1114    /purchasing/allocations/supplier_allocate.php
1115    /purchasing/includes/ui/po_ui.inc
1116    /sales/customer_delivery.php
1117    /sales/customer_invoice.php
1118    /sales/allocations/customer_allocate.php
1119    /sales/includes/ui/sales_credit_ui.inc
1120    /sales/includes/ui/sales_order_ui.inc
1121    /taxes/tax_groups.php
1122    /taxes/tax_types.php
1123
1124 14-Mar-2008 Janusz Dobrowolski
1125  + All forms fixed to accept user native numeric format.
1126  $ /admin/gl_setup.php
1127    /gl/bank_transfer.php
1128    /gl/gl_budget.php
1129    /gl/gl_deposit.php
1130    /gl/gl_journal.php
1131    /gl/gl_payment.php
1132    /gl/includes/db/gl_db_banking.inc
1133    /gl/includes/ui/gl_deposit_ui.inc
1134    /gl/includes/ui/gl_journal_ui.inc
1135    /gl/includes/ui/gl_payment_ui.inc
1136    /gl/manage/exchange_rates.php
1137    /inventory/adjustments.php
1138    /inventory/cost_update.php
1139    /inventory/prices.php
1140    /inventory/purchasing_data.php
1141    /inventory/reorder_level.php
1142    /inventory/transfers.php
1143    /inventory/includes/item_adjustments_ui.inc
1144    /inventory/includes/stock_transfers_ui.inc
1145    /inventory/manage/item_units.php
1146    /manufacturing/work_order_entry.php
1147    /manufacturing/inquiry/where_used_inquiry.php
1148    /manufacturing/manage/bom_edit.php
1149    /purchasing/po_entry_items.php
1150    /purchasing/po_receive_items.php
1151    /purchasing/supplier_credit_grns.php
1152    /purchasing/supplier_invoice_grns.php
1153    /purchasing/supplier_payment.php
1154    /purchasing/supplier_trans_gl.php
1155    /purchasing/allocations/supplier_allocate.php
1156    /purchasing/includes/ui/po_ui.inc
1157    /purchasing/inquiry/po_search.php
1158    /sales/credit_note_entry.php
1159    /sales/customer_credit_invoice.php
1160    /sales/customer_delivery.php
1161    /sales/customer_invoice.php
1162    /sales/customer_payments.php
1163    /sales/sales_order_entry.php
1164    /sales/allocations/customer_allocate.php
1165    /sales/includes/ui/sales_credit_ui.inc
1166    /sales/includes/ui/sales_order_ui.inc
1167    /sales/manage/customers.php
1168    /sales/manage/sales_people.php
1169    /sales/view/view_credit.php
1170    /sales/view/view_dispatch.php
1171    /sales/view/view_invoice.php
1172    /sales/view/view_receipt.php
1173    /sales/view/view_sales_order.php
1174    /taxes/item_tax_types.php
1175    /taxes/tax_groups.php
1176    /taxes/tax_types.php
1177  + User format functions for percent/price/exrate amounts display.
1178  $ /includes/current_user.inc
1179  + Input checking functions for numeric input fields in user native format
1180  $ /includes/data_checks.inc
1181  + Numeric input fields in user native format
1182  $ /includes/ui/ui_input.inc
1183  + Javascript function for conversion to/from user native numeric format.
1184  $ /includes/ui/ui_view.inc
1185  + New class amount for numeric input
1186  $ /themes/aqua/default.css
1187    /themes/cool/default.css
1188    /themes/default/default.css
1189  # Removed warning on adding component
1190    /manufacturing/manage/bom_edit.php
1191  # Quantity display correction
1192    /manufacturing/inquiry/where_used_inquiry.php
1193  # Fixed add_customer_trans() call
1194    /gl/includes/db/gl_db_banking.inc
1195
1196 12-Mar-2008 Joe Hung
1197  + Added update of Units of Measure and converting of deptor_trans records from release 1.XX
1198  - Removed default insertion of Units of Measure. Not neccessary.
1199  $ /sql/alter.sql
1200    /admin/db/maintenance_db.inc (added support for update)
1201
1202 11-Mar-2008 Janusz Dobrowolski
1203  + Table of measure moved into new table item_units
1204  ! Removed $themes[] from config.php, theme list based on directory structure
1205  $ /config.php
1206    /includes/ui/ui_lists.inc
1207    /applications/inventory.php
1208    /inventory/includes/inventory_db.inc
1209    /inventory/includes/db/items_units_db.inc
1210    /inventory/manage/item_units.php
1211    /inventory/manage/items.php
1212    /sql/alter.sql
1213
1214 11-Mar-2008 Joe Hunt
1215  # Small fix for alignment of date and due date label fields in customer_invoice.php and customer_delivery.php
1216  $ /sales/customer_invoice.php
1217    /sales/customer_delivery.php
1218  
1219 10-Mar-2008 Joe Hunt
1220  # Small fix for Template Invoice in sales_order_entry.php on line 363 (duedate for Invoice).
1221  $ /sales/sales_order_entry.php
1222  
1223 10-Mar-2008 Janusz Dobrowolski
1224  + Added price list selector to sales entry (debtor_master gives only default one)
1225  + Added optional submit_on_change parameter to sales ui lists
1226  $ /includes/ui/ui_lists.inc
1227    /sales/sales_order_entry.php
1228    /sales/includes/ui/sales_credit_ui.inc
1229    /sales/includes/ui/sales_order_ui.inc
1230  # Additional PHP5 fixes, do_clone superseded by local ? : constructs
1231  $ /sales/includes/cart_class.inc
1232    /includes/ui/ui_view.inc
1233    /sales/includes/sales_db.inc
1234  # Fixed bogus sales_type lists in edition mode
1235  $ /sales/customer_delivery.php
1236    /sales/customer_invoice.php
1237  # Smaller fixes, cart_class.sales_type name change
1238  $ /sales/includes/ui/sales_credit_db.inc
1239    /sales/credit_note_entry.php
1240    /sales/customer_credit_invoice.php
1241    /sales/includes/cart_class.inc
1242    /sales/includes/db/sales_credit_db.inc
1243    /sales/includes/db/sales_delivery_db.inc
1244    /sales/includes/db/sales_invoice_db.inc
1245    /sales/includes/db/sales_order_db.inc
1246    /sales/includes/ui/sales_credit_ui.inc
1247  # One another pmWiki name conflict removed
1248  $ /admin/display_prefs.php
1249  
1250 09-Mar-2008 Joe Hunt
1251  - Removed redundant form_types functions and the file /reporting/includes/form_types.inc. Removed table form_items
1252  $ /dimensions/includes/dimensions_db.inc
1253    /gl/includes/db/gl_db_banking.inc
1254    /includes/main.inc
1255    /inventory/includes/db/items_adjust_db.inc
1256    /manufacturing/includes/db/work_order_issues_db.inc
1257    /manufacturing/includes/db/work_order_produce_items_db.inc
1258    /manufacturing/includes/db/work_orders_db.inc
1259    /manufacturing/includes/db/work_orders_quick_db.inc
1260    /purchasing/includes/db/grn_db.inc
1261    /purchasing/includes/db/po_db.inc
1262    /purchasing/includes/db/supp_payment_db.inc
1263    /reporting/includes/form_types.inc (File removed)
1264    /sales/includes/db/sales_delivery_db.inc
1265    /sales/includes/db/sales_invoice_db.inc
1266    /sales/includes/db/sales_order_db.inc
1267    /sql/alter.sql
1268  # Bug in calculating exchange rates in Reports Supplier Balances and Customer Balances
1269  $ /reporting/rep101.php
1270    /reporting/rep201.php
1271  # clone replacement do_clone() for both PHP 4 and PHP 5.
1272  $ /includes/ui/ui_view.inc (at the very bottom)
1273    /sales/includes/cart_class.inc
1274    
1275 07-Mar-2008 Janusz Dobrowolski
1276  ! Changed name tax type uniqueness constraint to (name, rate)
1277  $ /includes/ui/ui_lists.inc
1278    /taxes/items_tax_types.php
1279  ! Tax included option moved from tax_group to sales_types table
1280  $ includes/ui/ui_view.inc
1281    /purchasing/includes/ui/invoice_ui.inc
1282    /taxes/tax_calc.inc
1283    /taxes/tax_groups.php
1284    /taxes/db/tax_groups_db.inc
1285    /sql/alter.sql
1286  # Final rewriting of sales module, a lot of bugfixes.
1287  + Template delivery/invoicing
1288  + Concurrent document editing control on sql level
1289  + Most of sales documents are now editable
1290  + Some links to print documents after entry
1291  ! Changed javascript helper function for customer allocations
1292  $ /applications/customers.php
1293    /includes/ui/ui_input.inc
1294    /reporting/rep107.php
1295    /reporting/rep109.php
1296    /reporting/rep110.php
1297    /sales/credit_note_entry.php
1298    /sales/customer_credit_invoice.php
1299    /sales/customer_delivery.php
1300    /sales/customer_invoice.php
1301    /sales/customer_payments.php
1302    /sales/sales_order_entry.php
1303    /sales/allocations/customer_allocate.php
1304    /sales/allocations/customer_allocation_main.php
1305    /sales/includes/cart_class.inc
1306    /sales/includes/sales_db.inc
1307    /sales/includes/sales_ui.inc
1308    /sales/includes/db/cust_trans_db.inc
1309    /sales/includes/db/cust_trans_details_db.inc
1310    /sales/includes/db/custalloc_db.inc
1311    /sales/includes/db/customers_db.inc
1312    /sales/includes/db/payment_db.inc
1313    /sales/includes/db/sales_credit_db.inc
1314    /sales/includes/db/sales_delivery_db.inc
1315    /sales/includes/db/sales_invoice_db.inc
1316    /sales/includes/db/sales_order_db.inc
1317    /sales/includes/db/sales_types_db.inc
1318    /sales/includes/ui/print_invoice.inc
1319    /sales/includes/ui/sales_credit_ui.inc
1320    /sales/includes/ui/sales_order_ui.inc
1321    /sales/inquiry/customer_allocation_inquiry.php
1322    /sales/inquiry/customer_inquiry.php
1323    /sales/inquiry/sales_deliveries_view.php
1324    /sales/inquiry/sales_orders_view.php
1325    /sales/manage/credit_status.php
1326    /sales/manage/sales_types.php
1327    /sales/view/view_credit.php
1328    /sales/view/view_dispatch.php
1329    /sales/view/view_invoice.php
1330    /sales/view/view_receipt.php
1331    /sales/view/view_sales_order.php
1332 # Removed function name conflict with wiki help system
1333    /includes/lang/language.php
1334    
1335 06-Mar-2008 Janusz Dobrowolski
1336  + Wiki help links integration
1337  $ /config.php
1338    /includes/page/header.inc
1339    /includes/lang/language.php
1340  + Optional debuging with xdebug module
1341  $ /index.php
1342    /includes/db/connect_db.inc
1343  ! Concurrent edition fix
1344  $  /includes/systypes.inc
1345  # Table header fix
1346  $  /manufacturing/manage/bom_edit.php
1347  # Menu layout fixes
1348  $ /themes/aqua/renderer.php
1349    /themes/cool/renderer.php
1350    /themes/default/renderer.php
1351  # Removed warning about nonexistent $_GET variable
1352  $ /dimensions/inquiry/search_dimensions.php
1353  # MySQL 3.xx CAST bug fix
1354  $ /includes/db/manufacturing_db.inc
1355    /manufacturing/includes/db/work_order_requirements_db.inc
1356    /manufacturing/inquiry/where_used_inquiry.php
1357
1358 04-Mar-2008 Joe Hunt
1359  ! Changed so that average item material price is automatic updated whenever a PO Delivery is received.
1360    Changed so that a Bill of Materiel, Parent's material price, is automatic updated from underlying items.
1361  $ /inventory/cost_update.php
1362    /purchasing/includes/db/grn_db.inc and
1363    /manufacturing/manage/bom_edit.php. 
1364    /manufacturing/includes/db/work_orders_db.inc
1365    /manufacturing/includes/db/work_orders_quick_db.inc
1366    /manufacturing/work_order_entry.php
1367   
1368 21-Feb-2008 Joe Hunt
1369  + Added Print for documents in /admin/view_print_transaction.php (according to our new routines).
1370  $ /admin/view_print_transaction.php
1371    /applications/setup.php
1372   
1373 17-Feb-2008 Joe Hunt
1374  ! Minor change in menu and function in view_print_transaction.php
1375  $ /admin/view_print_transaction.php
1376    /application/setup.php
1377  + Preparing for print of single documents
1378  $ /reporting/includes/reporting.inc
1379  ! Removing 'out' field in table tax_types
1380  $ /sql/alter.sql
1381    /taxes/tax_types.php
1382    /taxes/db/tax_types_db.inc
1383  + Added 2 functions in ui_input.inc, button and button_cell
1384    /includes/ui/ui_input.inc
1385
1386 11-Feb-2008 Joe Hunt
1387  + Added file, update_db.php, for updating company databases from an SQL script.
1388  $ update_db.php (New file)
1389    update.html
1390   
1391 06-Fef-2008 Joe Hunt
1392  + Added Report, Salesman Listing, rep106.php. 
1393  $ /reporting/reports_main.php
1394    /reporting/rep106.php
1395   
1396 06-Feb-2008 Janusz Dobrowolski
1397  + Separation of customer invoice issue and goods delivery.
1398  + Batch invoicing for more than one delivery
1399  # Corrected inadequate shipping tax calculations.
1400  ! Default debugging status changed to off.
1401  $ /taxes/tax_calc.inc
1402    /taxes/db/tax_groups_db.inc
1403    /admin/db/voiding_db.inc
1404    /applications/customers.php
1405    /includes/systypes.inc
1406    /includes/types.inc
1407    /includes/ui/ui_controls.inc
1408    /includes/ui/ui_lists.inc
1409    /includes/ui/ui_view.inc
1410    /inventory/inquiry/stock_status.php
1411    /reporting/rep105.php
1412    /reporting/rep107.php
1413    /reporting/rep109.php
1414    /reporting/rep110.php 
1415    /reporting/rep209.php
1416    /reporting/reports_main.php
1417    /reporting/includes/doctext.inc
1418    /reporting/includes/doctext2.inc
1419    /reporting/includes/form_types.inc
1420    /reporting/includes/pdf_report.inc
1421    /reporting/includes/reports_classes.inc
1422    /sales/customer_credit_invoice.php
1423    /sales/customer_invoice.php
1424    /sales/sales_order_entry.php
1425    /sales/customer_delivery.php 
1426    /sales/includes/db/sales_delivery_db.inc 
1427    /sales/includes/ui/print_invoice.inc 
1428    /sales/includes/cart_class.inc
1429    /sales/includes/sales_db.inc
1430    /sales/includes/db/cust_trans_db.inc
1431    /sales/includes/db/cust_trans_details_db.inc
1432    /sales/includes/db/sales_credit_db.inc
1433    /sales/includes/db/sales_invoice_db.inc
1434    /sales/includes/db/sales_order_db.inc
1435    /sales/includes/ui/sales_order_ui.inc
1436    /sales/inquiry/customer_allocation_inquiry.php
1437    /sales/inquiry/customer_inquiry.php
1438    /sales/inquiry/sales_orders_view.php
1439    /sales/inquiry/sales_deliveries_view.php 
1440    /sales/view/view_dispatch.php
1441    /sales/view/view_invoice.php
1442    /sales/view/view_sales_order.php
1443    /sql/alter.sql
1444    config.php
1445   
1446 01-Feb-2008 Joe Hunt
1447  ! Changed so sales orders can have more than one row with the same stock_id. In alter.sql.
1448  $ /sales/includes/cart_class.inc
1449    /sales/includes/db/sales_credit_db.inc
1450    /sales/includes/db/sales_invoice_db.inc
1451    /sales/includes/db/sales_order_db.inc
1452    /sales/includes/db/cust_trans_details_db.inc
1453    /sales/includes/ui/sales_order_ui.inc
1454    /sales/includes/ui/sales_credit_ui.inc
1455    /sales/credit_note_entry.php
1456    /sales/customer_credit_invoice.php
1457    /sales/sales_order_entry.php
1458    /sales/customer_invoice.php
1459
1460 31-Jan-2008 Joe Hunt
1461  ! New Release 2.0 Pre Alpha
1462  $ config.php
1463  # Fixed a release 2 related bug in create_coy.php
1464  $ /admin/create_coy.php
1465  + An alter.sql file to use for updating databases. Until the update_db.php is ready, you can use the install/update companies
1466    and select the companies one by one and upload the alter.sql file to all companies. You can still run the release 2
1467    with these databases changes without any new files. They are coming as soon as possible.
1468  $ /sql/alter.sql (New file)  
1469  # Fixed a release 2 related bug. A field in supp_trans_items were declared as integer(11). Changed to VARCHAR(11) in alter.sql
1470    and 2 related files
1471  $ /purchasing/supplier_trans_gl.php
1472    /purchasing/includes/db/invoice_items_db.inc
1473  ! Moved variables $no_item_list, $no_customer_list and $no_supplier_list in config.php to company table
1474  $ /includes/ui/ui_lists.inc
1475    /purchasing/includes/ui/po_ui.inc
1476    /sales/includes/ui/sales_order_ui.inc
1477    /admin/company_preferences.php
1478    /admin/db/company_db.inc
1479    config.php
1480  + Created 3 new fields in salesman table for provision, break point and provision2. Included in alter.sql. 
1481    Update sales_people.php.Preparing for a new Salesman report with provision etc. Selected with time range. Should be very good.
1482  $ /sales/manage/sales_people.php
1483    /includes/ui/ui_input.inc
1484  
1485 -------------------- 2,0 Pre Alpha - above ----------------------------
1486 31-Jan-2008 Janusz Dobrowolski
1487  # Minor bugfix in db_import()
1488  $ /admin/db/maintenance_db.inc
1489  
1490 30-Jan-2008 Janusz Dobrowolski
1491  # Minor display fix in tax_types.php
1492  $ /taxes/tax_types.php
1493  ! Format cleanup on some files.
1494  $ /gl/includes/gl_db.inc
1495    /gl/includes/gl_ui.inc
1496    /applications/application.php
1497    frontaccounting.php
1498    index.php
1499    
1500 -------------------- 1.16 Stable Released ----------------------
1501 28-Jan-2008 Joe Hunt
1502  + Added a possibility to replace the normal listboxes for items, customer and/or suppliers with a search box.
1503    The listboxes can only hold about 1000 items. New variables in config.php, $no_item_list, $no_customer_list 
1504    and $no_supplier_list. Default is the normal behavior for all listboxes.
1505  $ /includes/ui/ui_lists.inc
1506    /sales/includes/ui/sales_orders_ui.inc
1507    /purchases/includes/ui/po_ui.inc
1508    /themes/default/images/locate.png (New file)
1509    config.php
1510
1511  + Added ALTER TABLE possibility in db_import. For future releases.
1512  $ /admin/db/maintenence_db.inc  
1513
1514  # Removed warnings 'Call-time pass-by-reference' in /includes/db/connect_db.inc and /includes/ui/ui_lists.inc
1515  # Fixed File not found when loading local stylesheet.css (for other languages) in /includes/page/header.inc
1516  $ /includes/db/connect_db.inc
1517    /includes/ui/ui_lists.inc
1518    /includes/page/header.inc
1519    /access/login.php
1520    
1521 16-Jan-2008 Joe Hunt
1522  # When login screen is displayed after session timeout page content is broken. It
1523    is because of NOT using absolute paths in href attribute theme elements.
1524  $ /access/login.php
1525  
1526 30-Dec-2007 Joe Hunt
1527  # Minor adjustments in function db_export on line 325
1528  $ /admin/db/maintenance_db.inc
1529  
1530 29-Dec-2007 Joe Hunt
1531  + Added a variable, $print_invoice_no, in config.php for printing the invoice number instead of invoice reference.
1532  $ config.php
1533  
1534  # Fixed a bug when exporting database. Exported NULL field values from NO to empty field (from mysql version 5.0.32).
1535    Also fixed a unneccessary str_replace when importing sql scripts.
1536  ! Changed the PDF presentation to deleting the Javascript cache before presentation.
1537  $ /admin/db/maintenance_db.inc
1538    /reporting/includes/pdf_report.inc
1539    
1540 13-Dec-2007 Joe Hunt
1541  # Still bugs in trial balances and account inquiry on screen when selecting non balance accounts. Fixed.
1542  $ /gl/inquiry/gl_trial_balance.php
1543    /gl/inquiry/gl_account_inquiry.php
1544
1545 13-Dec-2007 Joe Hunt
1546  # Fixed a bug when voiding a transaction (Journal Entry). An eventually underlying bank transfer was not voided.
1547  $ /admin/db/voiding_db.inc
1548  
1549 06-Dec-2007 Joe Hunt
1550  # Fixed a bug when adding lines during Payments to suppliers, the supplier was set back to the first.
1551  $ /gl/gl_payment.php
1552    /gl/includes/ui/gl_payment_ui.inc
1553    
1554  ! Changed $loc_notification to be set to 0 instead of 1.
1555  $ config.php
1556  
1557 -------------------- 1.15 Stable Released ----------------------
1558 05-Dec-2007 Joe Hunt
1559  + Added email notification to stock location when available stock is below reorder level
1560  $ config.php
1561    /sales/includes/db/sales_order_db.inc
1562    
1563  # Fixed bugs in Open balances when account is not a balance account
1564  $ /gl/inquiry/gl_trial_balance.php
1565    /gl/inquiry/gl_account_inquiry.php
1566    /reporting/rep704.php
1567    /reporting/rep708.php
1568    
1569 -------------------- 1.14 Stable Released ----------------------
1570 01-Oct-2007 Joe Hunt
1571  ! Major change in the installation of modules to also accept an SQL-file for upload.
1572  $ config.php
1573    /admin/inst_module.php
1574    /admin/db/maintenance_db.inc
1575    
1576 30-Sep-2007 Joe Hunt
1577  # The following files were still vulnerable. Fixed
1578  $ /access/login.php
1579    /includes/lang/language.php
1580
1581 -------------------- 1.13 Stable Released ----------------------
1582 14-Sep-2007 Joe Hunt
1583  + Added optional link for electronic payment on invoices (PayPal). 
1584  ! Better support for install/update languages.  
1585  ! Minor adjustments
1586  # Fixed a vulnerable item in config.php
1587  $ config.php
1588
1589 14-Sep-2007 Joe Hunt
1590  # We forgot to upload the PO file when installing new language. Used when GETTEXT is not installed on Server.
1591  # config.php has been vulnerable. Fixed.
1592  $ /admin/inst_lang.php
1593  $ config.php
1594  
1595 10-Sep-2007 Joe Hunt
1596  ! Changed Bank Address field from text to textarea (multirows)
1597  $ /gl/manage/bank_accounts.php
1598  
1599 06-Sep-2007 Joe Hunt
1600  + Added optional link for electronic payment on invoices (PayPal)
1601  $ /reporting/reports_main.php
1602    /reporting/rep107.php
1603    /reporting/includes/report_classes.inc
1604    /reporting/includes/pdf_report.inc
1605    /reporting/includes/doc_text.inc
1606    /reporting/includes/doc_text2.inc
1607    
1608 23-Aug-2007 Joe Hunt
1609  # Unnecessary parameter ($db) in check_for_recursive_bom
1610  $ /manufacturing/manage/bom_edit.php
1611  
1612 21-Aug-2007 Joe Hunt
1613  # Bug in /includes/lang/gettext.php (249) affecting changing language!
1614  $ /includes/lang/gettext.php
1615  
1616 08-Aug-2007 Joe Hunt
1617  # Minor adjustments
1618  $ config.php
1619    /access/login.php
1620    /admin/create_coy.php
1621    /reporting/includes/pdf_report.inc
1622    
1623 04-Aug-2007 Joe Hunt
1624  + Added a default fiscal year in the en_US-new.sql and start references.
1625  $ /sql/en_US-new.sql
1626  ! Changed some specific text strings in en_US.po (E.g. TAX instead of VAT)
1627  $ /lang/en_US/LC_MESSAGES/en_US.mo
1628  
1629 03-Aug-2007 Joe Hunt
1630  # A bug in Direct Invoicing (wrong Invoice Date) has been fixed.
1631  $ /sales/includes/db/sales_order_db.inc
1632  
1633 23-Jul-2007 Joe Hunt
1634  # Changed <? in front of 2 files to <?php.
1635  $ /purchasing/includes/purchasing_ui.inc
1636    /reporting/includes/class.mail.inc
1637    
1638 -------------------- 1.12 Stable Released ----------------------
1639 21-Jul-2007 Joe Hunt
1640  + Added option to handle Jalali and Islamic Calendars
1641  ! Minor adjustments
1642  $ config.php
1643    /gl/includes/db/gl_db_trans.inc
1644    /includes/date_functions.inc
1645    /includes/ui/ui_input.inc
1646    /includes/ui/ui_lists.inc
1647    /includes/ui/ui_view.inc
1648    /purchasing/po_receive_items.php
1649    /purchasing/includes/ui/invoice_ui.inc
1650    /purchasing/includes/ui/po_ui.inc
1651    /reporting/rep705.php
1652    /sales/includes/db/sales_order_db.inc
1653    /sales/includes/ui/sales_order_ui.inc
1654    
1655 20-Jul-2007 Joe Hunt
1656  ! Changed parameters on report Sales Order. Option to print as Quote.
1657  $ /reporting/reports_main.php
1658    /reporting/rep109.php
1659    /reporting/includes/pdf_report.inc
1660    /reporting/includes/doctext.inc
1661    /reporting/includes/doctext2.inc
1662  
1663 19-Jul-2007 Joe Hunt
1664  + Added Budget Entry in General Ledger. Includes Dimensions.
1665  $ config.php
1666    /applications/generalledger.php
1667    /gl/gl_budget.php (New File!)
1668    /gl/includes/db/gl_db_trans.inc
1669    /includes/date_functions.inc
1670    /reporting/report_classes.inc
1671    
1672 -------------------- 1.11 Stable Released ----------------------
1673 04-Jul-2007 Joe Hunt
1674  ! Option for using alpha numeric chart of accounts.
1675  $ config.php
1676    /gl/manage/gl_accounts.php
1677    /gl/includes/db/gl_db_accounts.inc
1678    /gl/includes/db/gl_db_bank_trans.inc
1679    /gl/includes/db/gl_db_trans.inc
1680    /gl/inquiry/gl_trial_balance.inc
1681    /admin/db/company_db.inc
1682    /inventory/includes/db/items_db.inc
1683    /sales/manage/customer_branches.inc
1684
1685 04-Jul-2007 Joe Hunt
1686  # Problems retrieving language texts for poEdit in long javascripts
1687  $ /includes/ui/ui_view.inc
1688  
1689 04-May-2007 Joe Hunt
1690  # Database error when updating more than one item row in Sales Orders.
1691  $ /sales/includes/db/sales_order_db.inc
1692  # Database error when inserting work order issues. Fixed.
1693  $ /manufacturing/includes/db/work_order_issues_db.inc
1694  
1695 03-May-2007 Joe Hunt
1696  # Multiple tables and JOIN's have syntax changes in MySQL 5.0.12. Need parentheses.
1697  $ /includes/db/manufacturing_db.inc
1698    /manufacturing/includes/db/work_order_requirements_db.inc
1699
1700 02-May-2007 Joe Hunt
1701  # Missing details on Purchase Order when emailing and printing
1702  $ /reporting/rep209.php
1703  
1704 -------------------- 1.1 Stable Released ----------------------
1705 02-May-2007 Joe Hunt
1706  + Enabled module addons and all the below bugfixes. No changes in database structure.
1707  - Removed /sql/basic.sql (included in the other sql files)
1708  - Removed /themes/default/images/left.gif and /themes/default/images/right.gif 
1709    (not needed anymore).
1710  + Addition of update.html  
1711  $ /admin/inst_module.php (New file!)
1712    /applications/customers.php
1713    /applications/dimensions.php
1714    /applications/generalledger.php
1715    /applications/inventory.php
1716    /applications/manufacturing.php
1717    /applications/setup.php
1718    /applications/suppliers.php
1719    /install/index.php
1720    /install/save.php
1721    /modules/inst_modules.php (New folder and new file!)
1722    /modules/index.php (New file!)
1723    /sql/en_US-demo.sql
1724    /sql/en_US-new.sql
1725    install.html
1726    update.html (New file!)
1727    
1728 01-May-2007 Joe Hunt
1729  # Missing measure of units when printing sales orders
1730  # Update of Sales People caused a database error
1731  $ /sales/manage/sales_people.php
1732    /reporting/rep109.php
1733  
1734 30-Apr-2007 Joe Hunt
1735  + The selected menu tab is now shown with same background as hover color.
1736  $ config.php (default tab line 77. Change if you want)
1737    /includes/page/header.inc
1738    
1739 28-Apr-2007 Joe Hunt
1740  # When saving work order entries a lot of debug boxes appeared. Fixed
1741  # When clicking on the link, Issue, on work order inquires an empty screen appeared. Fixed
1742  # When retrieving work centres id's there was a database error. Fixed by casting string to unsigned
1743  $ /includes/db/manufacturing_db.inc
1744    /manufacturing/work_order_entry.php
1745    /manufacturing/includes/work_order_issue_ui.inc
1746    /manufacturing/includes/db/work_order_requirements_db.inc
1747    /manufacturing/includes/db/work_orders_quick_db.inc
1748    /manufacturing/inquiry/where_used_inquiry.php
1749    
1750 25-Apr-2007 Joe Hunt
1751  # Missing Date Picker
1752  $ /sales/customer_invoice.php
1753  # No JS popup window
1754  $ /sales/view/view_invoice.php
1755  
1756 24-Apr-2007 Joe Hunt
1757  ! New and better Date Picker, better cool theme.
1758  $ /includes/ui/ui_input.inc
1759    /includes/ui/ui_view.inc
1760    /reporting/includes/reports_classes.inc
1761    /themes/cool/default.css
1762
1763 -------------------- 1.0.1 Stable Released ----------------------
1764 23-Apr-2007 Joe Hunt
1765  ! Release 1.0.1 established on SourceForge, fixing the bugs and including a Date Picker,
1766    the changes for selection lists customers/suppliers and the Audit Trail.
1767
1768 22-Apr-2007 Joe Hunt
1769  ! Changed the two selection lists for customers/suppliers in reports to a single one with
1770    No Filter
1771  ! Changed the sort order in these selection lists from id to name.
1772  + Added Audit Trail in GL trans. A switch in config.php, $use_audit_trail, must be set to 1.
1773  $ /reporting/reports_main.php
1774    /reporting/rep101.php
1775    /reporting/rep102.php
1776    /reporting/rep201.php
1777    /reporting/rep202.php
1778    /reporting/rep203.php
1779    /reporting/rep204.php
1780    /reporting/includes/reports_classes.inc
1781    /includes/ui/ui_lists.inc
1782    /gl/includes/db/gl_db_trans.inc
1783    config.php
1784    
1785 22-Apr-2007 Joe Hunt
1786  + Date Picker for all date fields.
1787  $ config.php
1788    /admin/fiscalyears.php
1789    /admin/void_transaction.php
1790    /includes/ui/ui_view.inc
1791    /includes/ui/ui_input.inc
1792    /dimensions/dimension_entry.php
1793    /dimensions/inquiry/search_dimensions.php
1794    /gl/gl_journal.php
1795    /gl/gl_deposit.php
1796    /gl/gl_payment.php
1797    /gl/bank_transfer.php
1798    /gl/inquiry/bank_inquiry.php
1799    /gl/inquiry/gl_account_inquiry.php
1800    /gl/inquiry/gl_trial_balance.php
1801    /gl/manage/exchange_rates.php
1802    /inventory/adjustments.php
1803    /inventory/transfers.php
1804    /inventory/inquiry/stock_movements.php
1805    /inventory/manage/items.php
1806    /manufacturing/work_order_add_finished.php
1807    /manufacturing/work_order_entry.php
1808    /manufacturing/work_order_issue.php
1809    /manufacturing/work_order_release.php
1810    /purchasing/supplier_payment.php
1811    /purchasing/po_entry_items.php
1812    /purchasing/po_receive_items.php
1813    /purchasing/supplier_credit.php
1814    /purchasing/supplier_credit_grns.php
1815    /purchasing/supplier_invoice.php
1816    /purchasing/supplier_invoice_grns.php
1817    /purchasing/supplier_trans_gl.php
1818    /purchasing/includes/ui/po_ui.inc
1819    /purchasing/inquity/po_search.php
1820    /purchasing/inquiry/po_search_completed.php
1821    /purchasing/inquiry/supplier_allocation_inquiry.php
1822    /purchasing/inquiry/supplier_inquiry.php
1823    /reporting/reports_main.php
1824    /reporting/includes/reports_classes.inc
1825    /sales/credit_note_entry.php
1826    /sales/customer_credit_invoice.php
1827    /sales/customer_payments.php
1828    /sales/sales_order_entry.php
1829    /sales/includes/ui/sales_order_ui.inc
1830    /sales/inquiry/customer_allocation_inquiry.php
1831    /sales/inquiry/customer_inquiry.php
1832    /sales/inquiry/sales_orders_view.php
1833    New image files:
1834    /themes/default/images/cal.gif
1835    /themes/default/images/next.gif
1836    /themes/default/images/prev.gif
1837
1838 19-Apr-2007 Joe Hunt
1839  # Bug no 1703895, Account numbers are varchars, need quotes, fixed
1840  # Bug no 1703891, Reserved MySQL words used as column names, fixed
1841  $ /taxes/db/tax_types_db.inc
1842
1843  # Bug no 1703888, Apostrophes and other unescaped characters, fixed
1844  $ /gl/manage/gl_accounts.php
1845    /gl/includes/db/gl_db_accounts.inc
1846    /includes/ui/ui_input.inc
1847
1848 18-Apr-2007 Joe Hunt
1849  # Bug no 1702594, Logon Loop, fixed
1850  $ config.php
1851
1852 -------------------- 1.0a Stable Released ----------------------
1853 10-Apr-2007 Joe Hunt
1854  ! Release 1.0a established on SourceForge, fixing the bugs.
1855
1856 11-Apr-2007 Joe Hunt
1857  # Bug No 1698214, Creating Items, fixed
1858  $ /includes/ui/ui_lists.inc
1859  # Bug no 1698216, Item Movements, fixed
1860  $ /inventory/manage/items.php
1861
1862 -------------------- 1.0 Stable Released ----------------------
1863 10-Apr-2007 Joe Hunt
1864  ! Release 1.0 established on SourceForge.
1865
1866 2. Copyright and disclaimer
1867 ---------------------------
1868 This application is opensource software released under the GPL.  Please
1869 see source code and the LICENSE file