v1.0 с CRM
This commit is contained in:
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -1,7 +1,7 @@
|
||||
if wscript.arguments.count<>4 then wscript.quit
|
||||
if wscript.arguments.count<>6 then wscript.quit
|
||||
|
||||
set sh = createobject("wscript.shell")
|
||||
set fs = createobject("scripting.filesystemobject")
|
||||
dir=fs.getparentfoldername(wscript.scriptfullname)
|
||||
sh.run """"&dir&"\doWork.bat"&""" """&wscript.arguments(0)&""" """&wscript.arguments(1)&""" """&wscript.arguments(2)&""" """&wscript.arguments(3)&"""",0
|
||||
sh.run """"&dir&"\doWork.bat"&""" """&wscript.arguments(0)&""" """&wscript.arguments(1)&""" """&wscript.arguments(2)&""" """&wscript.arguments(3)&""" """&wscript.arguments(4)&""" """&wscript.arguments(5)&"""",0
|
||||
rem &wscript.arguments(0)
|
||||
@@ -8,6 +8,8 @@ set shotpath=%2
|
||||
set kppath=%3
|
||||
set netpath=%4
|
||||
set mgrPath=%cd%\mogrify.exe
|
||||
set defvidpath=%5
|
||||
set vidpath=%6
|
||||
rem convert screenshots to jpg
|
||||
cd /d %shotpath%
|
||||
%mgrPath% -resize x1080 -quality 80 -format jpg *.png
|
||||
@@ -18,5 +20,9 @@ cd %kppath%
|
||||
%mgrPath% -format jpg *.png
|
||||
del *.png
|
||||
|
||||
rem move video to client folder
|
||||
robocopy %vidpath% %defvidpath% /mov
|
||||
|
||||
rem copy all data to network
|
||||
robocopy %defpath% %netpath% /mir
|
||||
robocopy %defpath% %netpath% /mir
|
||||
|
||||
|
||||
+12
-1
@@ -15,4 +15,15 @@ v0.92
|
||||
-улучшение перемещения через лифт
|
||||
добавлено:
|
||||
-коммерческие помещения
|
||||
-новый вид указателя в VR
|
||||
-новый вид указателя в VR
|
||||
|
||||
до v1.0
|
||||
-различные исправления
|
||||
|
||||
v1.0
|
||||
исправлено:
|
||||
-лод на лестнице во дворе
|
||||
-неуправляемая камера на выборе секции
|
||||
добавлено:
|
||||
-интеграция с CRM для чтения и добавления клиентов и лидов
|
||||
-сохранение данных(скриншоты, КП по избранным, информация по сеансу) локально и на другую машину в локальной сети, адрес удаленной папки прописывается в файле \piterGraphicsC\Saved\netLocation
|
||||
|
||||
@@ -242,6 +242,11 @@
|
||||
"Linux",
|
||||
"Mac"
|
||||
]
|
||||
},
|
||||
{
|
||||
"Name": "VictoryBPLibrary",
|
||||
"Enabled": true,
|
||||
"MarketplaceURL": "http://www.ue4code.com"
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -253,6 +253,11 @@
|
||||
"Name": "EasyXMLParser",
|
||||
"Enabled": true,
|
||||
"MarketplaceURL": "com.epicgames.launcher://ue/marketplace/content/af98110080a4411a8eaf3b8e931b8655"
|
||||
},
|
||||
{
|
||||
"Name": "VaRest",
|
||||
"Enabled": true,
|
||||
"MarketplaceURL": "com.epicgames.launcher://ue/marketplace/content/e47be161e7a24e928560290abd5dcc4f"
|
||||
}
|
||||
],
|
||||
"TargetPlatforms": [
|
||||
|
||||
Reference in New Issue
Block a user