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