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