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