Error occuring when executing Payrun job #4
-
Hi, @Giannoudis , Hope you'r doing well So, the error is coming when I generate a build of backend APIs and deploy it on our server and execute the whole process step by step but error shows up when executing payrun job. The strange thing is that this error doesn't show up when I execute through your beta release build (PayrollEngineSetup_0.8.0-beta.1). I think it's missing something from this Backend Repository. I tried several times but still the same but not with your beta build. |
Beta Was this translation helpful? Give feedback.
Replies: 6 comments 1 reply
-
Can you give me a JSON example? |
Beta Was this translation helpful? Give feedback.
-
{ This is the JSON I'm executing through your command console, i got this JSON from your beta release build. (FYI, it worked fine when executed through your beta release build) |
Beta Was this translation helpful? Give feedback.
-
Hello @Abdullahifisol. Unfortunately, I cannot reproduce the problem with the attached JSON example. Did you create a special version of the backend server? |
Beta Was this translation helpful? Give feedback.
-
Hi @Giannoudis I haven't created any special version. Just cloned and ran the project from this URL "https://github.com/Payroll-Engine/PayrollEngine.Backend.git". |
Beta Was this translation helpful? Give feedback.
-
It is not necessary to clone the backend repository to use the Payroll Engine. To create your own payroll definition, follow these steps
See In addition to the payroll definition, values ( Further commands in the WeekSimplePayroll example:
|
Beta Was this translation helpful? Give feedback.
-
@Giannoudis Thank you so much for taking the time to respond to all my queries. For now, yes, I'm using this approach to create and test the payroll engine. However, what should I do if there's a requirement to make some changes in the backend server? |
Beta Was this translation helpful? Give feedback.
The following steps are required to make changes to the backend:
PayrollEngine.Backend.sln
solution using Visual Studio.bin\Release
folder to thePayrollEngine.backend
installation directory.Since the backend server is very generic, I would be interested to know what customizations you would like to make in the backend.