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