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