Some buf fixes in purchase module related to tax structure changes.
[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 26-Mar-2008 Janusz Dobrowolski
23 # Bug fixes in purchase module related to tax structure changes.
24 $  /purchasing/includes/supp_trans_class.inc
25    /purchasing/includes/db/invoice_db.inc
26    /purchasing/includes/db/invoice_items_db.inc
27    /purchasing/includes/ui/invoice_ui.inc
28    /reporting/rep105.php
29
30 25-Mar-2008 Janusz Dobrowolski
31 ! Per company pdf, backup and graphics directories in 'company' dir.
32 $  /company (new dir)
33    /company/0 (new dir)
34    /company/0/images/ (new dir)
35    /company/0/images/102.jpg    (moved from inventory/manage/image)
36    /company/0/images/103.jpg    (moved from inventory/manage/image)
37    /company/0/images/104.jpg    (moved from inventory/manage/image)
38    /company/0/images/logo_frontaccounting.jpg   (moved from themes/default/images)
39    /company/0/images/logo_frontaccounting.png   (moved from themes/default/images)
40    /admin/backups.php
41    /admin/create_coy.php
42    /admin/db/maintenance_db.inc
43    /install/index.php
44    /reporting/rep102.php
45    /reporting/rep104.php
46    /reporting/rep202.php
47    /reporting/rep303.php
48    /reporting/rep706.php
49    /reporting/rep707.php
50    /reporting/includes/pdf_report.inc
51    /inventory/manage/items.php
52
53 + jscript component caching (enables browser caching and future compression)
54 $  /includes/session.inc
55    /includes/main.inc
56    /includes/page/header.inc
57    /includes/ui/ui_view.inc
58    /admin/display_prefs.php
59    /config.php
60
61 - Removed obsolete file
62 $  /sales/includes/ui/print_invoice.inc
63
64 21-Mar-2008 Janusz Dobrowolski
65 ! Total Allocation/Left to Allocate update without page submit.
66 $  /includes/ui/ui_view.inc
67    /purchasing/allocations/supplier_allocate.php
68    /sales/allocations/customer_allocate.php
69 # Fixed unvisable under IE editbutton
70 $  /themes/aqua/default.css
71    /themes/cool/default.css
72    /themes/default/default.css
73
74 20-Mar-2008 Janusz Dobrowolski
75 # Excluding delivery notes from Customer Balances, removed warnings. 
76 $  /reporting/rep101.php 
77 # Divide by zero fix on order_price==0 in new supplier invoice
78 $  /purchasing/supplier_invoice_grns.php
79 # Database bug fix in new customer entry
80 $  /sales/manage/customers.php
81 # Small bug fix (warnings) in is_date() function.
82 $  /includes/date_functions.inc
83
84 18-Mar-2008 Janusz Dobrowolski
85 # Line items editor uses POST method - no disappearing shippment info.
86 $  /sales/credit_note_entry.php
87    /sales/sales_order_entry.php
88    /sales/includes/ui/sales_credit_ui.inc
89    /sales/includes/ui/sales_order_ui.inc
90 + Added edit_button_cell() function
91 $  /includes/ui/ui_controls.inc
92 + Helper function for finding indexed submit $_POST vars.
93 $  /includes/ui/ui_input.inc
94 + New class .editbutton for buttons. Default view is link alike.
95 $  /themes/aqua/default.css
96    /themes/cool/default.css
97    /themes/default/default.css
98
99 17-Mar-2008 Janusz Dobrowolski
100 # Added rounding when needed to avoid document non cosistent documents.
101 $  /includes/banking.inc
102    /purchasing/supplier_credit_grns.php
103    /purchasing/supplier_invoice_grns.php
104    /purchasing/includes/supp_trans_class.inc
105    /purchasing/includes/ui/invoice_ui.inc
106    /purchasing/includes/ui/po_ui.inc
107    /reporting/rep107.php
108    /reporting/rep109.php
109    /reporting/rep110.php
110    /reporting/rep209.php
111    /sales/includes/cart_class.inc
112    /sales/includes/ui/sales_credit_ui.inc
113    /sales/includes/ui/sales_order_ui.inc
114    /sales/view/view_credit.php
115    /sales/view/view_dispatch.php
116    /sales/view/view_invoice.php
117    /sales/view/view_sales_order.php
118    /taxes/tax_calc.inc
119 # Sign bug for customer transactions
120 $  /reporting/rep709.php
121 # Include file conflict fix
122 $ /purchasing/includes/ui/invoice_ui.inc
123   /gl/manage/bank_accounts.php
124   /manufacturing/inquiry/where_used_inquiry.php
125   /purchasing/manage/suppliers.php
126   
127 16-Mar-2008 Janusz Dobrowolski
128 + Added javascript add-on for unobtrusive apply javascript handlers to html elements.
129 $  /js/behaviour.js
130    /js/inserts.js
131 + Added javascript source collecting functions
132 $  /includes/main.inc
133 ! Moved check_page_security(); for safe start in case of broken wa_current_user var.
134 + Added global js code collecting arrays  $js_lib, $js_static
135 $  /includes/session.inc
136 ! Changed get_js_user num to add_js_user_num; extended for percent/qty/price formatting
137 $  /includes/ui/ui_view.inc
138 + Added including javascript source colections from $js_lib, $js_static; conditional display for ajax calls
139 $  /includes/page/footer.inc
140    /includes/page/header.inc
141 ! Added including of data_checks.inc
142 $  /includes/ui.inc
143 + User side percent/exrate/qty/price input formatting via onblur handler.
144 $  /admin/gl_setup.php
145    /gl/gl_budget.php
146    /gl/manage/exchange_rates.php
147    /includes/ui/ui_input.inc
148    /inventory/purchasing_data.php
149    /inventory/reorder_level.php
150    /inventory/includes/item_adjustments_ui.inc
151    /inventory/includes/stock_transfers_ui.inc
152    /manufacturing/work_order_entry.php
153    /manufacturing/manage/bom_edit.php
154    /purchasing/po_entry_items.php
155    /purchasing/po_receive_items.php
156    /purchasing/supplier_credit.php
157    /purchasing/supplier_credit_grns.php
158    /purchasing/supplier_invoice_grns.php
159    /purchasing/supplier_trans_gl.php
160    /purchasing/allocations/supplier_allocate.php
161    /purchasing/includes/ui/po_ui.inc
162    /sales/customer_delivery.php
163    /sales/customer_invoice.php
164    /sales/allocations/customer_allocate.php
165    /sales/includes/ui/sales_credit_ui.inc
166    /sales/includes/ui/sales_order_ui.inc
167    /taxes/tax_groups.php
168    /taxes/tax_types.php
169
170 14-Mar-2008 Janusz Dobrowolski
171  + All forms fixed to accept user native numeric format.
172  $ /admin/gl_setup.php
173    /gl/bank_transfer.php
174    /gl/gl_budget.php
175    /gl/gl_deposit.php
176    /gl/gl_journal.php
177    /gl/gl_payment.php
178    /gl/includes/db/gl_db_banking.inc
179    /gl/includes/ui/gl_deposit_ui.inc
180    /gl/includes/ui/gl_journal_ui.inc
181    /gl/includes/ui/gl_payment_ui.inc
182    /gl/manage/exchange_rates.php
183    /inventory/adjustments.php
184    /inventory/cost_update.php
185    /inventory/prices.php
186    /inventory/purchasing_data.php
187    /inventory/reorder_level.php
188    /inventory/transfers.php
189    /inventory/includes/item_adjustments_ui.inc
190    /inventory/includes/stock_transfers_ui.inc
191    /inventory/manage/item_units.php
192    /manufacturing/work_order_entry.php
193    /manufacturing/inquiry/where_used_inquiry.php
194    /manufacturing/manage/bom_edit.php
195    /purchasing/po_entry_items.php
196    /purchasing/po_receive_items.php
197    /purchasing/supplier_credit_grns.php
198    /purchasing/supplier_invoice_grns.php
199    /purchasing/supplier_payment.php
200    /purchasing/supplier_trans_gl.php
201    /purchasing/allocations/supplier_allocate.php
202    /purchasing/includes/ui/po_ui.inc
203    /purchasing/inquiry/po_search.php
204    /sales/credit_note_entry.php
205    /sales/customer_credit_invoice.php
206    /sales/customer_delivery.php
207    /sales/customer_invoice.php
208    /sales/customer_payments.php
209    /sales/sales_order_entry.php
210    /sales/allocations/customer_allocate.php
211    /sales/includes/ui/sales_credit_ui.inc
212    /sales/includes/ui/sales_order_ui.inc
213    /sales/manage/customers.php
214    /sales/manage/sales_people.php
215    /sales/view/view_credit.php
216    /sales/view/view_dispatch.php
217    /sales/view/view_invoice.php
218    /sales/view/view_receipt.php
219    /sales/view/view_sales_order.php
220    /taxes/item_tax_types.php
221    /taxes/tax_groups.php
222    /taxes/tax_types.php
223  + User format functions for percent/price/exrate amounts display.
224  $ /includes/current_user.inc
225  + Input checking functions for numeric input fields in user native format
226  $ /includes/data_checks.inc
227  + Numeric input fields in user native format
228  $ /includes/ui/ui_input.inc
229  + Javascript function for conversion to/from user native numeric format.
230  $ /includes/ui/ui_view.inc
231  + New class amount for numeric input
232  $ /themes/aqua/default.css
233    /themes/cool/default.css
234    /themes/default/default.css
235  # Removed warning on adding component
236    /manufacturing/manage/bom_edit.php
237  # Quantity display correction
238    /manufacturing/inquiry/where_used_inquiry.php
239  # Fixed add_customer_trans() call
240    /gl/includes/db/gl_db_banking.inc
241
242 12-Mar-2008 Joe Hung
243  + Added update of Units of Measure and converting of deptor_trans records from release 1.XX
244  - Removed default insertion of Units of Measure. Not neccessary.
245  $ /sql/alter.sql
246    /admin/db/maintenance_db.inc (added support for update)
247
248 11-Mar-2008 Janusz Dobrowolski
249  + Table of measure moved into new table item_units
250  ! Removed $themes[] from config.php, theme list based on directory structure
251  $ /config.php
252    /includes/ui/ui_lists.inc
253    /applications/inventory.php
254    /inventory/includes/inventory_db.inc
255    /inventory/includes/db/items_units_db.inc
256    /inventory/manage/item_units.php
257    /inventory/manage/items.php
258    /sql/alter.sql
259
260 11-Mar-2008 Joe Hunt
261  # Small fix for alignment of date and due date label fields in customer_invoice.php and customer_delivery.php
262  $ /sales/customer_invoice.php
263    /sales/customer_delivery.php
264  
265 10-Mar-2008 Joe Hunt
266  # Small fix for Template Invoice in sales_order_entry.php on line 363 (duedate for Invoice).
267  $ /sales/sales_order_entry.php
268  
269 10-Mar-2008 Janusz Dobrowolski
270  + Added price list selector to sales entry (debtor_master gives only default one)
271  + Added optional submit_on_change parameter to sales ui lists
272  $ /includes/ui/ui_lists.inc
273    /sales/sales_order_entry.php
274    /sales/includes/ui/sales_credit_ui.inc
275    /sales/includes/ui/sales_order_ui.inc
276  # Additional PHP5 fixes, do_clone superseded by local ? : constructs
277  $ /sales/includes/cart_class.inc
278    /includes/ui/ui_view.inc
279    /sales/includes/sales_db.inc
280  # Fixed bogus sales_type lists in edition mode
281  $ /sales/customer_delivery.php
282    /sales/customer_invoice.php
283  # Smaller fixes, cart_class.sales_type name change
284  $ /sales/includes/ui/sales_credit_db.inc
285    /sales/credit_note_entry.php
286    /sales/customer_credit_invoice.php
287    /sales/includes/cart_class.inc
288    /sales/includes/db/sales_credit_db.inc
289    /sales/includes/db/sales_delivery_db.inc
290    /sales/includes/db/sales_invoice_db.inc
291    /sales/includes/db/sales_order_db.inc
292    /sales/includes/ui/sales_credit_ui.inc
293  # One another pmWiki name conflict removed
294  $ /admin/display_prefs.php
295  
296 09-Mar-2008 Joe Hunt
297  - Removed redundant form_types functions and the file /reporting/includes/form_types.inc. Removed table form_items
298  $ /dimensions/includes/dimensions_db.inc
299    /gl/includes/db/gl_db_banking.inc
300    /includes/main.inc
301    /inventory/includes/db/items_adjust_db.inc
302    /manufacturing/includes/db/work_order_issues_db.inc
303    /manufacturing/includes/db/work_order_produce_items_db.inc
304    /manufacturing/includes/db/work_orders_db.inc
305    /manufacturing/includes/db/work_orders_quick_db.inc
306    /purchasing/includes/db/grn_db.inc
307    /purchasing/includes/db/po_db.inc
308    /purchasing/includes/db/supp_payment_db.inc
309    /reporting/includes/form_types.inc (File removed)
310    /sales/includes/db/sales_delivery_db.inc
311    /sales/includes/db/sales_invoice_db.inc
312    /sales/includes/db/sales_order_db.inc
313    /sql/alter.sql
314  # Bug in calculating exchange rates in Reports Supplier Balances and Customer Balances
315  $ /reporting/rep101.php
316    /reporting/rep201.php
317  # clone replacement do_clone() for both PHP 4 and PHP 5.
318  $ /includes/ui/ui_view.inc (at the very bottom)
319    /sales/includes/cart_class.inc
320    
321 07-Mar-2008 Janusz Dobrowolski
322  ! Changed name tax type uniqueness constraint to (name, rate)
323  $ /includes/ui/ui_lists.inc
324    /taxes/items_tax_types.php
325  ! Tax included option moved from tax_group to sales_types table
326  $ includes/ui/ui_view.inc
327    /purchasing/includes/ui/invoice_ui.inc
328    /taxes/tax_calc.inc
329    /taxes/tax_groups.php
330    /taxes/db/tax_groups_db.inc
331    /sql/alter.sql
332  # Final rewriting of sales module, a lot of bugfixes.
333  + Template delivery/invoicing
334  + Concurrent document editing control on sql level
335  + Most of sales documents are now editable
336  + Some links to print documents after entry
337  ! Changed javascript helper function for customer allocations
338  $ /applications/customers.php
339    /includes/ui/ui_input.inc
340    /reporting/rep107.php
341    /reporting/rep109.php
342    /reporting/rep110.php
343    /sales/credit_note_entry.php
344    /sales/customer_credit_invoice.php
345    /sales/customer_delivery.php
346    /sales/customer_invoice.php
347    /sales/customer_payments.php
348    /sales/sales_order_entry.php
349    /sales/allocations/customer_allocate.php
350    /sales/allocations/customer_allocation_main.php
351    /sales/includes/cart_class.inc
352    /sales/includes/sales_db.inc
353    /sales/includes/sales_ui.inc
354    /sales/includes/db/cust_trans_db.inc
355    /sales/includes/db/cust_trans_details_db.inc
356    /sales/includes/db/custalloc_db.inc
357    /sales/includes/db/customers_db.inc
358    /sales/includes/db/payment_db.inc
359    /sales/includes/db/sales_credit_db.inc
360    /sales/includes/db/sales_delivery_db.inc
361    /sales/includes/db/sales_invoice_db.inc
362    /sales/includes/db/sales_order_db.inc
363    /sales/includes/db/sales_types_db.inc
364    /sales/includes/ui/print_invoice.inc
365    /sales/includes/ui/sales_credit_ui.inc
366    /sales/includes/ui/sales_order_ui.inc
367    /sales/inquiry/customer_allocation_inquiry.php
368    /sales/inquiry/customer_inquiry.php
369    /sales/inquiry/sales_deliveries_view.php
370    /sales/inquiry/sales_orders_view.php
371    /sales/manage/credit_status.php
372    /sales/manage/sales_types.php
373    /sales/view/view_credit.php
374    /sales/view/view_dispatch.php
375    /sales/view/view_invoice.php
376    /sales/view/view_receipt.php
377    /sales/view/view_sales_order.php
378 # Removed function name conflict with wiki help system
379    /includes/lang/language.php
380    
381 06-Mar-2008 Janusz Dobrowolski
382  + Wiki help links integration
383  $ /config.php
384    /includes/page/header.inc
385    /includes/lang/language.php
386  + Optional debuging with xdebug module
387  $ /index.php
388    /includes/db/connect_db.inc
389  ! Concurrent edition fix
390  $  /includes/systypes.inc
391  # Table header fix
392  $  /manufacturing/manage/bom_edit.php
393  # Menu layout fixes
394  $ /themes/aqua/renderer.php
395    /themes/cool/renderer.php
396    /themes/default/renderer.php
397  # Removed warning about nonexistent $_GET variable
398  $ /dimensions/inquiry/search_dimensions.php
399  # MySQL 3.xx CAST bug fix
400  $ /includes/db/manufacturing_db.inc
401    /manufacturing/includes/db/work_order_requirements_db.inc
402    /manufacturing/inquiry/where_used_inquiry.php
403
404 04-Mar-2008 Joe Hunt
405  ! Changed so that average item material price is automatic updated whenever a PO Delivery is received.
406    Changed so that a Bill of Materiel, Parent's material price, is automatic updated from underlying items.
407  $ /inventory/cost_update.php
408    /purchasing/includes/db/grn_db.inc and
409    /manufacturing/manage/bom_edit.php. 
410    /manufacturing/includes/db/work_orders_db.inc
411    /manufacturing/includes/db/work_orders_quick_db.inc
412    /manufacturing/work_order_entry.php
413   
414 21-Feb-2008 Joe Hunt
415  + Added Print for documents in /admin/view_print_transaction.php (according to our new routines).
416  $ /admin/view_print_transaction.php
417    /applications/setup.php
418   
419 17-Feb-2008 Joe Hunt
420  ! Minor change in menu and function in view_print_transaction.php
421  $ /admin/view_print_transaction.php
422    /application/setup.php
423  + Preparing for print of single documents
424  $ /reporting/includes/reporting.inc
425  ! Removing 'out' field in table tax_types
426  $ /sql/alter.sql
427    /taxes/tax_types.php
428    /taxes/db/tax_types_db.inc
429  + Added 2 functions in ui_input.inc, button and button_cell
430    /includes/ui/ui_input.inc
431
432 11-Feb-2008 Joe Hunt
433  + Added file, update_db.php, for updating company databases from an SQL script.
434  $ update_db.php (New file)
435    update.html
436   
437 06-Fef-2008 Joe Hunt
438  + Added Report, Salesman Listing, rep106.php. 
439  $ /reporting/reports_main.php
440    /reporting/rep106.php
441   
442 06-Feb-2008 Janusz Dobrowolski
443  + Separation of customer invoice issue and goods delivery.
444  + Batch invoicing for more than one delivery
445  # Corrected inadequate shipping tax calculations.
446  ! Default debugging status changed to off.
447  $ /taxes/tax_calc.inc
448    /taxes/db/tax_groups_db.inc
449    /admin/db/voiding_db.inc
450    /applications/customers.php
451    /includes/systypes.inc
452    /includes/types.inc
453    /includes/ui/ui_controls.inc
454    /includes/ui/ui_lists.inc
455    /includes/ui/ui_view.inc
456    /inventory/inquiry/stock_status.php
457    /reporting/rep105.php
458    /reporting/rep107.php
459    /reporting/rep109.php
460    /reporting/rep110.php 
461    /reporting/rep209.php
462    /reporting/reports_main.php
463    /reporting/includes/doctext.inc
464    /reporting/includes/doctext2.inc
465    /reporting/includes/form_types.inc
466    /reporting/includes/pdf_report.inc
467    /reporting/includes/reports_classes.inc
468    /sales/customer_credit_invoice.php
469    /sales/customer_invoice.php
470    /sales/sales_order_entry.php
471    /sales/customer_delivery.php 
472    /sales/includes/db/sales_delivery_db.inc 
473    /sales/includes/ui/print_invoice.inc 
474    /sales/includes/cart_class.inc
475    /sales/includes/sales_db.inc
476    /sales/includes/db/cust_trans_db.inc
477    /sales/includes/db/cust_trans_details_db.inc
478    /sales/includes/db/sales_credit_db.inc
479    /sales/includes/db/sales_invoice_db.inc
480    /sales/includes/db/sales_order_db.inc
481    /sales/includes/ui/sales_order_ui.inc
482    /sales/inquiry/customer_allocation_inquiry.php
483    /sales/inquiry/customer_inquiry.php
484    /sales/inquiry/sales_orders_view.php
485    /sales/inquiry/sales_deliveries_view.php 
486    /sales/view/view_dispatch.php
487    /sales/view/view_invoice.php
488    /sales/view/view_sales_order.php
489    /sql/alter.sql
490    config.php
491   
492 01-Feb-2008 Joe Hunt
493  ! Changed so sales orders can have more than one row with the same stock_id. In alter.sql.
494  $ /sales/includes/cart_class.inc
495    /sales/includes/db/sales_credit_db.inc
496    /sales/includes/db/sales_invoice_db.inc
497    /sales/includes/db/sales_order_db.inc
498    /sales/includes/db/cust_trans_details_db.inc
499    /sales/includes/ui/sales_order_ui.inc
500    /sales/includes/ui/sales_credit_ui.inc
501    /sales/credit_note_entry.php
502    /sales/customer_credit_invoice.php
503    /sales/sales_order_entry.php
504    /sales/customer_invoice.php
505
506 31-Jan-2008 Joe Hunt
507  ! New Release 2.0 Pre Alpha
508  $ config.php
509  # Fixed a release 2 related bug in create_coy.php
510  $ /admin/create_coy.php
511  + An alter.sql file to use for updating databases. Until the update_db.php is ready, you can use the install/update companies
512    and select the companies one by one and upload the alter.sql file to all companies. You can still run the release 2
513    with these databases changes without any new files. They are coming as soon as possible.
514  $ /sql/alter.sql (New file)  
515  # Fixed a release 2 related bug. A field in supp_trans_items were declared as integer(11). Changed to VARCHAR(11) in alter.sql
516    and 2 related files
517  $ /purchasing/supplier_trans_gl.php
518    /purchasing/includes/db/invoice_items_db.inc
519  ! Moved variables $no_item_list, $no_customer_list and $no_supplier_list in config.php to company table
520  $ /includes/ui/ui_lists.inc
521    /purchasing/includes/ui/po_ui.inc
522    /sales/includes/ui/sales_order_ui.inc
523    /admin/company_preferences.php
524    /admin/db/company_db.inc
525    config.php
526  + Created 3 new fields in salesman table for provision, break point and provision2. Included in alter.sql. 
527    Update sales_people.php.Preparing for a new Salesman report with provision etc. Selected with time range. Should be very good.
528  $ /sales/manage/sales_people.php
529    /includes/ui/ui_input.inc
530  
531 -------------------- 2,0 Pre Alpha - above ----------------------------
532 31-Jan-2008 Janusz Dobrowolski
533  # Minor bugfix in db_import()
534  $ /admin/db/maintenance_db.inc
535  
536 30-Jan-2008 Janusz Dobrowolski
537  # Minor display fix in tax_types.php
538  $ /taxes/tax_types.php
539  ! Format cleanup on some files.
540  $ /gl/includes/gl_db.inc
541    /gl/includes/gl_ui.inc
542    /applications/application.php
543    frontaccounting.php
544    index.php
545    
546 -------------------- 1.16 Stable Released ----------------------
547 28-Jan-2008 Joe Hunt
548  + Added a possibility to replace the normal listboxes for items, customer and/or suppliers with a search box.
549    The listboxes can only hold about 1000 items. New variables in config.php, $no_item_list, $no_customer_list 
550    and $no_supplier_list. Default is the normal behavior for all listboxes.
551  $ /includes/ui/ui_lists.inc
552    /sales/includes/ui/sales_orders_ui.inc
553    /purchases/includes/ui/po_ui.inc
554    /themes/default/images/locate.png (New file)
555    config.php
556
557  + Added ALTER TABLE possibility in db_import. For future releases.
558  $ /admin/db/maintenence_db.inc  
559
560  # Removed warnings 'Call-time pass-by-reference' in /includes/db/connect_db.inc and /includes/ui/ui_lists.inc
561  # Fixed File not found when loading local stylesheet.css (for other languages) in /includes/page/header.inc
562  $ /includes/db/connect_db.inc
563    /includes/ui/ui_lists.inc
564    /includes/page/header.inc
565    /access/login.php
566    
567 16-Jan-2008 Joe Hunt
568  # When login screen is displayed after session timeout page content is broken. It
569    is because of NOT using absolute paths in href attribute theme elements.
570  $ /access/login.php
571  
572 30-Dec-2007 Joe Hunt
573  # Minor adjustments in function db_export on line 325
574  $ /admin/db/maintenance_db.inc
575  
576 29-Dec-2007 Joe Hunt
577  + Added a variable, $print_invoice_no, in config.php for printing the invoice number instead of invoice reference.
578  $ config.php
579  
580  # Fixed a bug when exporting database. Exported NULL field values from NO to empty field (from mysql version 5.0.32).
581    Also fixed a unneccessary str_replace when importing sql scripts.
582  ! Changed the PDF presentation to deleting the Javascript cache before presentation.
583  $ /admin/db/maintenance_db.inc
584    /reporting/includes/pdf_report.inc
585    
586 13-Dec-2007 Joe Hunt
587  # Still bugs in trial balances and account inquiry on screen when selecting non balance accounts. Fixed.
588  $ /gl/inquiry/gl_trial_balance.php
589    /gl/inquiry/gl_account_inquiry.php
590
591 13-Dec-2007 Joe Hunt
592  # Fixed a bug when voiding a transaction (Journal Entry). An eventually underlying bank transfer was not voided.
593  $ /admin/db/voiding_db.inc
594  
595 06-Dec-2007 Joe Hunt
596  # Fixed a bug when adding lines during Payments to suppliers, the supplier was set back to the first.
597  $ /gl/gl_payment.php
598    /gl/includes/ui/gl_payment_ui.inc
599    
600  ! Changed $loc_notification to be set to 0 instead of 1.
601  $ config.php
602  
603 -------------------- 1.15 Stable Released ----------------------
604 05-Dec-2007 Joe Hunt
605  + Added email notification to stock location when available stock is below reorder level
606  $ config.php
607    /sales/includes/db/sales_order_db.inc
608    
609  # Fixed bugs in Open balances when account is not a balance account
610  $ /gl/inquiry/gl_trial_balance.php
611    /gl/inquiry/gl_account_inquiry.php
612    /reporting/rep704.php
613    /reporting/rep708.php
614    
615 -------------------- 1.14 Stable Released ----------------------
616 01-Oct-2007 Joe Hunt
617  ! Major change in the installation of modules to also accept an SQL-file for upload.
618  $ config.php
619    /admin/inst_module.php
620    /admin/db/maintenance_db.inc
621    
622 30-Sep-2007 Joe Hunt
623  # The following files were still vulnerable. Fixed
624  $ /access/login.php
625    /includes/lang/language.php
626
627 -------------------- 1.13 Stable Released ----------------------
628 14-Sep-2007 Joe Hunt
629  + Added optional link for electronic payment on invoices (PayPal). 
630  ! Better support for install/update languages.  
631  ! Minor adjustments
632  # Fixed a vulnerable item in config.php
633  $ config.php
634
635 14-Sep-2007 Joe Hunt
636  # We forgot to upload the PO file when installing new language. Used when GETTEXT is not installed on Server.
637  # config.php has been vulnerable. Fixed.
638  $ /admin/inst_lang.php
639  $ config.php
640  
641 10-Sep-2007 Joe Hunt
642  ! Changed Bank Address field from text to textarea (multirows)
643  $ /gl/manage/bank_accounts.php
644  
645 06-Sep-2007 Joe Hunt
646  + Added optional link for electronic payment on invoices (PayPal)
647  $ /reporting/reports_main.php
648    /reporting/rep107.php
649    /reporting/includes/report_classes.inc
650    /reporting/includes/pdf_report.inc
651    /reporting/includes/doc_text.inc
652    /reporting/includes/doc_text2.inc
653    
654 23-Aug-2007 Joe Hunt
655  # Unnecessary parameter ($db) in check_for_recursive_bom
656  $ /manufacturing/manage/bom_edit.php
657  
658 21-Aug-2007 Joe Hunt
659  # Bug in /includes/lang/gettext.php (249) affecting changing language!
660  $ /includes/lang/gettext.php
661  
662 08-Aug-2007 Joe Hunt
663  # Minor adjustments
664  $ config.php
665    /access/login.php
666    /admin/create_coy.php
667    /reporting/includes/pdf_report.inc
668    
669 04-Aug-2007 Joe Hunt
670  + Added a default fiscal year in the en_US-new.sql and start references.
671  $ /sql/en_US-new.sql
672  ! Changed some specific text strings in en_US.po (E.g. TAX instead of VAT)
673  $ /lang/en_US/LC_MESSAGES/en_US.mo
674  
675 03-Aug-2007 Joe Hunt
676  # A bug in Direct Invoicing (wrong Invoice Date) has been fixed.
677  $ /sales/includes/db/sales_order_db.inc
678  
679 23-Jul-2007 Joe Hunt
680  # Changed <? in front of 2 files to <?php.
681  $ /purchasing/includes/purchasing_ui.inc
682    /reporting/includes/class.mail.inc
683    
684 -------------------- 1.12 Stable Released ----------------------
685 21-Jul-2007 Joe Hunt
686  + Added option to handle Jalali and Islamic Calendars
687  ! Minor adjustments
688  $ config.php
689    /gl/includes/db/gl_db_trans.inc
690    /includes/date_functions.inc
691    /includes/ui/ui_input.inc
692    /includes/ui/ui_lists.inc
693    /includes/ui/ui_view.inc
694    /purchasing/po_receive_items.php
695    /purchasing/includes/ui/invoice_ui.inc
696    /purchasing/includes/ui/po_ui.inc
697    /reporting/rep705.php
698    /sales/includes/db/sales_order_db.inc
699    /sales/includes/ui/sales_order_ui.inc
700    
701 20-Jul-2007 Joe Hunt
702  ! Changed parameters on report Sales Order. Option to print as Quote.
703  $ /reporting/reports_main.php
704    /reporting/rep109.php
705    /reporting/includes/pdf_report.inc
706    /reporting/includes/doctext.inc
707    /reporting/includes/doctext2.inc
708  
709 19-Jul-2007 Joe Hunt
710  + Added Budget Entry in General Ledger. Includes Dimensions.
711  $ config.php
712    /applications/generalledger.php
713    /gl/gl_budget.php (New File!)
714    /gl/includes/db/gl_db_trans.inc
715    /includes/date_functions.inc
716    /reporting/report_classes.inc
717    
718 -------------------- 1.11 Stable Released ----------------------
719 04-Jul-2007 Joe Hunt
720  ! Option for using alpha numeric chart of accounts.
721  $ config.php
722    /gl/manage/gl_accounts.php
723    /gl/includes/db/gl_db_accounts.inc
724    /gl/includes/db/gl_db_bank_trans.inc
725    /gl/includes/db/gl_db_trans.inc
726    /gl/inquiry/gl_trial_balance.inc
727    /admin/db/company_db.inc
728    /inventory/includes/db/items_db.inc
729    /sales/manage/customer_branches.inc
730
731 04-Jul-2007 Joe Hunt
732  # Problems retrieving language texts for poEdit in long javascripts
733  $ /includes/ui/ui_view.inc
734  
735 04-May-2007 Joe Hunt
736  # Database error when updating more than one item row in Sales Orders.
737  $ /sales/includes/db/sales_order_db.inc
738  # Database error when inserting work order issues. Fixed.
739  $ /manufacturing/includes/db/work_order_issues_db.inc
740  
741 03-May-2007 Joe Hunt
742  # Multiple tables and JOIN's have syntax changes in MySQL 5.0.12. Need parentheses.
743  $ /includes/db/manufacturing_db.inc
744    /manufacturing/includes/db/work_order_requirements_db.inc
745
746 02-May-2007 Joe Hunt
747  # Missing details on Purchase Order when emailing and printing
748  $ /reporting/rep209.php
749  
750 -------------------- 1.1 Stable Released ----------------------
751 02-May-2007 Joe Hunt
752  + Enabled module addons and all the below bugfixes. No changes in database structure.
753  - Removed /sql/basic.sql (included in the other sql files)
754  - Removed /themes/default/images/left.gif and /themes/default/images/right.gif 
755    (not needed anymore).
756  + Addition of update.html  
757  $ /admin/inst_module.php (New file!)
758    /applications/customers.php
759    /applications/dimensions.php
760    /applications/generalledger.php
761    /applications/inventory.php
762    /applications/manufacturing.php
763    /applications/setup.php
764    /applications/suppliers.php
765    /install/index.php
766    /install/save.php
767    /modules/inst_modules.php (New folder and new file!)
768    /modules/index.php (New file!)
769    /sql/en_US-demo.sql
770    /sql/en_US-new.sql
771    install.html
772    update.html (New file!)
773    
774 01-May-2007 Joe Hunt
775  # Missing measure of units when printing sales orders
776  # Update of Sales People caused a database error
777  $ /sales/manage/sales_people.php
778    /reporting/rep109.php
779  
780 30-Apr-2007 Joe Hunt
781  + The selected menu tab is now shown with same background as hover color.
782  $ config.php (default tab line 77. Change if you want)
783    /includes/page/header.inc
784    
785 28-Apr-2007 Joe Hunt
786  # When saving work order entries a lot of debug boxes appeared. Fixed
787  # When clicking on the link, Issue, on work order inquires an empty screen appeared. Fixed
788  # When retrieving work centres id's there was a database error. Fixed by casting string to unsigned
789  $ /includes/db/manufacturing_db.inc
790    /manufacturing/work_order_entry.php
791    /manufacturing/includes/work_order_issue_ui.inc
792    /manufacturing/includes/db/work_order_requirements_db.inc
793    /manufacturing/includes/db/work_orders_quick_db.inc
794    /manufacturing/inquiry/where_used_inquiry.php
795    
796 25-Apr-2007 Joe Hunt
797  # Missing Date Picker
798  $ /sales/customer_invoice.php
799  # No JS popup window
800  $ /sales/view/view_invoice.php
801  
802 24-Apr-2007 Joe Hunt
803  ! New and better Date Picker, better cool theme.
804  $ /includes/ui/ui_input.inc
805    /includes/ui/ui_view.inc
806    /reporting/includes/reports_classes.inc
807    /themes/cool/default.css
808
809 -------------------- 1.0.1 Stable Released ----------------------
810 23-Apr-2007 Joe Hunt
811  ! Release 1.0.1 established on SourceForge, fixing the bugs and including a Date Picker,
812    the changes for selection lists customers/suppliers and the Audit Trail.
813
814 22-Apr-2007 Joe Hunt
815  ! Changed the two selection lists for customers/suppliers in reports to a single one with
816    No Filter
817  ! Changed the sort order in these selection lists from id to name.
818  + Added Audit Trail in GL trans. A switch in config.php, $use_audit_trail, must be set to 1.
819  $ /reporting/reports_main.php
820    /reporting/rep101.php
821    /reporting/rep102.php
822    /reporting/rep201.php
823    /reporting/rep202.php
824    /reporting/rep203.php
825    /reporting/rep204.php
826    /reporting/includes/reports_classes.inc
827    /includes/ui/ui_lists.inc
828    /gl/includes/db/gl_db_trans.inc
829    config.php
830    
831 22-Apr-2007 Joe Hunt
832  + Date Picker for all date fields.
833  $ config.php
834    /admin/fiscalyears.php
835    /admin/void_transaction.php
836    /includes/ui/ui_view.inc
837    /includes/ui/ui_input.inc
838    /dimensions/dimension_entry.php
839    /dimensions/inquiry/search_dimensions.php
840    /gl/gl_journal.php
841    /gl/gl_deposit.php
842    /gl/gl_payment.php
843    /gl/bank_transfer.php
844    /gl/inquiry/bank_inquiry.php
845    /gl/inquiry/gl_account_inquiry.php
846    /gl/inquiry/gl_trial_balance.php
847    /gl/manage/exchange_rates.php
848    /inventory/adjustments.php
849    /inventory/transfers.php
850    /inventory/inquiry/stock_movements.php
851    /inventory/manage/items.php
852    /manufacturing/work_order_add_finished.php
853    /manufacturing/work_order_entry.php
854    /manufacturing/work_order_issue.php
855    /manufacturing/work_order_release.php
856    /purchasing/supplier_payment.php
857    /purchasing/po_entry_items.php
858    /purchasing/po_receive_items.php
859    /purchasing/supplier_credit.php
860    /purchasing/supplier_credit_grns.php
861    /purchasing/supplier_invoice.php
862    /purchasing/supplier_invoice_grns.php
863    /purchasing/supplier_trans_gl.php
864    /purchasing/includes/ui/po_ui.inc
865    /purchasing/inquity/po_search.php
866    /purchasing/inquiry/po_search_completed.php
867    /purchasing/inquiry/supplier_allocation_inquiry.php
868    /purchasing/inquiry/supplier_inquiry.php
869    /reporting/reports_main.php
870    /reporting/includes/reports_classes.inc
871    /sales/credit_note_entry.php
872    /sales/customer_credit_invoice.php
873    /sales/customer_payments.php
874    /sales/sales_order_entry.php
875    /sales/includes/ui/sales_order_ui.inc
876    /sales/inquiry/customer_allocation_inquiry.php
877    /sales/inquiry/customer_inquiry.php
878    /sales/inquiry/sales_orders_view.php
879    New image files:
880    /themes/default/images/cal.gif
881    /themes/default/images/next.gif
882    /themes/default/images/prev.gif
883
884 19-Apr-2007 Joe Hunt
885  # Bug no 1703895, Account numbers are varchars, need quotes, fixed
886  # Bug no 1703891, Reserved MySQL words used as column names, fixed
887  $ /taxes/db/tax_types_db.inc
888
889  # Bug no 1703888, Apostrophes and other unescaped characters, fixed
890  $ /gl/manage/gl_accounts.php
891    /gl/includes/db/gl_db_accounts.inc
892    /includes/ui/ui_input.inc
893
894 18-Apr-2007 Joe Hunt
895  # Bug no 1702594, Logon Loop, fixed
896  $ config.php
897
898 -------------------- 1.0a Stable Released ----------------------
899 10-Apr-2007 Joe Hunt
900  ! Release 1.0a established on SourceForge, fixing the bugs.
901
902 11-Apr-2007 Joe Hunt
903  # Bug No 1698214, Creating Items, fixed
904  $ /includes/ui/ui_lists.inc
905  # Bug no 1698216, Item Movements, fixed
906  $ /inventory/manage/items.php
907
908 -------------------- 1.0 Stable Released ----------------------
909 10-Apr-2007 Joe Hunt
910  ! Release 1.0 established on SourceForge.
911
912 2. Copyright and disclaimer
913 ---------------------------
914 This application is opensource software released under the GPL.  Please
915 see source code and the LICENSE file