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