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