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