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