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