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