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