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