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