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