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