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