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