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