retrieving value from payroll report

Discussion in 'Tally Developer' started by kosi, Jan 23, 2020.

    
  1. kosi

    kosi Member


    fellow programmers
    kindly help me
    im stack
    neet to fetch the PAYE column values to PayrollRep1 field in the bellow codes from Payroll Sheet Report in tally
    The database is uploaded and its in tally version 6.2
    To get to the Payroll Sheet Report screen follow bellow path in tally
    GateWay Of Tally > Display > Payroll Report > Statement Of Payroll > Pay Sheet > All Items

    [#menu:Gateway of tally]
    add : item :"Payroll":display:payrollRep

    [Report:payrollRep]
    Form:payrollRep
    [Form:payrollRep]
    Part:payrollRep
    Height: 100 % Screen
    Width: 100 % Screen
    Button:Refresh TDL
    [Part:payrollRep]
    Line:payrollRep,PayrollRep1
    Repeat:payrollRep1:payrollRep1Coll
    [Line:payrollRep]
    Field:Name Field,Name2
    Local:Field:Name Field:Set as:"Employee Name"
    Local:Field:Name2:Set as:"PAYE Amount"

    [Field:Name2]
    Use:Name Field

    [Line:payrollRep1]
    Field:Name Field,PayrollRep1
    Local:Field:Name Field:Set as:$Name
    Local:Field:payrollRep1:Set as:$Amount

    [Field:payrollRep1]
    Use:Name Field

    [Collection:payrollRep1Coll]
    Type:cost center
     

    Attached Files:



Share This Page