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