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