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