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