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