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