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