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