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