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