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