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