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