Bug 2529

Summary: Required new report for Costing
Product: [01.IMIS] MANAGEMENT INFORMATION SYSTEM Reporter: Santosh Kapoor <santosh.kapoor>
Component: MIS FORMS AND REPORTSAssignee: anushree.pandey
Status: RESOLVED FIXED    
Severity: normal CC: mahender.singh
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: All   
Database: Module ID:
Attachments: Check attachment

Comment 25 anushree.pandey 2020-08-27 17:48:27 IST
Testing done with the user(Mr Santosh) ,Report was ok from his side.
After fulfilling all the requirements of the user and and verified by the user and he said all the points are covered and you can close the call.
Comment 24 anushree.pandey 2020-08-27 17:47:43 IST
Testing done with the user(Mr Santosh) ,Report was ok from his side.
After fulfilling all the requirements of the user and and verified by the user and he said all the points are covered and you can close the call.
Comment 23 Mahender 2020-08-27 15:11:08 IST
1. Modify column "GRN RATE PER PCS" round in 3 digit 
2. Old bom & New Bom mark "old or new"

if any query call me
Comment 22 Mahender 2020-08-27 15:03:47 IST
Created attachment 1159 [details]
Check attachment

Please see below point 

1. Item code print PM OR RM but print finished goods item
2. Old form bom and new form bom not merge, requried separate
Comment 21 anushree.pandey 2020-08-27 14:23:04 IST
Its Done.
Please check and confirm.
Comment 20 Mahender 2020-08-27 12:12:21 IST
Point for filter 

1. Company Wise
2. Only Active status record
3. New Form and old from bom both data required in report
Comment 19 Santosh Kapoor 2020-08-19 18:42:42 IST
yet not resolve

  santosh
(9315301151)
Comment 18 anushree.pandey 2020-08-19 18:10:21 IST
Done.
Please check.
Comment 17 anushree.pandey 2020-08-12 17:13:32 IST
Working on it..
Comment 16 Santosh Kapoor 2020-08-12 12:47:25 IST
REMINDER
Comment 15 Mahender 2020-08-05 14:58:26 IST
PLEASE RESOLVE IT IS VERY URGENT
Comment 14 Santosh Kapoor 2020-07-30 15:48:05 IST
Please pik BOM from report no. FGIF0700 and FGIF0565
Comment 13 Santosh Kapoor 2020-07-24 13:09:36 IST
Report is yet to be modified according to the format given by us.
Comment 12 anushree.pandey 2020-03-03 12:50:45 IST
New Report made for costing.
Please Check and verify.
In report Launcher FGIR0710 - Costing of Packing Material.
Comment 9 Mahender 2020-02-28 12:32:40 IST
COMPANY||'-'||GRN_TYPE||'-'||GRN_SERIES||'-'||TO_CHAR(GRN_NO)||'-'||TO_CHAR(GRN_DATE,'DD/MM/YYYY')
Comment 7 Mahender 2020-02-27 18:15:34 IST
PROCEDURE GET_LAST_GRN_RATE
 (P_ITEM_CODE VARCHAR2
 ,P_STOCK_TYPE VARCHAR2
 ,P_GRN_REF	IN OUT VARCHAR2
 ,P_GRN_RATE IN OUT NUMBER
 );


PROCEDURE GET_LAST_GRN_RATE
 (P_ITEM_CODE VARCHAR2
 ,P_STOCK_TYPE VARCHAR2
 ,P_GRN_REF	IN OUT VARCHAR2
 ,P_GRN_RATE IN OUT NUMBER
 )

 IS

 --Create by MS Dt. 15/01/2020
 --Bugzilla Call ID 2529

BEGIN
    BEGIN
        SELECT COMPANY||'-'||GRN_TYPE||'-'||GRN_SERIES||'-'||GRN_NO||'-'||GRN_DATE, GRN_UM_ITEM_RATE 
        INTO P_GRN_REF , P_GRN_RATE FROM GOODS_RECEIVED_NOTE_ITEMS
        WHERE GRNITM_RECID =    (SELECT MAX(GRNITM_RECID) FROM GOODS_RECEIVED_NOTE_ITEMS
                                 WHERE GRN_ITEM_CODE         =     P_ITEM_CODE
                                 AND   GRN_ITEM_STOCK_TYPE  = P_STOCK_TYPE
                                     AND GRN_DATE            = ( SELECT MAX(GRN_DATE) FROM GOODS_RECEIVED_NOTE_ITEMS
WHERE GRN_ITEM_CODE         =      P_ITEM_CODE
AND   GRN_ITEM_STOCK_TYPE  =    P_STOCK_TYPE    ))
        AND  GRN_ITEM_CODE             =      P_ITEM_CODE
        AND  GRN_ITEM_STOCK_TYPE      =    P_STOCK_TYPE;
    EXCEPTION
        WHEN NO_DATA_FOUND THEN NULL;
        WHEN TOO_MANY_ROWS THEN NULL;
    END;
END;
Comment 5 Santosh Kapoor 2020-02-12 12:26:43 IST
Reminder-2
Comment 4 Santosh Kapoor 2020-02-03 11:29:30 IST
REMINDER
Comment 3 Mahender 2020-01-15 15:01:02 IST
USE FUNCTION : PKG_IC.GET_LAST_GRN_RATE

ADD NEW COLUMN AS PER ABOVE FUNCTION 

QUERY GET FROM BOM PRINTING REPORT
Comment 2 Santosh Kapoor 2020-01-06 15:53:59 IST
(In reply to Mahender from comment #1)
> Please give bom format report no

BOM REPORT NO. IS FGIF0565
Comment 1 Mahender 2020-01-06 15:26:07 IST
Please give bom format report no
Description Santosh Kapoor 2020-01-06 15:01:44 IST
As per discussion with Mohinder Sir, we are required new IMIS report for costing purpose.Please pick report format from BOM and pick value from GRN wise purchase book.

Santosh Kapoor