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