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