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