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