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