¶Ô±ÈÐÂÎļþ |
| | |
| | | Quintiq file version 2.0 |
| | | #parent: #root |
| | | Daemon FinishedEngineInventoryInterface |
| | | { |
| | | Frequency: P1DT0H0M0S |
| | | Priority: 'Default' |
| | | StartDate: 2024-07-19 |
| | | StartTimeOfDay: P0DT9H0M0S |
| | | Text: |
| | | [* |
| | | options := DatasetFindOptions::Construct( 'InterfaceDataset' ).IncludeOffline( true ); //to load we must search offline datasets. |
| | | mdskey := DatasetController::FindUnique( options ); |
| | | |
| | | MDSInterfaceDataset::Root( mdskey ) -> FinishedEngineInventory::Synchronize( "Administrator" ); |
| | | *] |
| | | } |
| | |
| | | Frequency: P1DT0H0M0S |
| | | Priority: 'Default' |
| | | StartDate: 2024-07-19 |
| | | StartTimeOfDay: P0DT23H30M0S |
| | | StartTimeOfDay: P0DT9H0M0S |
| | | Text: |
| | | [* |
| | | options := DatasetFindOptions::Construct( 'InterfaceDataset' ).IncludeOffline( true ); //to load we must search offline datasets. |
| | |
| | | TextBody: |
| | | [* |
| | | //// çå
°é¸½ Jul-17-2024 (created) |
| | | date := Date::ActualDate(); |
| | | date := Date::ActualDate() - Duration::Days( 1 ); |
| | | loginfo := owner.InterfaceLoginfo( relnew, ExecuteUser := executor |
| | | , Name := Translations::InterfaceDataset_FinishedEngineInventory_Name() |
| | | , InterfaceDateTime := DateTime::ActualTime() |
| | | , Message := 'åºåæ°æ®ï¼å卿ºæååºåï¼' |
| | | , RequestBody := FinishedEngineInventory::GetRequestBody( date ) ); |
| | | , RequestBody := FinishedEngineInventory::GetRequestBody( date.Date() ) ); |
| | | |
| | | data := InterfaceLoginfo::CallInterface( owner, loginfo ); |
| | | if( not isnull( data ) ){ |
| | |
| | | TextBody: |
| | | [* |
| | | //// çå
°é¸½ Jul-17-2024 (created) |
| | | date := Date::ActualDate(); |
| | | date := Date::ActualDate() - Duration::Days( 1 ); |
| | | loginfo := owner.InterfaceLoginfo( relnew, ExecuteUser := executor |
| | | , Name := Translations::InterfaceDataset_MachineStockData_Name() |
| | | , InterfaceDateTime := DateTime::ActualTime() |
| | | , Message := 'åºåæ°æ®ï¼æºå åºåï¼' |
| | | , RequestBody := MachineStockData::GetRequestBody( date ) ); |
| | | , RequestBody := MachineStockData::GetRequestBody( date.Date() ) ); |
| | | |
| | | data := InterfaceLoginfo::CallInterface( owner, loginfo ); |
| | | if( not isnull( data ) ){ |
| | |
| | | TextBody: |
| | | [* |
| | | //// çå
°é¸½ Jul-17-2024 (created) |
| | | date := Date::ActualDate(); |
| | | date := Date::ActualDate() - Duration::Days( 1 ); |
| | | loginfo := owner.InterfaceLoginfo( relnew, ExecuteUser := executor |
| | | , Name := Translations::InterfaceDataset_ShippingActualData_Name() |
| | | , InterfaceDateTime := DateTime::ActualTime() |
| | | , Message := 'åè¿å®é
æ°æ®' |
| | | , RequestBody := ShippingActualData::GetRequestBody( date ) ); |
| | | , RequestBody := ShippingActualData::GetRequestBody( date.Date()) ); |
| | | // vwedadmin Jul-18-2024 (created) |
| | | //address := "ds-yunrong-gw.dmp.vwfawedl.mobi"; |
| | | // |
| | |
| | | cnv2 := StringToDate::StandardConverter(); |
| | | cnv2.SetCustomConversion(); |
| | | cnv2.CustomFormatString( 'yyyy-MM-dd' ); |
| | | column := owner.ShippingActualColumn( relnew, StartDate := date, Index := owner.ShippingActualColumn( relsize ) ); |
| | | column := owner.ShippingActualColumn( relnew, StartDate := date.Date(), Index := owner.ShippingActualColumn( relsize ) ); |
| | | |
| | | sadatalist := construct( ShippingActualDatas ); |
| | | for( seq := 0;seq < data.Size();seq++){ |