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