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