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