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