Possibility to view a transaction before final voiding.
[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/gpl.html GNU/GPL
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 19-Nov-2008 Joe Hunt
23 + Possibility to view a transaction before final voiding.
24 $ /admin/void_transaction.php
25
26 11-Nov-2008 Janusz Dobrowolski
27 # Fixed right alignment of amount cells.
28 $ /includes/ui/ui_input.inc
29 # Fixed display bug for fully received items and false modify conflicts.
30 $ /purchasing/po_receive_items.php
31
32 10-Nov-2008 Joe Hunt
33 ! [0000081] Trial Balance again minor changes.
34 $ /gl/inquiry/gl_trial_balance.php
35   /reporting/rep708.php
36
37 07-Nov-2008 Joe Hunt
38 ! [0000081] Changed Trial Balance to show all debits and credits (option to only show balances)
39 $ /gl/inquiry/gl_trial_balance.php
40   /reporting/reports_main.php
41   /reporting/rep708.php
42   
43 03-Nov-2008 Janusz Dobrowolski
44 # Fixed price priority in automatic calculations.
45 $ sales/includes/sales_db.inc
46
47 30-Oct-2008 Janusz Dobrowolski
48 # [0000080] BOM elements was not editable after entry.
49 $ /manufacturing/manage/bom_edit.php
50
51 29-Oct-2008 Joe Hunt
52 # Voiding a supplier invoice/credit note with GL Postings creates a database error
53 $ /purchasing/includes/db/invoice_db.inc
54
55 28-Oct-2008 Joe Hunt
56 # [0000079] Delivery Note/Sales Invoice should not be editable after it has been voided.
57 $ /admin/db/voiding_db.inc
58   /sales/inquiry/sales_deliveries_view.php
59   /sales/inquiry/customer_inquiry.php
60   
61 27-Oct-2008 Joe Hunt
62 ! [0000078] Opened Exchange rate for editing (without storing) in sales/purchasing module payment
63 # Fixed exchange rate display bugs in Supplier Payment (earlier dates).
64 $ /gl/includes/db/gl_db_trans.inc
65   /includes/banking.inc
66   /includes/ui/ui_view.inc
67   /purchasing/supplier_payment.php
68   /purchasing/includes/purchasing_db.inc
69   /purchasing/includes/db/supp_payment_db.inc
70   /purchasing/includes/db/supp_trans_db.inc
71   /sales/customer_payments.php
72   /sales/includes/sales_db.inc
73   /sales/includes/db/cust_trans_db.inc
74   /sales/includes/db/payment_db.inc
75 # [0000078] Fixed some reports with wrong exchange rates.
76 $ /reporting/rep101.php
77   /reporting/rep106.php
78   /reporting/rep201.php
79   /reporting/rep203.php
80   /reporting/rep209.php
81 + Added confirm box when admins are about to remove PO GRNs from Supplier Invoice
82 $ /purchasing/supplier_invoice.php
83
84 24-Oct-2008 Joe Hunt
85 ! [0000077] Added a total before ending balance in trial balance (also in report)
86 $ /gl/inquiry/gl_trial_balance.php
87   /reporting/rep708.php
88 ! Increased memory limit if reports in unicode (48M) as suggested in forum.
89   /reporting/includes/class.pdf.inc
90 ! Improved layout of Supplier Invoice/Credit. All Items can now be added in one sweep.
91 $ /purchasing/supplier_invoice.php
92   /purchasing/supplier_credit.php
93   /purchasing/includes/ui/invoice_ui.inc
94   
95 ------------------------------- Release 2.0.4 --------------------------------------------
96 23-Oct-2008 Joe Hunt
97 ! Release 2.0.4
98 $ config.php
99 ! Changed design of Supplier Invoice/Credit. Everything is now done in one document form.
100 $ /purchasing/supplier_invoice.php
101   /purchasing/supplier_credit.php
102   /purchasing/includes/ui/invoice_ui.inc
103   /purchasing/supplier_invoice_grns.php (File removed)
104   /purchasing/supplier_credit_grns.php (File removed)
105   /purchasing/supplier_trans_gl.php (File removed)
106   
107 22-Oct-2008 Joe Hunt
108 + Added Ending Balance in trial balance (also in report)
109 $ /gl/inquiry/gl_trial_balance.php
110   /reporting/rep704.php
111   /reporting/rep708.php
112 ! Bad balance in GL trans for chart en_US-demo.sql
113 $ /sql/en_US-demo.sql
114   
115 21-Oct-2008 Joe Hunt
116 # Bug [0000076] Voiding Supplier Invoice does a purchase delivery void as well
117 $ /purchasing/includes/db/invoice_db.inc
118
119 18-Oct-2008 Joe Hunt
120 # Bug [0000075] Cost Update problems still (voiding supplier invoice). Can't remove GRNs from
121   Yet to be invoiced (supplier invoice). Can now be done with admin access.
122 $ /purchasing/supplier_invoice_grns.php
123   /purchasing/includes/db/grn_db.inc
124   /purchasing/includes/db/invoice_db.inc
125   
126 15-Oct-2008 Joe Hunt
127 # Bug [0000074] Marked items are overdue. For Filled (fully delivered) Sales Order
128 $ /sales/inquiry/sales_orders_view.php
129
130 08-Oct-2008 Janusz Dobrowolski
131 # [0000071] Ordering from customer on hold was possible after double exact search in list.
132 $ /sales/includes/ui/sales_order_ui.inc
133
134 ------------------------------- Release 2.0.3 --------------------------------------------
135 07-Oct-2008 Joe Hunt
136 ! Release 2.0.3
137 $ config.php
138 # Bug [0000072] Item stock movement should check for if there is empty Inventory.
139 $ /inventory/inquiry/stock_movements.php
140
141 05-Oct-2008 Janusz Dobrowolski
142 # Bugfix [0000063] Bad update of parent document lines after edition of sales documents.
143 $ /sales/includes/cart_class.inc
144   /sales/includes/sales_db.inc
145   /sales/includes/db/sales_credit_db.inc
146   /sales/includes/db/sales_delivery_db.inc
147   /sales/includes/db/sales_invoice_db.inc
148 # Bugfix [0000071] Ordering for customer with bad history available after F4 - Return
149 $ /sales/manage/customers.php
150
151 04-Oct-2008 Joe Hunt
152 # Bug [0000069] Constraint on voiding delivery note if a non voided, linked invoice exists.
153 $ /admin/db/voiding_db.inc
154 # Bug [0000061] Cost Update doesn't compute correctly after inventory adjust.
155 $ /inventory/includes/db/item_adjust_db.inc
156
157 01-Oct-2008 Joe Hunt
158 # When deleting the last module in FA a parce error arose:
159 $ /admin/inst_module.php
160   /admin/inst_lang.php
161
162 30-Sep-2008 Janusz Dobrowolski
163 # Bug [0000067] Settled supplier documents were displayed as overdued.
164 $ /purchasing/inquiry/supplier_inquiry.php
165   /purchasing/inquiry/supplier_allocation_inquiry.php
166 # Bug [0000068] Removed unneeded constraint on edition of fully allocated sales doc.
167 $ /sales/allocations/customer_allocation_main.php
168
169 29-Sep-2008 Janusz Dobrowolski
170 # Bug [0000065] Changing item type during adding new item caused record reset.
171 $ /inventory/manage/items.php
172
173 26-Sep-2008 Joe Hunt
174 # Bug [0000064] Credit This on an invoice should automatically allocate the credit to that invoice
175 $ /sales/includes/db/sales_credit_db.inc
176
177 26-Sep-2008 Janusz Dobrowolski
178 # Bug [0000062] Delivery Modifitication - duplicated tax details.
179 $ /sales/includes/db/sales_delivery_db.inc
180
181 25-Sep-2008 Joe Hunt
182 # if MySQL is in strict sql mode, a couple of files didn't pass that. Better not use strict sql mode.
183   This is not necessary, because FA handle this internally. in my.ini(win) or my.cnf(linux) set sql-mode="".
184 $ /gl/gl_budget.php
185   /includes/db/comments_db.inc
186   /inventory/cost_update.php
187   /purchasing/includes/db/supp_trans_db.inc
188   /sales/includes/db/cust_trans_db.inc
189 # Bug [0000060] table prefix error message and inconsistency at install
190 $ /admin/db/maintenance_db.inc
191   /install/index.php
192   /install/save.php
193 # Bug [0000061] Delivery Modifitication (standard cost change)
194 $ /sales/includes/db/sales_delivery_db.inc
195
196 ------------------------------- Release 2.0.2 --------------------------------------------
197 23-Sep-2008 Joe Hunt
198 ! Release 2.0.2
199 $ config.php
200 ! Increased time_out to 3 minutes.
201 $ /install/save.php
202
203 23-Sep-2008 Joe Hunt
204 # Bug [0000059] Direct Invoice or Delivery Notes doesn't account for negative inventory flag
205 $ /sales/sales_order_entry.php
206
207 21-Sep-2008 Janusz Dobrowolski
208 + Added submit_on_change option for date fields
209 $ /includes/ui/ui_input.inc
210 + Automatic exchange rate update after document date change
211 $ /gl/bank_transfer.php
212   /gl/gl_bank.php
213   /gl/includes/db/gl_db_rates.inc
214   /gl/includes/ui/gl_bank_ui.inc
215   /includes/banking.inc
216   /includes/ui/ui_view.inc
217   /purchasing/supplier_payment.php
218   /sales/customer_payments.php
219   /sales/includes/cart_class.inc
220 # Sales/purchase terms update after document date change [0000058]
221 $ /purchasing/includes/ui/invoice_ui.inc
222   /purchasing/includes/ui/po_ui.inc
223   /sales/customer_invoice.php
224 # Fixed edit line total, price update after date change
225 $ /sales/includes/ui/sales_credit_ui.inc
226   /sales/includes/ui/sales_order_ui.inc
227 # Fixed unneeded page reload on enter key in text inputs
228 $ /js/inserts.js
229 # Fixed session variables conflicts with some third party software (e.g. XRMS)
230 $ /includes/lang/language.php
231 # Fixed calendar flicker, removed buttons from exchange_rate_display()
232 $ /includes/ui/ui_view.inc
233 ! Default delivery required by changed to 1 day.
234 $ /includes/prefs/sysprefs.inc
235 # Small bug fix 
236 $ /sales/includes/sales_db.inc
237
238 20-Sep-2008 Joe Hunt
239 # Fix for exchange variation when allocating payments. re-inserted in System and GL Setup.
240 $ /admin/gl_setup.php
241   /admin/db/company_db
242   /includes/banking.inc
243   /purchasing/allocations/supplier_allocate.php
244   /purchasing/includes/db/suppalloc_db.inc
245   /sales/allocations/customer_allocate.php
246   /sales/includes/db/custalloc_db.inc
247   /sales/includes/db/payment_db.inc
248   /sales/includes/db/sales_credit_db.inc
249 ! New tcpdf.php file. Minor bugfixes from tcpdf.org
250   /reporting/includes/tcpdf.php
251 ! Layout adjustments
252   /dimensions/includes/dimensions_ui.inc
253   /dimensions/view/view_dimension.php
254   /inventory/view/view_adjustment.php
255   /manufacturing/view/work_order_view.php
256   
257 18-Sep-2008 Janusz Dobrowolski
258 + Support for calling external pages during document entry (e.g. for adding customer/supplier/items).
259 $ /index.php
260   /includes/ui/ui_controls.inc
261   /includes/ui/ui_input.inc
262   /includes/ui/ui_lists.inc
263   /js/inserts.js
264 + Add/view on F4 in customer/supplier selectors
265 $ /gl/gl_bank.php
266 + Add/view on F4 in supplier/items selectors
267 $ /purchasing/po_entry_items.php
268   /inventory/manage/items.php
269 + Add/view on F4 in supplier selector
270 $ /purchasing/supplier_credit.php
271   /purchasing/supplier_invoice.php
272   /purchasing/supplier_payment.php
273   /purchasing/allocations/supplier_allocation_main.php
274   /purchasing/manage/suppliers.php
275   /inventory/purchasing_data.php
276 + Add/view on F4 in customer selector
277   /sales/credit_note_entry.php
278   /sales/customer_payments.php
279   /sales/sales_order_entry.php
280   /sales/allocations/customer_allocation_main.php
281   /sales/includes/ui/sales_credit_ui.inc
282   /sales/includes/ui/sales_order_ui.inc
283   /sales/manage/customer_branches.php
284   /sales/manage/customers.php
285 # Syntax error introduced in previous update fixed
286 $ /inventory/prices.php
287 # Fixed retreiving of exchange rates [0000057]
288 $ /gl/manage/exchange_rates.php
289   /includes/banking.inc
290   /includes/ui/ui_view.inc
291
292 18-Sep-2008 Joe Hunt
293 + New Report - Bank Statement.
294 $ /reporting/reports_main.php
295   /reporting/rep601.php (new file)
296   
297 17-Sep-2008 Joe Hunt
298 ! New PDF tcpdf.php file. Support for cid-0 fonts (Chinese, Japanese, Korean, CJK, Asian fonts) without embedding.
299   New cid-0 fonts will be available for download when release 2.0.2 is shipping. Reduces file size enormouusly
300 $ /reporting/includes/tcpdf.php
301 ! Inventory column option in Report Stock Sheet Check.
302 $ /reporting/reports_main.php
303   /reporting/rep303.php
304   
305 11-Sep-2008 Janusz Dobrowolski
306 # Fixed slash quotation problems on direct POST values display.
307 $ /includes/session.inc
308   /includes/db/connect_db.inc
309 # Added missing db_escape on person_id.
310 $ /gl/includes/db/gl_db_bank_trans.inc
311   /gl/includes/db/gl_db_trans.inc
312 # Added error message and suppressed db update on failed ECB exchange rate read.
313 $ /includes/ui/ui_view.inc
314
315 10-Sep-2008 Janusz Dobrowolski
316 # Fixed company folders renaming after company remove.
317 $ /admin/create_coy.php
318 # Fixed list selectors' behaviour during search.
319 $ /includes/ui/ui_lists.inc
320 # Fixed page update after item search. Closes bugs [0000051],[0000054].
321 $ /inventory/cost_update.php
322   /inventory/prices.php
323   /inventory/purchasing_data.php
324   /inventory/reorder_level.php
325   /inventory/includes/item_adjustments_ui.inc
326   /inventory/includes/stock_transfers_ui.inc
327   /inventory/inquiry/stock_status.php
328   /inventory/manage/items.php
329   /manufacturing/includes/work_order_issue_ui.inc
330   /manufacturing/inquiry/where_used_inquiry.php
331   /purchasing/includes/ui/po_ui.inc
332   /sales/includes/ui/sales_credit_ui.inc
333   /sales/includes/ui/sales_order_ui.inc
334
335 09-Sep-2008 Joe Hunt
336 # Bug [0000055] Rasmus detected a cost diff. bug and changed some code for us. Very appreciated.
337 $ /purchasing/includes/db/invoice_db.inc
338
339 ------------------------------- Release 2.0.1 --------------------------------------------
340 07-Sep-2008 Joe Hunt
341 ! Release 2.0.1
342 $ config.php
343
344 05-Sep-2008 Janusz Dobrowolski
345 # Bug [0000046] Sales invoice not working on some php versions (php bug #40509)
346 $ /sales/includes/sales_db.inc
347   /sales/includes/db/sales_credit_db.inc
348 ! Obsolete code removed
349 $ /sales/customer_credit_invoice.php
350
351 05-Sep-2008 Joe Hunt
352 # Bug [0000053] Missing GL postings on item issue on Work Order
353 $ /manufacturing/includes/db/work_order_quick_db.inc
354   /manufacturing/includes/db/work_order_issues_db.inc
355   /manufacturing/includes/db/work_order_produce_items_db.inc
356 ! Bad layout in aging on report Statements
357 $ /reporting/rep108.php
358
359 04-Sep-2008 Joe Hunt
360 # Bug [0000050] Invoice no. on all sales reports
361 $ /reporting/includes/doctext.inc
362   /reporting/includes/doctext2.inc
363   
364 04-Sep-2008 Joe Hunt
365 # Bug [0000052] Inventory Valuation Report
366 $ /reporting/rep301.php
367
368 04-Sep-2008 Joe Hunt
369 # Bug [0000047] Not possible to view delivery sequence
370 $ /purchasing/supplier_credit_grns.php
371   /purchasing/supplier_invoice_grns.php
372   /purchasing/includes/db/grn_db.inc
373   /purchasing/includes/ui/invoice_ui.inc
374   /purchasing/view/view_po.php
375   /purchasing/view/view_supp_credit.php
376 # Bug [0000048] Crediting invoice and choosing gl account for items to be written off doesn't work  
377 $ /sales/includes/db/sales_credit_db.inc  
378
379 03-Sep-2008 Janusz Dobrowolski
380 # Fixed fatal error handling in php5
381 $ /includes/errors.inc
382   /includes/session.inc
383 # Fixed display of errors while saving sales documents
384 $ /sales/sales_order_entry.php
385
386 03-Sep-2008 Joe Hunt
387 # Bug [0000044] Standard Cost error on credit note. Reopened. Stock Movement forgot the credit note.
388 $ /inventory/inquiry/stock_movements.php
389   /purchasing/includes/db/grn_db.inc
390   /purchasing/includes/invoice_db.inc
391
392 03-Sep-2008 Joe Hunt
393 # Bug [0000043] Inventory Adjustment Session doesn't update standard cost
394 # Bug [0000044] Standard Cost error on credit note
395 $ /inventory/includes/db/items_adjust_db.inc
396   /purchasing/includes/db/grn_db.inc
397   /purchasing/includes/invoice_db.inc
398 # Bug [0000045] Cannot close fiscal year 
399 $ /admin/fiscalyears.php
400 # Update screen bug in Bank Account Inquiry.
401   $ /gl/inquiry/bank_inquiry.php
402
403 02-Sep-2008 Joe Hunt
404 # Bug when selecting report, List of Journal Entries, by type. Nothing selected.
405 $ /reporting/includes/reports_classes.inc
406 $ /reporting/rep702.php
407
408 01-Sep-2008 Joe Hunt
409 ! Up-to-date translation file (some strings were missing, single quotations in .inc files)
410 $ /lang/new_language_template/LC_MASSAGES/empty.po
411   /lang/en_US/LC_MESSAGES/en_US.mo
412
413 31-Aug-2008 Janusz Dobrowolski
414 + Added ajax support for file uploading
415 $ /js/utils.js
416 # Final fix for logo file upload
417 $ /admin/company_preferences.php
418 # Fixed item image file upload
419 $ /inventory/manage/items.php
420
421 30-Aug-2008 Janusz Dobrowolski
422 ! Up to date translation file
423 $ /lang/new_language_template/LC_MASSAGES/empty.po
424 # Fixed broken &amp's in backup files [0000040]
425 $ /admin/db/maintenance_db.inc
426 # Temporary fix (sync page reload) for uploading logo file
427 $ /admin/company_preferences.php
428 -------------------------------2.0 Final --------------------------------------------
429 21_aug-2008 Joe Hunt
430 ! config.php file. Version changed to 2.0
431 $ config.php
432 ! Set time out to 120 seconds.
433 $ /install/save.php
434 # Removed js warnings on index pages
435 $ /js/utils.js
436
437 20-Aug-2008 Joe Hunt
438 # Bug [0000037] Price diff and deliveries between po receive and supp invoice. (Again)
439 $ /includes/db/inventory_db.inc
440   /purchase/includes/db/grn_db.inc
441   /purchase/includes/db/invoice_db.inc
442
443 20-Aug-2008
444 # [0000041] Voiding PO GRN's could be dangerous, if deliveries have been done. Eliminating it. Use item adjustment with 0 price.
445 $ /admin/db/voiding_db.inc
446 # Fixing a minor bug in grn_db.inc
447 $ /purchasing/includes/db/grn_db.inc 
448   
449 19-Aug-2008 Joe Hunt
450 # Fixed some color conversion problems in the new PDF Engine
451 $ /reporting/includes/pdf_report.inc
452   /reporting/includes/class.pdf.inc
453   
454 19-Aut-2008 Joe Hunt
455 ! Optimized the textwraplines in pdf_report.inc and header2.inc
456   /reporting/includes/pdf_report.inc
457   /reporting/includes/header2.inc (This is important to download too!)
458   
459 19-Aug-2008 Joe Hunt
460 ! Replacing the PDF Engine with a slightly modified TCPDF
461 $ /reporting/fonts/helvetica*.php (new php files)
462   /reporting/fonts/*.atm files removed
463   /reporting/includes/pdf_report.inc (changed)
464   /reporting/includes/class.pdf.inc (changed)
465   /reporting/includes/barcodes.php (new file)
466   /reporting/includes/htmlcolors.php (new file)
467   /reporting/includes/html_entity_decode_php4.php (new file)
468   /reporting/includes/tcpdf.php (new file, the PDF engine)
469   /reporting/includes/unicode_data2.php (new file, reduced unicode_data.php)
470   
471 18-Aug-2008 Joe Hunt
472 # Bug [0000038] Voiding a cost update doesn't void even if it says so. There will now be an error msg saying
473   that this can not be done. 
474 $ /admin/db/voiding_db.inc
475
476 18-Aug-2008 Joe Hunt
477 # Bug [0000037] Price diff and deliveries between po receive and supp invoice.
478 $ /purchase/includes/db/grn_db.inc
479   /purchase/includes/db/invoice_db.inc
480   
481 16-Aug-2008 Janusz Dobrowolski
482 # Fixed first supplier add confirmation [0000039].
483 $ /purchasing/manage/suppliers.php
484 # Fixed entering direct documents with date in the past [0000036]
485 $ /sales/customer_delivery.php
486   /sales/includes/cart_class.inc
487 # Fixed date_picker caching in debug mode
488 $ /includes/ui/ui_view.inc
489 # Some focus fixes after user entry error
490 $ /sales/manage/credit_status.php
491   /sales/manage/customer_branches.php
492   /sales/manage/sales_areas.php
493   /sales/manage/sales_people.php
494
495 08-Aug-2008 Joe Hunt
496 # Wrong email-adress field taken when emailing documents [0000035].
497 $ /sales/includes/db/cust_trans_db.inc
498
499 02-Aug-2008 Joe Hunt
500 # Use Item Sales Account as default when creating new branch. Customer Branch Sales Account overrides Item Sales Accounts.
501 $ /sales/manage/customer_branches.php
502
503 01-Aug-2008 Joe Hunt
504 ! Customer Dimension overrides an Item Dimension when creating GL transactions
505 $ /sales/includes/db/customers_db.inc
506   /sales/includes/db/sales_credit_db.inc
507   /sales/includes/db/sales_delivery_db.inc
508   /sales/includes/db/sales_invoice_db.inc
509   
510 31-Jul-2008 Joe Hunt
511 + Added a new menu entry after that Bank Payment or Bank Deposit has been processed.
512 $ /gl/gl_bank.php
513
514 30-Jul-2008 Joe Hunt
515 ! Currency selection in Price Listing Report
516 $ /reporting/rep104.php
517   /reporting/reports_main.php
518   
519 28-Jul-2008 Janusz Dobrowolski
520 # Fixed control buttons reset after record deletion.
521 $ /admin/fiscalyears.php
522   /admin/payment_terms.php
523   /admin/shipping_companies.php
524   /gl/manage/bank_accounts.php
525   /gl/manage/currencies.php
526   /gl/manage/gl_account_classes.php
527   /gl/manage/gl_account_types.php
528   /inventory/manage/item_categories.php
529   /inventory/manage/item_units.php
530   /inventory/manage/locations.php
531   /inventory/manage/movement_types.php
532   /manufacturing/manage/work_centres.php
533   /sales/manage/credit_status.php
534   /sales/manage/customer_branches.php
535   /sales/manage/sales_areas.php
536   /sales/manage/sales_people.php
537   /sales/manage/sales_types.php
538   /taxes/item_tax_types.php
539   /taxes/tax_groups.php
540   /taxes/tax_types.php
541
542 27-Jul-2008 Janusz Dobrowolski
543 # Fixed record selection on pages using non-numeric selectors with simple_page_mode() helper. 
544 $ /includes/ui/ui_controls.inc
545   /includes/ui/ui_input.inc
546   /inventory/manage/item_units.php
547 # Fixed focus setting on multi-form pages.
548 $ /js/utils.js
549 # Fixed ajax reload
550 $ /manufacturing/work_order_release.php
551
552 26-Jul-2008 Janusz Dobrowolski
553 ! Potentially dangerous for whole FA site operations are currently available only for admins of first registered company (site admins).
554 $ /config.php
555   /admin/create_coy.php
556   /admin/inst_lang.php
557   /admin/inst_module.php
558   /includes/current_user.inc
559 # Small layout fix
560   /admin/fiscalyears.php
561
562 25-Jul-2008 Joe Hunt
563 # Minor adjustments
564 $ /includes/page/header.inc
565   /manufacturing/work_order_release.php
566   
567 25-Jul-2008 Joe Hunt
568 # Default application setting does not work [0000034]
569 $ /includes/page/header.inc
570
571 25-Jul-2008 Joe Hunt
572 ! The built version in config.php now shows the last change date of this file (CHANGELOG.txt).
573 $ config.php
574
575 25-Jul-2008 Joe Hunt
576 # Missing GL transactions when producing advanced manufacturing [0000032].
577 $ /manufacturing/includes/db/work_order_produce_items_db.inc
578
579 24-Jul-2008 Janusz Dobrowolski
580 + Added fatal error handling during ajax calls - [0000003] closed
581 $ includes/session.inc
582 # Fixed hints for lists without submit [0000026]
583 $ includes/ui/ui_lists.inc
584 # Removed not used file (related to [0000023])
585 $ sql/basic.sql
586
587 24-Jul-2008 Joe Hunt
588 # Pressing the link in the meta_forward function may result in a blank page.
589 $ /includes/ui/ui_controls.inc
590
591 23-Jul-2008 Joe Hunt
592 # Increment reference bug in GL Deposit and missing hyperlink parameter.
593 $ /gl/gl_bank.php
594   /gl/includes/gl_bank_ui.inc
595   
596 22-Jul-2008 Janusz Dobrowolski
597 # Corrected backup maintenance page display during script download.
598 $ /admin/backups.php
599
600 20-Jul-2008 Janusz Dobrowolski
601 # Corrected reports page display after yesterday change.
602 $ /reporting/reports_main.php
603
604 19-Jul-2008 Janusz Dobrowolski
605 ! Content of js-only pages superseded by the requirement notification in non-js browsers.
606 $ /admin/backups.php
607   /reporting/reports_main.php
608 + Support for js only divs/pages.
609 $ /includes/main.inc
610   /includes/ui/ui_controls.inc
611   /js/inserts.js
612 # Fixed page usability in non-js mode.
613 $ /sales/inquiry/sales_orders_view.php
614 # Small table view fix
615 $ /admin/inst_lang.php
616
617 18-Jul-2008 Janusz Dobrowolski
618 + Added optional processing progressbar for submit buttons
619 $ /includes/ui/ui_input.inc
620   /includes/ui/ui_lists.inc
621   /js/inserts.js
622   /themes/aqua/images/progressbar.gif (new)
623   /themes/cool/images/progressbar.gif (new)
624   /themes/default/images/progressbar.gif (new)
625 # Fixed database error after empty supplier search result [0000022]
626 $ /purchasing/supplier_credit.php
627   /purchasing/supplier_invoice.php
628 # Fixed focus after update
629 $ /admin/company_preferences.php
630 # Fixed message typo.
631 $ /admin/create_coy.php
632 # Fixed line edition layout
633 $ /inventory/includes/item_adjustments_ui.inc
634
635 18-Jul-2008 Joe Hunt
636 # Parse error fixed [0000021] in customer_credit_invoice.php
637 $ /sales/customer_credit_invoice.php
638
639 15-Jul-2008 Janusz Dobrowolski
640 # Fixed bug [0000018] - unwanted freight cost reset on page update.
641 $ /sales/customer_delivery.php
642
643 14-Jul-2008 Janusz Dobrowolski
644 # Fixed bug [0000017] - error while checking qoh
645 $ /includes/ui/items_cart.inc
646   /manufacturing/work_order_issue.php
647 # Fixed ajax update
648 $ /gl/manage/gl_accounts.php
649
650 13-Jul-2008 Joe Hunt
651 + Added GL Summary of Tax Report (rep709.php). Usable only if different Tax Accounts are used.
652 $ /reporting/rep709.php
653
654 12-Jul-2008 Joe Hunt
655 ! Rewrite of Tax Report (rep709.php).
656 $ /reporting/rep709.php
657
658 09-Jul-2008 Janusz Dobrowolski
659 # Corrections to maximum input lengths
660 $ /gl/manage/bank_accounts.php
661   /gl/manage/gl_account_classes.php
662 # Fixed spare Back link on restricted pages
663 $ /includes/session.inc
664 # Fixed bank_account_types_list()
665 $ /includes/ui/ui_lists.inc
666 # Fixed warning about unexisting POST var
667 $ /sales/manage/customers.php
668
669 08-Jul-2008 Janusz Dobrowolski
670 # Added validation of entered quantities
671 $ /sales/customer_credit_invoice.php
672 # Fixed ajax update (0000015) and quantity checks
673 $ /sales/customer_delivery.php
674   /sales/customer_invoice.php
675 # Fixed invalid voiding sales invoice/delivery/credit (0000016)
676 $ /sales/includes/db/sales_delivery_db.inc
677   /sales/includes/db/sales_invoice_db.inc
678   /sales/includes/sales_db.inc
679 # Fixed setting document date to Today() 
680 $ /sales/includes/cart_class.inc
681
682 08-Jul-2008 Joe Hunt
683 + Addition in test of duplicate fiscal year
684 $ /admin/fiscalyears.php
685
686 07-Jul-2008 Joe Hunt
687 # Corrected a subbug in 00000012 (blank page in sales_types.php).
688 $ /sales/manage/sales_types.php
689
690 07-Jul-2008 Janusz Dobrowolski
691 + Added ajax
692 $ /admin/fiscalyears.php
693   /inventory/purchasing_data.php
694 # Corrected factor parameter checking (fixes 00000012)
695 $ /sales/includes/sales_db.inc
696 ! Changed selector for fiscal year functions to id
697 $ /admin/db/company_db.inc
698 # Checking options parameter for combos 
699 $ /includes/ui/ui_lists.inc
700
701 06-Jul-2008 Janusz Dobrowolski
702 + Ajax additions
703 $ /admin/view_print_transaction.php
704   /admin/void_transaction.php
705   /dimensions/dimension_entry.php
706   /manufacturing/work_order_entry.php
707   /manufacturing/manage/bom_edit.php
708   /sales/manage/customer_branches.php
709 + Default value calculated for new prices
710 $ /inventory/prices.php
711 + Optional default value for input_num()
712 $ /includes/ui/ui_input.inc
713 + Submit on change option for currency lists
714 $ /includes/ui/ui_lists.inc
715 # factor parameter in get_price() is now optional
716 $ /sales/includes/sales_db.inc
717 # Smaller fix to ajax page content update
718 $ /sales/manage/customers.php
719
720 05-Jul-2008 Janusz Dobrowolski
721 + Ajax additions
722 $ /admin/change_current_user_password.php
723   /admin/company_preferences.php
724   /admin/forms_setup.php
725   /admin/gl_setup.php
726   /admin/payment_terms.php
727   /admin/shipping_companies.php
728   /admin/users.php
729   /inventory/manage/item_categories.php
730   /inventory/manage/item_units.php
731   /inventory/manage/locations.php
732   /inventory/manage/movement_types.php
733   /manufacturing/manage/work_centres.php
734   /sales/manage/credit_status.php
735   /sales/manage/sales_areas.php
736   /sales/manage/sales_people.php
737   /sales/manage/sales_types.php
738   /taxes/item_tax_types.php
739   /taxes/tax_groups.php
740   /taxes/tax_types.php
741 # Gettext fixes
742 $ /gl/manage/bank_accounts.php
743   /gl/manage/bank_trans_types.php
744   /gl/manage/currencies.php
745   /gl/manage/gl_account_classes.php
746   /gl/manage/gl_account_types.php
747   /gl/manage/gl_accounts.php
748
749 04-Jul-2008 Janusz Dobrowolski
750 + Ajax additions
751   /gl/inquiry/bank_inquiry.php
752   /gl/inquiry/gl_account_inquiry.php
753   /gl/inquiry/gl_trial_balance.php
754   /gl/manage/bank_accounts.php
755   /gl/manage/bank_trans_types.php
756   /gl/manage/currencies.php
757   /gl/manage/exchange_rates.php
758   /gl/manage/gl_account_classes.php
759   /gl/manage/gl_account_types.php
760   /gl/manage/gl_accounts.php
761 ! Changed layout for simple db table editor pages
762 $ /includes/ui/ui_input.inc
763 - Removed unused GL account settings.
764 $ /admin/gl_setup.php
765   /admin/db/company_db.inc
766   /gl/manage/gl_accounts.php
767 # Fixed default sales account for customer branch.
768 $ /admin/gl_setup.php
769   /sales/manage/customer_branches.php
770 # Fixed focus after ajax page reload.
771 $ /includes/ajax.inc
772 # Fixed optional submit for yesno and gl_all_accounts lists.
773 $ /includes/ui/ui_lists.inc
774
775 01-Jul-2008 Janusz Dobrowolski
776 + Ajax additions
777   /gl/bank_transfer.php
778   /gl/gl_budget.php
779   /gl/gl_journal.php
780   /gl/includes/ui/gl_journal_ui.inc
781 + Added client side calculations for budget
782   /gl/gl_budget.php
783   /js/budget.js
784 # Fixed default POST assigning [fixes 0000009]
785   /includes/ui/ui_lists.inc
786 # Fixed submit type in submit_row()
787   /includes/ui/ui_input.inc
788 # Small display fix
789   /gl/manage/currencies.php
790 ! Code cleanup
791   /gl/gl_bank.php
792   /gl/includes/ui/gl_bank_ui.inc
793   /inventory/adjustments.php
794   /inventory/transfers.php
795   /purchasing/po_entry_items.php
796   /sales/sales_order_entry.php
797   /sales/credit_note_entry.php
798
799 29-Jun-2008 Janusz Dobrowolski
800 ! Rewritten bank deposit/payment related files, added ajax
801   /gl/gl_deposit.php (removed)
802   /gl/gl_payment.php (removed)
803   /gl/gl_bank.php (added)
804   /gl/includes/ui/gl_bank_ui.inc (new file)
805   /gl/includes/ui/gl_deposit_ui.inc (removed)
806   /gl/includes/ui/gl_payment_ui.inc (removed)
807   /gl/includes/db/gl_db_banking.inc
808   /gl/gl_journal.php
809   /manufacturing/search_work_orders.php
810   /applications/generalledger.php
811 + Added fallback flag for non-js mode only ui elements
812 $ /js/inserts.js
813 ! Default value from POST for check_box,hidden and text_cells inputs
814 $ /includes/ui/ui_input.inc
815 ! Rewritten non-sql list selectors
816 $ /includes/ui/ui_lists.inc
817   /purchasing/inquiry/supplier_allocation_inquiry.php
818   /purchasing/inquiry/supplier_inquiry.php
819 ! Added trans_type parameter to items_cart()  
820 $ /includes/ui/items_cart.inc
821   /inventory/adjustments.php
822   /inventory/transfers.php
823   /manufacturing/work_order_issue.php
824
825 27-Jun-2008 Janusz Dobrowolski
826 + Ajax additions
827 $ /dimensions/dimension_entry.php
828   /dimensions/inquiry/search_dimensions.php
829   /manufacturing/work_order_add_finished.php
830   /manufacturing/work_order_issue.php
831   /manufacturing/work_order_release.php
832   /manufacturing/includes/work_order_issue_ui.inc
833   /manufacturing/search_work_orders.php
834 ! Default $selected_id=null (ie current $_POST value) for all lists;
835    standard view (ie with search box) of stock_component_list()
836 $ /includes/ui/ui_lists.inc
837 # Fixed selection for outstanding work orders
838 $ /manufacturing/search_work_orders.php
839 # Fixed stock item links
840 $ /inventory/includes/item_adjustments_ui.inc
841   /inventory/includes/stock_transfers_ui.inc
842 # Fixed typo in menu option
843 $ /applications/manufacturing.php
844
845 27-Jun-2008 Joe Hunt
846 # Minor html adjustment in login.php
847 $ /access/login.php
848 # Fixed a bug when trying to create a duplicate year
849 $ /admin/fiscalyears.php
850 # Fixed a misspelled parameter (OutstandingOnly) in manufacturing.php
851 $ /applications/manufacturing.php
852
853 26-Jun-2008 Janusz Dobrowolski
854 + Ajax additions
855 $ /includes/ui/ui_lists.inc
856   /inventory/adjustments.php
857   /inventory/cost_update.php
858   /inventory/prices.php
859   /inventory/transfers.php
860   /inventory/includes/item_adjustments_ui.inc
861   /inventory/includes/stock_transfers_ui.inc
862   /inventory/inquiry/stock_movements.php
863   /inventory/manage/items.php
864   /manufacturing/work_order_entry.php
865   /purchasing/po_entry_items.php
866 ! Changes to items_cart API (line_items indexed by line# instead of stock_id)
867 $ /includes/ui/items_cart.inc
868 # Fixed bug 0000008 (call to no more existing function)
869 $ /sales/includes/db/sales_types_db.inc
870
871 25-Jun-2008 Joe Hunt
872 # Fixed 'div end out of order' in invoice_ui.inc causing the newwave bug with missing menu
873 $ /purchasing/includes/ui/invoice_ui.inc
874
875 25-Jun-2008 Janusz Dobrowolski
876 # Fixed bug 0000004, removed nested forms in supplier invoice/credit
877 $ /purchasing/includes/ui/invoice_ui.inc
878
879 25-Jun-2008 Joe Hunt
880 # Fixed bug when updating/saving Tax Group Items
881 $ /includes/ui/ui_lists.inc
882
883 24-Jun-2008 Joe Hunt
884 # Fixed inconsistencies in customer and supplier aging 
885 $ /sales/includes/db/customers_db.inc
886   /sales/inquiry/customer_inquiry.php
887   /purchasing/includes/db/suppliers_db.inc
888   /reporting/rep102.php
889   /reporting/rep202.php
890 # Fixed a bug when trying to back the inv.date and due date in Direct Invoicing.
891 $ /sales/sales_order_entry.php
892
893
894 23-Jun-2008 Janusz Dobrowolski
895 + Ajax additions to sales and purchasing modules
896 $ /purchasing/po_receive_items.php
897   /purchasing/supplier_credit.php
898   /purchasing/supplier_credit_grns.php
899   /purchasing/supplier_invoice.php
900   /purchasing/supplier_invoice_grns.php
901   /purchasing/supplier_trans_gl.php
902   /purchasing/allocations/supplier_allocate.php
903   /purchasing/includes/ui/invoice_ui.inc
904   /sales/customer_credit_invoice.php
905   /sales/allocations/customer_allocate.php
906 # Fixed edition of purchase order (bug #0000001)
907 $ /purchasing/includes/ui/po_ui.inc
908 ! Improved client side allocation functions
909 $ /js/allocate.js
910 + Optional coloured price_format()
911 $ /js/utils.js
912   /js/inserts.js
913 ! Async update of locations selector
914 $ /includes/ui/ui_lists.inc
915 # Fixed warning on pages without default focus.
916 $ /includes/ui/ui_controls.inc
917 # Fixed initial display for numeric inputs with dec=0. 
918 $ /includes/ui/ui_input.inc
919
920 21-Jun-2008 Janusz Dobrowolski
921 + Ajax additions to sales and purchasing modules
922 $ /purchasing/po_entry_items.php
923   /purchasing/supplier_payment.php
924   /purchasing/allocations/supplier_allocate.php
925   /purchasing/includes/ui/po_ui.inc
926   /purchasing/inquiry/po_search.php
927   /purchasing/inquiry/po_search_completed.php
928   /purchasing/inquiry/supplier_allocation_inquiry.php
929   /purchasing/inquiry/supplier_inquiry.php
930   /purchasing/manage/suppliers.php
931   /sales/manage/customers.php
932
933 21-Jun-2008 Joe Hunt
934 + Added upload functionality to company logo. Better names on lists search.
935 $ /admin/company_preferences.php
936 ! Better layout on company logo print-out
937 $ /reporting/includes/header2.inc
938
939 ---------------------------------------Release Candidate 2-------------------------------
940 20-Jun-2008 Joe Hunt
941 ! 2.0 Release Candidate 2
942 $ config.php
943   update.html
944   
945 20-Jun-2008 Joe Hunt
946 ! In reorder_level.php the heading gets updated as well
947 $ /inventory/reorder_level.php
948 ! Changes the -1 to 'User Quantiry Decimals' in the table for units.
949 $ /inventory/manage/item_units.php
950
951 20-Jun-2008 Janusz Dobrowolski
952 # Proper error handling even after exit() call.
953 $ /includes/errors.inc
954   /includes/main.inc
955   /includes/session.inc
956 # Fixed initial combo selection.
957   /includes/ui/ui_lists.inc
958 # Layout fixes to customer edition.
959   /sales/manage/customers.php
960 # Added order table reload after template option change
961   /sales/inquiry/sales_orders_view.php
962
963 19-Jun-2008 Janusz Dobrowolski
964 + Added ajax improvements
965 $ /purchasing/allocations/supplier_allocation_main.php
966   /sales/customer_delivery.php
967   /sales/customer_invoice.php
968   /sales/allocations/customer_allocation_main.php
969   /sales/manage/customers.php
970 + Ajax added to check helper function
971 $ /includes/ui/ui_input.inc
972 # Fixing database error in branch exist check on empty customer_id
973 $ /includes/data_checks.inc
974 # Layout fix for hyperlink_params_td()
975 $ /includes/ui/ui_controls.inc
976 # Fix for initial combo position
977 $ /includes/ui/ui_lists.inc
978 # Fix to select onchange extension
979 $ /js/inserts.js
980
981 19-Jun-2008 Joe Hunt
982 ! changed so the due date is updated when changing customer in direct invoice.
983 $ /sales/includes/ui/sales_order_ui.inc
984
985 19-Jun-2008 Joe Hunt
986 # Minor layout bug at Credit Shipping Costs in customer_credit_invoice.php
987 $ /sales/customer_credit_invoice.php
988
989 18-Jun-2008 Janusz Dobrowolski
990 + Added ajax improvements
991 $ /sales/credit_note_entry.php
992   /sales/customer_payments.php
993   /sales/sales_order_entry.php
994   /sales/includes/ui/sales_credit_ui.inc
995   /sales/includes/ui/sales_order_ui.inc
996   /sales/inquiry/customer_allocation_inquiry.php
997   /sales/inquiry/customer_inquiry.php
998 + Added optional trigger parameter to div_start()
999 $ /includes/ui/ui_controls.inc
1000 + Added dec attribute ajax update for amount fields 
1001 $ /includes/ui/ui_input.inc
1002 + Ajaxified stock item types and credit types lists
1003 $ /includes/ui/ui_lists.inc
1004 # Fixed onblur for amount fields, extended onchange event handling for selects
1005 $ /js/inserts.js
1006 # Fixed addAssign() js handler for nonstandard attributes
1007 $ /js/utils.js
1008 # Fixed bug in stock item image upload
1009 $ /inventory/manage/items.php
1010
1011 17-Jun-2008 Joe Hunt
1012 ! More files with Quantity routines needed fix due to php4 related issue.
1013 $ /includes/current_user.inc
1014   /manufacturing/work_order_entry.php
1015   /manufacturing/inquiry/where_used_inquiry.php
1016   /manufacturing/manage/bom_edit.php
1017   /purchasing/po_receive_items.php
1018   /purchasing/supplier_credit_grns.php
1019   /purchasing/supplier_invoice_grns.php
1020   /sales/customer_credit_invoice.php
1021   /sales/includes/ui/sales_order_ui.inc
1022
1023 16-Jun-2008 Joe Hunt
1024 ! Changed so Customer's Reference is printed on all sales documents (you can f.i. enter PO number here).
1025 $ /reporting/includes/header2.inc
1026   /reporting/doctext.inc
1027   /reporting/doctext2.inc
1028   
1029 16-Jun-2008 Joe Hunt
1030 ! Changed the Quantity routines to use the Item Units decimals if any. A lot of files.
1031 $ /includes/current_user.inc
1032   /includes/ui/ui_input.inc
1033   /includes/ui/ui_lists.inc
1034   /inventory/reorder_level.inc
1035   /inventory/includes/item_adjustments_ui.inc
1036   /inventory/includes/stock_transfers_ui.inc
1037   /inventory/includes/db/items_units_db.inc
1038   /inventory/inquiry/stock_movements.php
1039   /inventory/inquiry/stock_status.php
1040   /inventory/manage/item_units.php
1041   /inventory/view/view_adjustment.php
1042   /inventory/view/view_transfer.php
1043   /manufacturing/search_work_orders.php
1044   /manufacturing/work_order_entry.php
1045   /manufacturing/includes/manufacturing_ui.inc
1046   /manufacturing/includes/work_order_issue_ui.inc
1047   /manufacturing/inquiry/where_used_inquiry.php
1048   /manufacturing/manage/bom_edit.php
1049   /manufacturing/view/wo_issue_view.php
1050   /manufacturing/view/wo_production_view.php
1051   /purchasing/po_receive_items.php
1052   /purchasing/supplier_credit_grns.php
1053   /purchasing/supplier_invoice_grns.php
1054   /purchasing/includes/ui/invoice_ui.inc
1055   /purchasing/includes/ui/po_ui.inc
1056   /purchasing/view/view_grn.php
1057   /purchasing/view/view_po.php
1058   /reporting/rep105.php
1059   /reporting/rep107.php
1060   /reporting/rep108.php
1061   /reporting/rep109.php
1062   /reporting/rep110.php
1063   /reporting/rep204.php
1064   /reporting/rep209.php
1065   /reporting/rep301.php
1066   /reporting/rep302.php
1067   /reporting/rep303.php
1068   /reporting/rep401.php
1069   /sales/customer_credit_invoice.php
1070   /sales/customer_delivery.php
1071   /sales/customer_invoice.php
1072   /sales/includes/ui/sales_credit_ui.inc
1073   /sales/includes/ui/sales_order_ui.inc
1074   /sales/view/view_credit.php
1075   /sales/view/view_dispatch.php
1076   /sales/view/view_invoice.php
1077   /sales/view/view_sales_order.php
1078   
1079 15-Jun-2008 Janusz Dobrowolski
1080 + Ajax driven delivery and order queries.
1081 $ /sales/inquiry/sales_deliveries_view.php
1082   /sales/inquiry/sales_orders_view.php
1083 + Added searchbox class selector for text inputs with onchange event handlers.
1084 ! Added text selection after focus.
1085 $ /js/inserts.js
1086   /js/utils.js
1087 + Added submit_on_change option to ref input functions, fixed data picker
1088 $ /includes/ui/ui_input.inc
1089 # Fixed bug in non-js mode for combos type 0 (stock_items_lists).
1090 $ /includes/ui/ui_lists.inc
1091
1092 15-Jun-2008 Joe Hunt
1093 # Changed so Invoice Template gets the current day instead of original day.
1094 $ /sales/sales_order_entry.php
1095
1096 15-Jun-2008 Joe Hunt
1097 # Bug in tax_types_list (spec_id)
1098 $ /includes/ui/ui_lists.inc
1099
1100 14-Jun-2008 Joe Hunt
1101 # Minor annoying layout bug in stock movements.
1102 $ /inventory/inquiry/stock_movements.php
1103
1104 14-Jun-2008 Joe Hunt
1105 ! The Customer Branch Sales Account now overrides the Item Sales Accounts if a Sales Account is here.
1106   Can now be set to 'Use Item Sales Accounts', which is the first choice in list and default.
1107 ! If setting the Customer Branch AR Account to a Bank Account (and hereby also Cash Account) the 
1108   transactions from Direct Invoice and Credit Note will be allocated immediately when placing.
1109 $ /includes/ui/ui_lists.inc
1110   /sales/includes/db/sales_invoice_db.inc
1111   /sales/includes/db/sales_credit_db.inc
1112   /sales/manage/customer_branches.php
1113   .
1114 12-Jun-2008 Joe Hunt
1115 + New inventory sales report. Shows total sales - costs - contribution per category, location, detailed/summary and period.
1116 $ /reporting/reports_main.php
1117   /reporting/rep304.php (new file)
1118   
1119 ---------------------------------------Release Candidate 1-------------------------------
1120 10-Jun-2008 Janusz Dobrowolski
1121 # Some more fixes related to ajax combos usage
1122 $ /includes/ui/ui_lists.inc
1123   /inventory/cost_update.php
1124   /inventory/prices.php
1125   /inventory/purchasing_data.php
1126   /inventory/reorder_level.php
1127   /inventory/includes/item_adjustments_ui.inc
1128   /inventory/inquiry/stock_status.php
1129   /manufacturing/inquiry/where_used_inquiry.php
1130   /manufacturing/manage/bom_edit.php
1131   /purchasing/includes/ui/po_ui.inc
1132 # Fixed focus issues
1133 $ /gl/gl_journal.php
1134   /gl/gl_deposit.php
1135   /gl/gl_payment.php
1136   /js/inserts.js
1137   
1138 09-Jun-2008 Janusz Dobrowolski
1139 # Some additional fixes related to last big committment
1140 $ /gl/gl_journal.php
1141   /gl/gl_deposit.php
1142   /gl/gl_payment.php
1143   /includes/ajax.inc
1144   /includes/reserved.inc
1145   /includes/ui/ui_lists.inc
1146   /includes/ui/ui_view.inc
1147   /js/inserts.js
1148   /js/utils.js
1149   /sales/includes/ui/sales_order_ui.inc
1150   /themes/default/default.css
1151   /themes/aqua/default.css
1152   /themes/cool/default.css
1153
1154 08-Jun-2008 Joe Hunt
1155 ! Preparing for release candidate 1
1156 $ config.php
1157
1158 08-Jun-2008 Joe Hunt
1159 ! Set 'max_execution_time' to 60 seconds by ini_set.
1160 $ /install/save.php
1161
1162 07-Jun-2008 Joe Hunt
1163 # Fixed a layout bug in footer.inc
1164 $ /includes/page/footer.inc
1165
1166 07-Jun-2008 Joe Hunt
1167 ! Changed install.html and update.html
1168 $ install.html
1169   update.html
1170 + New files, change_current_user_password.php and alter2.sql
1171 $ /admin/change_current_user_password.php
1172   /sql/alter2.sql
1173 ! Changed some files for layout
1174 $ /lang/en_US/stylesheet.css
1175   /themes/aqua/default.css
1176   /themes/aqua/renderer.php
1177   /themes/cool/default.css
1178   /themes/cool/renderer.php
1179   /themes/default/default.css
1180   /themes/default/renderer.php
1181 ! Changed install sql scripts
1182 $ /sql/en_US-demo.sql
1183   /sql/en_US-new.sql
1184   
1185 07-Jun-2008 Janusz Dobrowolski
1186 + Added ajax functionality and ui hints to sales form entry pages.
1187 $ /sales/sales_order_entry.php
1188   /sales/includes/ui/sales_order_ui.inc
1189 + Added option for hints display, changed input/lists functions API
1190 $ /admin/display_prefs.php
1191   /admin/db/users_db.inc
1192   /includes/current_user.inc
1193   /includes/prefs/userprefs.inc
1194   /includes/ui/ui_input.inc
1195   /themes/default/renderer.php
1196   /sql/alter.sql
1197 + List functions rewrite. Added ajax functionality, universal combo_input().
1198 $ /includes/ui/ui_lists.inc
1199 + Ajaxified exchange_rate_display()
1200 $ /includes/ui/ui_view.inc
1201 + Added methods for setting focus and page reload to $Ajax class
1202 $ /includes/ajax.inc
1203   /includes/main.inc
1204 + Added comma separated css element selectors
1205 $ /js/behaviour.js
1206 ! Searchable select js changes related to new ui_lists.inc changes
1207 $ /js/inserts.js
1208   /js/utils.js
1209 + Additional style definitions for various ajax controls
1210 $ /themes/default/default.css
1211 ! Fixes related to changed input/lists API and ajax extensions
1212 $ /admin/company_preferences.php
1213   /admin/fiscalyears.php
1214   /admin/forms_setup.php
1215   /admin/gl_setup.php
1216   /dimensions/dimension_entry.php
1217   /dimensions/inquiry/search_dimensions.php
1218   /gl/bank_transfer.php
1219   /gl/includes/ui/gl_deposit_ui.inc
1220   /gl/includes/ui/gl_journal_ui.inc
1221   /gl/includes/ui/gl_payment_ui.inc
1222   /gl/inquiry/bank_inquiry.php
1223   /gl/inquiry/gl_account_inquiry.php
1224   /gl/inquiry/gl_trial_balance.php
1225   /gl/manage/gl_account_types.php
1226   /gl/manage/gl_accounts.php
1227   /includes/ui/ui_controls.inc
1228   /inventory/includes/item_adjustments_ui.inc
1229   /inventory/includes/stock_transfers_ui.inc
1230   /inventory/inquiry/stock_movements.php
1231   /manufacturing/search_work_orders.php
1232   /manufacturing/work_order_add_finished.php
1233   /manufacturing/work_order_entry.php
1234   /manufacturing/includes/work_order_issue_ui.inc
1235   /manufacturing/manage/bom_edit.php
1236   /purchasing/supplier_payment.php
1237   /purchasing/includes/ui/grn_ui.inc
1238   /purchasing/includes/ui/invoice_ui.inc
1239   /purchasing/includes/ui/po_ui.inc
1240   /purchasing/inquiry/po_search.php
1241   /purchasing/inquiry/po_search_completed.php
1242   /purchasing/inquiry/supplier_allocation_inquiry.php
1243   /purchasing/inquiry/supplier_inquiry.php
1244   /sales/customer_credit_invoice.php
1245   /sales/customer_delivery.php
1246   /sales/customer_invoice.php
1247   /sales/includes/ui/sales_credit_ui.inc
1248   /sales/inquiry/customer_allocation_inquiry.php
1249   /sales/inquiry/customer_inquiry.php
1250   /sales/inquiry/sales_deliveries_view.php
1251   /sales/inquiry/sales_orders_view.php
1252   /taxes/tax_groups.php
1253
1254 06-Jun-2008 Joe Hunt
1255 # Final fixes in html layout
1256 $ /admin/create_coy.php
1257   /gl/gl_deposit.php
1258   /gl/gl_payment.php
1259   /gl/manage/exchange_rates.php
1260   /inventory/prices.php
1261   /inventory/purchasing_date.php
1262   /inventory/reorder_level.php
1263   /inventory/inquiry/stock_status.php
1264   /manufacturing/inquiry/where_used_inquiry.php
1265   /manufacturing/manage/bom_edit.php
1266   
1267 05-Jun-2008 Joe Hunt
1268 ! Made an improment to the date picker. Shows the week number as well. Many delivery systems are week number based.
1269 $ /includes/ui/ui_view.inc
1270 # Fixed a html layout bug
1271 $ /includes/page/header.inc
1272
1273 31-May-2008 Joe Hunt
1274 # A lot of annoying layout bugs taken. Mostly from views and inquiries. A couple of files are critical, ui_view and ui_lists!
1275 $ /gl/view/gl_deposit_view.php
1276   /gl/view/gl_payment_view.php
1277   /includes/ui/ui_controls.inc
1278   /includes/ui/ui_lists.inc
1279   /includes/ui/ui_view.inc
1280   /manufacturing/work_order_add_finished.php
1281   /manufacturing/includes/manufacturing_ui.inc
1282   /manufacturing/view/work_order_view.php
1283   /manufacturing/view/wo_issue_view.php
1284   /sales/inquiry/customer_allocation_inquiry.php
1285   /sales/inquiry/customer_inquiry.php
1286
1287 30-May-2008 Joe Hunt
1288 # Fixed bug in 2 files regarding stock movements. Moved from Invoice to Delivery.
1289 $ /inventory/inquiry/stock_movements.php
1290   /reporting/rep302.php
1291
1292 28-May-2008 Joe Hunt
1293 # More bugs related to debtor_trans changes (positive amounts)
1294 $ /gl/includes/db/gl_db_banking.inc
1295   /sales/allocations/customer_allocate.php
1296   /sales/includes/db/custalloc_db.inc
1297   /sales/inquiry/customer_allocation_inquiry.php
1298
1299 27-May-2008 Joe Hunt
1300 # Changed more files with new html/css.
1301 $ /includes/page/header.inc
1302   /purchasing/inquiry/supplier_allocation_inquiry.php
1303   /sales/credit_note_entry.php
1304   
1305 26-May-2008 Joe Hunt
1306 # Fixed many minor bugs, new ones as well as debtor_trans related.
1307 ! Changed to use DOCTYPE html 4.01 transitionel. Some files/css needed change.
1308 $ /admin/backups.php
1309   /admin/create_coy.php
1310   /admin/inst_lang.php
1311   /admin/inst_module.php
1312   /gl/manage/exchange_rates.php
1313   /includes/session.inc
1314   /includes/page/header.inc
1315   /includes/ui/ui_controls.inc
1316   /includes/ui/ui_input.inc
1317   /includes/ui/ui_lists.inc
1318   /includes/ui/ui_view.inc
1319   /purchasing/allocations/supplier_allocate.php
1320   /sales/allocations/customer_allocate.php
1321   /sales/includes/db/sales_credit_db.inc
1322   /sales/inquiry/customer_allocation_inquiry.php
1323   /themes/aqua/default.css
1324   /themes/cool/default.css
1325   /themes/default/default.css
1326   
1327 23-May-2008 Joe Hunt
1328 # Minor bug in dimensions.php (Outstanding Dimensions)
1329 $ /applications/dimensions.php
1330   /dimensions/inquiry/search_dimensions.php
1331   
1332 23-May-2008 Janusz Dobrowolski
1333 ! Include file order / error handling order fixed once again.
1334 $ /includes/main.inc
1335   /includes/session.inc
1336   
1337 23-May-2008 Joe Hunt
1338 ! Moved menu-system from header.inc/footer.inc to renderer.php for relevant theme. Fixed frontaccounting.php to get the
1339   correct renderer.php.
1340 $ frontaccounting.php
1341   /includes/page/header.inc
1342   /includes/page/footer.inc
1343   /themes/default/renderer.php
1344   /themes/cool/renderer.php
1345   /themes/aqua/renderer.php
1346
1347 22-May-2008 Janusz Dobrowolski
1348 ! Error handler switching moved to session.inc for early error catching
1349 $ /includes/main.inc
1350   /includes/session.inc
1351 ! Cosmetic cleanup
1352   /js/utils.js
1353   
1354 18-May-2008 Janusz Dobrowolski
1355 # Added explicit ob_end_flush() on shutdown needed for php5
1356 $ /includes/main.inc
1357 # Fixed for www servers on nonstandard listening ports.
1358 $ /js/JsHttpRequest.js
1359
1360 18-May-2008 Joe Hunt
1361 # Bug when inserting new records in debtor_trans.
1362 $ /sales/includes/db/cust_trans_db.inc
1363
1364 16-May-2008 Janusz Dobrowolski
1365 + Rewritten errors/messages handling, unified for ajax/user/php errors
1366 $ /includes/errors.inc
1367   /includes/main.inc
1368   /includes/ui/ui_msgs.inc
1369 + Framework extended for ajax functionality, javascript code organization improvements.
1370 $ /config.php
1371   /includes/JsHttpRequest.php (new file)
1372   /includes/ajax.inc (new file)
1373   /includes/current_user.inc
1374   /includes/session.inc
1375   /includes/lang/language.php
1376   /includes/page/footer.inc
1377   /includes/page/header.inc
1378   /includes/ui/ui_controls.inc
1379   /includes/ui/ui_input.inc
1380   /includes/ui/ui_view.inc
1381   /js/JsHttpRequest.js (new file)
1382   /js/allocate.js (new file)
1383   /js/utils.js (new file)
1384   /js/behaviour.js
1385   /js/inserts.js
1386   /themes/aqua/images (new dir)
1387   /themes/aqua/images/button_ok.png (new file)
1388   /themes/aqua/images/locate.png (new file)
1389   /themes/cool/images (new dir)
1390   /themes/coll/images/button_ok.png (new file)
1391   /themes/coll/images/locate.png (new file)
1392   /themes/default/images/button_ok.png (new file)
1393   /themes/default/images/progressbar.gif (new file)
1394   /themes/default/images/progressbar1.gif (new file)
1395   /themes/default/images/progressbar2.gif (new file)
1396   /themes/default/default.css
1397   /themes/aqua/default.css
1398   /themes/cool/default.css
1399 ! Payment allocation js functions moved to allocate.js
1400 $ /purchasing/allocations/supplier_allocate.php 
1401   /sales/allocations/customer_allocate.php
1402 ! Some initializations moved from sales_order_ui.inc
1403 $ /sales/includes/cart_class.inc
1404 + Added javascript compression routine
1405 $ /includes/main.inc
1406
1407 14-May-2008 Joe Hunt
1408 # Minor bugs in the former fixing.
1409 $ /includes/ui/ui_lists.inc
1410
1411 14-May-2008 Joe Hunt
1412 # When no_item_list or no_customer_list or no_supplier_list was checked in company setup the listboxes were filled with all
1413   the records when there were no search values.
1414 $ /includes/ui/ui_lists.inc
1415
1416 09-May-2008 Joe Hunt
1417 ! Due to differences in Javascript the script update_db.php had to be changed.
1418 ! New fields, base_sales in 0_company and factor in 0_sales_types affects the default chart of accounts.
1419 $ /update_db.php
1420   /sql/en_US-new.sql
1421   /sql/en_US-demo.sql
1422   
1423 09-May-2008 Janusz Dobrowolski
1424 # Automatic calculation of not set item prices from home currency and base sales type settings.
1425 $ /admin/company_preferences.php
1426   /admin/db/company_db.inc
1427   /includes/ui/ui_lists.inc
1428   /sales/includes/cart_class.inc
1429   /sales/includes/sales_db.inc
1430   /sales/includes/db/sales_order_db.inc
1431   /sales/includes/db/sales_types_db.inc
1432   /sales/includes/ui/sales_credit_ui.inc
1433   /sales/includes/ui/sales_order_ui.inc
1434   /sales/manage/sales_types.php
1435   /sql/alter.sql
1436 # Fixed dev bug blocking change of price on order entry.
1437 $ /sales/includes/ui/sales_order_ui.inc
1438 # Small display fix
1439 $ /sales/manage/sales_people.php
1440
1441 30-Apr-2008 Joe Hunt
1442 # Fixed price update also in purchase order
1443 $ /purchasing/includes/ui/po_ui.inc
1444
1445 30-Apr-2008 Janusz Dobrowolski
1446 # Fixed price update when changing item in sales order.
1447 $ /includes/ui/ui_lists.inc
1448   /js/inserts.js
1449   /sales/includes/ui/sales_order_ui.inc
1450
1451 24-Apr-2008 Janusz Dobrowolski
1452 + Added new per company directory for customized versions of report definition files repXXX.php, checked before using system default file.
1453 $ /company/0/reporting (added new directory)
1454   /company/0/reporting/index.php
1455   /admin/create_coy.php
1456   /reporting/includes/reports_classes.inc
1457 # Warnings turned off in case of charset not supported by htmlspecialchars().
1458 $ /includes/db/connect_db.inc
1459 # Added content type encoding header
1460 $ /includes/page/header.inc
1461
1462 24-Apr-2008 Joe Hunt
1463 # Wrong include file path in /includes/ui/items_cart.inc changed /inventory/includes/prefs/sysprefs.inc to
1464   /includes/prefs/sysprefs.inc
1465 $ /includes/ui/items_cart.inc  
1466 # Wrong include file in /reporting/includes/pdf_report.inc. Changed header2a.inc to header2.inc
1467 $ /reporting/includes/pdf_report.inc
1468
1469 23-Apr-2008 Joe Hunt
1470 ! Removed the content of function header2 in pdf_report.inc to a separate file, header2.inc.
1471   It will make it easier to design your own document layouts.
1472 $ /reporting/includes/pdf_report.inc
1473   /reporting/includes/header2.inc (new file)
1474   
1475 20-Apr-2008 Janusz Dobrowolski
1476 # Checking uniqueness of company settings, fixed creating database with prefix 0 when none was selected.
1477 $ /admin/create_coy.php
1478 ! Added missing include_once directives.
1479 $ /includes/ui/items_cart.inc
1480   /includes/ui/ui_lists.inc
1481   /includes/ui/ui_view.inc
1482 + Added ini default_charset unnecessary for planned ajax calls.
1483 $ /includes/lang/language.inc
1484
1485 19-Apr.2008 Joe Hunt
1486 # Bug (right to left text was done if price decimals were 3). A test sentense from a while
1487   ago wasn't removed.
1488 $ /reporting/includes/pdf_report.inc
1489
1490 18-Apr-2008 Janusz Dobrowolski
1491 # Additional checks on provisions and break point entry.
1492 $ /sales/manage/sales_people.php
1493 ! Modules purchasing, sales and taxes sealed against XSS attacks
1494 $ /install/save.php
1495   /admin/db/maintenance_db.inc
1496   /purchasing/includes/db/grn_db.inc
1497   /purchasing/includes/db/invoice_items_db.inc
1498   /purchasing/includes/db/po_db.inc
1499   /purchasing/includes/db/supp_trans_db.inc
1500   /purchasing/manage/suppliers.php
1501   /sales/includes/db/credit_status_db.inc
1502   /sales/includes/db/cust_trans_db.inc
1503   /sales/includes/db/cust_trans_details_db.inc
1504   /sales/includes/db/sales_order_db.inc
1505   /sales/includes/db/sales_types_db.inc
1506   /sales/manage/customer_branches.php
1507   /sales/manage/customers.php
1508   /sales/manage/sales_areas.php
1509   /sales/manage/sales_people.php
1510   /taxes/db/item_tax_types_db.inc
1511   /taxes/db/tax_groups_db.inc
1512   /taxes/db/tax_types_db.inc
1513
1514 18-Apr-2008 Joe Hunt
1515 ! Module gl sealed against XSS Attacks
1516 $ /gl/includes/db/gl_db_accounts.inc
1517   /gl/includes/db/gl_db_account_types.inc
1518   /gl/includes/db/gl_db_bank_accounts.inc
1519   /gl/includes/db/gl_db_bank_trans.inc
1520   /gl/includes/db/gl_db_bank_trans_types.inc
1521   /gl/includes/db/gl_db_currencies.inc
1522   /gl/includes/db/gl_db_trans.inc
1523   
1524 18-Apr-2008 Janusz Dobrowolski
1525 ! Modules admin and dimensions sealed against XSS attacks
1526 $ /admin/payment_terms.php
1527   /admin/shipping_companies.php
1528   /admin/db/company_db.inc
1529   /admin/db/maintenance_db.inc
1530   /admin/db/users_db.inc
1531   /admin/db/voiding_db.inc
1532   /dimensions/includes/dimensions_db.inc
1533
1534 18-Apr-2008 Joe Hunt
1535 ! Modules includes, inventory and manufacturing sealed against XSS attacks
1536 $ /includes/db/comments_db.inc
1537   /includes/db/inventory_db.inc
1538   /includes/db/references_db.inc
1539   /inventory/includes/db/items_category_db.inc
1540   /inventory/includes/db/items_db.inc
1541   /inventory/includes/db/items_locations_db.inc
1542   /inventory/includes/db/items_units_db.inc
1543   /inventory/includes/db/movement_types_db.inc
1544   /manufacturing/includes/db/work_centres_db.inc
1545   /manufacturing/includes/db/work_orders_db.inc
1546   /manufacturing/includes/db/work_orders_quick_db.inc
1547   /manufacturing/includes/db/work_order_issues_db.inc
1548   /manufacturing/includes/db/work_order_produce_items_db.inc
1549   
1550 18-Apr-2008 Janusz Dobrowolski
1551 ! Changed db_escape function to avoid XSS attacks via js db injection
1552 $ /includes/db/connect_db.inc
1553 # Database inserts/updates secured against js injection
1554 $ /admin/db/maintenance_db.inc
1555   /gl/includes/db/gl_db_accounts.inc
1556   /purchasing/includes/db/po_db.inc
1557   /sales/sales_order_entry.php
1558   /sales/includes/db/sales_order_db.inc
1559
1560 16-Apr-2008 Joe Hunt
1561 # Bug in /includes/ui/ui_lists.inc:914. Sql clause was cut.
1562 $ /includes/ui/ui_lists.inc
1563
1564 09-Apr-2008 Janusz Dobrowolski
1565 # Fixed number formatting bug in standard cost update.
1566 $ /inventory/cost_update.php
1567
1568 -------------------- 2,0 Beta - released ----------------------------
1569
1570 06-Apr-2008 Joe Hunt
1571 ! Changed install.html and update.html to fit the new unstable release 2.0
1572 ! Changed demo sql script to fit the 2.0 unstable.
1573 $ install.html
1574   update.html
1575   /sql/en_US-demo.sql
1576   
1577 06-Apr-2008 Janusz Dobrowolski
1578 # Sales invoice edition denied for documents created in FA 1.xx because of nonportable differences in gl posting/db schema.
1579   /sales/customer_invoice.php
1580 # Fixed typo causing error while adding new tax type.
1581   /taxes/tax_types.php
1582   
1583 05-Apr-2008 Joe Hunt
1584 # Fixed a bug when creating subfolder for new companies. Should be company id and not the table pref counter.
1585 $ /admin/create_coy.php
1586
1587 05-Apr-2008 Joe Hunt
1588 # Removed annoying warnings in several reports. 
1589 $ config.php 
1590   /reporting/rep102.php
1591   /reporting/rep104.php
1592   /reporting/rep201.php
1593   /reporting/rep203.php
1594   /reporting/rep705.php
1595   /reporting/rep706.php
1596   /reporting/rep707.php
1597   /reporting/rep709.php
1598   /reporting/reports_main.php
1599   /reporting/includes/pdf_report.inc
1600   
1601 04-Apr-2008 Janusz Dobrowolski
1602 # Javascript bugfix in selecting orders for template.
1603 $ /sales/inquiry/sales_orders_view.php
1604
1605 04-Apr-2008 Joe Hunt
1606 ! Updated chart of accounts for release 2.0 unstable. Set the status to 2.0 Beta in config.php. Minor changes in update.html
1607 + Preparing for download of release 2.0b on SourceForge.
1608 $ config.php
1609   update.html
1610   /sql/en_US-new.sql
1611   /sql/en_US-demo.sql
1612   
1613 02-Apr-2008 Janusz Dobrowolski
1614 # Removed selector expansion on space key for multi-line selectors
1615 $ /js/inserts.js
1616 ! Hiding search button in combo selectors for javascript enabled browsers
1617 $ /includes/ui/ui_lists.inc
1618   /js/inserts.js
1619 + Focus set to invalid form field after submit check fail
1620 $ /admin/company_preferences.php
1621   /admin/fiscalyears.php
1622   /admin/gl_setup.php
1623   /admin/payment_terms.php
1624   /admin/shipping_companies.php
1625   /admin/users.php
1626   /admin/void_transaction.php
1627   /dimensions/dimension_entry.php
1628   /gl/bank_transfer.php
1629   /gl/gl_deposit.php
1630   /gl/gl_journal.php
1631   /gl/gl_payment.php
1632   /gl/manage/bank_accounts.php
1633   /gl/manage/bank_trans_types.php
1634   /gl/manage/currencies.php
1635   /gl/manage/exchange_rates.php
1636   /gl/manage/gl_account_classes.php
1637   /gl/manage/gl_account_types.php
1638   /gl/manage/gl_accounts.php
1639   /inventory/adjustments.php
1640   /inventory/cost_update.php
1641   /inventory/prices.php
1642   /inventory/purchasing_data.php
1643   /inventory/transfers.php
1644   /inventory/manage/item_categories.php
1645   /inventory/manage/item_units.php
1646   /inventory/manage/items.php
1647   /inventory/manage/locations.php
1648   /inventory/manage/movement_types.php
1649   /manufacturing/work_order_add_finished.php
1650   /manufacturing/work_order_entry.php
1651   /manufacturing/work_order_issue.php
1652   /manufacturing/work_order_release.php
1653   /manufacturing/manage/bom_edit.php
1654   /manufacturing/manage/work_centres.php
1655   /purchasing/po_entry_items.php
1656   /purchasing/po_receive_items.php
1657   /purchasing/supplier_credit.php
1658   /purchasing/supplier_credit_grns.php
1659   /purchasing/supplier_invoice.php
1660   /purchasing/supplier_invoice_grns.php
1661   /purchasing/supplier_payment.php
1662   /purchasing/supplier_trans_gl.php
1663   /purchasing/allocations/supplier_allocate.php
1664   /purchasing/manage/suppliers.php
1665   /sales/credit_note_entry.php
1666   /sales/customer_credit_invoice.php
1667   /sales/customer_delivery.php
1668   /sales/customer_invoice.php
1669   /sales/customer_payments.php
1670   /sales/sales_order_entry.php
1671   /sales/allocations/customer_allocate.php
1672   /taxes/item_tax_types.php
1673   /taxes/tax_groups.php
1674   /taxes/tax_types.php
1675 # Set default focus in update_db.php
1676 $ /admin/backups.php
1677
1678 29-Mar-2008 Janusz Dobrowolski
1679 # Changed gl_all_accounts_list() API
1680 $ /includes/ui/ui_lists.inc
1681 + Enhanced list accessability in kbd usage via space key
1682 $ js/inserts.js
1683
1684 28-Mar-2008 Janusz Dobrowolski
1685 # Fixed headers for various display mode
1686 $ /sales/inquiry/sales_orders_view.php
1687
1688 28-Mar-2008 Joe Hunt
1689 + Added print document options in inquiries.
1690 $ /sales/inquiry/customer_inquiry.php
1691   /sales/inquiry/sales_orders_view.php
1692   /sales/inquiry/sales_deliveries_view.php
1693   /purchasing/inquiry/po_search.php
1694   /purchasing/inquiry/po_search_completed.php
1695   
1696 28-Mar-2008 Joe Hunt
1697 # Fixed a minor bug in customers_db.inc (should include type == 2 - Bank Deposits)
1698 $ /sales/includes/db/customers_db.inc
1699 # Fixed a PHP vers. 5.xx bug. No need for & operator in function calls, only in declaration. Gives a warning.
1700 $ /sales/includes/db/sales_credit_db.inc
1701 # Fixed a wrong variabel declaration doc_Document_no to doc_Invoice_no
1702 $ /reporting/includes/doctext.inc
1703   /reporting/includes/doctext2.inc
1704 # Fixed so Customer Balances and Aged Customer Analysis reports presents correct sign.  
1705 $ /reporting/rep101.php
1706   /reporting/rep102.php
1707
1708 28-Mar-2008 Janusz Dobrowolski
1709 # Layout/focus fixes for no_[customer/supplier/item]_list option on
1710 $  /includes/ui/ui_lists.inc
1711    /purchasing/includes/ui/po_ui.inc
1712    /sales/credit_note_entry.php
1713    /sales/sales_order_entry.php
1714    /sales/includes/ui/sales_credit_ui.inc
1715    /sales/includes/ui/sales_order_ui.inc
1716
1717 27-Mar-2008 Janusz Dobrowolski
1718 + Automatic first field focus on page start, focus order preserved between form updates
1719 $  /gl/inquiry/gl_account_inquiry.php
1720    /includes/page/footer.inc
1721    /includes/ui/ui_controls.inc
1722    /includes/ui/ui_input.inc
1723    /includes/ui/ui_lists.inc
1724    /includes/ui/ui_view.inc
1725    /js/inserts.js
1726    /sales/sales_order_entry.php
1727    /sales/credit_note_entry.php
1728    /sales/includes/ui/sales_credit_ui.inc
1729    /sales/includes/ui/sales_order_ui.inc
1730 + Data picker omitted in keyboard tabbing sequence (FF,IE, not old mozilla)
1731 $  /includes/ui/ui_input.inc
1732 ! Javascript recalcAccount() superseded by class='combo' behaviour binding
1733 $  /gl/gl_deposit.php
1734    /gl/gl_journal.php
1735    /gl/gl_payment.php
1736    /gl/includes/ui/gl_deposit_ui.inc
1737    /gl/includes/ui/gl_journal_ui.inc
1738    /gl/includes/ui/gl_payment_ui.inc
1739    /includes/ui/ui_view.inc
1740    /purchasing/po_entry_items.php
1741    /purchasing/includes/ui/po_ui.inc
1742    /sales/sales_order_entry.php
1743    /sales/includes/ui/sales_credit_ui.inc
1744    /sales/includes/ui/sales_order_ui.inc
1745    /js/inserts.js
1746 ! get_js_set_focus moved from ui_view (this is only standalone form).
1747    /update_db.php
1748 # Fixed debit/credit entry check 
1749 $  /gl/gl_journal.php
1750 # Restored GET/POST security check on path_to_root
1751 $  /config.php
1752
1753 26-Mar-2008 Janusz Dobrowolski
1754 # Bug fixes in purchase module related to tax structure changes.
1755 $  /purchasing/includes/supp_trans_class.inc
1756    /purchasing/includes/db/invoice_db.inc
1757    /purchasing/includes/db/invoice_items_db.inc
1758    /purchasing/includes/ui/invoice_ui.inc
1759    /reporting/rep105.php
1760
1761 25-Mar-2008 Janusz Dobrowolski
1762 ! Per company pdf, backup and graphics directories in 'company' dir.
1763 $  /company (new dir)
1764    /company/0 (new dir)
1765    /company/0/images/ (new dir)
1766    /company/0/images/102.jpg    (moved from inventory/manage/image)
1767    /company/0/images/103.jpg    (moved from inventory/manage/image)
1768    /company/0/images/104.jpg    (moved from inventory/manage/image)
1769    /company/0/images/logo_frontaccounting.jpg   (moved from themes/default/images)
1770    /company/0/images/logo_frontaccounting.png   (moved from themes/default/images)
1771    /admin/backups.php
1772    /admin/create_coy.php
1773    /admin/db/maintenance_db.inc
1774    /install/index.php
1775    /reporting/rep102.php
1776    /reporting/rep104.php
1777    /reporting/rep202.php
1778    /reporting/rep303.php
1779    /reporting/rep706.php
1780    /reporting/rep707.php
1781    /reporting/includes/pdf_report.inc
1782    /inventory/manage/items.php
1783
1784 + jscript component caching (enables browser caching and future compression)
1785 $  /includes/session.inc
1786    /includes/main.inc
1787    /includes/page/header.inc
1788    /includes/ui/ui_view.inc
1789    /admin/display_prefs.php
1790    /config.php
1791
1792 - Removed obsolete file
1793 $  /sales/includes/ui/print_invoice.inc
1794
1795 21-Mar-2008 Janusz Dobrowolski
1796 ! Total Allocation/Left to Allocate update without page submit.
1797 $  /includes/ui/ui_view.inc
1798    /purchasing/allocations/supplier_allocate.php
1799    /sales/allocations/customer_allocate.php
1800 # Fixed unvisable under IE editbutton
1801 $  /themes/aqua/default.css
1802    /themes/cool/default.css
1803    /themes/default/default.css
1804
1805 20-Mar-2008 Janusz Dobrowolski
1806 # Excluding delivery notes from Customer Balances, removed warnings. 
1807 $  /reporting/rep101.php 
1808 # Divide by zero fix on order_price==0 in new supplier invoice
1809 $  /purchasing/supplier_invoice_grns.php
1810 # Database bug fix in new customer entry
1811 $  /sales/manage/customers.php
1812 # Small bug fix (warnings) in is_date() function.
1813 $  /includes/date_functions.inc
1814
1815 18-Mar-2008 Janusz Dobrowolski
1816 # Line items editor uses POST method - no disappearing shippment info.
1817 $  /sales/credit_note_entry.php
1818    /sales/sales_order_entry.php
1819    /sales/includes/ui/sales_credit_ui.inc
1820    /sales/includes/ui/sales_order_ui.inc
1821 + Added edit_button_cell() function
1822 $  /includes/ui/ui_controls.inc
1823 + Helper function for finding indexed submit $_POST vars.
1824 $  /includes/ui/ui_input.inc
1825 + New class .editbutton for buttons. Default view is link alike.
1826 $  /themes/aqua/default.css
1827    /themes/cool/default.css
1828    /themes/default/default.css
1829
1830 17-Mar-2008 Janusz Dobrowolski
1831 # Added rounding when needed to avoid document non cosistent documents.
1832 $  /includes/banking.inc
1833    /purchasing/supplier_credit_grns.php
1834    /purchasing/supplier_invoice_grns.php
1835    /purchasing/includes/supp_trans_class.inc
1836    /purchasing/includes/ui/invoice_ui.inc
1837    /purchasing/includes/ui/po_ui.inc
1838    /reporting/rep107.php
1839    /reporting/rep109.php
1840    /reporting/rep110.php
1841    /reporting/rep209.php
1842    /sales/includes/cart_class.inc
1843    /sales/includes/ui/sales_credit_ui.inc
1844    /sales/includes/ui/sales_order_ui.inc
1845    /sales/view/view_credit.php
1846    /sales/view/view_dispatch.php
1847    /sales/view/view_invoice.php
1848    /sales/view/view_sales_order.php
1849    /taxes/tax_calc.inc
1850 # Sign bug for customer transactions
1851 $  /reporting/rep709.php
1852 # Include file conflict fix
1853 $ /purchasing/includes/ui/invoice_ui.inc
1854   /gl/manage/bank_accounts.php
1855   /manufacturing/inquiry/where_used_inquiry.php
1856   /purchasing/manage/suppliers.php
1857   
1858 16-Mar-2008 Janusz Dobrowolski
1859 + Added javascript add-on for unobtrusive apply javascript handlers to html elements.
1860 $  /js/behaviour.js
1861    /js/inserts.js
1862 + Added javascript source collecting functions
1863 $  /includes/main.inc
1864 ! Moved check_page_security(); for safe start in case of broken wa_current_user var.
1865 + Added global js code collecting arrays  $js_lib, $js_static
1866 $  /includes/session.inc
1867 ! Changed get_js_user num to add_js_user_num; extended for percent/qty/price formatting
1868 $  /includes/ui/ui_view.inc
1869 + Added including javascript source colections from $js_lib, $js_static; conditional display for ajax calls
1870 $  /includes/page/footer.inc
1871    /includes/page/header.inc
1872 ! Added including of data_checks.inc
1873 $  /includes/ui.inc
1874 + User side percent/exrate/qty/price input formatting via onblur handler.
1875 $  /admin/gl_setup.php
1876    /gl/gl_budget.php
1877    /gl/manage/exchange_rates.php
1878    /includes/ui/ui_input.inc
1879    /inventory/purchasing_data.php
1880    /inventory/reorder_level.php
1881    /inventory/includes/item_adjustments_ui.inc
1882    /inventory/includes/stock_transfers_ui.inc
1883    /manufacturing/work_order_entry.php
1884    /manufacturing/manage/bom_edit.php
1885    /purchasing/po_entry_items.php
1886    /purchasing/po_receive_items.php
1887    /purchasing/supplier_credit.php
1888    /purchasing/supplier_credit_grns.php
1889    /purchasing/supplier_invoice_grns.php
1890    /purchasing/supplier_trans_gl.php
1891    /purchasing/allocations/supplier_allocate.php
1892    /purchasing/includes/ui/po_ui.inc
1893    /sales/customer_delivery.php
1894    /sales/customer_invoice.php
1895    /sales/allocations/customer_allocate.php
1896    /sales/includes/ui/sales_credit_ui.inc
1897    /sales/includes/ui/sales_order_ui.inc
1898    /taxes/tax_groups.php
1899    /taxes/tax_types.php
1900
1901 14-Mar-2008 Janusz Dobrowolski
1902  + All forms fixed to accept user native numeric format.
1903  $ /admin/gl_setup.php
1904    /gl/bank_transfer.php
1905    /gl/gl_budget.php
1906    /gl/gl_deposit.php
1907    /gl/gl_journal.php
1908    /gl/gl_payment.php
1909    /gl/includes/db/gl_db_banking.inc
1910    /gl/includes/ui/gl_deposit_ui.inc
1911    /gl/includes/ui/gl_journal_ui.inc
1912    /gl/includes/ui/gl_payment_ui.inc
1913    /gl/manage/exchange_rates.php
1914    /inventory/adjustments.php
1915    /inventory/cost_update.php
1916    /inventory/prices.php
1917    /inventory/purchasing_data.php
1918    /inventory/reorder_level.php
1919    /inventory/transfers.php
1920    /inventory/includes/item_adjustments_ui.inc
1921    /inventory/includes/stock_transfers_ui.inc
1922    /inventory/manage/item_units.php
1923    /manufacturing/work_order_entry.php
1924    /manufacturing/inquiry/where_used_inquiry.php
1925    /manufacturing/manage/bom_edit.php
1926    /purchasing/po_entry_items.php
1927    /purchasing/po_receive_items.php
1928    /purchasing/supplier_credit_grns.php
1929    /purchasing/supplier_invoice_grns.php
1930    /purchasing/supplier_payment.php
1931    /purchasing/supplier_trans_gl.php
1932    /purchasing/allocations/supplier_allocate.php
1933    /purchasing/includes/ui/po_ui.inc
1934    /purchasing/inquiry/po_search.php
1935    /sales/credit_note_entry.php
1936    /sales/customer_credit_invoice.php
1937    /sales/customer_delivery.php
1938    /sales/customer_invoice.php
1939    /sales/customer_payments.php
1940    /sales/sales_order_entry.php
1941    /sales/allocations/customer_allocate.php
1942    /sales/includes/ui/sales_credit_ui.inc
1943    /sales/includes/ui/sales_order_ui.inc
1944    /sales/manage/customers.php
1945    /sales/manage/sales_people.php
1946    /sales/view/view_credit.php
1947    /sales/view/view_dispatch.php
1948    /sales/view/view_invoice.php
1949    /sales/view/view_receipt.php
1950    /sales/view/view_sales_order.php
1951    /taxes/item_tax_types.php
1952    /taxes/tax_groups.php
1953    /taxes/tax_types.php
1954  + User format functions for percent/price/exrate amounts display.
1955  $ /includes/current_user.inc
1956  + Input checking functions for numeric input fields in user native format
1957  $ /includes/data_checks.inc
1958  + Numeric input fields in user native format
1959  $ /includes/ui/ui_input.inc
1960  + Javascript function for conversion to/from user native numeric format.
1961  $ /includes/ui/ui_view.inc
1962  + New class amount for numeric input
1963  $ /themes/aqua/default.css
1964    /themes/cool/default.css
1965    /themes/default/default.css
1966  # Removed warning on adding component
1967    /manufacturing/manage/bom_edit.php
1968  # Quantity display correction
1969    /manufacturing/inquiry/where_used_inquiry.php
1970  # Fixed add_customer_trans() call
1971    /gl/includes/db/gl_db_banking.inc
1972
1973 12-Mar-2008 Joe Hung
1974  + Added update of Units of Measure and converting of deptor_trans records from release 1.XX
1975  - Removed default insertion of Units of Measure. Not neccessary.
1976  $ /sql/alter.sql
1977    /admin/db/maintenance_db.inc (added support for update)
1978
1979 11-Mar-2008 Janusz Dobrowolski
1980  + Table of measure moved into new table item_units
1981  ! Removed $themes[] from config.php, theme list based on directory structure
1982  $ /config.php
1983    /includes/ui/ui_lists.inc
1984    /applications/inventory.php
1985    /inventory/includes/inventory_db.inc
1986    /inventory/includes/db/items_units_db.inc
1987    /inventory/manage/item_units.php
1988    /inventory/manage/items.php
1989    /sql/alter.sql
1990
1991 11-Mar-2008 Joe Hunt
1992  # Small fix for alignment of date and due date label fields in customer_invoice.php and customer_delivery.php
1993  $ /sales/customer_invoice.php
1994    /sales/customer_delivery.php
1995  
1996 10-Mar-2008 Joe Hunt
1997  # Small fix for Template Invoice in sales_order_entry.php on line 363 (duedate for Invoice).
1998  $ /sales/sales_order_entry.php
1999  
2000 10-Mar-2008 Janusz Dobrowolski
2001  + Added price list selector to sales entry (debtor_master gives only default one)
2002  + Added optional submit_on_change parameter to sales ui lists
2003  $ /includes/ui/ui_lists.inc
2004    /sales/sales_order_entry.php
2005    /sales/includes/ui/sales_credit_ui.inc
2006    /sales/includes/ui/sales_order_ui.inc
2007  # Additional PHP5 fixes, do_clone superseded by local ? : constructs
2008  $ /sales/includes/cart_class.inc
2009    /includes/ui/ui_view.inc
2010    /sales/includes/sales_db.inc
2011  # Fixed bogus sales_type lists in edition mode
2012  $ /sales/customer_delivery.php
2013    /sales/customer_invoice.php
2014  # Smaller fixes, cart_class.sales_type name change
2015  $ /sales/includes/ui/sales_credit_db.inc
2016    /sales/credit_note_entry.php
2017    /sales/customer_credit_invoice.php
2018    /sales/includes/cart_class.inc
2019    /sales/includes/db/sales_credit_db.inc
2020    /sales/includes/db/sales_delivery_db.inc
2021    /sales/includes/db/sales_invoice_db.inc
2022    /sales/includes/db/sales_order_db.inc
2023    /sales/includes/ui/sales_credit_ui.inc
2024  # One another pmWiki name conflict removed
2025  $ /admin/display_prefs.php
2026  
2027 09-Mar-2008 Joe Hunt
2028  - Removed redundant form_types functions and the file /reporting/includes/form_types.inc. Removed table form_items
2029  $ /dimensions/includes/dimensions_db.inc
2030    /gl/includes/db/gl_db_banking.inc
2031    /includes/main.inc
2032    /inventory/includes/db/items_adjust_db.inc
2033    /manufacturing/includes/db/work_order_issues_db.inc
2034    /manufacturing/includes/db/work_order_produce_items_db.inc
2035    /manufacturing/includes/db/work_orders_db.inc
2036    /manufacturing/includes/db/work_orders_quick_db.inc
2037    /purchasing/includes/db/grn_db.inc
2038    /purchasing/includes/db/po_db.inc
2039    /purchasing/includes/db/supp_payment_db.inc
2040    /reporting/includes/form_types.inc (File removed)
2041    /sales/includes/db/sales_delivery_db.inc
2042    /sales/includes/db/sales_invoice_db.inc
2043    /sales/includes/db/sales_order_db.inc
2044    /sql/alter.sql
2045  # Bug in calculating exchange rates in Reports Supplier Balances and Customer Balances
2046  $ /reporting/rep101.php
2047    /reporting/rep201.php
2048  # clone replacement do_clone() for both PHP 4 and PHP 5.
2049  $ /includes/ui/ui_view.inc (at the very bottom)
2050    /sales/includes/cart_class.inc
2051    
2052 07-Mar-2008 Janusz Dobrowolski
2053  ! Changed name tax type uniqueness constraint to (name, rate)
2054  $ /includes/ui/ui_lists.inc
2055    /taxes/items_tax_types.php
2056  ! Tax included option moved from tax_group to sales_types table
2057  $ includes/ui/ui_view.inc
2058    /purchasing/includes/ui/invoice_ui.inc
2059    /taxes/tax_calc.inc
2060    /taxes/tax_groups.php
2061    /taxes/db/tax_groups_db.inc
2062    /sql/alter.sql
2063  # Final rewriting of sales module, a lot of bugfixes.
2064  + Template delivery/invoicing
2065  + Concurrent document editing control on sql level
2066  + Most of sales documents are now editable
2067  + Some links to print documents after entry
2068  ! Changed javascript helper function for customer allocations
2069  $ /applications/customers.php
2070    /includes/ui/ui_input.inc
2071    /reporting/rep107.php
2072    /reporting/rep109.php
2073    /reporting/rep110.php
2074    /sales/credit_note_entry.php
2075    /sales/customer_credit_invoice.php
2076    /sales/customer_delivery.php
2077    /sales/customer_invoice.php
2078    /sales/customer_payments.php
2079    /sales/sales_order_entry.php
2080    /sales/allocations/customer_allocate.php
2081    /sales/allocations/customer_allocation_main.php
2082    /sales/includes/cart_class.inc
2083    /sales/includes/sales_db.inc
2084    /sales/includes/sales_ui.inc
2085    /sales/includes/db/cust_trans_db.inc
2086    /sales/includes/db/cust_trans_details_db.inc
2087    /sales/includes/db/custalloc_db.inc
2088    /sales/includes/db/customers_db.inc
2089    /sales/includes/db/payment_db.inc
2090    /sales/includes/db/sales_credit_db.inc
2091    /sales/includes/db/sales_delivery_db.inc
2092    /sales/includes/db/sales_invoice_db.inc
2093    /sales/includes/db/sales_order_db.inc
2094    /sales/includes/db/sales_types_db.inc
2095    /sales/includes/ui/print_invoice.inc
2096    /sales/includes/ui/sales_credit_ui.inc
2097    /sales/includes/ui/sales_order_ui.inc
2098    /sales/inquiry/customer_allocation_inquiry.php
2099    /sales/inquiry/customer_inquiry.php
2100    /sales/inquiry/sales_deliveries_view.php
2101    /sales/inquiry/sales_orders_view.php
2102    /sales/manage/credit_status.php
2103    /sales/manage/sales_types.php
2104    /sales/view/view_credit.php
2105    /sales/view/view_dispatch.php
2106    /sales/view/view_invoice.php
2107    /sales/view/view_receipt.php
2108    /sales/view/view_sales_order.php
2109 # Removed function name conflict with wiki help system
2110    /includes/lang/language.php
2111    
2112 06-Mar-2008 Janusz Dobrowolski
2113  + Wiki help links integration
2114  $ /config.php
2115    /includes/page/header.inc
2116    /includes/lang/language.php
2117  + Optional debuging with xdebug module
2118  $ /index.php
2119    /includes/db/connect_db.inc
2120  ! Concurrent edition fix
2121  $  /includes/systypes.inc
2122  # Table header fix
2123  $  /manufacturing/manage/bom_edit.php
2124  # Menu layout fixes
2125  $ /themes/aqua/renderer.php
2126    /themes/cool/renderer.php
2127    /themes/default/renderer.php
2128  # Removed warning about nonexistent $_GET variable
2129  $ /dimensions/inquiry/search_dimensions.php
2130  # MySQL 3.xx CAST bug fix
2131  $ /includes/db/manufacturing_db.inc
2132    /manufacturing/includes/db/work_order_requirements_db.inc
2133    /manufacturing/inquiry/where_used_inquiry.php
2134
2135 04-Mar-2008 Joe Hunt
2136  ! Changed so that average item material price is automatic updated whenever a PO Delivery is received.
2137    Changed so that a Bill of Materiel, Parent's material price, is automatic updated from underlying items.
2138  $ /inventory/cost_update.php
2139    /purchasing/includes/db/grn_db.inc and
2140    /manufacturing/manage/bom_edit.php. 
2141    /manufacturing/includes/db/work_orders_db.inc
2142    /manufacturing/includes/db/work_orders_quick_db.inc
2143    /manufacturing/work_order_entry.php
2144   
2145 21-Feb-2008 Joe Hunt
2146  + Added Print for documents in /admin/view_print_transaction.php (according to our new routines).
2147  $ /admin/view_print_transaction.php
2148    /applications/setup.php
2149   
2150 17-Feb-2008 Joe Hunt
2151  ! Minor change in menu and function in view_print_transaction.php
2152  $ /admin/view_print_transaction.php
2153    /application/setup.php
2154  + Preparing for print of single documents
2155  $ /reporting/includes/reporting.inc
2156  ! Removing 'out' field in table tax_types
2157  $ /sql/alter.sql
2158    /taxes/tax_types.php
2159    /taxes/db/tax_types_db.inc
2160  + Added 2 functions in ui_input.inc, button and button_cell
2161    /includes/ui/ui_input.inc
2162
2163 11-Feb-2008 Joe Hunt
2164  + Added file, update_db.php, for updating company databases from an SQL script.
2165  $ update_db.php (New file)
2166    update.html
2167   
2168 06-Fef-2008 Joe Hunt
2169  + Added Report, Salesman Listing, rep106.php. 
2170  $ /reporting/reports_main.php
2171    /reporting/rep106.php
2172   
2173 06-Feb-2008 Janusz Dobrowolski
2174  + Separation of customer invoice issue and goods delivery.
2175  + Batch invoicing for more than one delivery
2176  # Corrected inadequate shipping tax calculations.
2177  ! Default debugging status changed to off.
2178  $ /taxes/tax_calc.inc
2179    /taxes/db/tax_groups_db.inc
2180    /admin/db/voiding_db.inc
2181    /applications/customers.php
2182    /includes/systypes.inc
2183    /includes/types.inc
2184    /includes/ui/ui_controls.inc
2185    /includes/ui/ui_lists.inc
2186    /includes/ui/ui_view.inc
2187    /inventory/inquiry/stock_status.php
2188    /reporting/rep105.php
2189    /reporting/rep107.php
2190    /reporting/rep109.php
2191    /reporting/rep110.php 
2192    /reporting/rep209.php
2193    /reporting/reports_main.php
2194    /reporting/includes/doctext.inc
2195    /reporting/includes/doctext2.inc
2196    /reporting/includes/form_types.inc
2197    /reporting/includes/pdf_report.inc
2198    /reporting/includes/reports_classes.inc
2199    /sales/customer_credit_invoice.php
2200    /sales/customer_invoice.php
2201    /sales/sales_order_entry.php
2202    /sales/customer_delivery.php 
2203    /sales/includes/db/sales_delivery_db.inc 
2204    /sales/includes/ui/print_invoice.inc 
2205    /sales/includes/cart_class.inc
2206    /sales/includes/sales_db.inc
2207    /sales/includes/db/cust_trans_db.inc
2208    /sales/includes/db/cust_trans_details_db.inc
2209    /sales/includes/db/sales_credit_db.inc
2210    /sales/includes/db/sales_invoice_db.inc
2211    /sales/includes/db/sales_order_db.inc
2212    /sales/includes/ui/sales_order_ui.inc
2213    /sales/inquiry/customer_allocation_inquiry.php
2214    /sales/inquiry/customer_inquiry.php
2215    /sales/inquiry/sales_orders_view.php
2216    /sales/inquiry/sales_deliveries_view.php 
2217    /sales/view/view_dispatch.php
2218    /sales/view/view_invoice.php
2219    /sales/view/view_sales_order.php
2220    /sql/alter.sql
2221    config.php
2222   
2223 01-Feb-2008 Joe Hunt
2224  ! Changed so sales orders can have more than one row with the same stock_id. In alter.sql.
2225  $ /sales/includes/cart_class.inc
2226    /sales/includes/db/sales_credit_db.inc
2227    /sales/includes/db/sales_invoice_db.inc
2228    /sales/includes/db/sales_order_db.inc
2229    /sales/includes/db/cust_trans_details_db.inc
2230    /sales/includes/ui/sales_order_ui.inc
2231    /sales/includes/ui/sales_credit_ui.inc
2232    /sales/credit_note_entry.php
2233    /sales/customer_credit_invoice.php
2234    /sales/sales_order_entry.php
2235    /sales/customer_invoice.php
2236
2237 31-Jan-2008 Joe Hunt
2238  ! New Release 2.0 Pre Alpha
2239  $ config.php
2240  # Fixed a release 2 related bug in create_coy.php
2241  $ /admin/create_coy.php
2242  + An alter.sql file to use for updating databases. Until the update_db.php is ready, you can use the install/update companies
2243    and select the companies one by one and upload the alter.sql file to all companies. You can still run the release 2
2244    with these databases changes without any new files. They are coming as soon as possible.
2245  $ /sql/alter.sql (New file)  
2246  # Fixed a release 2 related bug. A field in supp_trans_items were declared as integer(11). Changed to VARCHAR(11) in alter.sql
2247    and 2 related files
2248  $ /purchasing/supplier_trans_gl.php
2249    /purchasing/includes/db/invoice_items_db.inc
2250  ! Moved variables $no_item_list, $no_customer_list and $no_supplier_list in config.php to company table
2251  $ /includes/ui/ui_lists.inc
2252    /purchasing/includes/ui/po_ui.inc
2253    /sales/includes/ui/sales_order_ui.inc
2254    /admin/company_preferences.php
2255    /admin/db/company_db.inc
2256    config.php
2257  + Created 3 new fields in salesman table for provision, break point and provision2. Included in alter.sql. 
2258    Update sales_people.php.Preparing for a new Salesman report with provision etc. Selected with time range. Should be very good.
2259  $ /sales/manage/sales_people.php
2260    /includes/ui/ui_input.inc
2261  
2262 -------------------- 2,0 Pre Alpha - above ----------------------------
2263 31-Jan-2008 Janusz Dobrowolski
2264  # Minor bugfix in db_import()
2265  $ /admin/db/maintenance_db.inc
2266  
2267 30-Jan-2008 Janusz Dobrowolski
2268  # Minor display fix in tax_types.php
2269  $ /taxes/tax_types.php
2270  ! Format cleanup on some files.
2271  $ /gl/includes/gl_db.inc
2272    /gl/includes/gl_ui.inc
2273    /applications/application.php
2274    frontaccounting.php
2275    index.php
2276    
2277 -------------------- 1.16 Stable Released ----------------------
2278 28-Jan-2008 Joe Hunt
2279  + Added a possibility to replace the normal listboxes for items, customer and/or suppliers with a search box.
2280    The listboxes can only hold about 1000 items. New variables in config.php, $no_item_list, $no_customer_list 
2281    and $no_supplier_list. Default is the normal behavior for all listboxes.
2282  $ /includes/ui/ui_lists.inc
2283    /sales/includes/ui/sales_orders_ui.inc
2284    /purchases/includes/ui/po_ui.inc
2285    /themes/default/images/locate.png (New file)
2286    config.php
2287
2288  + Added ALTER TABLE possibility in db_import. For future releases.
2289  $ /admin/db/maintenence_db.inc  
2290
2291  # Removed warnings 'Call-time pass-by-reference' in /includes/db/connect_db.inc and /includes/ui/ui_lists.inc
2292  # Fixed File not found when loading local stylesheet.css (for other languages) in /includes/page/header.inc
2293  $ /includes/db/connect_db.inc
2294    /includes/ui/ui_lists.inc
2295    /includes/page/header.inc
2296    /access/login.php
2297    
2298 16-Jan-2008 Joe Hunt
2299  # When login screen is displayed after session timeout page content is broken. It
2300    is because of NOT using absolute paths in href attribute theme elements.
2301  $ /access/login.php
2302  
2303 30-Dec-2007 Joe Hunt
2304  # Minor adjustments in function db_export on line 325
2305  $ /admin/db/maintenance_db.inc
2306  
2307 29-Dec-2007 Joe Hunt
2308  + Added a variable, $print_invoice_no, in config.php for printing the invoice number instead of invoice reference.
2309  $ config.php
2310  
2311  # Fixed a bug when exporting database. Exported NULL field values from NO to empty field (from mysql version 5.0.32).
2312    Also fixed a unneccessary str_replace when importing sql scripts.
2313  ! Changed the PDF presentation to deleting the Javascript cache before presentation.
2314  $ /admin/db/maintenance_db.inc
2315    /reporting/includes/pdf_report.inc
2316    
2317 13-Dec-2007 Joe Hunt
2318  # Still bugs in trial balances and account inquiry on screen when selecting non balance accounts. Fixed.
2319  $ /gl/inquiry/gl_trial_balance.php
2320    /gl/inquiry/gl_account_inquiry.php
2321
2322 13-Dec-2007 Joe Hunt
2323  # Fixed a bug when voiding a transaction (Journal Entry). An eventually underlying bank transfer was not voided.
2324  $ /admin/db/voiding_db.inc
2325  
2326 06-Dec-2007 Joe Hunt
2327  # Fixed a bug when adding lines during Payments to suppliers, the supplier was set back to the first.
2328  $ /gl/gl_payment.php
2329    /gl/includes/ui/gl_payment_ui.inc
2330    
2331  ! Changed $loc_notification to be set to 0 instead of 1.
2332  $ config.php
2333  
2334 -------------------- 1.15 Stable Released ----------------------
2335 05-Dec-2007 Joe Hunt
2336  + Added email notification to stock location when available stock is below reorder level
2337  $ config.php
2338    /sales/includes/db/sales_order_db.inc
2339    
2340  # Fixed bugs in Open balances when account is not a balance account
2341  $ /gl/inquiry/gl_trial_balance.php
2342    /gl/inquiry/gl_account_inquiry.php
2343    /reporting/rep704.php
2344    /reporting/rep708.php
2345    
2346 -------------------- 1.14 Stable Released ----------------------
2347 01-Oct-2007 Joe Hunt
2348  ! Major change in the installation of modules to also accept an SQL-file for upload.
2349  $ config.php
2350    /admin/inst_module.php
2351    /admin/db/maintenance_db.inc
2352    
2353 30-Sep-2007 Joe Hunt
2354  # The following files were still vulnerable. Fixed
2355  $ /access/login.php
2356    /includes/lang/language.php
2357
2358 -------------------- 1.13 Stable Released ----------------------
2359 14-Sep-2007 Joe Hunt
2360  + Added optional link for electronic payment on invoices (PayPal). 
2361  ! Better support for install/update languages.  
2362  ! Minor adjustments
2363  # Fixed a vulnerable item in config.php
2364  $ config.php
2365
2366 14-Sep-2007 Joe Hunt
2367  # We forgot to upload the PO file when installing new language. Used when GETTEXT is not installed on Server.
2368  # config.php has been vulnerable. Fixed.
2369  $ /admin/inst_lang.php
2370  $ config.php
2371  
2372 10-Sep-2007 Joe Hunt
2373  ! Changed Bank Address field from text to textarea (multirows)
2374  $ /gl/manage/bank_accounts.php
2375  
2376 06-Sep-2007 Joe Hunt
2377  + Added optional link for electronic payment on invoices (PayPal)
2378  $ /reporting/reports_main.php
2379    /reporting/rep107.php
2380    /reporting/includes/report_classes.inc
2381    /reporting/includes/pdf_report.inc
2382    /reporting/includes/doc_text.inc
2383    /reporting/includes/doc_text2.inc
2384    
2385 23-Aug-2007 Joe Hunt
2386  # Unnecessary parameter ($db) in check_for_recursive_bom
2387  $ /manufacturing/manage/bom_edit.php
2388  
2389 21-Aug-2007 Joe Hunt
2390  # Bug in /includes/lang/gettext.php (249) affecting changing language!
2391  $ /includes/lang/gettext.php
2392  
2393 08-Aug-2007 Joe Hunt
2394  # Minor adjustments
2395  $ config.php
2396    /access/login.php
2397    /admin/create_coy.php
2398    /reporting/includes/pdf_report.inc
2399    
2400 04-Aug-2007 Joe Hunt
2401  + Added a default fiscal year in the en_US-new.sql and start references.
2402  $ /sql/en_US-new.sql
2403  ! Changed some specific text strings in en_US.po (E.g. TAX instead of VAT)
2404  $ /lang/en_US/LC_MESSAGES/en_US.mo
2405  
2406 03-Aug-2007 Joe Hunt
2407  # A bug in Direct Invoicing (wrong Invoice Date) has been fixed.
2408  $ /sales/includes/db/sales_order_db.inc
2409  
2410 23-Jul-2007 Joe Hunt
2411  # Changed <? in front of 2 files to <?php.
2412  $ /purchasing/includes/purchasing_ui.inc
2413    /reporting/includes/class.mail.inc
2414    
2415 -------------------- 1.12 Stable Released ----------------------
2416 21-Jul-2007 Joe Hunt
2417  + Added option to handle Jalali and Islamic Calendars
2418  ! Minor adjustments
2419  $ config.php
2420    /gl/includes/db/gl_db_trans.inc
2421    /includes/date_functions.inc
2422    /includes/ui/ui_input.inc
2423    /includes/ui/ui_lists.inc
2424    /includes/ui/ui_view.inc
2425    /purchasing/po_receive_items.php
2426    /purchasing/includes/ui/invoice_ui.inc
2427    /purchasing/includes/ui/po_ui.inc
2428    /reporting/rep705.php
2429    /sales/includes/db/sales_order_db.inc
2430    /sales/includes/ui/sales_order_ui.inc
2431    
2432 20-Jul-2007 Joe Hunt
2433  ! Changed parameters on report Sales Order. Option to print as Quote.
2434  $ /reporting/reports_main.php
2435    /reporting/rep109.php
2436    /reporting/includes/pdf_report.inc
2437    /reporting/includes/doctext.inc
2438    /reporting/includes/doctext2.inc
2439  
2440 19-Jul-2007 Joe Hunt
2441  + Added Budget Entry in General Ledger. Includes Dimensions.
2442  $ config.php
2443    /applications/generalledger.php
2444    /gl/gl_budget.php (New File!)
2445    /gl/includes/db/gl_db_trans.inc
2446    /includes/date_functions.inc
2447    /reporting/report_classes.inc
2448    
2449 -------------------- 1.11 Stable Released ----------------------
2450 04-Jul-2007 Joe Hunt
2451  ! Option for using alpha numeric chart of accounts.
2452  $ config.php
2453    /gl/manage/gl_accounts.php
2454    /gl/includes/db/gl_db_accounts.inc
2455    /gl/includes/db/gl_db_bank_trans.inc
2456    /gl/includes/db/gl_db_trans.inc
2457    /gl/inquiry/gl_trial_balance.inc
2458    /admin/db/company_db.inc
2459    /inventory/includes/db/items_db.inc
2460    /sales/manage/customer_branches.inc
2461
2462 04-Jul-2007 Joe Hunt
2463  # Problems retrieving language texts for poEdit in long javascripts
2464  $ /includes/ui/ui_view.inc
2465  
2466 04-May-2007 Joe Hunt
2467  # Database error when updating more than one item row in Sales Orders.
2468  $ /sales/includes/db/sales_order_db.inc
2469  # Database error when inserting work order issues. Fixed.
2470  $ /manufacturing/includes/db/work_order_issues_db.inc
2471  
2472 03-May-2007 Joe Hunt
2473  # Multiple tables and JOIN's have syntax changes in MySQL 5.0.12. Need parentheses.
2474  $ /includes/db/manufacturing_db.inc
2475    /manufacturing/includes/db/work_order_requirements_db.inc
2476
2477 02-May-2007 Joe Hunt
2478  # Missing details on Purchase Order when emailing and printing
2479  $ /reporting/rep209.php
2480  
2481 -------------------- 1.1 Stable Released ----------------------
2482 02-May-2007 Joe Hunt
2483  + Enabled module addons and all the below bugfixes. No changes in database structure.
2484  - Removed /sql/basic.sql (included in the other sql files)
2485  - Removed /themes/default/images/left.gif and /themes/default/images/right.gif 
2486    (not needed anymore).
2487  + Addition of update.html  
2488  $ /admin/inst_module.php (New file!)
2489    /applications/customers.php
2490    /applications/dimensions.php
2491    /applications/generalledger.php
2492    /applications/inventory.php
2493    /applications/manufacturing.php
2494    /applications/setup.php
2495    /applications/suppliers.php
2496    /install/index.php
2497    /install/save.php
2498    /modules/inst_modules.php (New folder and new file!)
2499    /modules/index.php (New file!)
2500    /sql/en_US-demo.sql
2501    /sql/en_US-new.sql
2502    install.html
2503    update.html (New file!)
2504    
2505 01-May-2007 Joe Hunt
2506  # Missing measure of units when printing sales orders
2507  # Update of Sales People caused a database error
2508  $ /sales/manage/sales_people.php
2509    /reporting/rep109.php
2510  
2511 30-Apr-2007 Joe Hunt
2512  + The selected menu tab is now shown with same background as hover color.
2513  $ config.php (default tab line 77. Change if you want)
2514    /includes/page/header.inc
2515    
2516 28-Apr-2007 Joe Hunt
2517  # When saving work order entries a lot of debug boxes appeared. Fixed
2518  # When clicking on the link, Issue, on work order inquires an empty screen appeared. Fixed
2519  # When retrieving work centres id's there was a database error. Fixed by casting string to unsigned
2520  $ /includes/db/manufacturing_db.inc
2521    /manufacturing/work_order_entry.php
2522    /manufacturing/includes/work_order_issue_ui.inc
2523    /manufacturing/includes/db/work_order_requirements_db.inc
2524    /manufacturing/includes/db/work_orders_quick_db.inc
2525    /manufacturing/inquiry/where_used_inquiry.php
2526    
2527 25-Apr-2007 Joe Hunt
2528  # Missing Date Picker
2529  $ /sales/customer_invoice.php
2530  # No JS popup window
2531  $ /sales/view/view_invoice.php
2532  
2533 24-Apr-2007 Joe Hunt
2534  ! New and better Date Picker, better cool theme.
2535  $ /includes/ui/ui_input.inc
2536    /includes/ui/ui_view.inc
2537    /reporting/includes/reports_classes.inc
2538    /themes/cool/default.css
2539
2540 -------------------- 1.0.1 Stable Released ----------------------
2541 23-Apr-2007 Joe Hunt
2542  ! Release 1.0.1 established on SourceForge, fixing the bugs and including a Date Picker,
2543    the changes for selection lists customers/suppliers and the Audit Trail.
2544
2545 22-Apr-2007 Joe Hunt
2546  ! Changed the two selection lists for customers/suppliers in reports to a single one with
2547    No Filter
2548  ! Changed the sort order in these selection lists from id to name.
2549  + Added Audit Trail in GL trans. A switch in config.php, $use_audit_trail, must be set to 1.
2550  $ /reporting/reports_main.php
2551    /reporting/rep101.php
2552    /reporting/rep102.php
2553    /reporting/rep201.php
2554    /reporting/rep202.php
2555    /reporting/rep203.php
2556    /reporting/rep204.php
2557    /reporting/includes/reports_classes.inc
2558    /includes/ui/ui_lists.inc
2559    /gl/includes/db/gl_db_trans.inc
2560    config.php
2561    
2562 22-Apr-2007 Joe Hunt
2563  + Date Picker for all date fields.
2564  $ config.php
2565    /admin/fiscalyears.php
2566    /admin/void_transaction.php
2567    /includes/ui/ui_view.inc
2568    /includes/ui/ui_input.inc
2569    /dimensions/dimension_entry.php
2570    /dimensions/inquiry/search_dimensions.php
2571    /gl/gl_journal.php
2572    /gl/gl_deposit.php
2573    /gl/gl_payment.php
2574    /gl/bank_transfer.php
2575    /gl/inquiry/bank_inquiry.php
2576    /gl/inquiry/gl_account_inquiry.php
2577    /gl/inquiry/gl_trial_balance.php
2578    /gl/manage/exchange_rates.php
2579    /inventory/adjustments.php
2580    /inventory/transfers.php
2581    /inventory/inquiry/stock_movements.php
2582    /inventory/manage/items.php
2583    /manufacturing/work_order_add_finished.php
2584    /manufacturing/work_order_entry.php
2585    /manufacturing/work_order_issue.php
2586    /manufacturing/work_order_release.php
2587    /purchasing/supplier_payment.php
2588    /purchasing/po_entry_items.php
2589    /purchasing/po_receive_items.php
2590    /purchasing/supplier_credit.php
2591    /purchasing/supplier_credit_grns.php
2592    /purchasing/supplier_invoice.php
2593    /purchasing/supplier_invoice_grns.php
2594    /purchasing/supplier_trans_gl.php
2595    /purchasing/includes/ui/po_ui.inc
2596    /purchasing/inquity/po_search.php
2597    /purchasing/inquiry/po_search_completed.php
2598    /purchasing/inquiry/supplier_allocation_inquiry.php
2599    /purchasing/inquiry/supplier_inquiry.php
2600    /reporting/reports_main.php
2601    /reporting/includes/reports_classes.inc
2602    /sales/credit_note_entry.php
2603    /sales/customer_credit_invoice.php
2604    /sales/customer_payments.php
2605    /sales/sales_order_entry.php
2606    /sales/includes/ui/sales_order_ui.inc
2607    /sales/inquiry/customer_allocation_inquiry.php
2608    /sales/inquiry/customer_inquiry.php
2609    /sales/inquiry/sales_orders_view.php
2610    New image files:
2611    /themes/default/images/cal.gif
2612    /themes/default/images/next.gif
2613    /themes/default/images/prev.gif
2614
2615 19-Apr-2007 Joe Hunt
2616  # Bug no 1703895, Account numbers are varchars, need quotes, fixed
2617  # Bug no 1703891, Reserved MySQL words used as column names, fixed
2618  $ /taxes/db/tax_types_db.inc
2619
2620  # Bug no 1703888, Apostrophes and other unescaped characters, fixed
2621  $ /gl/manage/gl_accounts.php
2622    /gl/includes/db/gl_db_accounts.inc
2623    /includes/ui/ui_input.inc
2624
2625 18-Apr-2007 Joe Hunt
2626  # Bug no 1702594, Logon Loop, fixed
2627  $ config.php
2628
2629 -------------------- 1.0a Stable Released ----------------------
2630 10-Apr-2007 Joe Hunt
2631  ! Release 1.0a established on SourceForge, fixing the bugs.
2632
2633 11-Apr-2007 Joe Hunt
2634  # Bug No 1698214, Creating Items, fixed
2635  $ /includes/ui/ui_lists.inc
2636  # Bug no 1698216, Item Movements, fixed
2637  $ /inventory/manage/items.php
2638
2639 -------------------- 1.0 Stable Released ----------------------
2640 10-Apr-2007 Joe Hunt
2641  ! Release 1.0 established on SourceForge.
2642
2643 2. Copyright and disclaimer
2644 ---------------------------
2645 This application is opensource software released under the GPL.  Please
2646 see source code and the LICENSE file