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