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