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