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