Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Payslips using Crystal Reports???

Status
Not open for further replies.

bhappy007

Programmer
Apr 15, 2008
12
IN
Hi ,

I need to generate payslips for all employees using crystal reports, some 2 to 3 employee's payslips are coming in a single page i need like that, and all data im getting dynamically from code behind using formula fields and parameter fields, bcuz no.of earnings/deductions may change at runtime.....

It looks like this..
---------------------------------------------------------------------------------------------------------------------------------------------------------
empname :abc date:
designation gsg nop

Earnings Deductions Total

signature

-----------------------------------------------------------------------------------------------------------------------------------------------------------

---------------------------------------------------------------------------------------------------------------------------------------------------------
empname :xyz date
designation :hjk nop

Earnings Deductions Total

signature

-----------------------------------------------------------------------------------------------------------------------------------------------------------

Thanks,
Aswath.
 
If you want each payslip on a new page, set 'New Page' on the relevant section. Right-click on the section and choose Format Section.

It helps to give your Crystal version - 8, 8.5, 9, 10, 11 or whatever. Methods sometimes change between versions, and higher versions have extra options.


[yinyang] Madawc Williams (East Anglia, UK). Using Windows XP & Crystal 10 [yinyang]
 
Hi,

Thanks for ur response,

I am using CR inbuilt with .Net2.0, In my CR i placed some formula fields and i am sending values to those formula fields through code behind(vb.net2.0) bcuz i dono the column names (earns/deducts may change at runtime)so at a time i can send only one value to formula field?? so for one employee i can generate payslip, but at a time i need to generate for all employees......????

Any idea plz......

Thanks,
Aswath.
 
Sorry, I don't know .Net2.0. Can anyone else help?

[yinyang] Madawc Williams (East Anglia, UK). Using Windows XP & Crystal 10 [yinyang]
 
HI,

Thanks for ur replay,

I found the solution using formula and parameter fields with group by employee id.......

Thanks.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top