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