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