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