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