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