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