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