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