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