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