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