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