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