You've already forked OpenIntegrations
mirror of
https://github.com/Bayselonarrend/OpenIntegrations.git
synced 2025-12-01 22:29:52 +02:00
Main build (Jenkins)
This commit is contained in:
@@ -7,4 +7,4 @@
|
||||
Token = "37d1fe66006e9f06006b12e400000001000...";
|
||||
FieldID = "257";
|
||||
|
||||
Result = OPI_Bitrix24.GetCustomTaskField(URL, FieldID, );
|
||||
Result = OPI_Bitrix24.GetCustomTaskField(URL, FieldID);
|
||||
|
||||
@@ -2,10 +2,8 @@
|
||||
|
||||
Result = OPI_Bitrix24.GetTimekeepingSettings(URL);
|
||||
|
||||
Hour = 3600;
|
||||
|
||||
URL = "b24-ar17wx.bitrix24.by";
|
||||
Token = "37d1fe66006e9f06006b12e400000001000...";
|
||||
UserID = 1;
|
||||
|
||||
Result = OPI_Bitrix24.GetTimekeepingSettings(URL, UserID);
|
||||
Result = OPI_Bitrix24.GetTimekeepingSettings(URL, UserID, Token);
|
||||
|
||||
@@ -2,10 +2,8 @@
|
||||
|
||||
Result = OPI_Bitrix24.GetTimekeepingStatus(URL);
|
||||
|
||||
Hour = 3600;
|
||||
|
||||
URL = "b24-ar17wx.bitrix24.by";
|
||||
Token = "37d1fe66006e9f06006b12e400000001000...";
|
||||
UserID = 1;
|
||||
|
||||
Result = OPI_Bitrix24.GetTimekeepingStatus(URL, UserID);
|
||||
Result = OPI_Bitrix24.GetTimekeepingStatus(URL, UserID, Token);
|
||||
|
||||
@@ -2,10 +2,8 @@
|
||||
|
||||
Result = OPI_Bitrix24.PauseTimekeeping(URL);
|
||||
|
||||
Hour = 3600;
|
||||
|
||||
URL = "b24-ar17wx.bitrix24.by";
|
||||
Token = "37d1fe66006e9f06006b12e400000001000...";
|
||||
UserID = 1;
|
||||
|
||||
Result = OPI_Bitrix24.PauseTimekeeping(URL, UserID);
|
||||
Result = OPI_Bitrix24.PauseTimekeeping(URL, UserID, Token);
|
||||
|
||||
@@ -10,4 +10,4 @@
|
||||
Time = OPI_Tools.GetCurrentDate() - Hour;
|
||||
Report = "Late";
|
||||
|
||||
Result = OPI_Bitrix24.StartTimekeeping(URL, UserID, Time, Report, );
|
||||
Result = OPI_Bitrix24.StartTimekeeping(URL, UserID, Time, Report, Token);
|
||||
|
||||
Reference in New Issue
Block a user