s_salary_timecard
This method is for viewing time-card of RIVILE salary calculation module.
All parameters are expected via HTTP POST.
Mandatory parameters
Name |
Description |
Notes |
session_id |
Session id |
|
login |
RIVILE username |
|
pass |
RIVILE password hashed in MD5 |
|
year |
Time card year |
|
month |
Time card month |
|
employeeDep |
Employee department |
|
Additional parameters
Name |
Description |
Notes |
lang |
Web service response language. EN LT or RU |
|
Web service returns
Name |
Description |
Notes |
status |
Web service status |
|
description |
Status description |
|
login |
RIVILE username |
|
list |
List with data |
|
list
Name |
Description |
Notes |
employeeDep |
Employee department |
a16_kodas_is |
year |
Calendar year |
a16_date |
month |
Calendar month |
a16_date |
timecardName |
Name |
a16_pav |
timecardConfirmed |
Confirmation status. 1 - Unconfirmed, 2 - Confirmed, 3 - Edited |
a16_pav |
timecards |
List with time-card data |
timecards
Name |
Description |
Notes |
calendarCode |
Calendar code |
a17_kodas_la |
employeeCode |
Employee code |
a17_kodas_tb |
employee |
Employee name and surename |
a17_pav |
days |
List with days data |
days
Name |
Description |
Notes |
dayName |
Day name |
a17_d01-a17_d31 header |
dayCode |
Day code |
a17_d01-a17_d31 value |
dayHours |
List with day hour data |
dayHours
Name |
Description |
Notes |
hourName |
Hour name |
a15_v01-a15_v31 header |
hourCode |
Hour code |
a12_zsut |
hourValue |
Hour value |
a15_v01-a15_v31 value |
hourObject |
Hour object |
a15_kodas_os |
set1 New |
Data set 1 |
k45_rin01 |
set2 New |
Data set 2 |
k45_rin02 |
... |
... |
... |
set15 New |
Data set 15 |
k45_rin15 |
Web service status list
Name |
Description |
00 |
Ok |
01 |
No parameter session_id |
02 |
No parameter login |
03 |
No parameter pass |
04 |
Login failed |
05 |
No or wrong parameter year |
06 |
No or wrong parameter month |
07 |
No or wrong parameter employeeDep |
08 |
DB connect error |
09 |
Wrong parameter lang , values LT,EN,RU only. |
10 |
Time-card not found |