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