Bug 9635 - Details of GL Expenses
Summary: Details of GL Expenses
Status: RESOLVED FIXED
Alias: None
Product: IMIS FORMS AND REPORTS
Classification: 01.IMIS
Component: IMIS FORMS AND REPORTS (show other bugs)
Version: unspecified
Hardware: PC Windows
: Normal critical
Assignee: rahul singh
URL:
Depends on:
Blocks:
 
Reported: 2022-10-06 12:13 IST by Sanjay Gupta
Modified: 2023-04-21 12:30 IST (History)
2 users (show)

See Also:
Database:
Module ID:


Attachments
Draft (8.27 KB, application/vnd.openxmlformats-officedocument.spreadsheetml.sheet)
2022-10-06 12:13 IST, Sanjay Gupta
Details
Excel file of gl expense report (47.75 KB, application/vnd.openxmlformats-officedocument.spreadsheetml.sheet)
2022-11-09 16:48 IST, rahul singh
Details
Csv file of gl expense report. (80.18 KB, text/csv)
2022-11-09 18:04 IST, rahul singh
Details
Csv file of gl expense report. (15.80 KB, text/csv)
2022-11-15 12:36 IST, rahul singh
Details

Note You need to log in before you can comment on or make changes to this bug.
Comment 14 rahul singh 2023-04-21 12:30:21 IST
Dear sir,
           As per discuss with you issue has been resolved.
Comment 13 Sanjay Gupta 2023-04-12 16:50:57 IST
We Observed that the some expenses not reflected in the said report. like account code 60303-0001
Comment 12 Sanjay Gupta 2023-04-12 16:40:11 IST
also insert the following column:

1. Description of Item
2. Item Code
3. Quantity
4. GST/ Others
5. Total Bill Value
6. Supplier / Customer Code
Comment 11 Sanjay Gupta 2023-04-12 16:16:04 IST
Report No. ACCF7080 is not working in P1 directory.
Pl. take it on priority basis.
Comment 10 rahul singh 2022-12-29 10:30:15 IST
Dear sir,
         Data of Voucher Type (45,44,4C,J2) also has been added.Please check and confirm.
Comment 9 rahul singh 2022-12-26 11:10:25 IST
Dear sir,
         Data of JV has been added and also issue of blank name of suppliers and customers has been fixed.Please check and confirm.
Comment 8 rahul singh 2022-12-20 13:23:12 IST
Dear sir,
         Details of GL Expenses in CSV (ACCF7080) is now in erp and rights also given to you please check and confirm.
Comment 7 rahul singh 2022-11-15 12:36:50 IST
Created attachment 3098 [details]
Csv file of gl expense report.
Comment 6 rahul singh 2022-11-09 18:04:57 IST
Created attachment 3090 [details]
Csv file of gl expense report.
Comment 5 rahul singh 2022-11-09 17:29:28 IST
Sir,  
    This data against account_code = '60138' and between '01/04/2022' AND '31/10/2022'.
Comment 4 rahul singh 2022-11-09 16:51:18 IST
Dear sir,
          I have attached an excel file of your required report.Please check and confirm.
Comment 3 rahul singh 2022-11-09 16:48:54 IST
Created attachment 3088 [details]
Excel file of gl expense report
Comment 2 Mahender 2022-11-08 12:49:12 IST
SELECT SUPPLIER_CODE,SUM(ISSUED_VALUE) ISSUED_VALUE FROM ITEM_STOCK_DETAIL_FIFO_BATCH B
WHERE EXISTS (SELECT '1' FROM GL_POSTING_DETAILS G 	WHERE B.COMPANY 		= G.COMPANY
													AND   B.VOUCHER_TYPE 	= G.VOUCHER_TYPE
													AND	  B.VOUCHER_SERIES	= G.VOUCHER_SERIES
													AND   B.VOUCHER_NO		= G.VOUCHER_NUMBER
													AND   G.VOUCHER_DATE	BETWEEN '01/04/2022' AND '31/10/2022'
													AND   G.ACCOUNT_CODE	= '60138'
													AND   G.SUB_ACCOUNT_CODE= '0003')
GROUP BY SUPPLIER_CODE
Comment 1 Mahender 2022-10-31 10:27:01 IST
ITEM_STOCK_DETAIL_FIFO_BATCH
Description Sanjay Gupta 2022-10-06 12:13:07 IST
Created attachment 3046 [details]
Draft

As discussed with you regarding provide the details in attached format for your reference.

Provide LOV for registered / unregistered / All Suppliers

Provide LOV for Main / Sub-Code of ALL GL

Provide reports in CSV & PDF