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