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