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