Hi, Alwain
Iam here again to disturb you.
You asked me about the data which wish to export to GP. How should i send you since i do not know your mail id. Right here i will give you some scenario which will make it clear.
As i have said i have an C# .Net application which generates Payroll. Which stores generated Data in to MYSQL. I will first integrate this application into GP using the Shortcuts menu -> Add -> Add Macro Shortcut.
This application generates the Payroll data and when i wish to save it in MYSQL using the application save option it should as well save the generated payroll data into GL of GP.
The Data what i have
Employee ID dbtype as VarChar Example EMPLOYEE001
Employee Salary dbType as Decimal Example 10000.00
Food Aloowance dbType as Decimal Example 500.00
Transport Allowance dbType as Decimal Example 500.00
GOSI Deductions dbType as Decimal Example 500.00
OverTime dbType as Decimal Example 500.00
Absent Dedcutions dbType as Decimal Example 80.00
Benefits dbType as Decimal Example200.00
Loans dbType as Decimal Example1000.00
Sum of Dedcutions dbType as Decimal
Net Salary dbType as Decimal
Payroll Date dbType as Date dd/MM/yyyy
Hope you are able to get
Note this is a Payroll Data suiting KSA and so its assumed to be in Riyals and hence use NO currency symbols, just plain numbers. Now i want to export this Data to GL of GP.
Since i wish to automate the process of exporting the data, how should i do it. SInce the payroll will be generated on monthly basis and i do not want the client to do it manually every time he generates payroll.