Some smaller fixes and merging all changes from main trunk up to 2.0.6
[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/agpl-3.0.html GNU/AGPL
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 08-Dec-2008 Janusz Dobrowolski
23 + Added helpers for list editor F4 calls.
24 $ /includes/ui/ui_controls.inc
25   /sales/sales_order_entry.php
26 + Added development/bugtracking sql trail 
27 $ /config.php
28   /sql/alter2.1.sql
29   /includes/db/connect_db.inc
30 ! GL accounts in list selector always grouped by type
31 $ /admin/gl_setup.php
32   /gl/includes/ui/gl_bank_ui.inc
33   /gl/includes/ui/gl_journal_ui.inc
34   /gl/manage/bank_accounts.php
35   /gl/manage/gl_accounts.php
36   /gl/manage/gl_quick_entries.php
37   /includes/ui/ui_lists.inc
38   /purchasing/includes/ui/invoice_ui.inc
39   /sales/manage/customer_branches.php
40 # Fixed Win AltGr issue in hotkeys system.
41 $ /js/inserts.js
42 ! Merged changes from main trunk up to version 2.0.6 (see below)
43 $ /config.php
44   /update.html
45   /update_db.php
46   /admin/create_coy.php
47   /admin/db/maintenance_db.inc
48   /gl/includes/db/gl_db_banking.inc
49   /gl/includes/db/gl_db_trans.inc
50   /includes/banking.inc
51   /includes/current_user.inc
52   /manufacturing/view/wo_production_view.php
53   /purchasing/includes/db/invoice_db.inc
54   /purchasing/includes/db/supp_payment_db.inc
55   /purchasing/includes/ui/invoice_ui.inc
56   /reporting/rep107.php
57   /reporting/rep109.php
58   /reporting/rep110.php
59   /reporting/rep209.php
60   /reporting/rep302.php
61   /reporting/rep303.php
62   /reporting/includes/pdf_report.inc
63   /sales/customer_delivery.php
64   /sales/includes/cart_class.inc
65   /sales/includes/sales_db.inc
66   /sales/includes/db/payment_db.inc
67   /sales/includes/db/sales_credit_db.inc
68   /sales/includes/db/sales_invoice_db.inc
69   /sales/includes/ui/sales_credit_ui.inc
70   /sales/includes/ui/sales_order_ui.inc
71   /sales/view/view_credit.php
72   /sales/view/view_dispatch.php
73   /sales/view/view_invoice.php
74   /sales/view/view_sales_order.php
75   /taxes/tax_calc.inc
76 ------------------------------- Release 2.0.6 --------------------------------------------
77 08-Dec-2008 Joe Hunt
78 ! New release 2.0.6
79 $ config.php
80
81 05-Dec-2008 Joe Hunt
82 # [0000095] Bad behaviour of routine number_format and round in Windows.
83 $ /gl/includes/gl_db_trans.inc
84   /includes/banking.inc
85   /includes/current_user.inc
86   /purchasing/includes/ui/invoice_ui.inc
87   /reporting/rep107.php
88   /reporting/rep109.php
89   /reporting/rep110.php
90   /reporting/rep209.php
91   /sales/view/view_credit.php
92   /sales/view/view_dispatch.php
93   /sales/view/view_invoice.php
94   /sales/view/view_sales_order.php
95
96 04-Dec-2008 Janusz Dobrowolski
97 # Check write permissions and create per company subdirectory structure.
98 $ /update.html
99   /update_db.php
100 # Fixed index.php files in new company dirs.
101 $ /admin/create_coy.php
102   /admin/db/maintenance_db.inc
103
104 04-Dec-2008 Joe Hunt
105 # [0000095] Inbalance double entry on Documents
106 $ /gl/includes/db/gl_db_trans.inc
107   /gl/includes/db/gl_db_banking.inc
108   /purchasing/includes/db/invoice_db.inc
109   /purchasing/includes/db/supp_payment_db.inc
110   /sales/includes/db/payment_db.inc
111   /sales/includes/db/sales_credit_db.inc
112   /sales/includes/db/sales_invoice_db.inc
113   
114 29-Nov-2008 Joe Hunt
115 # [0000094] Report does not show items that have 0 qty but have demand qty
116 $ /reporting/rep302.php
117   /reporting/rep303.php
118   
119 28-Nov-2008 Joe Hunt
120 # [0000093] Voiding Supplier Invoices Causes some lines cost update to go to 0 and exchange rate change
121 $ /purchasing/includes/db/invoice_db.inc
122
123 27_Nov-2008 Joe Hunt
124 # [0000092] Stock Sheet Report. Bad Page break.
125 $ /reporting/includes/pdf_report.inc
126
127 26-Nov-2008 Joe Hunt
128 # [0000091] Tax for 2 decimal places doesn't compute properly
129 $ /taxes/tax_calc.inc
130
131 25-Nov-2008 Janusz Dobrowolski
132 # [0000084] Low inventory items are not marked properly.
133 $ /sales/customer_delivery.php
134 # [0000086] New line added to document sometimes overwrites old one.
135 $ /sales/includes/cart_class.inc
136 # [0000087] Change of order date always updates prices.
137 $ /sales/includes/ui/sales_credit_ui.inc
138   /sales/includes/ui/sales_order_ui.inc
139 # Fixed automatic price calculations always on.
140 $ /sales/includes/sales_db.inc
141
142 08-Dec-2008 Joe Hunt
143 ! Better support for purchasing data (automatic updating from PO receive)
144 $ /purchasing/includes/db/grn_db.inc
145   /purchasing/includes/db/invoice_db.inc
146   /purchasing/includes/db/po_db.inc
147   /purchasing/includes/ui/invoice_ui.inc
148   /purchasing/includes/purchasing_db.inc
149   /reporting/rep209.php
150
151 07-Dec-2008 Janusz Dobrowolski
152 + Added list category grouping.
153 $ /includes/ui/ui_lists.inc
154 ! Changed branch/customer invoice address/name selection on reports
155 $ /reporting/includes/doctext.inc
156   /reporting/includes/doctext2.inc
157   /reporting/includes/header2.inc
158 ! Fixed default delivery address selection
159 $ /sales/includes/ui/sales_order_ui.inc
160 + Added delivery links
161 $ /sales/view/view_invoice.php
162 # Small syntax fix.
163 $ /sql/alter2.1.php
164 # Fixed error handling during upgrade
165 $ /admin/db/maintenance_db.inc
166 # Fixed warnings display
167 $ /includes/errors.inc
168
169 08-Dec-2008 Joe Hunt
170 # Bad and missing parameter to header2 funciton
171 $ /reporting/rep109.php
172   /reporting/rep209.php
173 ! Rerun of invoice_ui.inc
174 $ /purchasing/includes/ui/invoice_ui.inc
175
176 07-Dec-2008 Joe Hunt
177 ! Better layout. Copyright notes. Mailto links, outer table routines.
178 $ /admin/company_preferences.php
179   /admin/display_prefs.php
180   /admin/gl_setup.php
181   /admin/users.php
182   /gl/includes/ui/gl_bank_ui.inc
183   /gl/includes/ui/gl_journal_ui.inc
184   /includes/ui_controls.inc
185   /includes/ui_input.inc
186   /inventory/adjustments.php
187   /inventory/transfers.php
188   /inventory/includes/item_adjustments_ui.inc
189   /inventory/includes/stock_transfers_ui.inc
190   /inventory/manage/locations.php
191   /purchasing/includes/ui/invoice_ui.inc
192   /purchasing/includes/ui/po_ui.inc
193   /purchasing/manage/suppliers.php
194   /purchasing/supplier_credit.php
195   /purchasing/supplier_invoice.php
196   /purchasing/supplier_payment.php
197   /sales/includes/ui/sales_credit_ui.inc
198   /sales/includes/ui/sales_order_ui.inc
199   /sales/manage/customer_branches.php
200   /sales/manage/customers.php
201   /sales/manage/sales_people.php
202   /sales/customer_payments.php
203   
204 05-Dec-2008 Joe Hunt
205 + New fields in suppliers, phone, fax, vat no, contact and credit limit
206 $ /purchasing/suppliers.php
207   /sql/alter2.1.sql
208 ! Changed dimension view to show result instead of ledger trans
209 $ /dimensions/view/view_dimension.php
210   /dimensions/includes/dimension_ui.inc
211   
212 05-Dec-2008 Janusz Dobrowolski
213 ! Allowed optional ORDER BY option in base db_pager sql query
214 $ /includes/db_pager.inc
215 # Small fixes to pager layout
216 $ /includes/ui/db_pager_view.inc
217 ! Reusable button code
218 $ /includes/ui/ui_controls.inc
219 ! Button helpers moved from ui_controls.inc
220 $ /includes/ui/ui_input.inc
221   /includes/ui/ui_controls.inc
222 # Fixed errors during focus on nonexistent elements
223 $ /js/utils.js
224
225 26-Nov-2008 Janusz Dobrowolski
226 # Fixed layout of amount_ex() fields with label.
227 $ /includes/ui/ui_input.inc
228 # Fixed combo_input for $sql with GROUP BY option
229 $ /includes/ui/ui_lists.inc
230
231 25-Nov-2008 Janusz Dobrowolski
232 ! Merged all changes from main trunk up to 2.0.5 (see details below)
233 $ /CHANGELOG.txt
234   /update.html
235   /admin/void_transaction.php
236   /admin/db/voiding_db.inc
237   /gl/includes/db/gl_db_trans.inc
238   /gl/inquiry/gl_trial_balance.php
239   /includes/banking.inc
240   /includes/ui/ui_input.inc
241   /includes/ui/ui_view.inc
242   /manufacturing/manage/bom_edit.php
243   /purchasing/po_receive_items.php
244   /purchasing/supplier_credit.php
245   /purchasing/supplier_invoice.php
246   /purchasing/supplier_payment.php
247   /purchasing/includes/purchasing_db.inc
248   /purchasing/includes/db/invoice_db.inc
249   /purchasing/includes/db/supp_payment_db.inc
250   /purchasing/includes/db/supp_trans_db.inc
251   /purchasing/includes/ui/invoice_ui.inc
252   /reporting/rep101.php
253   /reporting/rep106.php
254   /reporting/rep201.php
255   /reporting/rep203.php
256   /reporting/rep209.php
257   /reporting/rep708.php
258   /reporting/reports_main.php
259   /reporting/includes/class.pdf.inc
260   /sales/customer_payments.php
261   /sales/allocations/customer_allocate.php
262   /sales/includes/sales_db.inc
263   /sales/includes/db/cust_trans_db.inc
264   /sales/includes/db/payment_db.inc
265   /sales/view/view_receipt.php
266 ------------------------------- Release 2.0.5 --------------------------------------------
267 24-Nov.2008 Joe Hunt
268 ! Release 2.0.5
269 $ config.php
270 ! Changed update.html
271 $ update.html
272 # Small bug fixes
273 $ /reporting/includes/header2.inc
274   /sales/view/view_receipt.php
275
276 20-Nov-2008 Janusz Dobrowolski
277 # [0000082] Bad js allocation on All/None button press.
278 $ /sales/allocations/customer_allocate.php
279
280 20-Nov-2008 Joe Hunt
281 # Do not allow editing invoice if allocated > 0
282 $ /sales/inquiry/customer_inquiry.php
283
284 19-Nov-2008 Joe Hunt
285 + Possibility to view a transaction before final voiding.
286 $ /admin/void_transaction.php
287
288 11-Nov-2008 Janusz Dobrowolski
289 # Fixed right alignment of amount cells.
290 $ /includes/ui/ui_input.inc
291 # Fixed display bug for fully received items and false modify conflicts.
292 $ /purchasing/po_receive_items.php
293
294 10-Nov-2008 Joe Hunt
295 ! [0000081] Trial Balance again minor changes.
296 $ /gl/inquiry/gl_trial_balance.php
297   /reporting/rep708.php
298
299 07-Nov-2008 Joe Hunt
300 ! [0000081] Changed Trial Balance to show all debits and credits (option to only show balances)
301 $ /gl/inquiry/gl_trial_balance.php
302   /reporting/reports_main.php
303   /reporting/rep708.php
304   
305 03-Nov-2008 Janusz Dobrowolski
306 # Fixed price priority in automatic calculations.
307 $ sales/includes/sales_db.inc
308
309 30-Oct-2008 Janusz Dobrowolski
310 # [0000080] BOM elements was not editable after entry.
311 $ /manufacturing/manage/bom_edit.php
312
313 29-Oct-2008 Joe Hunt
314 # Voiding a supplier invoice/credit note with GL Postings creates a database error
315 $ /purchasing/includes/db/invoice_db.inc
316
317 28-Oct-2008 Joe Hunt
318 # [0000079] Delivery Note/Sales Invoice should not be editable after it has been voided.
319 $ /admin/db/voiding_db.inc
320   /sales/inquiry/sales_deliveries_view.php
321   /sales/inquiry/customer_inquiry.php
322   
323 27-Oct-2008 Joe Hunt
324 ! [0000078] Opened Exchange rate for editing (without storing) in sales/purchasing module payment
325 # Fixed exchange rate display bugs in Supplier Payment (earlier dates).
326 $ /gl/includes/db/gl_db_trans.inc
327   /includes/banking.inc
328   /includes/ui/ui_view.inc
329   /purchasing/supplier_payment.php
330   /purchasing/includes/purchasing_db.inc
331   /purchasing/includes/db/supp_payment_db.inc
332   /purchasing/includes/db/supp_trans_db.inc
333   /sales/customer_payments.php
334   /sales/includes/sales_db.inc
335   /sales/includes/db/cust_trans_db.inc
336   /sales/includes/db/payment_db.inc
337 # [0000078] Fixed some reports with wrong exchange rates.
338 $ /reporting/rep101.php
339   /reporting/rep106.php
340   /reporting/rep201.php
341   /reporting/rep203.php
342   /reporting/rep209.php
343 + Added confirm box when admins are about to remove PO GRNs from Supplier Invoice
344 $ /purchasing/supplier_invoice.php
345
346 24-Oct-2008 Joe Hunt
347 ! [0000077] Added a total before ending balance in trial balance (also in report)
348 $ /gl/inquiry/gl_trial_balance.php
349   /reporting/rep708.php
350 ! Increased memory limit if reports in unicode (48M) as suggested in forum.
351   /reporting/includes/class.pdf.inc
352 ! Improved layout of Supplier Invoice/Credit. All Items can now be added in one sweep.
353 $ /purchasing/supplier_invoice.php
354   /purchasing/supplier_credit.php
355   /purchasing/includes/ui/invoice_ui.inc
356   
357 ------------------------------- Release 2.0.4 --------------------------------------------
358 23-Oct-2008 Joe Hunt
359 ! Release 2.0.4
360 25-Nov-2008 Joe Hunt
361 ! Inserted Copyright Notice and fixed graphic items
362 $ /access/login.php
363   /access/logout.php
364   /admin/attachments.php
365   /admin/backups.php
366   /admin/change_current_user_password.php
367   /admin/db/company_db.inc
368   /admin/db/maintenence_db.inc
369   /admin/db/printers_db.inc
370   /admin/db/users_db.inc
371   /admin/db/v_banktrans.inc
372   /admin/db/voiding_db.inc
373   /admin/display_prefs.php
374   /admin/fiscalyears.php
375   /admin/forms_setup.php
376   /admin/gl_setup.php
377   /admin/inst_upgrade.php
378   /admin/payment_terms.php
379   /admin/print_profiles.php
380   /admin/printers.php
381   /admin/shipping_companies.php
382   /admin/users.php
383   /admin/view_print_transaction.php
384   /admin/void_transaction.php
385   /gl/gl_journal.php
386   /gl/includes/ui/gl_bank_ui.inc
387   /gl/includes/ui/gl_journal_ui.inc
388   /gl/inquiry/bank_inquiry.php
389   /gl/inquiry/tax_inquiry.php
390   /gl/manage/bank_accounts.php
391   /includes/ui/ui_controls.inc
392   /reporting/includes/pdf_report.inc
393   /reporting/rep709.php
394   /sales/includes/ui/sales_credit_ui.inc
395   /sql/alter2.1.php
396   
397 24-Nov-2008 Janusz Dobrowolski
398 + Added alias/foreign item codes and sales kits support.
399 $ /applications/inventory.php
400   /includes/ui/ui_lists.inc
401   /inventory/prices.php
402   /inventory/includes/inventory_db.inc
403   /inventory/includes/db/items_category_db.inc
404   /inventory/includes/db/items_db.inc
405   /inventory/manage/items.php
406   /inventory/includes/db/items_codes_db.inc (new)
407   /inventory/manage/item_codes.php (new)
408   /inventory/manage/sales_kits.php (new)
409   /sales/includes/sales_db.inc
410   /sales/includes/ui/sales_order_ui.inc
411 ! Added decimals to get_item_edit_info() return (sql usage optimization).
412 $ /includes/db/inventory_db.inc
413   /inventory/includes/item_adjustments_ui.inc
414   /inventory/includes/stock_transfers_ui.inc
415   /manufacturing/includes/work_order_issue_ui.inc
416   /purchasing/includes/ui/po_ui.inc
417   /sales/includes/ui/sales_credit_ui.inc
418 ! Added postlabel update in amount_cells_ex() and derivative helpers, fixed qty_cell $dec handling
419 $ /includes/ui/ui_input.inc
420 # Fixed _vd() debug function for use also in ajax mode.
421 $ /includes/ui/ui_view.inc
422 ! Changed foreign column name to avoid mysql syntax problems, added category.
423 $ /sql/alter2.1.sql
424   /sql/alter2.1.php
425 # Fixed unconsistent units of measure.
426 $ /sql/en_US-demo.sql
427   /sql/en_US-new.sql
428
429 24-Nov-2008 Joe Hunt
430 ! Preparing for graphic Links
431 $ config.php
432   /includes/ui/ui_input.inc
433   /sales/sales_order_entry.php
434   /sales/includes/ui/sales_order_ui.inc
435   /themes/aqua/images/ok.gif
436   /themes/cool/images/ok.gif
437   /themes/default/images/ok.gif
438 # Small layout bug in header2.inc
439 $ /reporting/includes/header2.inc
440 # Small layout bug in report bank statement
441 $ /reporting/rep601.php
442 # Restriction on links
443 $ /sales/inquiry/customer_inquiry.php
444
445 22-Nov-2008 Joe Hunt
446 + Preparing for Graphic Links final.Optimized.
447 $ config.php
448   /admin/create_coy.php
449   /admin/inst_lang.php
450   /admin/inst_module.php
451   /dimensions/inquiry/search_dimensions.php
452   /includes/ui/ui_controls.inc
453   /includes/ui/ui_view.inc
454   /includes/db_pager_view.inc
455   /manufacturing/search_work_orders.php
456   /purchasing/inquiry/po_search.php
457   /purchasing/inquiry/po_search_completed.php
458   /purchasing/inquiry/supplier_allocation_inquiry.php
459   /purchasing/allocations/supplier_allocation_main.php
460   /reporting/includes/reporting.inc
461   /sales/allocations/customer_allocation_main.php
462   /sales/inquiry/customer_allocation_inquiry.php
463   /sales/inquiry/customer_inquiry.php
464   /sales/inquiry/sales_orders_view.php
465   /sales/inquiry/sales_deliveries_view.php
466   /themes/default/images/receive.gif (new file)
467   /themes/aquat/images/receive.gif (new file)
468   /themes/cool/images/receive.gif (new file)
469   
470   
471 21-Nov-2008 Joe Hunt
472 + Preparing for Graphic Links instead of Text Links (user display option, default)
473   (new field in 0_users, graphic_links)
474 $ config.php
475   /admin/display_prefs.php
476   /admin/create_coy.php
477   /admin/inst_lang.php
478   /admin/inst_module.php
479   /admin/db/users_db.inc
480   /includes/current_user.inc
481   /includes/prefs/userprefs.inc
482   /includes/ui/ui_controls.inc
483   /includes/ui/ui_input.inc
484   /includes/ui/ui_view.inc
485   /reporting/includes/reporting.inc
486   /sql/alter2.1.sql 
487   /themes/default/images/add.png, credit.gif, delete.gif, download.gif, edit.gif, gl.png, 
488           invoice.gif, money.png, pdf.gif, print.png, remove.png, report.png, view.gif 
489   /themes/aqua/images/add.png, credit.gif, delete.gif, download.gif, edit.gif, gl.png, 
490           invoice.gif, money.png, pdf.gif, print.png, remove.png, report.png, view.gif 
491   /themes/cool/images/add.png, credit.gif, delete.gif, download.gif, edit.gif, gl.png, 
492           invoice.gif, money.png, pdf.gif, print.png, remove.png, report.png, view.gif 
493   
494 20-Nov-2008 Joe Hunt
495 + Added new AGPL license file
496 $ /doc/license.txt (new file)
497
498 19-Nov-2008 Janusz Dobrowolski
499 # Fixed error handling during database upgrade in normal and forced mode.
500 $ /admin/db/maintenance_db.inc
501 ! Additions needed for foreign item codes support.
502 $ /sql/alter2.1.php
503   /sql/alter2.1.sql
504
505 19-Nov-2008 Joe Hunt
506 ! Changed the default header2.inc.
507 $ /reporting/includes/header2.inc
508
509 18-Nov-2008 Janusz Dobrowolski
510 + System upgrade page for site admins
511 $ /admin/db/maintenance_db.inc
512   /applications/setup.php
513   /admin/inst_upgrade.php       (new)
514   /sql/alter2.1.php             (new)
515 ! Added $tbpref parameter to get_user_prefs()
516 $ /admin/db/company_db.inc
517 # Next fixes to db_pager behaviour.
518 $ /includes/db_pager.inc
519   /includes/ui/db_pager_view.inc
520   /dimensions/inquiry/search_dimensions.php
521   /inventory/inquiry/stock_movements.php
522   /manufacturing/search_work_orders.php
523   /manufacturing/inquiry/where_used_inquiry.php
524   /purchasing/allocations/supplier_allocation_main.php
525   /purchasing/inquiry/po_search.php
526   /purchasing/inquiry/po_search_completed.php
527   /purchasing/inquiry/supplier_allocation_inquiry.php
528   /purchasing/inquiry/supplier_inquiry.php
529   /sales/allocations/customer_allocation_main.php
530   /sales/inquiry/customer_allocation_inquiry.php
531   /sales/inquiry/customer_inquiry.php
532   /sales/inquiry/sales_deliveries_view.php
533   /sales/inquiry/sales_orders_view.php
534
535 16-Nov-2008 Janusz Dobrowolski
536 ! Rewritten for paged query results.
537 $ /inventory/inquiry/stock_movements.php
538 + Added optional footer and header in db_pager, simplified usage.
539 $ /includes/db_pager.inc
540   /includes/ui/db_pager_view.inc
541 ! Code cleanup.
542 $ /dimensions/inquiry/search_dimensions.php
543   /manufacturing/search_work_orders.php
544   /manufacturing/inquiry/where_used_inquiry.php
545   /purchasing/inquiry/po_search.php
546   /purchasing/inquiry/po_search_completed.php
547   /purchasing/inquiry/supplier_allocation_inquiry.php
548   /purchasing/inquiry/supplier_inquiry.php
549   /sales/inquiry/customer_allocation_inquiry.php
550   /sales/inquiry/customer_inquiry.php
551   /sales/inquiry/sales_deliveries_view.php
552   /sales/inquiry/sales_orders_view.php
553
554 16-Nov-2008 Joe Hunt
555 + Added Attachment of Documents and a couple of links from supplier invoice/credit note
556 $ /admin/attachments.php (new file)
557   /applications/setup.php
558   /purchasing/supplier_credit,php
559   /purchasing/supplier_invoice.php
560   /sql/alter2.1.sql
561 # Minor bug in view_print_transactions.php
562 $ /admin/view_print_transactions.php
563
564 15-Nov-2008 Joe Hunt
565 + Added Quick Entries in GL Journal Entry and changed some needed fixes.
566 $ /gl/gl_bank.php
567   /gl/gl_journal.php
568   /gl/includes/db/gl_db_bank_accounts.inc
569   /gl/includes/ui/gl_bank_ui.inc
570   /gl/includes/ui/gl_journal_ui.inc
571   /includes/ui/ui_lists.inc
572   
573 15-Nov-2008 Joe Hunt
574 + Added Tax Inquiry in Banking and General Ledger tab.
575 $ /applications/generalledger.php
576   /gl/inquiry/tax_inquiry.php (new file)
577   
578 14-Nov-2008 Joe Hunt
579 + Added Sales Groups and Recurrent Invoices.
580 $ /applications/customers.php
581   /includes/ui/ui_lists.inc
582   /reporting/includes/reporting.inc
583   /reporting/rep108.php
584   /sales/includes/db/branches_db.inc
585   /sales/includes/db/sales_credit_db.inc
586   /sales/includes/db/sales_delivery_db.inc
587   /sales/includes/db/sales_invoice_db.inc
588   /sales/inquiry/sales_orders_view.php
589   /sales/manage/customer_branches.php
590   /sales/manage/customers.php
591   /sql/alter2.1.sql
592   /sales/create_recurrent_invoices.php (new file)
593   /sales/manage/recurrent_invoices.php (new file)
594   /sales/manage/sales_groups.php (new file)
595
596 13-Nov-2008 Janusz Dobrowolski
597 ! Rewritten for paged query results.
598 $ /dimensions/inquiry/search_dimensions.php
599 # Removed obsolete dimension list submit_on_change option.
600 $ /sales/includes/ui/sales_order_ui.inc
601   /sales/credit_note_entry.php
602   /sales/includes/ui/sales_credit_ui.inc
603
604 12-Nov-2008 Janusz Dobrowolski
605 ! Rewritten for paged query results.
606 $ /manufacturing/search_work_orders.php
607   /manufacturing/inquiry/where_used_inquiry.php
608   /purchasing/allocations/supplier_allocation_main.php
609   /sales/allocations/customer_allocation_main.php
610 ! Code reorganization to reuse sql query by db_pager.
611   /purchasing/includes/db/supp_trans_db.inc
612   /purchasing/includes/db/suppalloc_db.inc
613   /sales/includes/db/custalloc_db.inc
614 ! Added $echo parameter to view_stock_status()
615 $ /includes/ui/ui_view.inc
616 # Fixed sql query (duplicated rows in query result)
617 $ /sales/inquiry/customer_inquiry.php
618 # Fixed bom selection via $_GET['stock_id']
619 $  /manufacturing/manage/bom_edit.php
620
621 12-Nov-2008 Joe Hunt
622 ! Added dimension entries in delivery and invoice forms
623 $ /includes/ui/ui_lists.inc
624   /sales/credit_note_entry.php
625   /sales/includes/cart_class.inc
626   /sales/includes/db/cust_trans_db.inc
627   /sales/includes/db/sales_credit_db.inc
628   /sales/includes/db/sales_delivery_db.inc
629   /sales/includes/db/sales_invoice_db.inc
630   /sales/includes/db/sales_order_db.inc
631   /sales/includes/sales_db.inc
632   /sales/includes/ui/sales_credit_ui.inc
633   /sales/includes/ui/sales_order_ui.inc
634   /sales/sales_order_entry.php
635   /sql/alter2.1.sql
636   
637 12-Nov-2008 Janusz Dobrowolski
638 ! Changed db_pager API for inserted columns.
639 $ /includes/db_pager.inc
640   /includes/ui/db_pager_view.inc
641 ! Fixed $cols according to api change.
642 $ /purchasing/inquiry/supplier_inquiry.php
643   /sales/inquiry/customer_allocation_inquiry.php
644   /sales/inquiry/customer_inquiry.php
645   /sales/inquiry/sales_deliveries_view.php
646   /sales/inquiry/sales_orders_view.php
647 ! Rewritten for paged query results.
648 $ /purchasing/inquiry/po_search.php
649   /purchasing/inquiry/po_search_completed.php
650   /purchasing/inquiry/supplier_allocation_inquiry.php
651
652 10-Nov-2008 Janusz Dobrowolski
653 # Suppressed page update after import errors
654 $ /admin/backups.php
655 # More fail safe db_import()
656 $ /admin/db/maintenance_db.inc
657 # Added check for POS relations before account delete.
658 $ /gl/manage/bank_accounts.php
659 # Fixed for MySQL <4.0.18, removed bank_trans_types
660 $ /sql/alter2.1.sql
661 # Fixed page update after branch/customer change.
662 $ /sales/includes/ui/sales_order_ui.inc
663
664 10-Nov-2008 Joe Hunt
665 ! changing the default.css style sheets to handle the new navibar/buttons
666 $ /themes/default/default.css 
667   /themes/aqua/default.css
668   /themes/cool/default.css
669   /themes/cool/images/sort_asc.gif
670   /themes/cool/images/sort_desc.gif
671   
672 10-Nov-2008 Joe Hunt
673 ! Changed Bank Statement Report in accourding to Bank Account Change
674 $ /reporting/rep601.php
675   /reporting/includes/reports_classes.inc
676 # Removed Type header from bank inquiry.
677   /gl/inquiry/bank_inquiry.php
678   
679 09-Nov-2008 Janusz Dobrowolski
680 ! Allowed multiply bank accounts on one GL account, removed obsolete bank trans type.
681 $ /applications/generalledger.php
682   /gl/bank_transfer.php
683   /gl/gl_bank.php
684   /gl/includes/db/gl_db_bank_accounts.inc
685   /gl/includes/db/gl_db_bank_trans.inc
686   /gl/includes/db/gl_db_banking.inc
687   /gl/includes/db/gl_db_trans.inc
688   /gl/includes/ui/gl_bank_ui.inc
689   /gl/inquiry/bank_inquiry.php
690   /gl/manage/bank_accounts.php
691   /gl/view/bank_transfer_view.php
692   /gl/view/gl_deposit_view.php
693   /gl/view/gl_payment_view.php
694   /includes/banking.inc
695   /includes/data_checks.inc
696   /includes/types.inc
697   /includes/ui/ui_lists.inc
698   /purchasing/supplier_payment.php
699   /purchasing/includes/db/supp_payment_db.inc
700   /purchasing/includes/db/supp_trans_db.inc
701   /purchasing/view/view_supp_payment.php
702   /sales/customer_payments.php
703   /sales/includes/db/payment_db.inc
704   /sales/includes/db/sales_invoice_db.inc
705   /sales/view/view_receipt.php
706   /sql/alter2.1.sql
707 ! Fixed session name for multiuser debuging tests.
708   /includes/lang/language.php
709 ! Preparing to paged table view in customer_allocation_main.php 
710 $ /sales/includes/db/cust_trans_db.inc
711   /sales/includes/db/custalloc_db.inc
712 # Small fix to avoid sql conflicts
713 $ /sales/includes/db/sales_points_db.inc
714 # Changes to POS addition related to above changes.
715 $ /includes/ui/ui_lists.inc
716   /sales/includes/db/sales_points_db.inc
717   /sales/manage/sales_points.php
718   /sql/alter2.1.sql
719
720 09-Nov-2008 Joe Hunt
721 ! changed Quick Entries in Bank Payments/Deposits (Banking and General Ledger) to also work as Automatic Codings.
722 $ /includes/ui/ui_lists.inc 
723   /includes/ui/ui_input.inc 
724   /gl/gl_bank.php
725   /gl/includes/db/gl_db_bank_accounts.inc
726   /gl/includes/ui/gl_bank_ui.inc
727   /gl/manage/gl_quick_entries.php
728 ! New table, 0:quick_entry_lines, change to 0_quick_entries
729 $ /sql/alter2.1.sql
730
731 08-Nov-2008 Janusz Dobrowolski
732 ! Rewritten for paged query results.
733 $ /purchasing/inquiry/supplier_inquiry.php
734 # Fixed broken table content after customer selector change.
735 $ /sales/inquiry/customer_allocation_inquiry.php
736   /sales/inquiry/customer_inquiry.php
737   /sales/inquiry/sales_deliveries_view.php
738   /sales/inquiry/sales_orders_view.php
739
740 05-Nov-2008 Janusz Dobrowolski
741 ! Changed dbpager API.
742 $ /includes/ui/db_pager_view.inc
743 # Polishing db_pager code.
744 $ /includes/db_pager.inc
745 + Added array_replace() and array_append() helpers.
746 $ /includes/main.inc
747 # Fixed multiply sales document view links.
748 $ /includes/ui/ui_view.inc
749 ! Rewritten for paged query results.
750 $ /sales/inquiry/customer_allocation_inquiry.php
751   /sales/inquiry/customer_inquiry.php
752   /sales/inquiry/sales_deliveries_view.php
753 ! Code cleanup.
754 $ /sales/inquiry/sales_orders_view.php
755
756 04-Nov-2008 Janusz Dobrowolski
757 + Added db_pager widget for paged/sorted sql query display.
758 $ /includes/db_pager.inc (New)
759   /includes/ui/db_pager_view.inc (New)
760   /themes/aqua/images/sort_asc.gif (New)
761   /themes/aqua/images/sort_desc.gif (New)
762   /themes/aqua/images/sort_none.gif (New)
763   /themes/cool/images/sort_asc.gif (New)
764   /themes/cool/images/sort_desc.gif (New)
765   /themes/cool/images/sort_none.gif (New)
766   /themes/default/images/sort_asc.gif (New)
767   /themes/default/images/sort_desc.gif (New)
768   /themes/default/images/sort_none.gif (New)
769   /themes/default/default.css
770   /themes/aqua/default.css
771 + Added query size user preference.
772 $ /admin/display_prefs.php
773   /admin/db/users_db.inc
774   /includes/current_user.inc
775   /includes/prefs/userprefs.inc
776   /sql/alter2.1.sql
777 + Added helper functions for array manipulation.
778 $ /includes/main.inc
779 + Added mysql_fetch_assoc() wrapper.
780 $ /includes/db/connect_db.inc
781 ! Paged query result.
782 $ /sales/inquiry/sales_orders_view.php
783 # Two smaller fixes.
784 $ /js/inserts.js
785
786 31-Oct-2008 Janusz Dobrowolski
787 + POS and cash sale support.
788 $ /admin/users.php
789   /admin/db/users_db.inc
790   /applications/setup.php
791   /includes/current_user.inc
792   /includes/ui/ui_lists.inc
793   /sales/sales_order_entry.php
794   /sales/includes/cart_class.inc
795   /sales/includes/sales_db.inc
796   /sales/includes/ui/sales_order_ui.inc
797   /sales/manage/sales_points.php (New)
798   /sales/includes/db/sales_points_db.inc (New)
799   /sales/includes/cart_class.inc
800   /sales/includes/db/sales_invoice_db.inc
801   /sales/includes/db/sales_order_db.inc
802   /sql/alter2.1.sql
803 # Fixed focus after error display.
804 $ /js/utils.js
805 # Fixed buggy output when SetLineWidth is used before first AddPage call.
806 $ /reporting/includes/tcpdf.php
807 # Fixed sign in payment view.
808 $ /sales/view/view_receipt.php
809 # Fixed missing hotkeys support for print links.
810 $ /reporting/includes/reporting.inc
811
812 30-Oct-2008 Joe Hunt
813 ! Added Quick Entries in Bank Payments/Deposits (Banking and General Ledger).
814 $ /applications/generalledger.php 
815   /includes/data_checks.inc
816   /includes/types.inc
817   /includes/ui/ui_lists.inc
818   /gl/gl_bank.php
819   /gl/includes/db/gl_db_bank_accounts.inc
820   /gl/includes/ui/gl_bank_ui.inc
821   /gl/manage/gl_quick_entries.php
822   /sales/manage/customer_branches.php
823 ! New table, 0_quick_entries
824 $ /sql/alter2.1.sql
825 ! Changed GL Accounts form. The tax_code is now Tax Group instead of Tax Type.
826 $ /gl/manage/gl_accounts.php
827
828 24-Oct-2008 Janusz Dobrowolski
829 ! Added hotkeys to final menu options.
830 $ /dimensions/dimension_entry.php
831   /gl/bank_transfer.php
832   /gl/gl_bank.php
833   /gl/gl_journal.php
834   /inventory/adjustments.php
835   /inventory/transfers.php
836   /manufacturing/work_order_add_finished.php
837   /manufacturing/work_order_issue.php
838   /manufacturing/work_order_release.php
839   /purchasing/po_entry_items.php
840   /purchasing/po_receive_items.php
841   /purchasing/supplier_payment.php
842   /sales/credit_note_entry.php
843   /sales/customer_credit_invoice.php
844   /sales/customer_invoice.php
845   /sales/customer_payments.php
846   /sales/sales_order_entry.php
847 # Fixed TCPDF errors display.
848 $ /reporting/includes/tcpdf.php
849 # Fixed page position after message display.
850 $  /js/utils.js
851
852 23-Oct-2008 Janusz Dobrowolski
853 + Improved report module performance, also usable without javascript.
854 $ /reporting/reports_main.php
855   /reporting/includes/class.pdf.inc
856   /reporting/includes/pdf_report.inc
857   /reporting/includes/reports_classes.inc
858   /reporting/includes/header2.inc
859 + Hotkey support for viewer links.
860 $ /includes/ui/ui_view.inc
861   /js/inserts.js
862 + Added purchase order printing after entry.
863 $ /purchasing/po_entry_items.php
864 + Added hotkeys to credit note final menu.
865 $ /sales/credit_note_entry.php
866 # Fixed submit button for IE7
867 $ /includes/ui/ui_input.inc
868 # Fixed ajax popup flicker.
869 $ /js/utils.js
870 # Fix after 2.0.4 merge
871 $ /sales/inquiry/sales_orders_view.php
872
873 23-Oct-2008 Joe Hunt
874 ! Merging the changes up to 2-0-4
875 $ /purchasing/supplier_invoice.php
876   /purchasing/supplier_credit.php
877   /purchasing/includes/db/invoice_db.inc
878   /purchasing/includes/db/grn_db.inc
879   /purchasing/includes/ui/invoice_ui.inc
880   /purchasing/supplier_invoice_grns.php (File removed)
881   /purchasing/supplier_credit_grns.php (File removed)
882   /purchasing/supplier_trans_gl.php (File removed)
883   /gl/inquiry/gl_trial_balance.php
884   /gl/inquiry/gl_account_inquiry.php
885   /reporting/rep704.php
886   /reporting/rep708.php
887   /sql/en_US-demo.sql
888   /sales/includes/ui/sales_order_ui.inc
889   /sales/inquiry/sales_orders_view.php
890   
891 20-Oct-2008 Janusz Dobrowolski
892 # Fix for pdf reports (php 5.2.4 issue)
893 $ /reporting/includes/pdf_report.inc
894
895 19-Oct-2008 Janusz Dobrowolski
896 + User interface mode (full vs fallback) detected and set on login
897 $ /access/login.php
898   /includes/current_user.inc
899   /includes/session.inc
900   /includes/ui/ui_input.inc
901   /includes/ui/ui_lists.inc
902 + More sales documents available for printing from inquiry page.
903 $ /sales/inquiry/customer_inquiry.php
904   /reporting/includes/header2.inc
905 ! Changed version info.
906 $ /config.php
907 # Fixed ajax popup/redirection.
908 $ /reporting/includes/pdf_report.inc
909   /includes/ajax.inc
910
911 17-Oct-2008 Janusz Dobrowolski
912 + Added ajax request indicator.
913 $ /js/utils.js
914   /themes/aqua/renderer.php
915   /themes/aqua/images/ajax-loader.gif (new)
916   /themes/cool/renderer.php
917   /themes/cool/images/ajax-loader.gif (new)
918   /themes/default/renderer.php
919   /themes/default/images/ajax-loader.gif (new)
920 + Added optional popup for pdf reports display.
921 $ /admin/display_prefs.php
922   /admin/users.php
923   /admin/db/users_db.inc
924   /includes/current_user.inc
925   /includes/prefs/userprefs.inc
926   /reporting/includes/pdf_report.inc
927   /sql/alter2.1.sql
928 # Changed message for missing currency rate.
929 $ /includes/banking.inc
930 # Fixed submit/button behaviour.
931 $ /js/inserts.js
932 # Fixed canceling order.
933 $ /sales/sales_order_entry.php
934 # Fixed typo in css
935 $ /themes/aqua/default.css
936 # Fixed pdf_debug mode
937 $ /reporting/includes/reporting.inc
938   /reporting/includes/reports_classes.inc
939
940 15-Oct-2008 Janusz Dobrowolski
941 + Added remote printing support
942 $ /admin/print_profiles.php (new)
943   /admin/printers.php (new)
944   /admin/db/printers_db.inc (new)
945   /reporting/prn_redirect.php (new)
946   /reporting/includes/printer_class.inc (new)
947   /sql/alter2.1.sql (new)
948   /config.php
949   /admin/display_prefs.php
950   /admin/users.php
951   /admin/db/users_db.inc
952   /applications/setup.php
953   /includes/current_user.inc
954   /includes/prefs/userprefs.inc
955   /includes/ui/ui_lists.inc
956   /js/inserts.js
957   /js/utils.js
958   /reporting/rep109.php
959   /reporting/reports_main.php
960   /reporting/includes/pdf_report.inc
961   /reporting/includes/reporting.inc
962   /reporting/includes/reports_classes.inc
963 !Fixes related to changed printing api.
964 $ /admin/view_print_transaction.php
965   /purchasing/inquiry/po_search.php
966   /purchasing/inquiry/po_search_completed.php
967   /sales/customer_credit_invoice.php
968   /sales/customer_delivery.php
969   /sales/customer_invoice.php
970   /sales/sales_order_entry.php
971   /sales/inquiry/customer_inquiry.php
972   /sales/inquiry/sales_deliveries_view.php
973   /sales/inquiry/sales_orders_view.php
974 + Added optional id parameter for label helpers; added value for buttons.
975 $ /includes/ui/ui_input.inc
976 + Added ajax popup screen command.
977 $ /includes/ajax.inc
978 # Skipping index.php file during flush_dir()
979 $ /includes/main.inc
980
981 06-Oct-2008 Janusz Dobrowolski
982 + Menu hotkeys system implementation.
983 $ /includes/page/header.inc
984   /includes/ui/ui_controls.inc
985   /includes/ui/ui_input.inc
986   /js/JsHttpRequest.js
987   /js/inserts.js
988   /js/utils.js
989   /reporting/includes/reports_classes.inc
990   /sales/sales_order_entry.php
991   /sales/manage/customers.php
992   /themes/aqua/default.css
993   /themes/aqua/renderer.php
994   /themes/cool/default.css
995   /themes/cool/renderer.php
996   /themes/default/default.css
997   /themes/default/renderer.php
998 + Access keys added to menu options strings.
999 $ /config.php
1000   /applications/customers.php
1001   /applications/dimensions.php
1002   /applications/generalledger.php
1003   /applications/inventory.php
1004   /applications/manufacturing.php
1005   /applications/setup.php
1006   /applications/suppliers.php
1007   /reporting/reports_main.php
1008
1009 ------------------------------- Release 2.0.3 --------------------------------------------
1010 06-Oct-2008 Joe Hunt
1011 ! Release 2.0.3
1012 $ config.php
1013 # Bug [0000072] Item stock movement should check for if there is empty Inventory.
1014 $ /inventory/inquiry/stock_movements.php
1015
1016 05-Oct-2008 Janusz Dobrowolski
1017 # Bugfix [0000063] Bad update of parent document lines after edition of sales documents.
1018 $ /sales/includes/cart_class.inc
1019   /sales/includes/sales_db.inc
1020   /sales/includes/db/sales_credit_db.inc
1021   /sales/includes/db/sales_delivery_db.inc
1022   /sales/includes/db/sales_invoice_db.inc
1023 # Bugfix [0000071] Ordering for customer with bad history available after F4 - Return
1024 $ /sales/manage/customers.php
1025
1026 04-Oct-2008 Joe Hunt
1027 # Bug [0000069] Constraint on voiding delivery note if a non voided, linked invoice exists.
1028 $ /admin/db/voiding_db.inc
1029 # Bug [0000061] Cost Update doesn't compute correctly after inventory adjust.
1030 $ /inventory/includes/db/item_adjust_db.inc
1031
1032 01-Oct-2008 Joe Hunt
1033 # When deleting the last module in FA a parce error arose:
1034 $ /admin/inst_module.php
1035   /admin/inst_lang.php
1036
1037 30-Sep-2008 Janusz Dobrowolski
1038 # Bug [0000067] Settled supplier documents were displayed as overdued.
1039 $ /purchasing/inquiry/supplier_inquiry.php
1040   /purchasing/inquiry/supplier_allocation_inquiry.php
1041 # Bug [0000068] Removed unneeded constraint on edition of fully allocated sales doc.
1042 $ /sales/allocations/customer_allocation_main.php
1043
1044 29-Sep-2008 Janusz Dobrowolski
1045 # Bug [0000065] Changing item type during adding new item caused record reset.
1046 $ /inventory/manage/items.php
1047
1048 26-Sep-2008 Joe Hunt
1049 # Bug [0000064] Credit This on an invoice should automatically allocate the credit to that invoice
1050 $ /sales/includes/db/sales_credit_db.inc
1051
1052 26-Sep-2008 Janusz Dobrowolski
1053 # Bug [0000062] Delivery Modifitication - duplicated tax details.
1054 $ /sales/includes/db/sales_delivery_db.inc
1055
1056 25-Sep-2008 Joe Hunt
1057 # if MySQL is in strict sql mode, a couple of files didn't pass that. Better not use strict sql mode.
1058   This is not necessary, because FA handle this internally. in my.ini(win) or my.cnf(linux) set sql-mode="".
1059 $ /gl/gl_budget.php
1060   /includes/db/comments_db.inc
1061   /inventory/cost_update.php
1062   /purchasing/includes/db/supp_trans_db.inc
1063   /sales/includes/db/cust_trans_db.inc
1064 # Bug [0000060] table prefix error message and inconsistency at install
1065 $ /admin/db/maintenance_db.inc
1066   /install/index.php
1067   /install/save.php
1068 # Bug [0000061] Delivery Modifitication (standard cost change)
1069 $ /sales/includes/db/sales_delivery_db.inc
1070
1071 ------------------------------- Release 2.0.2 --------------------------------------------
1072 23-Sep-2008 Joe Hunt
1073 ! Release 2.0.2
1074 $ config.php
1075 ! Increased time_out to 3 minutes.
1076 $ /install/save.php
1077
1078 23-Sep-2008 Joe Hunt
1079 # Bug [0000059] Direct Invoice or Delivery Notes doesn't account for negative inventory flag
1080 $ /sales/sales_order_entry.php
1081
1082 21-Sep-2008 Janusz Dobrowolski
1083 + Added submit_on_change option for date fields
1084 $ /includes/ui/ui_input.inc
1085 + Automatic exchange rate update after document date change
1086 $ /gl/bank_transfer.php
1087   /gl/gl_bank.php
1088   /gl/includes/db/gl_db_rates.inc
1089   /gl/includes/ui/gl_bank_ui.inc
1090   /includes/banking.inc
1091   /includes/ui/ui_view.inc
1092   /purchasing/supplier_payment.php
1093   /sales/customer_payments.php
1094   /sales/includes/cart_class.inc
1095 # Sales/purchase terms update after document date change [0000058]
1096 $ /purchasing/includes/ui/invoice_ui.inc
1097   /purchasing/includes/ui/po_ui.inc
1098   /sales/customer_invoice.php
1099 # Fixed edit line total, price update after date change
1100 $ /sales/includes/ui/sales_credit_ui.inc
1101   /sales/includes/ui/sales_order_ui.inc
1102 # Fixed unneeded page reload on enter key in text inputs
1103 $ /js/inserts.js
1104 # Fixed session variables conflicts with some third party software (e.g. XRMS)
1105 $ /includes/lang/language.php
1106 # Fixed calendar flicker, removed buttons from exchange_rate_display()
1107 $ /includes/ui/ui_view.inc
1108 ! Default delivery required by changed to 1 day.
1109 $ /includes/prefs/sysprefs.inc
1110 # Small bug fix 
1111 $ /sales/includes/sales_db.inc
1112
1113 20-Sep-2008 Joe Hunt
1114 # Fix for exchange variation when allocating payments. re-inserted in System and GL Setup.
1115 $ /admin/gl_setup.php
1116   /admin/db/company_db
1117   /includes/banking.inc
1118   /purchasing/allocations/supplier_allocate.php
1119   /purchasing/includes/db/suppalloc_db.inc
1120   /sales/allocations/customer_allocate.php
1121   /sales/includes/db/custalloc_db.inc
1122   /sales/includes/db/payment_db.inc
1123   /sales/includes/db/sales_credit_db.inc
1124 ! New tcpdf.php file. Minor bugfixes from tcpdf.org
1125   /reporting/includes/tcpdf.php
1126 ! Layout adjustments
1127   /dimensions/includes/dimensions_ui.inc
1128   /dimensions/view/view_dimension.php
1129   /inventory/view/view_adjustment.php
1130   /manufacturing/view/work_order_view.php
1131   
1132 18-Sep-2008 Janusz Dobrowolski
1133 + Support for calling external pages during document entry (e.g. for adding customer/supplier/items).
1134 $ /index.php
1135   /includes/ui/ui_controls.inc
1136   /includes/ui/ui_input.inc
1137   /includes/ui/ui_lists.inc
1138   /js/inserts.js
1139 + Add/view on F4 in customer/supplier selectors
1140 $ /gl/gl_bank.php
1141 + Add/view on F4 in supplier/items selectors
1142 $ /purchasing/po_entry_items.php
1143   /inventory/manage/items.php
1144 + Add/view on F4 in supplier selector
1145 $ /purchasing/supplier_credit.php
1146   /purchasing/supplier_invoice.php
1147   /purchasing/supplier_payment.php
1148   /purchasing/allocations/supplier_allocation_main.php
1149   /purchasing/manage/suppliers.php
1150   /inventory/purchasing_data.php
1151 + Add/view on F4 in customer selector
1152   /sales/credit_note_entry.php
1153   /sales/customer_payments.php
1154   /sales/sales_order_entry.php
1155   /sales/allocations/customer_allocation_main.php
1156   /sales/includes/ui/sales_credit_ui.inc
1157   /sales/includes/ui/sales_order_ui.inc
1158   /sales/manage/customer_branches.php
1159   /sales/manage/customers.php
1160 # Syntax error introduced in previous update fixed
1161 $ /inventory/prices.php
1162 # Fixed retreiving of exchange rates [0000057]
1163 $ /gl/manage/exchange_rates.php
1164   /includes/banking.inc
1165   /includes/ui/ui_view.inc
1166
1167 18-Sep-2008 Joe Hunt
1168 + New Report - Bank Statement.
1169 $ /reporting/reports_main.php
1170   /reporting/rep601.php (new file)
1171   
1172 17-Sep-2008 Joe Hunt
1173 ! New PDF tcpdf.php file. Support for cid-0 fonts (Chinese, Japanese, Korean, CJK, Asian fonts) without embedding.
1174   New cid-0 fonts will be available for download when release 2.0.2 is shipping. Reduces file size enormouusly
1175 $ /reporting/includes/tcpdf.php
1176 ! Inventory column option in Report Stock Sheet Check.
1177 $ /reporting/reports_main.php
1178   /reporting/rep303.php
1179   
1180 11-Sep-2008 Janusz Dobrowolski
1181 # Fixed slash quotation problems on direct POST values display.
1182 $ /includes/session.inc
1183   /includes/db/connect_db.inc
1184 # Added missing db_escape on person_id.
1185 $ /gl/includes/db/gl_db_bank_trans.inc
1186   /gl/includes/db/gl_db_trans.inc
1187 # Added error message and suppressed db update on failed ECB exchange rate read.
1188 $ /includes/ui/ui_view.inc
1189
1190 10-Sep-2008 Janusz Dobrowolski
1191 # Fixed company folders renaming after company remove.
1192 $ /admin/create_coy.php
1193 # Fixed list selectors' behaviour during search.
1194 $ /includes/ui/ui_lists.inc
1195 # Fixed page update after item search. Closes bugs [0000051],[0000054].
1196 $ /inventory/cost_update.php
1197   /inventory/prices.php
1198   /inventory/purchasing_data.php
1199   /inventory/reorder_level.php
1200   /inventory/includes/item_adjustments_ui.inc
1201   /inventory/includes/stock_transfers_ui.inc
1202   /inventory/inquiry/stock_status.php
1203   /inventory/manage/items.php
1204   /manufacturing/includes/work_order_issue_ui.inc
1205   /manufacturing/inquiry/where_used_inquiry.php
1206   /purchasing/includes/ui/po_ui.inc
1207   /sales/includes/ui/sales_credit_ui.inc
1208   /sales/includes/ui/sales_order_ui.inc
1209
1210 09-Sep-2008 Joe Hunt
1211 # Bug [0000055] Rasmus detected a cost diff. bug and changed some code for us. Very appreciated.
1212 $ /purchasing/includes/db/invoice_db.inc
1213
1214 ------------------------------- Release 2.0.1 --------------------------------------------
1215 07-Sep-2008 Joe Hunt
1216 ! Release 2.0.1
1217 $ config.php
1218
1219 05-Sep-2008 Janusz Dobrowolski
1220 # Bug [0000046] Sales invoice not working on some php versions (php bug #40509)
1221 $ /sales/includes/sales_db.inc
1222   /sales/includes/db/sales_credit_db.inc
1223 ! Obsolete code removed
1224 $ /sales/customer_credit_invoice.php
1225
1226 05-Sep-2008 Joe Hunt
1227 # Bug [0000053] Missing GL postings on item issue on Work Order
1228 $ /manufacturing/includes/db/work_order_quick_db.inc
1229   /manufacturing/includes/db/work_order_issues_db.inc
1230   /manufacturing/includes/db/work_order_produce_items_db.inc
1231 ! Bad layout in aging on report Statements
1232 $ /reporting/rep108.php
1233
1234 04-Sep-2008 Joe Hunt
1235 # Bug [0000050] Invoice no. on all sales reports
1236 $ /reporting/includes/doctext.inc
1237   /reporting/includes/doctext2.inc
1238   
1239 04-Sep-2008 Joe Hunt
1240 # Bug [0000052] Inventory Valuation Report
1241 $ /reporting/rep301.php
1242
1243 04-Sep-2008 Joe Hunt
1244 # Bug [0000047] Not possible to view delivery sequence
1245 $ /purchasing/supplier_credit_grns.php
1246   /purchasing/supplier_invoice_grns.php
1247   /purchasing/includes/db/grn_db.inc
1248   /purchasing/includes/ui/invoice_ui.inc
1249   /purchasing/view/view_po.php
1250   /purchasing/view/view_supp_credit.php
1251 # Bug [0000048] Crediting invoice and choosing gl account for items to be written off doesn't work  
1252 $ /sales/includes/db/sales_credit_db.inc  
1253
1254 03-Sep-2008 Janusz Dobrowolski
1255 # Fixed fatal error handling in php5
1256 $ /includes/errors.inc
1257   /includes/session.inc
1258 # Fixed display of errors while saving sales documents
1259 $ /sales/sales_order_entry.php
1260
1261 03-Sep-2008 Joe Hunt
1262 # Bug [0000044] Standard Cost error on credit note. Reopened. Stock Movement forgot the credit note.
1263 $ /inventory/inquiry/stock_movements.php
1264   /purchasing/includes/db/grn_db.inc
1265   /purchasing/includes/invoice_db.inc
1266
1267 03-Sep-2008 Joe Hunt
1268 # Bug [0000043] Inventory Adjustment Session doesn't update standard cost
1269 # Bug [0000044] Standard Cost error on credit note
1270 $ /inventory/includes/db/items_adjust_db.inc
1271   /purchasing/includes/db/grn_db.inc
1272   /purchasing/includes/invoice_db.inc
1273 # Bug [0000045] Cannot close fiscal year 
1274 $ /admin/fiscalyears.php
1275 # Update screen bug in Bank Account Inquiry.
1276   $ /gl/inquiry/bank_inquiry.php
1277
1278 02-Sep-2008 Joe Hunt
1279 # Bug when selecting report, List of Journal Entries, by type. Nothing selected.
1280 $ /reporting/includes/reports_classes.inc
1281 $ /reporting/rep702.php
1282
1283 01-Sep-2008 Joe Hunt
1284 ! Up-to-date translation file (some strings were missing, single quotations in .inc files)
1285 $ /lang/new_language_template/LC_MASSAGES/empty.po
1286   /lang/en_US/LC_MESSAGES/en_US.mo
1287
1288 31-Aug-2008 Janusz Dobrowolski
1289 + Added ajax support for file uploading
1290 $ /js/utils.js
1291 # Final fix for logo file upload
1292 $ /admin/company_preferences.php
1293 # Fixed item image file upload
1294 $ /inventory/manage/items.php
1295
1296 30-Aug-2008 Janusz Dobrowolski
1297 ! Up to date translation file
1298 $ /lang/new_language_template/LC_MASSAGES/empty.po
1299 # Fixed broken &amp's in backup files [0000040]
1300 $ /admin/db/maintenance_db.inc
1301 # Temporary fix (sync page reload) for uploading logo file
1302 $ /admin/company_preferences.php
1303 -------------------------------2.0 Final --------------------------------------------
1304 21_aug-2008 Joe Hunt
1305 ! config.php file. Version changed to 2.0
1306 $ config.php
1307 ! Set time out to 120 seconds.
1308 $ /install/save.php
1309 # Removed js warnings on index pages
1310 $ /js/utils.js
1311
1312 20-Aug-2008 Joe Hunt
1313 # Bug [0000037] Price diff and deliveries between po receive and supp invoice. (Again)
1314 $ /includes/db/inventory_db.inc
1315   /purchase/includes/db/grn_db.inc
1316   /purchase/includes/db/invoice_db.inc
1317
1318 20-Aug-2008
1319 # [0000041] Voiding PO GRN's could be dangerous, if deliveries have been done. Eliminating it. Use item adjustment with 0 price.
1320 $ /admin/db/voiding_db.inc
1321 # Fixing a minor bug in grn_db.inc
1322 $ /purchasing/includes/db/grn_db.inc 
1323   
1324 19-Aug-2008 Joe Hunt
1325 # Fixed some color conversion problems in the new PDF Engine
1326 $ /reporting/includes/pdf_report.inc
1327   /reporting/includes/class.pdf.inc
1328   
1329 19-Aut-2008 Joe Hunt
1330 ! Optimized the textwraplines in pdf_report.inc and header2.inc
1331   /reporting/includes/pdf_report.inc
1332   /reporting/includes/header2.inc (This is important to download too!)
1333   
1334 19-Aug-2008 Joe Hunt
1335 ! Replacing the PDF Engine with a slightly modified TCPDF
1336 $ /reporting/fonts/helvetica*.php (new php files)
1337   /reporting/fonts/*.atm files removed
1338   /reporting/includes/pdf_report.inc (changed)
1339   /reporting/includes/class.pdf.inc (changed)
1340   /reporting/includes/barcodes.php (new file)
1341   /reporting/includes/htmlcolors.php (new file)
1342   /reporting/includes/html_entity_decode_php4.php (new file)
1343   /reporting/includes/tcpdf.php (new file, the PDF engine)
1344   /reporting/includes/unicode_data2.php (new file, reduced unicode_data.php)
1345   
1346 18-Aug-2008 Joe Hunt
1347 # Bug [0000038] Voiding a cost update doesn't void even if it says so. There will now be an error msg saying
1348   that this can not be done. 
1349 $ /admin/db/voiding_db.inc
1350
1351 18-Aug-2008 Joe Hunt
1352 # Bug [0000037] Price diff and deliveries between po receive and supp invoice.
1353 $ /purchase/includes/db/grn_db.inc
1354   /purchase/includes/db/invoice_db.inc
1355   
1356 16-Aug-2008 Janusz Dobrowolski
1357 # Fixed first supplier add confirmation [0000039].
1358 $ /purchasing/manage/suppliers.php
1359 # Fixed entering direct documents with date in the past [0000036]
1360 $ /sales/customer_delivery.php
1361   /sales/includes/cart_class.inc
1362 # Fixed date_picker caching in debug mode
1363 $ /includes/ui/ui_view.inc
1364 # Some focus fixes after user entry error
1365 $ /sales/manage/credit_status.php
1366   /sales/manage/customer_branches.php
1367   /sales/manage/sales_areas.php
1368   /sales/manage/sales_people.php
1369
1370 08-Aug-2008 Joe Hunt
1371 # Wrong email-adress field taken when emailing documents [0000035].
1372 $ /sales/includes/db/cust_trans_db.inc
1373
1374 02-Aug-2008 Joe Hunt
1375 # Use Item Sales Account as default when creating new branch. Customer Branch Sales Account overrides Item Sales Accounts.
1376 $ /sales/manage/customer_branches.php
1377
1378 01-Aug-2008 Joe Hunt
1379 ! Customer Dimension overrides an Item Dimension when creating GL transactions
1380 $ /sales/includes/db/customers_db.inc
1381   /sales/includes/db/sales_credit_db.inc
1382   /sales/includes/db/sales_delivery_db.inc
1383   /sales/includes/db/sales_invoice_db.inc
1384   
1385 31-Jul-2008 Joe Hunt
1386 + Added a new menu entry after that Bank Payment or Bank Deposit has been processed.
1387 $ /gl/gl_bank.php
1388
1389 30-Jul-2008 Joe Hunt
1390 ! Currency selection in Price Listing Report
1391 $ /reporting/rep104.php
1392   /reporting/reports_main.php
1393   
1394 28-Jul-2008 Janusz Dobrowolski
1395 # Fixed control buttons reset after record deletion.
1396 $ /admin/fiscalyears.php
1397   /admin/payment_terms.php
1398   /admin/shipping_companies.php
1399   /gl/manage/bank_accounts.php
1400   /gl/manage/currencies.php
1401   /gl/manage/gl_account_classes.php
1402   /gl/manage/gl_account_types.php
1403   /inventory/manage/item_categories.php
1404   /inventory/manage/item_units.php
1405   /inventory/manage/locations.php
1406   /inventory/manage/movement_types.php
1407   /manufacturing/manage/work_centres.php
1408   /sales/manage/credit_status.php
1409   /sales/manage/customer_branches.php
1410   /sales/manage/sales_areas.php
1411   /sales/manage/sales_people.php
1412   /sales/manage/sales_types.php
1413   /taxes/item_tax_types.php
1414   /taxes/tax_groups.php
1415   /taxes/tax_types.php
1416
1417 27-Jul-2008 Janusz Dobrowolski
1418 # Fixed record selection on pages using non-numeric selectors with simple_page_mode() helper. 
1419 $ /includes/ui/ui_controls.inc
1420   /includes/ui/ui_input.inc
1421   /inventory/manage/item_units.php
1422 # Fixed focus setting on multi-form pages.
1423 $ /js/utils.js
1424 # Fixed ajax reload
1425 $ /manufacturing/work_order_release.php
1426
1427 26-Jul-2008 Janusz Dobrowolski
1428 ! Potentially dangerous for whole FA site operations are currently available only for admins of first registered company (site admins).
1429 $ /config.php
1430   /admin/create_coy.php
1431   /admin/inst_lang.php
1432   /admin/inst_module.php
1433   /includes/current_user.inc
1434 # Small layout fix
1435   /admin/fiscalyears.php
1436
1437 25-Jul-2008 Joe Hunt
1438 # Minor adjustments
1439 $ /includes/page/header.inc
1440   /manufacturing/work_order_release.php
1441   
1442 25-Jul-2008 Joe Hunt
1443 # Default application setting does not work [0000034]
1444 $ /includes/page/header.inc
1445
1446 25-Jul-2008 Joe Hunt
1447 ! The built version in config.php now shows the last change date of this file (CHANGELOG.txt).
1448 $ config.php
1449
1450 25-Jul-2008 Joe Hunt
1451 # Missing GL transactions when producing advanced manufacturing [0000032].
1452 $ /manufacturing/includes/db/work_order_produce_items_db.inc
1453
1454 24-Jul-2008 Janusz Dobrowolski
1455 + Added fatal error handling during ajax calls - [0000003] closed
1456 $ includes/session.inc
1457 # Fixed hints for lists without submit [0000026]
1458 $ includes/ui/ui_lists.inc
1459 # Removed not used file (related to [0000023])
1460 $ sql/basic.sql
1461
1462 24-Jul-2008 Joe Hunt
1463 # Pressing the link in the meta_forward function may result in a blank page.
1464 $ /includes/ui/ui_controls.inc
1465
1466 23-Jul-2008 Joe Hunt
1467 # Increment reference bug in GL Deposit and missing hyperlink parameter.
1468 $ /gl/gl_bank.php
1469   /gl/includes/gl_bank_ui.inc
1470   
1471 22-Jul-2008 Janusz Dobrowolski
1472 # Corrected backup maintenance page display during script download.
1473 $ /admin/backups.php
1474
1475 20-Jul-2008 Janusz Dobrowolski
1476 # Corrected reports page display after yesterday change.
1477 $ /reporting/reports_main.php
1478
1479 19-Jul-2008 Janusz Dobrowolski
1480 ! Content of js-only pages superseded by the requirement notification in non-js browsers.
1481 $ /admin/backups.php
1482   /reporting/reports_main.php
1483 + Support for js only divs/pages.
1484 $ /includes/main.inc
1485   /includes/ui/ui_controls.inc
1486   /js/inserts.js
1487 # Fixed page usability in non-js mode.
1488 $ /sales/inquiry/sales_orders_view.php
1489 # Small table view fix
1490 $ /admin/inst_lang.php
1491
1492 18-Jul-2008 Janusz Dobrowolski
1493 + Added optional processing progressbar for submit buttons
1494 $ /includes/ui/ui_input.inc
1495   /includes/ui/ui_lists.inc
1496   /js/inserts.js
1497   /themes/aqua/images/progressbar.gif (new)
1498   /themes/cool/images/progressbar.gif (new)
1499   /themes/default/images/progressbar.gif (new)
1500 # Fixed database error after empty supplier search result [0000022]
1501 $ /purchasing/supplier_credit.php
1502   /purchasing/supplier_invoice.php
1503 # Fixed focus after update
1504 $ /admin/company_preferences.php
1505 # Fixed message typo.
1506 $ /admin/create_coy.php
1507 # Fixed line edition layout
1508 $ /inventory/includes/item_adjustments_ui.inc
1509
1510 18-Jul-2008 Joe Hunt
1511 # Parse error fixed [0000021] in customer_credit_invoice.php
1512 $ /sales/customer_credit_invoice.php
1513
1514 15-Jul-2008 Janusz Dobrowolski
1515 # Fixed bug [0000018] - unwanted freight cost reset on page update.
1516 $ /sales/customer_delivery.php
1517
1518 14-Jul-2008 Janusz Dobrowolski
1519 # Fixed bug [0000017] - error while checking qoh
1520 $ /includes/ui/items_cart.inc
1521   /manufacturing/work_order_issue.php
1522 # Fixed ajax update
1523 $ /gl/manage/gl_accounts.php
1524
1525 13-Jul-2008 Joe Hunt
1526 + Added GL Summary of Tax Report (rep709.php). Usable only if different Tax Accounts are used.
1527 $ /reporting/rep709.php
1528
1529 12-Jul-2008 Joe Hunt
1530 ! Rewrite of Tax Report (rep709.php).
1531 $ /reporting/rep709.php
1532
1533 09-Jul-2008 Janusz Dobrowolski
1534 # Corrections to maximum input lengths
1535 $ /gl/manage/bank_accounts.php
1536   /gl/manage/gl_account_classes.php
1537 # Fixed spare Back link on restricted pages
1538 $ /includes/session.inc
1539 # Fixed bank_account_types_list()
1540 $ /includes/ui/ui_lists.inc
1541 # Fixed warning about unexisting POST var
1542 $ /sales/manage/customers.php
1543
1544 08-Jul-2008 Janusz Dobrowolski
1545 # Added validation of entered quantities
1546 $ /sales/customer_credit_invoice.php
1547 # Fixed ajax update (0000015) and quantity checks
1548 $ /sales/customer_delivery.php
1549   /sales/customer_invoice.php
1550 # Fixed invalid voiding sales invoice/delivery/credit (0000016)
1551 $ /sales/includes/db/sales_delivery_db.inc
1552   /sales/includes/db/sales_invoice_db.inc
1553   /sales/includes/sales_db.inc
1554 # Fixed setting document date to Today() 
1555 $ /sales/includes/cart_class.inc
1556
1557 08-Jul-2008 Joe Hunt
1558 + Addition in test of duplicate fiscal year
1559 $ /admin/fiscalyears.php
1560
1561 07-Jul-2008 Joe Hunt
1562 # Corrected a subbug in 00000012 (blank page in sales_types.php).
1563 $ /sales/manage/sales_types.php
1564
1565 07-Jul-2008 Janusz Dobrowolski
1566 + Added ajax
1567 $ /admin/fiscalyears.php
1568   /inventory/purchasing_data.php
1569 # Corrected factor parameter checking (fixes 00000012)
1570 $ /sales/includes/sales_db.inc
1571 ! Changed selector for fiscal year functions to id
1572 $ /admin/db/company_db.inc
1573 # Checking options parameter for combos 
1574 $ /includes/ui/ui_lists.inc
1575
1576 06-Jul-2008 Janusz Dobrowolski
1577 + Ajax additions
1578 $ /admin/view_print_transaction.php
1579   /admin/void_transaction.php
1580   /dimensions/dimension_entry.php
1581   /manufacturing/work_order_entry.php
1582   /manufacturing/manage/bom_edit.php
1583   /sales/manage/customer_branches.php
1584 + Default value calculated for new prices
1585 $ /inventory/prices.php
1586 + Optional default value for input_num()
1587 $ /includes/ui/ui_input.inc
1588 + Submit on change option for currency lists
1589 $ /includes/ui/ui_lists.inc
1590 # factor parameter in get_price() is now optional
1591 $ /sales/includes/sales_db.inc
1592 # Smaller fix to ajax page content update
1593 $ /sales/manage/customers.php
1594
1595 05-Jul-2008 Janusz Dobrowolski
1596 + Ajax additions
1597 $ /admin/change_current_user_password.php
1598   /admin/company_preferences.php
1599   /admin/forms_setup.php
1600   /admin/gl_setup.php
1601   /admin/payment_terms.php
1602   /admin/shipping_companies.php
1603   /admin/users.php
1604   /inventory/manage/item_categories.php
1605   /inventory/manage/item_units.php
1606   /inventory/manage/locations.php
1607   /inventory/manage/movement_types.php
1608   /manufacturing/manage/work_centres.php
1609   /sales/manage/credit_status.php
1610   /sales/manage/sales_areas.php
1611   /sales/manage/sales_people.php
1612   /sales/manage/sales_types.php
1613   /taxes/item_tax_types.php
1614   /taxes/tax_groups.php
1615   /taxes/tax_types.php
1616 # Gettext fixes
1617 $ /gl/manage/bank_accounts.php
1618   /gl/manage/bank_trans_types.php
1619   /gl/manage/currencies.php
1620   /gl/manage/gl_account_classes.php
1621   /gl/manage/gl_account_types.php
1622   /gl/manage/gl_accounts.php
1623
1624 04-Jul-2008 Janusz Dobrowolski
1625 + Ajax additions
1626   /gl/inquiry/bank_inquiry.php
1627   /gl/inquiry/gl_account_inquiry.php
1628   /gl/inquiry/gl_trial_balance.php
1629   /gl/manage/bank_accounts.php
1630   /gl/manage/bank_trans_types.php
1631   /gl/manage/currencies.php
1632   /gl/manage/exchange_rates.php
1633   /gl/manage/gl_account_classes.php
1634   /gl/manage/gl_account_types.php
1635   /gl/manage/gl_accounts.php
1636 ! Changed layout for simple db table editor pages
1637 $ /includes/ui/ui_input.inc
1638 - Removed unused GL account settings.
1639 $ /admin/gl_setup.php
1640   /admin/db/company_db.inc
1641   /gl/manage/gl_accounts.php
1642 # Fixed default sales account for customer branch.
1643 $ /admin/gl_setup.php
1644   /sales/manage/customer_branches.php
1645 # Fixed focus after ajax page reload.
1646 $ /includes/ajax.inc
1647 # Fixed optional submit for yesno and gl_all_accounts lists.
1648 $ /includes/ui/ui_lists.inc
1649
1650 01-Jul-2008 Janusz Dobrowolski
1651 + Ajax additions
1652   /gl/bank_transfer.php
1653   /gl/gl_budget.php
1654   /gl/gl_journal.php
1655   /gl/includes/ui/gl_journal_ui.inc
1656 + Added client side calculations for budget
1657   /gl/gl_budget.php
1658   /js/budget.js
1659 # Fixed default POST assigning [fixes 0000009]
1660   /includes/ui/ui_lists.inc
1661 # Fixed submit type in submit_row()
1662   /includes/ui/ui_input.inc
1663 # Small display fix
1664   /gl/manage/currencies.php
1665 ! Code cleanup
1666   /gl/gl_bank.php
1667   /gl/includes/ui/gl_bank_ui.inc
1668   /inventory/adjustments.php
1669   /inventory/transfers.php
1670   /purchasing/po_entry_items.php
1671   /sales/sales_order_entry.php
1672   /sales/credit_note_entry.php
1673
1674 29-Jun-2008 Janusz Dobrowolski
1675 ! Rewritten bank deposit/payment related files, added ajax
1676   /gl/gl_deposit.php (removed)
1677   /gl/gl_payment.php (removed)
1678   /gl/gl_bank.php (added)
1679   /gl/includes/ui/gl_bank_ui.inc (new file)
1680   /gl/includes/ui/gl_deposit_ui.inc (removed)
1681   /gl/includes/ui/gl_payment_ui.inc (removed)
1682   /gl/includes/db/gl_db_banking.inc
1683   /gl/gl_journal.php
1684   /manufacturing/search_work_orders.php
1685   /applications/generalledger.php
1686 + Added fallback flag for non-js mode only ui elements
1687 $ /js/inserts.js
1688 ! Default value from POST for check_box,hidden and text_cells inputs
1689 $ /includes/ui/ui_input.inc
1690 ! Rewritten non-sql list selectors
1691 $ /includes/ui/ui_lists.inc
1692   /purchasing/inquiry/supplier_allocation_inquiry.php
1693   /purchasing/inquiry/supplier_inquiry.php
1694 ! Added trans_type parameter to items_cart()  
1695 $ /includes/ui/items_cart.inc
1696   /inventory/adjustments.php
1697   /inventory/transfers.php
1698   /manufacturing/work_order_issue.php
1699
1700 27-Jun-2008 Janusz Dobrowolski
1701 + Ajax additions
1702 $ /dimensions/dimension_entry.php
1703   /dimensions/inquiry/search_dimensions.php
1704   /manufacturing/work_order_add_finished.php
1705   /manufacturing/work_order_issue.php
1706   /manufacturing/work_order_release.php
1707   /manufacturing/includes/work_order_issue_ui.inc
1708   /manufacturing/search_work_orders.php
1709 ! Default $selected_id=null (ie current $_POST value) for all lists;
1710    standard view (ie with search box) of stock_component_list()
1711 $ /includes/ui/ui_lists.inc
1712 # Fixed selection for outstanding work orders
1713 $ /manufacturing/search_work_orders.php
1714 # Fixed stock item links
1715 $ /inventory/includes/item_adjustments_ui.inc
1716   /inventory/includes/stock_transfers_ui.inc
1717 # Fixed typo in menu option
1718 $ /applications/manufacturing.php
1719
1720 27-Jun-2008 Joe Hunt
1721 # Minor html adjustment in login.php
1722 $ /access/login.php
1723 # Fixed a bug when trying to create a duplicate year
1724 $ /admin/fiscalyears.php
1725 # Fixed a misspelled parameter (OutstandingOnly) in manufacturing.php
1726 $ /applications/manufacturing.php
1727
1728 26-Jun-2008 Janusz Dobrowolski
1729 + Ajax additions
1730 $ /includes/ui/ui_lists.inc
1731   /inventory/adjustments.php
1732   /inventory/cost_update.php
1733   /inventory/prices.php
1734   /inventory/transfers.php
1735   /inventory/includes/item_adjustments_ui.inc
1736   /inventory/includes/stock_transfers_ui.inc
1737   /inventory/inquiry/stock_movements.php
1738   /inventory/manage/items.php
1739   /manufacturing/work_order_entry.php
1740   /purchasing/po_entry_items.php
1741 ! Changes to items_cart API (line_items indexed by line# instead of stock_id)
1742 $ /includes/ui/items_cart.inc
1743 # Fixed bug 0000008 (call to no more existing function)
1744 $ /sales/includes/db/sales_types_db.inc
1745
1746 25-Jun-2008 Joe Hunt
1747 # Fixed 'div end out of order' in invoice_ui.inc causing the newwave bug with missing menu
1748 $ /purchasing/includes/ui/invoice_ui.inc
1749
1750 25-Jun-2008 Janusz Dobrowolski
1751 # Fixed bug 0000004, removed nested forms in supplier invoice/credit
1752 $ /purchasing/includes/ui/invoice_ui.inc
1753
1754 25-Jun-2008 Joe Hunt
1755 # Fixed bug when updating/saving Tax Group Items
1756 $ /includes/ui/ui_lists.inc
1757
1758 24-Jun-2008 Joe Hunt
1759 # Fixed inconsistencies in customer and supplier aging 
1760 $ /sales/includes/db/customers_db.inc
1761   /sales/inquiry/customer_inquiry.php
1762   /purchasing/includes/db/suppliers_db.inc
1763   /reporting/rep102.php
1764   /reporting/rep202.php
1765 # Fixed a bug when trying to back the inv.date and due date in Direct Invoicing.
1766 $ /sales/sales_order_entry.php
1767
1768
1769 23-Jun-2008 Janusz Dobrowolski
1770 + Ajax additions to sales and purchasing modules
1771 $ /purchasing/po_receive_items.php
1772   /purchasing/supplier_credit.php
1773   /purchasing/supplier_credit_grns.php
1774   /purchasing/supplier_invoice.php
1775   /purchasing/supplier_invoice_grns.php
1776   /purchasing/supplier_trans_gl.php
1777   /purchasing/allocations/supplier_allocate.php
1778   /purchasing/includes/ui/invoice_ui.inc
1779   /sales/customer_credit_invoice.php
1780   /sales/allocations/customer_allocate.php
1781 # Fixed edition of purchase order (bug #0000001)
1782 $ /purchasing/includes/ui/po_ui.inc
1783 ! Improved client side allocation functions
1784 $ /js/allocate.js
1785 + Optional coloured price_format()
1786 $ /js/utils.js
1787   /js/inserts.js
1788 ! Async update of locations selector
1789 $ /includes/ui/ui_lists.inc
1790 # Fixed warning on pages without default focus.
1791 $ /includes/ui/ui_controls.inc
1792 # Fixed initial display for numeric inputs with dec=0. 
1793 $ /includes/ui/ui_input.inc
1794
1795 21-Jun-2008 Janusz Dobrowolski
1796 + Ajax additions to sales and purchasing modules
1797 $ /purchasing/po_entry_items.php
1798   /purchasing/supplier_payment.php
1799   /purchasing/allocations/supplier_allocate.php
1800   /purchasing/includes/ui/po_ui.inc
1801   /purchasing/inquiry/po_search.php
1802   /purchasing/inquiry/po_search_completed.php
1803   /purchasing/inquiry/supplier_allocation_inquiry.php
1804   /purchasing/inquiry/supplier_inquiry.php
1805   /purchasing/manage/suppliers.php
1806   /sales/manage/customers.php
1807
1808 21-Jun-2008 Joe Hunt
1809 + Added upload functionality to company logo. Better names on lists search.
1810 $ /admin/company_preferences.php
1811 ! Better layout on company logo print-out
1812 $ /reporting/includes/header2.inc
1813
1814 ---------------------------------------Release Candidate 2-------------------------------
1815 20-Jun-2008 Joe Hunt
1816 ! 2.0 Release Candidate 2
1817 $ config.php
1818   update.html
1819   
1820 20-Jun-2008 Joe Hunt
1821 ! In reorder_level.php the heading gets updated as well
1822 $ /inventory/reorder_level.php
1823 ! Changes the -1 to 'User Quantiry Decimals' in the table for units.
1824 $ /inventory/manage/item_units.php
1825
1826 20-Jun-2008 Janusz Dobrowolski
1827 # Proper error handling even after exit() call.
1828 $ /includes/errors.inc
1829   /includes/main.inc
1830   /includes/session.inc
1831 # Fixed initial combo selection.
1832   /includes/ui/ui_lists.inc
1833 # Layout fixes to customer edition.
1834   /sales/manage/customers.php
1835 # Added order table reload after template option change
1836   /sales/inquiry/sales_orders_view.php
1837
1838 19-Jun-2008 Janusz Dobrowolski
1839 + Added ajax improvements
1840 $ /purchasing/allocations/supplier_allocation_main.php
1841   /sales/customer_delivery.php
1842   /sales/customer_invoice.php
1843   /sales/allocations/customer_allocation_main.php
1844   /sales/manage/customers.php
1845 + Ajax added to check helper function
1846 $ /includes/ui/ui_input.inc
1847 # Fixing database error in branch exist check on empty customer_id
1848 $ /includes/data_checks.inc
1849 # Layout fix for hyperlink_params_td()
1850 $ /includes/ui/ui_controls.inc
1851 # Fix for initial combo position
1852 $ /includes/ui/ui_lists.inc
1853 # Fix to select onchange extension
1854 $ /js/inserts.js
1855
1856 19-Jun-2008 Joe Hunt
1857 ! changed so the due date is updated when changing customer in direct invoice.
1858 $ /sales/includes/ui/sales_order_ui.inc
1859
1860 19-Jun-2008 Joe Hunt
1861 # Minor layout bug at Credit Shipping Costs in customer_credit_invoice.php
1862 $ /sales/customer_credit_invoice.php
1863
1864 18-Jun-2008 Janusz Dobrowolski
1865 + Added ajax improvements
1866 $ /sales/credit_note_entry.php
1867   /sales/customer_payments.php
1868   /sales/sales_order_entry.php
1869   /sales/includes/ui/sales_credit_ui.inc
1870   /sales/includes/ui/sales_order_ui.inc
1871   /sales/inquiry/customer_allocation_inquiry.php
1872   /sales/inquiry/customer_inquiry.php
1873 + Added optional trigger parameter to div_start()
1874 $ /includes/ui/ui_controls.inc
1875 + Added dec attribute ajax update for amount fields 
1876 $ /includes/ui/ui_input.inc
1877 + Ajaxified stock item types and credit types lists
1878 $ /includes/ui/ui_lists.inc
1879 # Fixed onblur for amount fields, extended onchange event handling for selects
1880 $ /js/inserts.js
1881 # Fixed addAssign() js handler for nonstandard attributes
1882 $ /js/utils.js
1883 # Fixed bug in stock item image upload
1884 $ /inventory/manage/items.php
1885
1886 17-Jun-2008 Joe Hunt
1887 ! More files with Quantity routines needed fix due to php4 related issue.
1888 $ /includes/current_user.inc
1889   /manufacturing/work_order_entry.php
1890   /manufacturing/inquiry/where_used_inquiry.php
1891   /manufacturing/manage/bom_edit.php
1892   /purchasing/po_receive_items.php
1893   /purchasing/supplier_credit_grns.php
1894   /purchasing/supplier_invoice_grns.php
1895   /sales/customer_credit_invoice.php
1896   /sales/includes/ui/sales_order_ui.inc
1897
1898 16-Jun-2008 Joe Hunt
1899 ! Changed so Customer's Reference is printed on all sales documents (you can f.i. enter PO number here).
1900 $ /reporting/includes/header2.inc
1901   /reporting/doctext.inc
1902   /reporting/doctext2.inc
1903   
1904 16-Jun-2008 Joe Hunt
1905 ! Changed the Quantity routines to use the Item Units decimals if any. A lot of files.
1906 $ /includes/current_user.inc
1907   /includes/ui/ui_input.inc
1908   /includes/ui/ui_lists.inc
1909   /inventory/reorder_level.inc
1910   /inventory/includes/item_adjustments_ui.inc
1911   /inventory/includes/stock_transfers_ui.inc
1912   /inventory/includes/db/items_units_db.inc
1913   /inventory/inquiry/stock_movements.php
1914   /inventory/inquiry/stock_status.php
1915   /inventory/manage/item_units.php
1916   /inventory/view/view_adjustment.php
1917   /inventory/view/view_transfer.php
1918   /manufacturing/search_work_orders.php
1919   /manufacturing/work_order_entry.php
1920   /manufacturing/includes/manufacturing_ui.inc
1921   /manufacturing/includes/work_order_issue_ui.inc
1922   /manufacturing/inquiry/where_used_inquiry.php
1923   /manufacturing/manage/bom_edit.php
1924   /manufacturing/view/wo_issue_view.php
1925   /manufacturing/view/wo_production_view.php
1926   /purchasing/po_receive_items.php
1927   /purchasing/supplier_credit_grns.php
1928   /purchasing/supplier_invoice_grns.php
1929   /purchasing/includes/ui/invoice_ui.inc
1930   /purchasing/includes/ui/po_ui.inc
1931   /purchasing/view/view_grn.php
1932   /purchasing/view/view_po.php
1933   /reporting/rep105.php
1934   /reporting/rep107.php
1935   /reporting/rep108.php
1936   /reporting/rep109.php
1937   /reporting/rep110.php
1938   /reporting/rep204.php
1939   /reporting/rep209.php
1940   /reporting/rep301.php
1941   /reporting/rep302.php
1942   /reporting/rep303.php
1943   /reporting/rep401.php
1944   /sales/customer_credit_invoice.php
1945   /sales/customer_delivery.php
1946   /sales/customer_invoice.php
1947   /sales/includes/ui/sales_credit_ui.inc
1948   /sales/includes/ui/sales_order_ui.inc
1949   /sales/view/view_credit.php
1950   /sales/view/view_dispatch.php
1951   /sales/view/view_invoice.php
1952   /sales/view/view_sales_order.php
1953   
1954 15-Jun-2008 Janusz Dobrowolski
1955 + Ajax driven delivery and order queries.
1956 $ /sales/inquiry/sales_deliveries_view.php
1957   /sales/inquiry/sales_orders_view.php
1958 + Added searchbox class selector for text inputs with onchange event handlers.
1959 ! Added text selection after focus.
1960 $ /js/inserts.js
1961   /js/utils.js
1962 + Added submit_on_change option to ref input functions, fixed data picker
1963 $ /includes/ui/ui_input.inc
1964 # Fixed bug in non-js mode for combos type 0 (stock_items_lists).
1965 $ /includes/ui/ui_lists.inc
1966
1967 15-Jun-2008 Joe Hunt
1968 # Changed so Invoice Template gets the current day instead of original day.
1969 $ /sales/sales_order_entry.php
1970
1971 15-Jun-2008 Joe Hunt
1972 # Bug in tax_types_list (spec_id)
1973 $ /includes/ui/ui_lists.inc
1974
1975 14-Jun-2008 Joe Hunt
1976 # Minor annoying layout bug in stock movements.
1977 $ /inventory/inquiry/stock_movements.php
1978
1979 14-Jun-2008 Joe Hunt
1980 ! The Customer Branch Sales Account now overrides the Item Sales Accounts if a Sales Account is here.
1981   Can now be set to 'Use Item Sales Accounts', which is the first choice in list and default.
1982 ! If setting the Customer Branch AR Account to a Bank Account (and hereby also Cash Account) the 
1983   transactions from Direct Invoice and Credit Note will be allocated immediately when placing.
1984 $ /includes/ui/ui_lists.inc
1985   /sales/includes/db/sales_invoice_db.inc
1986   /sales/includes/db/sales_credit_db.inc
1987   /sales/manage/customer_branches.php
1988   .
1989 12-Jun-2008 Joe Hunt
1990 + New inventory sales report. Shows total sales - costs - contribution per category, location, detailed/summary and period.
1991 $ /reporting/reports_main.php
1992   /reporting/rep304.php (new file)
1993   
1994 ---------------------------------------Release Candidate 1-------------------------------
1995 10-Jun-2008 Janusz Dobrowolski
1996 # Some more fixes related to ajax combos usage
1997 $ /includes/ui/ui_lists.inc
1998   /inventory/cost_update.php
1999   /inventory/prices.php
2000   /inventory/purchasing_data.php
2001   /inventory/reorder_level.php
2002   /inventory/includes/item_adjustments_ui.inc
2003   /inventory/inquiry/stock_status.php
2004   /manufacturing/inquiry/where_used_inquiry.php
2005   /manufacturing/manage/bom_edit.php
2006   /purchasing/includes/ui/po_ui.inc
2007 # Fixed focus issues
2008 $ /gl/gl_journal.php
2009   /gl/gl_deposit.php
2010   /gl/gl_payment.php
2011   /js/inserts.js
2012   
2013 09-Jun-2008 Janusz Dobrowolski
2014 # Some additional fixes related to last big committment
2015 $ /gl/gl_journal.php
2016   /gl/gl_deposit.php
2017   /gl/gl_payment.php
2018   /includes/ajax.inc
2019   /includes/reserved.inc
2020   /includes/ui/ui_lists.inc
2021   /includes/ui/ui_view.inc
2022   /js/inserts.js
2023   /js/utils.js
2024   /sales/includes/ui/sales_order_ui.inc
2025   /themes/default/default.css
2026   /themes/aqua/default.css
2027   /themes/cool/default.css
2028
2029 08-Jun-2008 Joe Hunt
2030 ! Preparing for release candidate 1
2031 $ config.php
2032
2033 08-Jun-2008 Joe Hunt
2034 ! Set 'max_execution_time' to 60 seconds by ini_set.
2035 $ /install/save.php
2036
2037 07-Jun-2008 Joe Hunt
2038 # Fixed a layout bug in footer.inc
2039 $ /includes/page/footer.inc
2040
2041 07-Jun-2008 Joe Hunt
2042 ! Changed install.html and update.html
2043 $ install.html
2044   update.html
2045 + New files, change_current_user_password.php and alter2.sql
2046 $ /admin/change_current_user_password.php
2047   /sql/alter2.sql
2048 ! Changed some files for layout
2049 $ /lang/en_US/stylesheet.css
2050   /themes/aqua/default.css
2051   /themes/aqua/renderer.php
2052   /themes/cool/default.css
2053   /themes/cool/renderer.php
2054   /themes/default/default.css
2055   /themes/default/renderer.php
2056 ! Changed install sql scripts
2057 $ /sql/en_US-demo.sql
2058   /sql/en_US-new.sql
2059   
2060 07-Jun-2008 Janusz Dobrowolski
2061 + Added ajax functionality and ui hints to sales form entry pages.
2062 $ /sales/sales_order_entry.php
2063   /sales/includes/ui/sales_order_ui.inc
2064 + Added option for hints display, changed input/lists functions API
2065 $ /admin/display_prefs.php
2066   /admin/db/users_db.inc
2067   /includes/current_user.inc
2068   /includes/prefs/userprefs.inc
2069   /includes/ui/ui_input.inc
2070   /themes/default/renderer.php
2071   /sql/alter.sql
2072 + List functions rewrite. Added ajax functionality, universal combo_input().
2073 $ /includes/ui/ui_lists.inc
2074 + Ajaxified exchange_rate_display()
2075 $ /includes/ui/ui_view.inc
2076 + Added methods for setting focus and page reload to $Ajax class
2077 $ /includes/ajax.inc
2078   /includes/main.inc
2079 + Added comma separated css element selectors
2080 $ /js/behaviour.js
2081 ! Searchable select js changes related to new ui_lists.inc changes
2082 $ /js/inserts.js
2083   /js/utils.js
2084 + Additional style definitions for various ajax controls
2085 $ /themes/default/default.css
2086 ! Fixes related to changed input/lists API and ajax extensions
2087 $ /admin/company_preferences.php
2088   /admin/fiscalyears.php
2089   /admin/forms_setup.php
2090   /admin/gl_setup.php
2091   /dimensions/dimension_entry.php
2092   /dimensions/inquiry/search_dimensions.php
2093   /gl/bank_transfer.php
2094   /gl/includes/ui/gl_deposit_ui.inc
2095   /gl/includes/ui/gl_journal_ui.inc
2096   /gl/includes/ui/gl_payment_ui.inc
2097   /gl/inquiry/bank_inquiry.php
2098   /gl/inquiry/gl_account_inquiry.php
2099   /gl/inquiry/gl_trial_balance.php
2100   /gl/manage/gl_account_types.php
2101   /gl/manage/gl_accounts.php
2102   /includes/ui/ui_controls.inc
2103   /inventory/includes/item_adjustments_ui.inc
2104   /inventory/includes/stock_transfers_ui.inc
2105   /inventory/inquiry/stock_movements.php
2106   /manufacturing/search_work_orders.php
2107   /manufacturing/work_order_add_finished.php
2108   /manufacturing/work_order_entry.php
2109   /manufacturing/includes/work_order_issue_ui.inc
2110   /manufacturing/manage/bom_edit.php
2111   /purchasing/supplier_payment.php
2112   /purchasing/includes/ui/grn_ui.inc
2113   /purchasing/includes/ui/invoice_ui.inc
2114   /purchasing/includes/ui/po_ui.inc
2115   /purchasing/inquiry/po_search.php
2116   /purchasing/inquiry/po_search_completed.php
2117   /purchasing/inquiry/supplier_allocation_inquiry.php
2118   /purchasing/inquiry/supplier_inquiry.php
2119   /sales/customer_credit_invoice.php
2120   /sales/customer_delivery.php
2121   /sales/customer_invoice.php
2122   /sales/includes/ui/sales_credit_ui.inc
2123   /sales/inquiry/customer_allocation_inquiry.php
2124   /sales/inquiry/customer_inquiry.php
2125   /sales/inquiry/sales_deliveries_view.php
2126   /sales/inquiry/sales_orders_view.php
2127   /taxes/tax_groups.php
2128
2129 06-Jun-2008 Joe Hunt
2130 # Final fixes in html layout
2131 $ /admin/create_coy.php
2132   /gl/gl_deposit.php
2133   /gl/gl_payment.php
2134   /gl/manage/exchange_rates.php
2135   /inventory/prices.php
2136   /inventory/purchasing_date.php
2137   /inventory/reorder_level.php
2138   /inventory/inquiry/stock_status.php
2139   /manufacturing/inquiry/where_used_inquiry.php
2140   /manufacturing/manage/bom_edit.php
2141   
2142 05-Jun-2008 Joe Hunt
2143 ! Made an improment to the date picker. Shows the week number as well. Many delivery systems are week number based.
2144 $ /includes/ui/ui_view.inc
2145 # Fixed a html layout bug
2146 $ /includes/page/header.inc
2147
2148 31-May-2008 Joe Hunt
2149 # A lot of annoying layout bugs taken. Mostly from views and inquiries. A couple of files are critical, ui_view and ui_lists!
2150 $ /gl/view/gl_deposit_view.php
2151   /gl/view/gl_payment_view.php
2152   /includes/ui/ui_controls.inc
2153   /includes/ui/ui_lists.inc
2154   /includes/ui/ui_view.inc
2155   /manufacturing/work_order_add_finished.php
2156   /manufacturing/includes/manufacturing_ui.inc
2157   /manufacturing/view/work_order_view.php
2158   /manufacturing/view/wo_issue_view.php
2159   /sales/inquiry/customer_allocation_inquiry.php
2160   /sales/inquiry/customer_inquiry.php
2161
2162 30-May-2008 Joe Hunt
2163 # Fixed bug in 2 files regarding stock movements. Moved from Invoice to Delivery.
2164 $ /inventory/inquiry/stock_movements.php
2165   /reporting/rep302.php
2166
2167 28-May-2008 Joe Hunt
2168 # More bugs related to debtor_trans changes (positive amounts)
2169 $ /gl/includes/db/gl_db_banking.inc
2170   /sales/allocations/customer_allocate.php
2171   /sales/includes/db/custalloc_db.inc
2172   /sales/inquiry/customer_allocation_inquiry.php
2173
2174 27-May-2008 Joe Hunt
2175 # Changed more files with new html/css.
2176 $ /includes/page/header.inc
2177   /purchasing/inquiry/supplier_allocation_inquiry.php
2178   /sales/credit_note_entry.php
2179   
2180 26-May-2008 Joe Hunt
2181 # Fixed many minor bugs, new ones as well as debtor_trans related.
2182 ! Changed to use DOCTYPE html 4.01 transitionel. Some files/css needed change.
2183 $ /admin/backups.php
2184   /admin/create_coy.php
2185   /admin/inst_lang.php
2186   /admin/inst_module.php
2187   /gl/manage/exchange_rates.php
2188   /includes/session.inc
2189   /includes/page/header.inc
2190   /includes/ui/ui_controls.inc
2191   /includes/ui/ui_input.inc
2192   /includes/ui/ui_lists.inc
2193   /includes/ui/ui_view.inc
2194   /purchasing/allocations/supplier_allocate.php
2195   /sales/allocations/customer_allocate.php
2196   /sales/includes/db/sales_credit_db.inc
2197   /sales/inquiry/customer_allocation_inquiry.php
2198   /themes/aqua/default.css
2199   /themes/cool/default.css
2200   /themes/default/default.css
2201   
2202 23-May-2008 Joe Hunt
2203 # Minor bug in dimensions.php (Outstanding Dimensions)
2204 $ /applications/dimensions.php
2205   /dimensions/inquiry/search_dimensions.php
2206   
2207 23-May-2008 Janusz Dobrowolski
2208 ! Include file order / error handling order fixed once again.
2209 $ /includes/main.inc
2210   /includes/session.inc
2211   
2212 23-May-2008 Joe Hunt
2213 ! Moved menu-system from header.inc/footer.inc to renderer.php for relevant theme. Fixed frontaccounting.php to get the
2214   correct renderer.php.
2215 $ frontaccounting.php
2216   /includes/page/header.inc
2217   /includes/page/footer.inc
2218   /themes/default/renderer.php
2219   /themes/cool/renderer.php
2220   /themes/aqua/renderer.php
2221
2222 22-May-2008 Janusz Dobrowolski
2223 ! Error handler switching moved to session.inc for early error catching
2224 $ /includes/main.inc
2225   /includes/session.inc
2226 ! Cosmetic cleanup
2227   /js/utils.js
2228   
2229 18-May-2008 Janusz Dobrowolski
2230 # Added explicit ob_end_flush() on shutdown needed for php5
2231 $ /includes/main.inc
2232 # Fixed for www servers on nonstandard listening ports.
2233 $ /js/JsHttpRequest.js
2234
2235 18-May-2008 Joe Hunt
2236 # Bug when inserting new records in debtor_trans.
2237 $ /sales/includes/db/cust_trans_db.inc
2238
2239 16-May-2008 Janusz Dobrowolski
2240 + Rewritten errors/messages handling, unified for ajax/user/php errors
2241 $ /includes/errors.inc
2242   /includes/main.inc
2243   /includes/ui/ui_msgs.inc
2244 + Framework extended for ajax functionality, javascript code organization improvements.
2245 $ /config.php
2246   /includes/JsHttpRequest.php (new file)
2247   /includes/ajax.inc (new file)
2248   /includes/current_user.inc
2249   /includes/session.inc
2250   /includes/lang/language.php
2251   /includes/page/footer.inc
2252   /includes/page/header.inc
2253   /includes/ui/ui_controls.inc
2254   /includes/ui/ui_input.inc
2255   /includes/ui/ui_view.inc
2256   /js/JsHttpRequest.js (new file)
2257   /js/allocate.js (new file)
2258   /js/utils.js (new file)
2259   /js/behaviour.js
2260   /js/inserts.js
2261   /themes/aqua/images (new dir)
2262   /themes/aqua/images/button_ok.png (new file)
2263   /themes/aqua/images/locate.png (new file)
2264   /themes/cool/images (new dir)
2265   /themes/coll/images/button_ok.png (new file)
2266   /themes/coll/images/locate.png (new file)
2267   /themes/default/images/button_ok.png (new file)
2268   /themes/default/images/progressbar.gif (new file)
2269   /themes/default/images/progressbar1.gif (new file)
2270   /themes/default/images/progressbar2.gif (new file)
2271   /themes/default/default.css
2272   /themes/aqua/default.css
2273   /themes/cool/default.css
2274 ! Payment allocation js functions moved to allocate.js
2275 $ /purchasing/allocations/supplier_allocate.php 
2276   /sales/allocations/customer_allocate.php
2277 ! Some initializations moved from sales_order_ui.inc
2278 $ /sales/includes/cart_class.inc
2279 + Added javascript compression routine
2280 $ /includes/main.inc
2281
2282 14-May-2008 Joe Hunt
2283 # Minor bugs in the former fixing.
2284 $ /includes/ui/ui_lists.inc
2285
2286 14-May-2008 Joe Hunt
2287 # When no_item_list or no_customer_list or no_supplier_list was checked in company setup the listboxes were filled with all
2288   the records when there were no search values.
2289 $ /includes/ui/ui_lists.inc
2290
2291 09-May-2008 Joe Hunt
2292 ! Due to differences in Javascript the script update_db.php had to be changed.
2293 ! New fields, base_sales in 0_company and factor in 0_sales_types affects the default chart of accounts.
2294 $ /update_db.php
2295   /sql/en_US-new.sql
2296   /sql/en_US-demo.sql
2297   
2298 09-May-2008 Janusz Dobrowolski
2299 # Automatic calculation of not set item prices from home currency and base sales type settings.
2300 $ /admin/company_preferences.php
2301   /admin/db/company_db.inc
2302   /includes/ui/ui_lists.inc
2303   /sales/includes/cart_class.inc
2304   /sales/includes/sales_db.inc
2305   /sales/includes/db/sales_order_db.inc
2306   /sales/includes/db/sales_types_db.inc
2307   /sales/includes/ui/sales_credit_ui.inc
2308   /sales/includes/ui/sales_order_ui.inc
2309   /sales/manage/sales_types.php
2310   /sql/alter.sql
2311 # Fixed dev bug blocking change of price on order entry.
2312 $ /sales/includes/ui/sales_order_ui.inc
2313 # Small display fix
2314 $ /sales/manage/sales_people.php
2315
2316 30-Apr-2008 Joe Hunt
2317 # Fixed price update also in purchase order
2318 $ /purchasing/includes/ui/po_ui.inc
2319
2320 30-Apr-2008 Janusz Dobrowolski
2321 # Fixed price update when changing item in sales order.
2322 $ /includes/ui/ui_lists.inc
2323   /js/inserts.js
2324   /sales/includes/ui/sales_order_ui.inc
2325
2326 24-Apr-2008 Janusz Dobrowolski
2327 + Added new per company directory for customized versions of report definition files repXXX.php, checked before using system default file.
2328 $ /company/0/reporting (added new directory)
2329   /company/0/reporting/index.php
2330   /admin/create_coy.php
2331   /reporting/includes/reports_classes.inc
2332 # Warnings turned off in case of charset not supported by htmlspecialchars().
2333 $ /includes/db/connect_db.inc
2334 # Added content type encoding header
2335 $ /includes/page/header.inc
2336
2337 24-Apr-2008 Joe Hunt
2338 # Wrong include file path in /includes/ui/items_cart.inc changed /inventory/includes/prefs/sysprefs.inc to
2339   /includes/prefs/sysprefs.inc
2340 $ /includes/ui/items_cart.inc  
2341 # Wrong include file in /reporting/includes/pdf_report.inc. Changed header2a.inc to header2.inc
2342 $ /reporting/includes/pdf_report.inc
2343
2344 23-Apr-2008 Joe Hunt
2345 ! Removed the content of function header2 in pdf_report.inc to a separate file, header2.inc.
2346   It will make it easier to design your own document layouts.
2347 $ /reporting/includes/pdf_report.inc
2348   /reporting/includes/header2.inc (new file)
2349   
2350 20-Apr-2008 Janusz Dobrowolski
2351 # Checking uniqueness of company settings, fixed creating database with prefix 0 when none was selected.
2352 $ /admin/create_coy.php
2353 ! Added missing include_once directives.
2354 $ /includes/ui/items_cart.inc
2355   /includes/ui/ui_lists.inc
2356   /includes/ui/ui_view.inc
2357 + Added ini default_charset unnecessary for planned ajax calls.
2358 $ /includes/lang/language.inc
2359
2360 19-Apr.2008 Joe Hunt
2361 # Bug (right to left text was done if price decimals were 3). A test sentense from a while
2362   ago wasn't removed.
2363 $ /reporting/includes/pdf_report.inc
2364
2365 18-Apr-2008 Janusz Dobrowolski
2366 # Additional checks on provisions and break point entry.
2367 $ /sales/manage/sales_people.php
2368 ! Modules purchasing, sales and taxes sealed against XSS attacks
2369 $ /install/save.php
2370   /admin/db/maintenance_db.inc
2371   /purchasing/includes/db/grn_db.inc
2372   /purchasing/includes/db/invoice_items_db.inc
2373   /purchasing/includes/db/po_db.inc
2374   /purchasing/includes/db/supp_trans_db.inc
2375   /purchasing/manage/suppliers.php
2376   /sales/includes/db/credit_status_db.inc
2377   /sales/includes/db/cust_trans_db.inc
2378   /sales/includes/db/cust_trans_details_db.inc
2379   /sales/includes/db/sales_order_db.inc
2380   /sales/includes/db/sales_types_db.inc
2381   /sales/manage/customer_branches.php
2382   /sales/manage/customers.php
2383   /sales/manage/sales_areas.php
2384   /sales/manage/sales_people.php
2385   /taxes/db/item_tax_types_db.inc
2386   /taxes/db/tax_groups_db.inc
2387   /taxes/db/tax_types_db.inc
2388
2389 18-Apr-2008 Joe Hunt
2390 ! Module gl sealed against XSS Attacks
2391 $ /gl/includes/db/gl_db_accounts.inc
2392   /gl/includes/db/gl_db_account_types.inc
2393   /gl/includes/db/gl_db_bank_accounts.inc
2394   /gl/includes/db/gl_db_bank_trans.inc
2395   /gl/includes/db/gl_db_bank_trans_types.inc
2396   /gl/includes/db/gl_db_currencies.inc
2397   /gl/includes/db/gl_db_trans.inc
2398   
2399 18-Apr-2008 Janusz Dobrowolski
2400 ! Modules admin and dimensions sealed against XSS attacks
2401 $ /admin/payment_terms.php
2402   /admin/shipping_companies.php
2403   /admin/db/company_db.inc
2404   /admin/db/maintenance_db.inc
2405   /admin/db/users_db.inc
2406   /admin/db/voiding_db.inc
2407   /dimensions/includes/dimensions_db.inc
2408
2409 18-Apr-2008 Joe Hunt
2410 ! Modules includes, inventory and manufacturing sealed against XSS attacks
2411 $ /includes/db/comments_db.inc
2412   /includes/db/inventory_db.inc
2413   /includes/db/references_db.inc
2414   /inventory/includes/db/items_category_db.inc
2415   /inventory/includes/db/items_db.inc
2416   /inventory/includes/db/items_locations_db.inc
2417   /inventory/includes/db/items_units_db.inc
2418   /inventory/includes/db/movement_types_db.inc
2419   /manufacturing/includes/db/work_centres_db.inc
2420   /manufacturing/includes/db/work_orders_db.inc
2421   /manufacturing/includes/db/work_orders_quick_db.inc
2422   /manufacturing/includes/db/work_order_issues_db.inc
2423   /manufacturing/includes/db/work_order_produce_items_db.inc
2424   
2425 18-Apr-2008 Janusz Dobrowolski
2426 ! Changed db_escape function to avoid XSS attacks via js db injection
2427 $ /includes/db/connect_db.inc
2428 # Database inserts/updates secured against js injection
2429 $ /admin/db/maintenance_db.inc
2430   /gl/includes/db/gl_db_accounts.inc
2431   /purchasing/includes/db/po_db.inc
2432   /sales/sales_order_entry.php
2433   /sales/includes/db/sales_order_db.inc
2434
2435 16-Apr-2008 Joe Hunt
2436 # Bug in /includes/ui/ui_lists.inc:914. Sql clause was cut.
2437 $ /includes/ui/ui_lists.inc
2438
2439 09-Apr-2008 Janusz Dobrowolski
2440 # Fixed number formatting bug in standard cost update.
2441 $ /inventory/cost_update.php
2442
2443 -------------------- 2,0 Beta - released ----------------------------
2444
2445 06-Apr-2008 Joe Hunt
2446 ! Changed install.html and update.html to fit the new unstable release 2.0
2447 ! Changed demo sql script to fit the 2.0 unstable.
2448 $ install.html
2449   update.html
2450   /sql/en_US-demo.sql
2451   
2452 06-Apr-2008 Janusz Dobrowolski
2453 # Sales invoice edition denied for documents created in FA 1.xx because of nonportable differences in gl posting/db schema.
2454   /sales/customer_invoice.php
2455 # Fixed typo causing error while adding new tax type.
2456   /taxes/tax_types.php
2457   
2458 05-Apr-2008 Joe Hunt
2459 # Fixed a bug when creating subfolder for new companies. Should be company id and not the table pref counter.
2460 $ /admin/create_coy.php
2461
2462 05-Apr-2008 Joe Hunt
2463 # Removed annoying warnings in several reports. 
2464 $ config.php 
2465   /reporting/rep102.php
2466   /reporting/rep104.php
2467   /reporting/rep201.php
2468   /reporting/rep203.php
2469   /reporting/rep705.php
2470   /reporting/rep706.php
2471   /reporting/rep707.php
2472   /reporting/rep709.php
2473   /reporting/reports_main.php
2474   /reporting/includes/pdf_report.inc
2475   
2476 04-Apr-2008 Janusz Dobrowolski
2477 # Javascript bugfix in selecting orders for template.
2478 $ /sales/inquiry/sales_orders_view.php
2479
2480 04-Apr-2008 Joe Hunt
2481 ! Updated chart of accounts for release 2.0 unstable. Set the status to 2.0 Beta in config.php. Minor changes in update.html
2482 + Preparing for download of release 2.0b on SourceForge.
2483 $ config.php
2484   update.html
2485   /sql/en_US-new.sql
2486   /sql/en_US-demo.sql
2487   
2488 02-Apr-2008 Janusz Dobrowolski
2489 # Removed selector expansion on space key for multi-line selectors
2490 $ /js/inserts.js
2491 ! Hiding search button in combo selectors for javascript enabled browsers
2492 $ /includes/ui/ui_lists.inc
2493   /js/inserts.js
2494 + Focus set to invalid form field after submit check fail
2495 $ /admin/company_preferences.php
2496   /admin/fiscalyears.php
2497   /admin/gl_setup.php
2498   /admin/payment_terms.php
2499   /admin/shipping_companies.php
2500   /admin/users.php
2501   /admin/void_transaction.php
2502   /dimensions/dimension_entry.php
2503   /gl/bank_transfer.php
2504   /gl/gl_deposit.php
2505   /gl/gl_journal.php
2506   /gl/gl_payment.php
2507   /gl/manage/bank_accounts.php
2508   /gl/manage/bank_trans_types.php
2509   /gl/manage/currencies.php
2510   /gl/manage/exchange_rates.php
2511   /gl/manage/gl_account_classes.php
2512   /gl/manage/gl_account_types.php
2513   /gl/manage/gl_accounts.php
2514   /inventory/adjustments.php
2515   /inventory/cost_update.php
2516   /inventory/prices.php
2517   /inventory/purchasing_data.php
2518   /inventory/transfers.php
2519   /inventory/manage/item_categories.php
2520   /inventory/manage/item_units.php
2521   /inventory/manage/items.php
2522   /inventory/manage/locations.php
2523   /inventory/manage/movement_types.php
2524   /manufacturing/work_order_add_finished.php
2525   /manufacturing/work_order_entry.php
2526   /manufacturing/work_order_issue.php
2527   /manufacturing/work_order_release.php
2528   /manufacturing/manage/bom_edit.php
2529   /manufacturing/manage/work_centres.php
2530   /purchasing/po_entry_items.php
2531   /purchasing/po_receive_items.php
2532   /purchasing/supplier_credit.php
2533   /purchasing/supplier_credit_grns.php
2534   /purchasing/supplier_invoice.php
2535   /purchasing/supplier_invoice_grns.php
2536   /purchasing/supplier_payment.php
2537   /purchasing/supplier_trans_gl.php
2538   /purchasing/allocations/supplier_allocate.php
2539   /purchasing/manage/suppliers.php
2540   /sales/credit_note_entry.php
2541   /sales/customer_credit_invoice.php
2542   /sales/customer_delivery.php
2543   /sales/customer_invoice.php
2544   /sales/customer_payments.php
2545   /sales/sales_order_entry.php
2546   /sales/allocations/customer_allocate.php
2547   /taxes/item_tax_types.php
2548   /taxes/tax_groups.php
2549   /taxes/tax_types.php
2550 # Set default focus in update_db.php
2551 $ /admin/backups.php
2552
2553 29-Mar-2008 Janusz Dobrowolski
2554 # Changed gl_all_accounts_list() API
2555 $ /includes/ui/ui_lists.inc
2556 + Enhanced list accessability in kbd usage via space key
2557 $ js/inserts.js
2558
2559 28-Mar-2008 Janusz Dobrowolski
2560 # Fixed headers for various display mode
2561 $ /sales/inquiry/sales_orders_view.php
2562
2563 28-Mar-2008 Joe Hunt
2564 + Added print document options in inquiries.
2565 $ /sales/inquiry/customer_inquiry.php
2566   /sales/inquiry/sales_orders_view.php
2567   /sales/inquiry/sales_deliveries_view.php
2568   /purchasing/inquiry/po_search.php
2569   /purchasing/inquiry/po_search_completed.php
2570   
2571 28-Mar-2008 Joe Hunt
2572 # Fixed a minor bug in customers_db.inc (should include type == 2 - Bank Deposits)
2573 $ /sales/includes/db/customers_db.inc
2574 # Fixed a PHP vers. 5.xx bug. No need for & operator in function calls, only in declaration. Gives a warning.
2575 $ /sales/includes/db/sales_credit_db.inc
2576 # Fixed a wrong variabel declaration doc_Document_no to doc_Invoice_no
2577 $ /reporting/includes/doctext.inc
2578   /reporting/includes/doctext2.inc
2579 # Fixed so Customer Balances and Aged Customer Analysis reports presents correct sign.  
2580 $ /reporting/rep101.php
2581   /reporting/rep102.php
2582
2583 28-Mar-2008 Janusz Dobrowolski
2584 # Layout/focus fixes for no_[customer/supplier/item]_list option on
2585 $  /includes/ui/ui_lists.inc
2586    /purchasing/includes/ui/po_ui.inc
2587    /sales/credit_note_entry.php
2588    /sales/sales_order_entry.php
2589    /sales/includes/ui/sales_credit_ui.inc
2590    /sales/includes/ui/sales_order_ui.inc
2591
2592 27-Mar-2008 Janusz Dobrowolski
2593 + Automatic first field focus on page start, focus order preserved between form updates
2594 $  /gl/inquiry/gl_account_inquiry.php
2595    /includes/page/footer.inc
2596    /includes/ui/ui_controls.inc
2597    /includes/ui/ui_input.inc
2598    /includes/ui/ui_lists.inc
2599    /includes/ui/ui_view.inc
2600    /js/inserts.js
2601    /sales/sales_order_entry.php
2602    /sales/credit_note_entry.php
2603    /sales/includes/ui/sales_credit_ui.inc
2604    /sales/includes/ui/sales_order_ui.inc
2605 + Data picker omitted in keyboard tabbing sequence (FF,IE, not old mozilla)
2606 $  /includes/ui/ui_input.inc
2607 ! Javascript recalcAccount() superseded by class='combo' behaviour binding
2608 $  /gl/gl_deposit.php
2609    /gl/gl_journal.php
2610    /gl/gl_payment.php
2611    /gl/includes/ui/gl_deposit_ui.inc
2612    /gl/includes/ui/gl_journal_ui.inc
2613    /gl/includes/ui/gl_payment_ui.inc
2614    /includes/ui/ui_view.inc
2615    /purchasing/po_entry_items.php
2616    /purchasing/includes/ui/po_ui.inc
2617    /sales/sales_order_entry.php
2618    /sales/includes/ui/sales_credit_ui.inc
2619    /sales/includes/ui/sales_order_ui.inc
2620    /js/inserts.js
2621 ! get_js_set_focus moved from ui_view (this is only standalone form).
2622    /update_db.php
2623 # Fixed debit/credit entry check 
2624 $  /gl/gl_journal.php
2625 # Restored GET/POST security check on path_to_root
2626 $  /config.php
2627
2628 26-Mar-2008 Janusz Dobrowolski
2629 # Bug fixes in purchase module related to tax structure changes.
2630 $  /purchasing/includes/supp_trans_class.inc
2631    /purchasing/includes/db/invoice_db.inc
2632    /purchasing/includes/db/invoice_items_db.inc
2633    /purchasing/includes/ui/invoice_ui.inc
2634    /reporting/rep105.php
2635
2636 25-Mar-2008 Janusz Dobrowolski
2637 ! Per company pdf, backup and graphics directories in 'company' dir.
2638 $  /company (new dir)
2639    /company/0 (new dir)
2640    /company/0/images/ (new dir)
2641    /company/0/images/102.jpg    (moved from inventory/manage/image)
2642    /company/0/images/103.jpg    (moved from inventory/manage/image)
2643    /company/0/images/104.jpg    (moved from inventory/manage/image)
2644    /company/0/images/logo_frontaccounting.jpg   (moved from themes/default/images)
2645    /company/0/images/logo_frontaccounting.png   (moved from themes/default/images)
2646    /admin/backups.php
2647    /admin/create_coy.php
2648    /admin/db/maintenance_db.inc
2649    /install/index.php
2650    /reporting/rep102.php
2651    /reporting/rep104.php
2652    /reporting/rep202.php
2653    /reporting/rep303.php
2654    /reporting/rep706.php
2655    /reporting/rep707.php
2656    /reporting/includes/pdf_report.inc
2657    /inventory/manage/items.php
2658
2659 + jscript component caching (enables browser caching and future compression)
2660 $  /includes/session.inc
2661    /includes/main.inc
2662    /includes/page/header.inc
2663    /includes/ui/ui_view.inc
2664    /admin/display_prefs.php
2665    /config.php
2666
2667 - Removed obsolete file
2668 $  /sales/includes/ui/print_invoice.inc
2669
2670 21-Mar-2008 Janusz Dobrowolski
2671 ! Total Allocation/Left to Allocate update without page submit.
2672 $  /includes/ui/ui_view.inc
2673    /purchasing/allocations/supplier_allocate.php
2674    /sales/allocations/customer_allocate.php
2675 # Fixed unvisable under IE editbutton
2676 $  /themes/aqua/default.css
2677    /themes/cool/default.css
2678    /themes/default/default.css
2679
2680 20-Mar-2008 Janusz Dobrowolski
2681 # Excluding delivery notes from Customer Balances, removed warnings. 
2682 $  /reporting/rep101.php 
2683 # Divide by zero fix on order_price==0 in new supplier invoice
2684 $  /purchasing/supplier_invoice_grns.php
2685 # Database bug fix in new customer entry
2686 $  /sales/manage/customers.php
2687 # Small bug fix (warnings) in is_date() function.
2688 $  /includes/date_functions.inc
2689
2690 18-Mar-2008 Janusz Dobrowolski
2691 # Line items editor uses POST method - no disappearing shippment info.
2692 $  /sales/credit_note_entry.php
2693    /sales/sales_order_entry.php
2694    /sales/includes/ui/sales_credit_ui.inc
2695    /sales/includes/ui/sales_order_ui.inc
2696 + Added edit_button_cell() function
2697 $  /includes/ui/ui_controls.inc
2698 + Helper function for finding indexed submit $_POST vars.
2699 $  /includes/ui/ui_input.inc
2700 + New class .editbutton for buttons. Default view is link alike.
2701 $  /themes/aqua/default.css
2702    /themes/cool/default.css
2703    /themes/default/default.css
2704
2705 17-Mar-2008 Janusz Dobrowolski
2706 # Added rounding when needed to avoid document non cosistent documents.
2707 $  /includes/banking.inc
2708    /purchasing/supplier_credit_grns.php
2709    /purchasing/supplier_invoice_grns.php
2710    /purchasing/includes/supp_trans_class.inc
2711    /purchasing/includes/ui/invoice_ui.inc
2712    /purchasing/includes/ui/po_ui.inc
2713    /reporting/rep107.php
2714    /reporting/rep109.php
2715    /reporting/rep110.php
2716    /reporting/rep209.php
2717    /sales/includes/cart_class.inc
2718    /sales/includes/ui/sales_credit_ui.inc
2719    /sales/includes/ui/sales_order_ui.inc
2720    /sales/view/view_credit.php
2721    /sales/view/view_dispatch.php
2722    /sales/view/view_invoice.php
2723    /sales/view/view_sales_order.php
2724    /taxes/tax_calc.inc
2725 # Sign bug for customer transactions
2726 $  /reporting/rep709.php
2727 # Include file conflict fix
2728 $ /purchasing/includes/ui/invoice_ui.inc
2729   /gl/manage/bank_accounts.php
2730   /manufacturing/inquiry/where_used_inquiry.php
2731   /purchasing/manage/suppliers.php
2732   
2733 16-Mar-2008 Janusz Dobrowolski
2734 + Added javascript add-on for unobtrusive apply javascript handlers to html elements.
2735 $  /js/behaviour.js
2736    /js/inserts.js
2737 + Added javascript source collecting functions
2738 $  /includes/main.inc
2739 ! Moved check_page_security(); for safe start in case of broken wa_current_user var.
2740 + Added global js code collecting arrays  $js_lib, $js_static
2741 $  /includes/session.inc
2742 ! Changed get_js_user num to add_js_user_num; extended for percent/qty/price formatting
2743 $  /includes/ui/ui_view.inc
2744 + Added including javascript source colections from $js_lib, $js_static; conditional display for ajax calls
2745 $  /includes/page/footer.inc
2746    /includes/page/header.inc
2747 ! Added including of data_checks.inc
2748 $  /includes/ui.inc
2749 + User side percent/exrate/qty/price input formatting via onblur handler.
2750 $  /admin/gl_setup.php
2751    /gl/gl_budget.php
2752    /gl/manage/exchange_rates.php
2753    /includes/ui/ui_input.inc
2754    /inventory/purchasing_data.php
2755    /inventory/reorder_level.php
2756    /inventory/includes/item_adjustments_ui.inc
2757    /inventory/includes/stock_transfers_ui.inc
2758    /manufacturing/work_order_entry.php
2759    /manufacturing/manage/bom_edit.php
2760    /purchasing/po_entry_items.php
2761    /purchasing/po_receive_items.php
2762    /purchasing/supplier_credit.php
2763    /purchasing/supplier_credit_grns.php
2764    /purchasing/supplier_invoice_grns.php
2765    /purchasing/supplier_trans_gl.php
2766    /purchasing/allocations/supplier_allocate.php
2767    /purchasing/includes/ui/po_ui.inc
2768    /sales/customer_delivery.php
2769    /sales/customer_invoice.php
2770    /sales/allocations/customer_allocate.php
2771    /sales/includes/ui/sales_credit_ui.inc
2772    /sales/includes/ui/sales_order_ui.inc
2773    /taxes/tax_groups.php
2774    /taxes/tax_types.php
2775
2776 14-Mar-2008 Janusz Dobrowolski
2777  + All forms fixed to accept user native numeric format.
2778  $ /admin/gl_setup.php
2779    /gl/bank_transfer.php
2780    /gl/gl_budget.php
2781    /gl/gl_deposit.php
2782    /gl/gl_journal.php
2783    /gl/gl_payment.php
2784    /gl/includes/db/gl_db_banking.inc
2785    /gl/includes/ui/gl_deposit_ui.inc
2786    /gl/includes/ui/gl_journal_ui.inc
2787    /gl/includes/ui/gl_payment_ui.inc
2788    /gl/manage/exchange_rates.php
2789    /inventory/adjustments.php
2790    /inventory/cost_update.php
2791    /inventory/prices.php
2792    /inventory/purchasing_data.php
2793    /inventory/reorder_level.php
2794    /inventory/transfers.php
2795    /inventory/includes/item_adjustments_ui.inc
2796    /inventory/includes/stock_transfers_ui.inc
2797    /inventory/manage/item_units.php
2798    /manufacturing/work_order_entry.php
2799    /manufacturing/inquiry/where_used_inquiry.php
2800    /manufacturing/manage/bom_edit.php
2801    /purchasing/po_entry_items.php
2802    /purchasing/po_receive_items.php
2803    /purchasing/supplier_credit_grns.php
2804    /purchasing/supplier_invoice_grns.php
2805    /purchasing/supplier_payment.php
2806    /purchasing/supplier_trans_gl.php
2807    /purchasing/allocations/supplier_allocate.php
2808    /purchasing/includes/ui/po_ui.inc
2809    /purchasing/inquiry/po_search.php
2810    /sales/credit_note_entry.php
2811    /sales/customer_credit_invoice.php
2812    /sales/customer_delivery.php
2813    /sales/customer_invoice.php
2814    /sales/customer_payments.php
2815    /sales/sales_order_entry.php
2816    /sales/allocations/customer_allocate.php
2817    /sales/includes/ui/sales_credit_ui.inc
2818    /sales/includes/ui/sales_order_ui.inc
2819    /sales/manage/customers.php
2820    /sales/manage/sales_people.php
2821    /sales/view/view_credit.php
2822    /sales/view/view_dispatch.php
2823    /sales/view/view_invoice.php
2824    /sales/view/view_receipt.php
2825    /sales/view/view_sales_order.php
2826    /taxes/item_tax_types.php
2827    /taxes/tax_groups.php
2828    /taxes/tax_types.php
2829  + User format functions for percent/price/exrate amounts display.
2830  $ /includes/current_user.inc
2831  + Input checking functions for numeric input fields in user native format
2832  $ /includes/data_checks.inc
2833  + Numeric input fields in user native format
2834  $ /includes/ui/ui_input.inc
2835  + Javascript function for conversion to/from user native numeric format.
2836  $ /includes/ui/ui_view.inc
2837  + New class amount for numeric input
2838  $ /themes/aqua/default.css
2839    /themes/cool/default.css
2840    /themes/default/default.css
2841  # Removed warning on adding component
2842    /manufacturing/manage/bom_edit.php
2843  # Quantity display correction
2844    /manufacturing/inquiry/where_used_inquiry.php
2845  # Fixed add_customer_trans() call
2846    /gl/includes/db/gl_db_banking.inc
2847
2848 12-Mar-2008 Joe Hung
2849  + Added update of Units of Measure and converting of deptor_trans records from release 1.XX
2850  - Removed default insertion of Units of Measure. Not neccessary.
2851  $ /sql/alter.sql
2852    /admin/db/maintenance_db.inc (added support for update)
2853
2854 11-Mar-2008 Janusz Dobrowolski
2855  + Table of measure moved into new table item_units
2856  ! Removed $themes[] from config.php, theme list based on directory structure
2857  $ /config.php
2858    /includes/ui/ui_lists.inc
2859    /applications/inventory.php
2860    /inventory/includes/inventory_db.inc
2861    /inventory/includes/db/items_units_db.inc
2862    /inventory/manage/item_units.php
2863    /inventory/manage/items.php
2864    /sql/alter.sql
2865
2866 11-Mar-2008 Joe Hunt
2867  # Small fix for alignment of date and due date label fields in customer_invoice.php and customer_delivery.php
2868  $ /sales/customer_invoice.php
2869    /sales/customer_delivery.php
2870  
2871 10-Mar-2008 Joe Hunt
2872  # Small fix for Template Invoice in sales_order_entry.php on line 363 (duedate for Invoice).
2873  $ /sales/sales_order_entry.php
2874  
2875 10-Mar-2008 Janusz Dobrowolski
2876  + Added price list selector to sales entry (debtor_master gives only default one)
2877  + Added optional submit_on_change parameter to sales ui lists
2878  $ /includes/ui/ui_lists.inc
2879    /sales/sales_order_entry.php
2880    /sales/includes/ui/sales_credit_ui.inc
2881    /sales/includes/ui/sales_order_ui.inc
2882  # Additional PHP5 fixes, do_clone superseded by local ? : constructs
2883  $ /sales/includes/cart_class.inc
2884    /includes/ui/ui_view.inc
2885    /sales/includes/sales_db.inc
2886  # Fixed bogus sales_type lists in edition mode
2887  $ /sales/customer_delivery.php
2888    /sales/customer_invoice.php
2889  # Smaller fixes, cart_class.sales_type name change
2890  $ /sales/includes/ui/sales_credit_db.inc
2891    /sales/credit_note_entry.php
2892    /sales/customer_credit_invoice.php
2893    /sales/includes/cart_class.inc
2894    /sales/includes/db/sales_credit_db.inc
2895    /sales/includes/db/sales_delivery_db.inc
2896    /sales/includes/db/sales_invoice_db.inc
2897    /sales/includes/db/sales_order_db.inc
2898    /sales/includes/ui/sales_credit_ui.inc
2899  # One another pmWiki name conflict removed
2900  $ /admin/display_prefs.php
2901  
2902 09-Mar-2008 Joe Hunt
2903  - Removed redundant form_types functions and the file /reporting/includes/form_types.inc. Removed table form_items
2904  $ /dimensions/includes/dimensions_db.inc
2905    /gl/includes/db/gl_db_banking.inc
2906    /includes/main.inc
2907    /inventory/includes/db/items_adjust_db.inc
2908    /manufacturing/includes/db/work_order_issues_db.inc
2909    /manufacturing/includes/db/work_order_produce_items_db.inc
2910    /manufacturing/includes/db/work_orders_db.inc
2911    /manufacturing/includes/db/work_orders_quick_db.inc
2912    /purchasing/includes/db/grn_db.inc
2913    /purchasing/includes/db/po_db.inc
2914    /purchasing/includes/db/supp_payment_db.inc
2915    /reporting/includes/form_types.inc (File removed)
2916    /sales/includes/db/sales_delivery_db.inc
2917    /sales/includes/db/sales_invoice_db.inc
2918    /sales/includes/db/sales_order_db.inc
2919    /sql/alter.sql
2920  # Bug in calculating exchange rates in Reports Supplier Balances and Customer Balances
2921  $ /reporting/rep101.php
2922    /reporting/rep201.php
2923  # clone replacement do_clone() for both PHP 4 and PHP 5.
2924  $ /includes/ui/ui_view.inc (at the very bottom)
2925    /sales/includes/cart_class.inc
2926    
2927 07-Mar-2008 Janusz Dobrowolski
2928  ! Changed name tax type uniqueness constraint to (name, rate)
2929  $ /includes/ui/ui_lists.inc
2930    /taxes/items_tax_types.php
2931  ! Tax included option moved from tax_group to sales_types table
2932  $ includes/ui/ui_view.inc
2933    /purchasing/includes/ui/invoice_ui.inc
2934    /taxes/tax_calc.inc
2935    /taxes/tax_groups.php
2936    /taxes/db/tax_groups_db.inc
2937    /sql/alter.sql
2938  # Final rewriting of sales module, a lot of bugfixes.
2939  + Template delivery/invoicing
2940  + Concurrent document editing control on sql level
2941  + Most of sales documents are now editable
2942  + Some links to print documents after entry
2943  ! Changed javascript helper function for customer allocations
2944  $ /applications/customers.php
2945    /includes/ui/ui_input.inc
2946    /reporting/rep107.php
2947    /reporting/rep109.php
2948    /reporting/rep110.php
2949    /sales/credit_note_entry.php
2950    /sales/customer_credit_invoice.php
2951    /sales/customer_delivery.php
2952    /sales/customer_invoice.php
2953    /sales/customer_payments.php
2954    /sales/sales_order_entry.php
2955    /sales/allocations/customer_allocate.php
2956    /sales/allocations/customer_allocation_main.php
2957    /sales/includes/cart_class.inc
2958    /sales/includes/sales_db.inc
2959    /sales/includes/sales_ui.inc
2960    /sales/includes/db/cust_trans_db.inc
2961    /sales/includes/db/cust_trans_details_db.inc
2962    /sales/includes/db/custalloc_db.inc
2963    /sales/includes/db/customers_db.inc
2964    /sales/includes/db/payment_db.inc
2965    /sales/includes/db/sales_credit_db.inc
2966    /sales/includes/db/sales_delivery_db.inc
2967    /sales/includes/db/sales_invoice_db.inc
2968    /sales/includes/db/sales_order_db.inc
2969    /sales/includes/db/sales_types_db.inc
2970    /sales/includes/ui/print_invoice.inc
2971    /sales/includes/ui/sales_credit_ui.inc
2972    /sales/includes/ui/sales_order_ui.inc
2973    /sales/inquiry/customer_allocation_inquiry.php
2974    /sales/inquiry/customer_inquiry.php
2975    /sales/inquiry/sales_deliveries_view.php
2976    /sales/inquiry/sales_orders_view.php
2977    /sales/manage/credit_status.php
2978    /sales/manage/sales_types.php
2979    /sales/view/view_credit.php
2980    /sales/view/view_dispatch.php
2981    /sales/view/view_invoice.php
2982    /sales/view/view_receipt.php
2983    /sales/view/view_sales_order.php
2984 # Removed function name conflict with wiki help system
2985    /includes/lang/language.php
2986    
2987 06-Mar-2008 Janusz Dobrowolski
2988  + Wiki help links integration
2989  $ /config.php
2990    /includes/page/header.inc
2991    /includes/lang/language.php
2992  + Optional debuging with xdebug module
2993  $ /index.php
2994    /includes/db/connect_db.inc
2995  ! Concurrent edition fix
2996  $  /includes/systypes.inc
2997  # Table header fix
2998  $  /manufacturing/manage/bom_edit.php
2999  # Menu layout fixes
3000  $ /themes/aqua/renderer.php
3001    /themes/cool/renderer.php
3002    /themes/default/renderer.php
3003  # Removed warning about nonexistent $_GET variable
3004  $ /dimensions/inquiry/search_dimensions.php
3005  # MySQL 3.xx CAST bug fix
3006  $ /includes/db/manufacturing_db.inc
3007    /manufacturing/includes/db/work_order_requirements_db.inc
3008    /manufacturing/inquiry/where_used_inquiry.php
3009
3010 04-Mar-2008 Joe Hunt
3011  ! Changed so that average item material price is automatic updated whenever a PO Delivery is received.
3012    Changed so that a Bill of Materiel, Parent's material price, is automatic updated from underlying items.
3013  $ /inventory/cost_update.php
3014    /purchasing/includes/db/grn_db.inc and
3015    /manufacturing/manage/bom_edit.php. 
3016    /manufacturing/includes/db/work_orders_db.inc
3017    /manufacturing/includes/db/work_orders_quick_db.inc
3018    /manufacturing/work_order_entry.php
3019   
3020 21-Feb-2008 Joe Hunt
3021  + Added Print for documents in /admin/view_print_transaction.php (according to our new routines).
3022  $ /admin/view_print_transaction.php
3023    /applications/setup.php
3024   
3025 17-Feb-2008 Joe Hunt
3026  ! Minor change in menu and function in view_print_transaction.php
3027  $ /admin/view_print_transaction.php
3028    /application/setup.php
3029  + Preparing for print of single documents
3030  $ /reporting/includes/reporting.inc
3031  ! Removing 'out' field in table tax_types
3032  $ /sql/alter.sql
3033    /taxes/tax_types.php
3034    /taxes/db/tax_types_db.inc
3035  + Added 2 functions in ui_input.inc, button and button_cell
3036    /includes/ui/ui_input.inc
3037
3038 11-Feb-2008 Joe Hunt
3039  + Added file, update_db.php, for updating company databases from an SQL script.
3040  $ update_db.php (New file)
3041    update.html
3042   
3043 06-Fef-2008 Joe Hunt
3044  + Added Report, Salesman Listing, rep106.php. 
3045  $ /reporting/reports_main.php
3046    /reporting/rep106.php
3047   
3048 06-Feb-2008 Janusz Dobrowolski
3049  + Separation of customer invoice issue and goods delivery.
3050  + Batch invoicing for more than one delivery
3051  # Corrected inadequate shipping tax calculations.
3052  ! Default debugging status changed to off.
3053  $ /taxes/tax_calc.inc
3054    /taxes/db/tax_groups_db.inc
3055    /admin/db/voiding_db.inc
3056    /applications/customers.php
3057    /includes/systypes.inc
3058    /includes/types.inc
3059    /includes/ui/ui_controls.inc
3060    /includes/ui/ui_lists.inc
3061    /includes/ui/ui_view.inc
3062    /inventory/inquiry/stock_status.php
3063    /reporting/rep105.php
3064    /reporting/rep107.php
3065    /reporting/rep109.php
3066    /reporting/rep110.php 
3067    /reporting/rep209.php
3068    /reporting/reports_main.php
3069    /reporting/includes/doctext.inc
3070    /reporting/includes/doctext2.inc
3071    /reporting/includes/form_types.inc
3072    /reporting/includes/pdf_report.inc
3073    /reporting/includes/reports_classes.inc
3074    /sales/customer_credit_invoice.php
3075    /sales/customer_invoice.php
3076    /sales/sales_order_entry.php
3077    /sales/customer_delivery.php 
3078    /sales/includes/db/sales_delivery_db.inc 
3079    /sales/includes/ui/print_invoice.inc 
3080    /sales/includes/cart_class.inc
3081    /sales/includes/sales_db.inc
3082    /sales/includes/db/cust_trans_db.inc
3083    /sales/includes/db/cust_trans_details_db.inc
3084    /sales/includes/db/sales_credit_db.inc
3085    /sales/includes/db/sales_invoice_db.inc
3086    /sales/includes/db/sales_order_db.inc
3087    /sales/includes/ui/sales_order_ui.inc
3088    /sales/inquiry/customer_allocation_inquiry.php
3089    /sales/inquiry/customer_inquiry.php
3090    /sales/inquiry/sales_orders_view.php
3091    /sales/inquiry/sales_deliveries_view.php 
3092    /sales/view/view_dispatch.php
3093    /sales/view/view_invoice.php
3094    /sales/view/view_sales_order.php
3095    /sql/alter.sql
3096    config.php
3097   
3098 01-Feb-2008 Joe Hunt
3099  ! Changed so sales orders can have more than one row with the same stock_id. In alter.sql.
3100  $ /sales/includes/cart_class.inc
3101    /sales/includes/db/sales_credit_db.inc
3102    /sales/includes/db/sales_invoice_db.inc
3103    /sales/includes/db/sales_order_db.inc
3104    /sales/includes/db/cust_trans_details_db.inc
3105    /sales/includes/ui/sales_order_ui.inc
3106    /sales/includes/ui/sales_credit_ui.inc
3107    /sales/credit_note_entry.php
3108    /sales/customer_credit_invoice.php
3109    /sales/sales_order_entry.php
3110    /sales/customer_invoice.php
3111
3112 31-Jan-2008 Joe Hunt
3113  ! New Release 2.0 Pre Alpha
3114  $ config.php
3115  # Fixed a release 2 related bug in create_coy.php
3116  $ /admin/create_coy.php
3117  + An alter.sql file to use for updating databases. Until the update_db.php is ready, you can use the install/update companies
3118    and select the companies one by one and upload the alter.sql file to all companies. You can still run the release 2
3119    with these databases changes without any new files. They are coming as soon as possible.
3120  $ /sql/alter.sql (New file)  
3121  # Fixed a release 2 related bug. A field in supp_trans_items were declared as integer(11). Changed to VARCHAR(11) in alter.sql
3122    and 2 related files
3123  $ /purchasing/supplier_trans_gl.php
3124    /purchasing/includes/db/invoice_items_db.inc
3125  ! Moved variables $no_item_list, $no_customer_list and $no_supplier_list in config.php to company table
3126  $ /includes/ui/ui_lists.inc
3127    /purchasing/includes/ui/po_ui.inc
3128    /sales/includes/ui/sales_order_ui.inc
3129    /admin/company_preferences.php
3130    /admin/db/company_db.inc
3131    config.php
3132  + Created 3 new fields in salesman table for provision, break point and provision2. Included in alter.sql. 
3133    Update sales_people.php.Preparing for a new Salesman report with provision etc. Selected with time range. Should be very good.
3134  $ /sales/manage/sales_people.php
3135    /includes/ui/ui_input.inc
3136  
3137 -------------------- 2,0 Pre Alpha - above ----------------------------
3138 31-Jan-2008 Janusz Dobrowolski
3139  # Minor bugfix in db_import()
3140  $ /admin/db/maintenance_db.inc
3141  
3142 30-Jan-2008 Janusz Dobrowolski
3143  # Minor display fix in tax_types.php
3144  $ /taxes/tax_types.php
3145  ! Format cleanup on some files.
3146  $ /gl/includes/gl_db.inc
3147    /gl/includes/gl_ui.inc
3148    /applications/application.php
3149    frontaccounting.php
3150    index.php
3151    
3152 -------------------- 1.16 Stable Released ----------------------
3153 28-Jan-2008 Joe Hunt
3154  + Added a possibility to replace the normal listboxes for items, customer and/or suppliers with a search box.
3155    The listboxes can only hold about 1000 items. New variables in config.php, $no_item_list, $no_customer_list 
3156    and $no_supplier_list. Default is the normal behavior for all listboxes.
3157  $ /includes/ui/ui_lists.inc
3158    /sales/includes/ui/sales_orders_ui.inc
3159    /purchases/includes/ui/po_ui.inc
3160    /themes/default/images/locate.png (New file)
3161    config.php
3162
3163  + Added ALTER TABLE possibility in db_import. For future releases.
3164  $ /admin/db/maintenence_db.inc  
3165
3166  # Removed warnings 'Call-time pass-by-reference' in /includes/db/connect_db.inc and /includes/ui/ui_lists.inc
3167  # Fixed File not found when loading local stylesheet.css (for other languages) in /includes/page/header.inc
3168  $ /includes/db/connect_db.inc
3169    /includes/ui/ui_lists.inc
3170    /includes/page/header.inc
3171    /access/login.php
3172    
3173 16-Jan-2008 Joe Hunt
3174  # When login screen is displayed after session timeout page content is broken. It
3175    is because of NOT using absolute paths in href attribute theme elements.
3176  $ /access/login.php
3177  
3178 30-Dec-2007 Joe Hunt
3179  # Minor adjustments in function db_export on line 325
3180  $ /admin/db/maintenance_db.inc
3181  
3182 29-Dec-2007 Joe Hunt
3183  + Added a variable, $print_invoice_no, in config.php for printing the invoice number instead of invoice reference.
3184  $ config.php
3185  
3186  # Fixed a bug when exporting database. Exported NULL field values from NO to empty field (from mysql version 5.0.32).
3187    Also fixed a unneccessary str_replace when importing sql scripts.
3188  ! Changed the PDF presentation to deleting the Javascript cache before presentation.
3189  $ /admin/db/maintenance_db.inc
3190    /reporting/includes/pdf_report.inc
3191    
3192 13-Dec-2007 Joe Hunt
3193  # Still bugs in trial balances and account inquiry on screen when selecting non balance accounts. Fixed.
3194  $ /gl/inquiry/gl_trial_balance.php
3195    /gl/inquiry/gl_account_inquiry.php
3196
3197 13-Dec-2007 Joe Hunt
3198  # Fixed a bug when voiding a transaction (Journal Entry). An eventually underlying bank transfer was not voided.
3199  $ /admin/db/voiding_db.inc
3200  
3201 06-Dec-2007 Joe Hunt
3202  # Fixed a bug when adding lines during Payments to suppliers, the supplier was set back to the first.
3203  $ /gl/gl_payment.php
3204    /gl/includes/ui/gl_payment_ui.inc
3205    
3206  ! Changed $loc_notification to be set to 0 instead of 1.
3207  $ config.php
3208  
3209 -------------------- 1.15 Stable Released ----------------------
3210 05-Dec-2007 Joe Hunt
3211  + Added email notification to stock location when available stock is below reorder level
3212  $ config.php
3213    /sales/includes/db/sales_order_db.inc
3214    
3215  # Fixed bugs in Open balances when account is not a balance account
3216  $ /gl/inquiry/gl_trial_balance.php
3217    /gl/inquiry/gl_account_inquiry.php
3218    /reporting/rep704.php
3219    /reporting/rep708.php
3220    
3221 -------------------- 1.14 Stable Released ----------------------
3222 01-Oct-2007 Joe Hunt
3223  ! Major change in the installation of modules to also accept an SQL-file for upload.
3224  $ config.php
3225    /admin/inst_module.php
3226    /admin/db/maintenance_db.inc
3227    
3228 30-Sep-2007 Joe Hunt
3229  # The following files were still vulnerable. Fixed
3230  $ /access/login.php
3231    /includes/lang/language.php
3232
3233 -------------------- 1.13 Stable Released ----------------------
3234 14-Sep-2007 Joe Hunt
3235  + Added optional link for electronic payment on invoices (PayPal). 
3236  ! Better support for install/update languages.  
3237  ! Minor adjustments
3238  # Fixed a vulnerable item in config.php
3239  $ config.php
3240
3241 14-Sep-2007 Joe Hunt
3242  # We forgot to upload the PO file when installing new language. Used when GETTEXT is not installed on Server.
3243  # config.php has been vulnerable. Fixed.
3244  $ /admin/inst_lang.php
3245  $ config.php
3246  
3247 10-Sep-2007 Joe Hunt
3248  ! Changed Bank Address field from text to textarea (multirows)
3249  $ /gl/manage/bank_accounts.php
3250  
3251 06-Sep-2007 Joe Hunt
3252  + Added optional link for electronic payment on invoices (PayPal)
3253  $ /reporting/reports_main.php
3254    /reporting/rep107.php
3255    /reporting/includes/report_classes.inc
3256    /reporting/includes/pdf_report.inc
3257    /reporting/includes/doc_text.inc
3258    /reporting/includes/doc_text2.inc
3259    
3260 23-Aug-2007 Joe Hunt
3261  # Unnecessary parameter ($db) in check_for_recursive_bom
3262  $ /manufacturing/manage/bom_edit.php
3263  
3264 21-Aug-2007 Joe Hunt
3265  # Bug in /includes/lang/gettext.php (249) affecting changing language!
3266  $ /includes/lang/gettext.php
3267  
3268 08-Aug-2007 Joe Hunt
3269  # Minor adjustments
3270  $ config.php
3271    /access/login.php
3272    /admin/create_coy.php
3273    /reporting/includes/pdf_report.inc
3274    
3275 04-Aug-2007 Joe Hunt
3276  + Added a default fiscal year in the en_US-new.sql and start references.
3277  $ /sql/en_US-new.sql
3278  ! Changed some specific text strings in en_US.po (E.g. TAX instead of VAT)
3279  $ /lang/en_US/LC_MESSAGES/en_US.mo
3280  
3281 03-Aug-2007 Joe Hunt
3282  # A bug in Direct Invoicing (wrong Invoice Date) has been fixed.
3283  $ /sales/includes/db/sales_order_db.inc
3284  
3285 23-Jul-2007 Joe Hunt
3286  # Changed <? in front of 2 files to <?php.
3287  $ /purchasing/includes/purchasing_ui.inc
3288    /reporting/includes/class.mail.inc
3289    
3290 -------------------- 1.12 Stable Released ----------------------
3291 21-Jul-2007 Joe Hunt
3292  + Added option to handle Jalali and Islamic Calendars
3293  ! Minor adjustments
3294  $ config.php
3295    /gl/includes/db/gl_db_trans.inc
3296    /includes/date_functions.inc
3297    /includes/ui/ui_input.inc
3298    /includes/ui/ui_lists.inc
3299    /includes/ui/ui_view.inc
3300    /purchasing/po_receive_items.php
3301    /purchasing/includes/ui/invoice_ui.inc
3302    /purchasing/includes/ui/po_ui.inc
3303    /reporting/rep705.php
3304    /sales/includes/db/sales_order_db.inc
3305    /sales/includes/ui/sales_order_ui.inc
3306    
3307 20-Jul-2007 Joe Hunt
3308  ! Changed parameters on report Sales Order. Option to print as Quote.
3309  $ /reporting/reports_main.php
3310    /reporting/rep109.php
3311    /reporting/includes/pdf_report.inc
3312    /reporting/includes/doctext.inc
3313    /reporting/includes/doctext2.inc
3314  
3315 19-Jul-2007 Joe Hunt
3316  + Added Budget Entry in General Ledger. Includes Dimensions.
3317  $ config.php
3318    /applications/generalledger.php
3319    /gl/gl_budget.php (New File!)
3320    /gl/includes/db/gl_db_trans.inc
3321    /includes/date_functions.inc
3322    /reporting/report_classes.inc
3323    
3324 -------------------- 1.11 Stable Released ----------------------
3325 04-Jul-2007 Joe Hunt
3326  ! Option for using alpha numeric chart of accounts.
3327  $ config.php
3328    /gl/manage/gl_accounts.php
3329    /gl/includes/db/gl_db_accounts.inc
3330    /gl/includes/db/gl_db_bank_trans.inc
3331    /gl/includes/db/gl_db_trans.inc
3332    /gl/inquiry/gl_trial_balance.inc
3333    /admin/db/company_db.inc
3334    /inventory/includes/db/items_db.inc
3335    /sales/manage/customer_branches.inc
3336
3337 04-Jul-2007 Joe Hunt
3338  # Problems retrieving language texts for poEdit in long javascripts
3339  $ /includes/ui/ui_view.inc
3340  
3341 04-May-2007 Joe Hunt
3342  # Database error when updating more than one item row in Sales Orders.
3343  $ /sales/includes/db/sales_order_db.inc
3344  # Database error when inserting work order issues. Fixed.
3345  $ /manufacturing/includes/db/work_order_issues_db.inc
3346  
3347 03-May-2007 Joe Hunt
3348  # Multiple tables and JOIN's have syntax changes in MySQL 5.0.12. Need parentheses.
3349  $ /includes/db/manufacturing_db.inc
3350    /manufacturing/includes/db/work_order_requirements_db.inc
3351
3352 02-May-2007 Joe Hunt
3353  # Missing details on Purchase Order when emailing and printing
3354  $ /reporting/rep209.php
3355  
3356 -------------------- 1.1 Stable Released ----------------------
3357 02-May-2007 Joe Hunt
3358  + Enabled module addons and all the below bugfixes. No changes in database structure.
3359  - Removed /sql/basic.sql (included in the other sql files)
3360  - Removed /themes/default/images/left.gif and /themes/default/images/right.gif 
3361    (not needed anymore).
3362  + Addition of update.html  
3363  $ /admin/inst_module.php (New file!)
3364    /applications/customers.php
3365    /applications/dimensions.php
3366    /applications/generalledger.php
3367    /applications/inventory.php
3368    /applications/manufacturing.php
3369    /applications/setup.php
3370    /applications/suppliers.php
3371    /install/index.php
3372    /install/save.php
3373    /modules/inst_modules.php (New folder and new file!)
3374    /modules/index.php (New file!)
3375    /sql/en_US-demo.sql
3376    /sql/en_US-new.sql
3377    install.html
3378    update.html (New file!)
3379    
3380 01-May-2007 Joe Hunt
3381  # Missing measure of units when printing sales orders
3382  # Update of Sales People caused a database error
3383  $ /sales/manage/sales_people.php
3384    /reporting/rep109.php
3385  
3386 30-Apr-2007 Joe Hunt
3387  + The selected menu tab is now shown with same background as hover color.
3388  $ config.php (default tab line 77. Change if you want)
3389    /includes/page/header.inc
3390    
3391 28-Apr-2007 Joe Hunt
3392  # When saving work order entries a lot of debug boxes appeared. Fixed
3393  # When clicking on the link, Issue, on work order inquires an empty screen appeared. Fixed
3394  # When retrieving work centres id's there was a database error. Fixed by casting string to unsigned
3395  $ /includes/db/manufacturing_db.inc
3396    /manufacturing/work_order_entry.php
3397    /manufacturing/includes/work_order_issue_ui.inc
3398    /manufacturing/includes/db/work_order_requirements_db.inc
3399    /manufacturing/includes/db/work_orders_quick_db.inc
3400    /manufacturing/inquiry/where_used_inquiry.php
3401    
3402 25-Apr-2007 Joe Hunt
3403  # Missing Date Picker
3404  $ /sales/customer_invoice.php
3405  # No JS popup window
3406  $ /sales/view/view_invoice.php
3407  
3408 24-Apr-2007 Joe Hunt
3409  ! New and better Date Picker, better cool theme.
3410  $ /includes/ui/ui_input.inc
3411    /includes/ui/ui_view.inc
3412    /reporting/includes/reports_classes.inc
3413    /themes/cool/default.css
3414
3415 -------------------- 1.0.1 Stable Released ----------------------
3416 23-Apr-2007 Joe Hunt
3417  ! Release 1.0.1 established on SourceForge, fixing the bugs and including a Date Picker,
3418    the changes for selection lists customers/suppliers and the Audit Trail.
3419
3420 22-Apr-2007 Joe Hunt
3421  ! Changed the two selection lists for customers/suppliers in reports to a single one with
3422    No Filter
3423  ! Changed the sort order in these selection lists from id to name.
3424  + Added Audit Trail in GL trans. A switch in config.php, $use_audit_trail, must be set to 1.
3425  $ /reporting/reports_main.php
3426    /reporting/rep101.php
3427    /reporting/rep102.php
3428    /reporting/rep201.php
3429    /reporting/rep202.php
3430    /reporting/rep203.php
3431    /reporting/rep204.php
3432    /reporting/includes/reports_classes.inc
3433    /includes/ui/ui_lists.inc
3434    /gl/includes/db/gl_db_trans.inc
3435    config.php
3436    
3437 22-Apr-2007 Joe Hunt
3438  + Date Picker for all date fields.
3439  $ config.php
3440    /admin/fiscalyears.php
3441    /admin/void_transaction.php
3442    /includes/ui/ui_view.inc
3443    /includes/ui/ui_input.inc
3444    /dimensions/dimension_entry.php
3445    /dimensions/inquiry/search_dimensions.php
3446    /gl/gl_journal.php
3447    /gl/gl_deposit.php
3448    /gl/gl_payment.php
3449    /gl/bank_transfer.php
3450    /gl/inquiry/bank_inquiry.php
3451    /gl/inquiry/gl_account_inquiry.php
3452    /gl/inquiry/gl_trial_balance.php
3453    /gl/manage/exchange_rates.php
3454    /inventory/adjustments.php
3455    /inventory/transfers.php
3456    /inventory/inquiry/stock_movements.php
3457    /inventory/manage/items.php
3458    /manufacturing/work_order_add_finished.php
3459    /manufacturing/work_order_entry.php
3460    /manufacturing/work_order_issue.php
3461    /manufacturing/work_order_release.php
3462    /purchasing/supplier_payment.php
3463    /purchasing/po_entry_items.php
3464    /purchasing/po_receive_items.php
3465    /purchasing/supplier_credit.php
3466    /purchasing/supplier_credit_grns.php
3467    /purchasing/supplier_invoice.php
3468    /purchasing/supplier_invoice_grns.php
3469    /purchasing/supplier_trans_gl.php
3470    /purchasing/includes/ui/po_ui.inc
3471    /purchasing/inquity/po_search.php
3472    /purchasing/inquiry/po_search_completed.php
3473    /purchasing/inquiry/supplier_allocation_inquiry.php
3474    /purchasing/inquiry/supplier_inquiry.php
3475    /reporting/reports_main.php
3476    /reporting/includes/reports_classes.inc
3477    /sales/credit_note_entry.php
3478    /sales/customer_credit_invoice.php
3479    /sales/customer_payments.php
3480    /sales/sales_order_entry.php
3481    /sales/includes/ui/sales_order_ui.inc
3482    /sales/inquiry/customer_allocation_inquiry.php
3483    /sales/inquiry/customer_inquiry.php
3484    /sales/inquiry/sales_orders_view.php
3485    New image files:
3486    /themes/default/images/cal.gif
3487    /themes/default/images/next.gif
3488    /themes/default/images/prev.gif
3489
3490 19-Apr-2007 Joe Hunt
3491  # Bug no 1703895, Account numbers are varchars, need quotes, fixed
3492  # Bug no 1703891, Reserved MySQL words used as column names, fixed
3493  $ /taxes/db/tax_types_db.inc
3494
3495  # Bug no 1703888, Apostrophes and other unescaped characters, fixed
3496  $ /gl/manage/gl_accounts.php
3497    /gl/includes/db/gl_db_accounts.inc
3498    /includes/ui/ui_input.inc
3499
3500 18-Apr-2007 Joe Hunt
3501  # Bug no 1702594, Logon Loop, fixed
3502  $ config.php
3503
3504 -------------------- 1.0a Stable Released ----------------------
3505 10-Apr-2007 Joe Hunt
3506  ! Release 1.0a established on SourceForge, fixing the bugs.
3507
3508 11-Apr-2007 Joe Hunt
3509  # Bug No 1698214, Creating Items, fixed
3510  $ /includes/ui/ui_lists.inc
3511  # Bug no 1698216, Item Movements, fixed
3512  $ /inventory/manage/items.php
3513
3514 -------------------- 1.0 Stable Released ----------------------
3515 10-Apr-2007 Joe Hunt
3516  ! Release 1.0 established on SourceForge.
3517
3518 2. Copyright and disclaimer
3519 ---------------------------
3520 This application is opensource software released under the AGPL.  Please
3521 see source code and the LICENSE file