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