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