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