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