Merge remote-tracking branch 'origin/dev' into dev
已重命名14个文件
已复制6个文件
已修改66个文件
已添加7个文件
已删除11个文件
| | |
| | | startofyear := startofplanning.StartOfYear(); |
| | | startofnextyear := startofplanning.StartOfNextYear(); |
| | | |
| | | for( start := startofyear; start < startofnextyear; start := start.StartOfMonth() ){ |
| | | for( start := startofyear; start < startofnextyear; start := start.StartOfNextMonth() ){ |
| | | periodtime := start.Date(); |
| | | periodname := periodtime.Format( "M2/D2/Y" ); |
| | | this.FinancialProductionColumn( relnew, Name := periodname, Period := periodtime ); |
| | |
| | | startofyear := startofplanning.StartOfYear(); |
| | | startofnextyear := startofplanning.StartOfNextYear(); |
| | | |
| | | for( start := startofyear; start < startofnextyear; start := start.StartOfMonth() ){ |
| | | for( start := startofyear; start < startofnextyear; start := start.StartOfNextMonth() ){ |
| | | periodtime := start.Date(); |
| | | periodname := periodtime.Format( "M2/D2/Y" ); |
| | | this.FinancialSalesColumn( relnew, Name := periodname, Period := periodtime ); |
| | |
| | | isccorigin := originspid.StartsWith( 'é¿æ¥' ) or originspid.StartsWith( 'CC' ); |
| | | //èµ·å§å°æ¯å¤§è¿ |
| | | isdlorigin := originspid.StartsWith( '大è¿' ) or originspid.StartsWith( 'DL' ); |
| | | if( isccorigin and isdlorigin ){ |
| | | if( isccorigin or isdlorigin ){ |
| | | traverse( laneleg, Trip, trip, trip.LeadTime().Days() > 1 ){ |
| | | for( transferdate := trip.Departure() + Duration::Days( 1 ); transferdate < trip.Arrival(); transferdate := transferdate + Duration::Days( 1 ) ){ |
| | | daycolumn := selectobject( table, InventorySummaryColumn, column, column.StartDate() = transferdate.Date(), column.TimeUnit() = Translations::MP_GlobalParameters_Day() ); |
| | |
| | | // Akari Nov-11-2024 (created) |
| | | AsyncFlag::Running( recycleBin,MP_Cell_ScheduleSummary::GetTableName() ); |
| | | |
| | | macroPlans := stream[MacroPlan]::Success(); |
| | | traverse( macroPlanMDSIDs,Elements,mdsid ){ |
| | | macroPlans := MDSMacroPlan::Root( macroPlanMDSIDs.Element( 0 ) ); |
| | | for( i := 1; i< macroPlanMDSIDs.Size(); i++ ){ |
| | | mdsid := macroPlanMDSIDs.Element( i ); |
| | | streamMacroPlan := LocalTool::LoadMacroPlan( mdsid ); |
| | | macroPlans.Merge( streamMacroPlan ); |
| | | } |
| | |
| | | // Akari Nov-11-2024 (created) |
| | | AsyncFlag::Running( recycleBin,MP_Cell_AnnualPlanReport::GetTableName() ); |
| | | |
| | | macroPlans := stream[MacroPlan]::Success(); |
| | | traverse( macroPlanMDSIDs,Elements,mdsid ){ |
| | | macroPlans := MDSMacroPlan::Root( macroPlanMDSIDs.Element( 0 ) ); |
| | | for( i := 1; i< macroPlanMDSIDs.Size(); i++ ){ |
| | | mdsid := macroPlanMDSIDs.Element( i ); |
| | | streamMacroPlan := LocalTool::LoadMacroPlan( mdsid ); |
| | | macroPlans.Merge( streamMacroPlan ); |
| | | } |
| | |
| | | traverse( owner,MP_Table,table,table.Name() = MP_Cell_AnnualPlanReport::GetTableName() ){ |
| | | table.Delete(); |
| | | } |
| | | |
| | | info( owner.MDSMacroPlan().Description() ) |
| | | table := owner.MP_Table( relnew,Name := MP_Cell_AnnualPlanReport::GetTableName()); |
| | | |
| | | startDate := owner.StartOfPlanning().Date(); |
| | |
| | | localRowIndex := guard( localRowIndexTree.Root().Child( localRowHandle ),null( NamedValue )); |
| | | localRow := null( LocalRow ); |
| | | if( isnull( localRowIndex )){ |
| | | info( row.ProductID() + row.ProductionLine() ); |
| | | |
| | | localRow := localTable.LocalRow( relnew,CustomName := row.Name(),ProductID := row.ProductID(),ProductionLine := row.ProductionLine(),Index := localTable.GetRowIndexCache() ); |
| | | localRows.Add( localRow ); |
| | | localRowIndexTree.Root().AddChild( localRowHandle,localRows.Size() - 1 ); |
| | |
| | | traverse( owner, Unit.Lane.LaneLeg, laneleg ){ |
| | | originspid := laneleg.OriginStockingPointID(); |
| | | destinationspid := laneleg.DestinationStockingPointID(); |
| | | //CC to DL é¿æ¥åå
åºå°å¤§è¿å¤ç§åº |
| | | iscctodl := originspid.EndsWith( 'åå
åº' ) and ( originspid.StartsWith( 'é¿æ¥' ) or originspid.StartsWith( 'CC' ) ) and destinationspid = '大è¿å¤ç§åº'; |
| | | //CC to DL é¿æ¥å·¥åå°å¤§è¿å·¥å |
| | | iscctodl := ( originspid.StartsWith( 'é¿æ¥' ) or originspid.StartsWith( 'CC' ) ) and ( destinationspid.StartsWith( '大è¿' ) or destinationspid.StartsWith( 'DL' ) ); |
| | | //DL to CC 大è¿åå
åºå°å¤§è¿å卿ºçé¿æ¥å¤ç§åº |
| | | isdltocc := originspid.EndsWith( 'åå
åº' ) and ( originspid.StartsWith( '大è¿' ) or originspid.StartsWith( 'DL' ) ) and destinationspid = '大è¿å卿ºçé¿æ¥å¤ç§åº'; |
| | | if( iscctodl and isdltocc ){ |
| | | traverse( table, Column, column){//, column.StartDate().Month() = 1 |
| | | alltrips := selectset( laneleg, Trip, trip, ( trip.Arrival().Date() < column.StartDate().StartOfNextMonth() and trip.Arrival().Date() >= column.StartDate() ) |
| | | or ( trip.Departure().Date() < column.StartDate().StartOfNextMonth() and trip.Departure().Date() >= column.StartDate() ) ); |
| | | if( iscctodl or isdltocc ){ |
| | | // info( '------iscctodl------', originspid, destinationspid, iscctodl ); |
| | | traverse( table, Column, column ){//, column.StartDate().Month() = 1 |
| | | alltrips := selectset( laneleg, Trip, trip, trip.Arrival().Date() = column.StartDate() |
| | | or trip.Departure().Date() = column.StartDate() ); |
| | | producttrips := selectuniquevalues( alltrips, Elements.ProductInTrip, pit, pit.Quantity() <> 0 and exists( pit.Product_MP().GetAllParent(), Elements, e, e.ID() = productparent ), pit.ProductID() ); |
| | | traverse( producttrips, Elements, producttrip ){//, producttrip = '6912' |
| | | // info( '---------Column----------', alltrips.Size(), producttrips.Size(), column.StartDate() ); |
| | | traverse( producttrips, Elements, producttrip ){//, producttrip = '06K103011CP' |
| | | row := table.GetRow( producttrip ); |
| | | product := selectobject( owner, Product_MP, product, product.ID() = producttrip ); |
| | | products.Add( product ); |
| | | departureqty := sum( alltrips, Elements.ProductInTrip, pit, ( pit.Trip().Departure().Date() < column.StartDate().StartOfNextMonth() and pit.Trip().Departure().Date() >= column.StartDate() ) and pit.Product_MP() = product, pit.Quantity() ); |
| | | arrivalqty := sum( alltrips, Elements.ProductInTrip, pit, ( pit.Trip().Arrival().Date() < column.StartDate().StartOfNextMonth() and pit.Trip().Arrival().Date() >= column.StartDate() ) and pit.Product_MP() = product, pit.Quantity() ); |
| | | departureqty := sum( alltrips, Elements.ProductInTrip, pit, pit.Trip().Departure().Date() = column.StartDate() and pit.Product_MP() = product, pit.Quantity() ); |
| | | arrivalqty := sum( alltrips, Elements.ProductInTrip, pit, pit.Trip().Arrival().Date() = column.StartDate() and pit.Product_MP() = product, pit.Quantity() ); |
| | | // info( '---------***************8---------', departureqty, arrivalqty, column.StartDate() ); |
| | | row.SetDepartureAndArrivalValue( column, iscctodl, departureqty, arrivalqty ); |
| | | } |
| | | } |
| ¶Ô±ÈÐÂÎļþ |
| | |
| | | Quintiq file version 2.0 |
| | | #parent: #root |
| | | StaticMethod TestMacroPlan ( |
| | | const MacroPlan macroPlan |
| | | ) |
| | | { |
| | | TextBody: |
| | | [* |
| | | // Akari Nov-12-2024 (created) |
| | | info( macroPlan.MDSMacroPlan().Description() ); |
| | | |
| | | traverse( macroPlan,MP_Table,table ){ |
| | | info( table.Name() ); |
| | | } |
| | | *] |
| | | } |
| ¶Ô±ÈÐÂÎļþ |
| | |
| | | Quintiq file version 2.0 |
| | | #parent: #root |
| | | TypeDataInterface LocalValue |
| | | { |
| | | TypeKey: '[414996.1.191854789]' |
| | | ImageDataMember ImageIsEnable |
| | | { |
| | | #keys: '1[414996.1.215962330]' |
| | | ImageSpecifications: |
| | | [ |
| | | ImageDataMemberImageSpecification |
| | | { |
| | | Description: 'Enable' |
| | | Image: 'CHECKEDCHECKBOX' |
| | | Quill: 'object.IsCheck()' |
| | | Value: 'Enable' |
| | | } |
| | | ImageDataMemberImageSpecification |
| | | { |
| | | Description: 'Disable' |
| | | Image: 'EMPTYCHECKBOX' |
| | | Quill: 'not object.IsCheck()' |
| | | Value: 'Disable' |
| | | } |
| | | ] |
| | | } |
| | | } |
| | |
| | | [* |
| | | macroPlanMDSIDs := construct( Keys ); |
| | | |
| | | macroPlanMDSIDs := selectuniquevalues( ScenarioManager,ScenarioMP,scemp,scemp.Name().LikeUserLocale( macroPlanName ) ,scemp.MDSID()); |
| | | macroPlanMDSIDs := selectuniquevalues( ScenarioManager,ScenarioMP,scemp,scemp.Name().LikeUserLocale( macroPlanName ) ,scemp.DatasetMDSID()); |
| | | |
| | | return ¯oPlanMDSIDs |
| | | *] |
| | |
| | | Quintiq file version 2.0 |
| | | Component ListGenerations |
| | | { |
| | | #keys: '[414996.1.211223843]' |
| | | #keys: '[414996.1.218091520]' |
| | | BaseType: 'WebList' |
| | | Children: |
| | | [ |
| | | Component DataExtractor989 |
| | | { |
| | | #keys: '[414996.1.211223844]' |
| | | #keys: '[414996.1.218091521]' |
| | | BaseType: 'WebDataExtractor' |
| | | Properties: |
| | | [ |
| | |
| | | #child: listActionBarPage963 |
| | | Component DataSetLevel191 |
| | | { |
| | | #keys: '[414996.1.211223846]' |
| | | #keys: '[414996.1.218091523]' |
| | | BaseType: 'WebDataSetLevel' |
| | | Children: |
| | | [ |
| | |
| | | ] |
| | | Properties: |
| | | [ |
| | | Columns: '[{"attribute":{"classtype":"WebApiDefinitionAttributeDataMember","columnid":"IsCheck","title":"IsCheck","subtotals":"","tooltip":"","width":-1,"display":"shown","editable":false,"attribute":"IsCheck"}},{"attribute":{"classtype":"WebApiDefinitionAttributeDataMember","columnid":"StringValue","title":"StringValue","subtotals":"","tooltip":"","width":-1,"display":"shown","editable":false,"attribute":"StringValue"}}]' |
| | | Columns: '[{"attribute":{"classtype":"WebApiDefinitionAttributeDataMember","columnid":"ImageIsEnable","title":"ImageIsEnable","subtotals":"","tooltip":"","width":2,"display":"always","attribute":"ImageIsEnable"}},{"attribute":{"classtype":"WebApiDefinitionAttributeDataMember","columnid":"StringValue","title":"Value","subtotals":"","tooltip":"","width":6,"display":"always","editable":false,"attribute":"StringValue"}}]' |
| | | ContextMenu: 'listContextMenu687' |
| | | Taborder: 2 |
| | | ] |
| | |
| | | ] |
| | | Properties: |
| | | [ |
| | | MinimumColumns: 8 |
| | | Taborder: 0 |
| | | ] |
| | | } |
| | |
| | | Quintiq file version 2.0 |
| | | Component ListMQBMLB |
| | | { |
| | | #keys: '[414996.1.211223825]' |
| | | #keys: '[414996.1.218091500]' |
| | | BaseType: 'WebList' |
| | | Children: |
| | | [ |
| | | Component DataExtractor472 |
| | | { |
| | | #keys: '[414996.1.211223826]' |
| | | #keys: '[414996.1.218091501]' |
| | | BaseType: 'WebDataExtractor' |
| | | Properties: |
| | | [ |
| | |
| | | #child: listActionBarPage519 |
| | | Component DataSetLevel527 |
| | | { |
| | | #keys: '[414996.1.211223828]' |
| | | #keys: '[414996.1.218091503]' |
| | | BaseType: 'WebDataSetLevel' |
| | | Children: |
| | | [ |
| | |
| | | ] |
| | | Properties: |
| | | [ |
| | | Columns: '[{"attribute":{"classtype":"WebApiDefinitionAttributeDataMember","columnid":"IsCheck","title":"IsCheck","subtotals":"","tooltip":"","width":-1,"display":"shown","editable":false,"attribute":"IsCheck"}},{"attribute":{"classtype":"WebApiDefinitionAttributeDataMember","columnid":"StringValue","title":"StringValue","subtotals":"","tooltip":"","width":-1,"display":"shown","editable":false,"attribute":"StringValue"}}]' |
| | | Columns: '[{"attribute":{"classtype":"WebApiDefinitionAttributeDataMember","columnid":"ImageIsEnable","title":"ImageIsEnable","subtotals":"","tooltip":"","width":2,"display":"always","attribute":"ImageIsEnable"}},{"attribute":{"classtype":"WebApiDefinitionAttributeDataMember","columnid":"StringValue","title":"Value","subtotals":"","tooltip":"","width":6,"display":"always","editable":false,"attribute":"StringValue"}}]' |
| | | ContextMenu: 'listContextMenu319' |
| | | Taborder: 2 |
| | | ] |
| | |
| | | ] |
| | | Properties: |
| | | [ |
| | | MinimumColumns: 8 |
| | | Taborder: 0 |
| | | ] |
| | | } |
| | |
| | | Quintiq file version 2.0 |
| | | Component ListPowers |
| | | { |
| | | #keys: '[414996.1.211223834]' |
| | | #keys: '[414996.1.218091509]' |
| | | BaseType: 'WebList' |
| | | Children: |
| | | [ |
| | | Component DataExtractor671 |
| | | { |
| | | #keys: '[414996.1.211223835]' |
| | | #keys: '[414996.1.218091510]' |
| | | BaseType: 'WebDataExtractor' |
| | | Properties: |
| | | [ |
| | |
| | | #child: listActionBarPage245 |
| | | Component DataSetLevel995 |
| | | { |
| | | #keys: '[414996.1.211223837]' |
| | | #keys: '[414996.1.218091512]' |
| | | BaseType: 'WebDataSetLevel' |
| | | Children: |
| | | [ |
| | |
| | | ] |
| | | Properties: |
| | | [ |
| | | Columns: '[{"attribute":{"classtype":"WebApiDefinitionAttributeDataMember","columnid":"IsCheck","title":"IsCheck","subtotals":"","tooltip":"","width":-1,"display":"shown","editable":false,"attribute":"IsCheck"}},{"attribute":{"classtype":"WebApiDefinitionAttributeDataMember","columnid":"StringValue","title":"StringValue","subtotals":"","tooltip":"","width":-1,"display":"shown","editable":false,"attribute":"StringValue"}}]' |
| | | Columns: '[{"attribute":{"classtype":"WebApiDefinitionAttributeDataMember","columnid":"ImageIsEnable","title":"ImageIsEnable","subtotals":"","tooltip":"","width":2,"display":"always","attribute":"ImageIsEnable"}},{"attribute":{"classtype":"WebApiDefinitionAttributeDataMember","columnid":"StringValue","title":"Value","subtotals":"","tooltip":"","width":6,"display":"always","editable":false,"attribute":"StringValue"}}]' |
| | | ContextMenu: 'listContextMenu623' |
| | | Taborder: 2 |
| | | ] |
| | |
| | | ] |
| | | Properties: |
| | | [ |
| | | MinimumColumns: 8 |
| | | Taborder: 0 |
| | | ] |
| | | } |
| | |
| | | Quintiq file version 2.0 |
| | | Component listActionBarPage245 |
| | | { |
| | | #keys: '[414996.1.211223836]' |
| | | #keys: '[414996.1.218091511]' |
| | | BaseType: 'listActionBarPage' |
| | | Properties: |
| | | [ |
| | |
| | | Quintiq file version 2.0 |
| | | Component listActionBarPage519 |
| | | { |
| | | #keys: '[414996.1.211223827]' |
| | | #keys: '[414996.1.218091502]' |
| | | BaseType: 'listActionBarPage' |
| | | Properties: |
| | | [ |
| | |
| | | Quintiq file version 2.0 |
| | | Component listActionBarPage963 |
| | | { |
| | | #keys: '[414996.1.211223845]' |
| | | #keys: '[414996.1.218091522]' |
| | | BaseType: 'listActionBarPage' |
| | | Properties: |
| | | [ |
| | |
| | | Quintiq file version 2.0 |
| | | Component listContextMenu319 |
| | | { |
| | | #keys: '[414996.1.211223829]' |
| | | #keys: '[414996.1.218091504]' |
| | | BaseType: 'listContextMenu' |
| | | Properties: |
| | | [ |
| | |
| | | Quintiq file version 2.0 |
| | | Component listContextMenu623 |
| | | { |
| | | #keys: '[414996.1.211223838]' |
| | | #keys: '[414996.1.218091513]' |
| | | BaseType: 'listContextMenu' |
| | | Properties: |
| | | [ |
| | |
| | | Quintiq file version 2.0 |
| | | Component listContextMenu687 |
| | | { |
| | | #keys: '[414996.1.211223847]' |
| | | #keys: '[414996.1.218091524]' |
| | | BaseType: 'listContextMenu' |
| | | Properties: |
| | | [ |
| | |
| | | Quintiq file version 2.0 |
| | | Component pGeneration |
| | | { |
| | | #keys: '[414996.1.211223841]' |
| | | #keys: '[414996.1.218091516]' |
| | | BaseType: 'WebPanel' |
| | | Children: |
| | | [ |
| | | Component dhGenerations |
| | | { |
| | | #keys: '[414996.1.211223842]' |
| | | #keys: '[414996.1.218091517]' |
| | | BaseType: 'WebDataHolder' |
| | | Databinding: 'structured[LocalValue]*' |
| | | Properties: |
| | |
| | | Taborder: 1 |
| | | ] |
| | | } |
| | | #child: ListGenerations |
| | | Component dhCheckGenerations |
| | | { |
| | | #keys: '[414996.1.211223848]' |
| | | #keys: '[414996.1.218091518]' |
| | | BaseType: 'WebDataHolder' |
| | | Databinding: 'structured[LocalValue]*' |
| | | Children: |
| | | [ |
| | | Component deCheckGenerations |
| | | { |
| | | #keys: '[414996.1.211223849]' |
| | | #keys: '[414996.1.218091519]' |
| | | BaseType: 'WebDataExtractor' |
| | | Properties: |
| | | [ |
| | |
| | | Taborder: 2 |
| | | ] |
| | | } |
| | | #child: ListGenerations |
| | | ] |
| | | Properties: |
| | | [ |
| | | MinimumRows: 20 |
| | | FixedSize: true |
| | | MinimumColumns: 8 |
| | | MinimumRows: 15 |
| | | Taborder: 0 |
| | | Title: 'Generation' |
| | | ] |
| | |
| | | Quintiq file version 2.0 |
| | | Component pMQBMLB |
| | | { |
| | | #keys: '[414996.1.211223823]' |
| | | #keys: '[414996.1.218091498]' |
| | | BaseType: 'WebPanel' |
| | | Children: |
| | | [ |
| | | Component dhMQBMLB |
| | | { |
| | | #keys: '[414996.1.211223824]' |
| | | #keys: '[414996.1.218091499]' |
| | | BaseType: 'WebDataHolder' |
| | | Databinding: 'structured[LocalValue]*' |
| | | Properties: |
| | |
| | | #child: ListMQBMLB |
| | | Component dhCheckMQBMLB |
| | | { |
| | | #keys: '[414996.1.211223830]' |
| | | #keys: '[414996.1.218091505]' |
| | | BaseType: 'WebDataHolder' |
| | | Databinding: 'structured[LocalValue]*' |
| | | Children: |
| | | [ |
| | | Component deCheckMQBMLB |
| | | { |
| | | #keys: '[414996.1.211223831]' |
| | | #keys: '[414996.1.218091506]' |
| | | BaseType: 'WebDataExtractor' |
| | | Properties: |
| | | [ |
| | |
| | | ] |
| | | Properties: |
| | | [ |
| | | MinimumRows: 20 |
| | | FixedSize: true |
| | | MinimumColumns: 8 |
| | | MinimumRows: 15 |
| | | Taborder: 2 |
| | | Title: 'MQB/MLB' |
| | | ] |
| | |
| | | Quintiq file version 2.0 |
| | | Component pPower |
| | | { |
| | | #keys: '[414996.1.211223832]' |
| | | #keys: '[414996.1.218091507]' |
| | | BaseType: 'WebPanel' |
| | | Children: |
| | | [ |
| | | Component dhPowers |
| | | { |
| | | #keys: '[414996.1.211223833]' |
| | | #keys: '[414996.1.218091508]' |
| | | BaseType: 'WebDataHolder' |
| | | Databinding: 'structured[LocalValue]*' |
| | | Properties: |
| | |
| | | #child: ListPowers |
| | | Component dhCheckPowers |
| | | { |
| | | #keys: '[414996.1.211223839]' |
| | | #keys: '[414996.1.218091514]' |
| | | BaseType: 'WebDataHolder' |
| | | Databinding: 'structured[LocalValue]*' |
| | | Children: |
| | | [ |
| | | Component deCheckPowers |
| | | { |
| | | #keys: '[414996.1.211223840]' |
| | | #keys: '[414996.1.218091515]' |
| | | BaseType: 'WebDataExtractor' |
| | | Properties: |
| | | [ |
| | |
| | | ] |
| | | Properties: |
| | | [ |
| | | MinimumRows: 20 |
| | | FixedSize: true |
| | | MinimumColumns: 8 |
| | | MinimumRows: 15 |
| | | Taborder: 1 |
| | | Title: 'Power' |
| | | ] |
| | |
| | | Quintiq file version 2.0 |
| | | Component pProductAttributeFilter |
| | | { |
| | | #keys: '[414996.1.211223822]' |
| | | #keys: '[414996.1.218091497]' |
| | | BaseType: 'WebPanel' |
| | | Children: |
| | | [ |
| | | #child: pMQBMLB |
| | | #child: pPower |
| | | #child: pGeneration |
| | | #child: pPower |
| | | #child: pMQBMLB |
| | | ] |
| | | Properties: |
| | | [ |
| | | FixedSize: true |
| | | MinimumColumns: 8 |
| | | Taborder: 0 |
| | | ] |
| | | } |
| | |
| | | LocalValue selection |
| | | ) id:Response_ListGenerations_OnClick |
| | | { |
| | | #keys: '[414996.1.211223757]' |
| | | #keys: '[414996.1.218091482]' |
| | | CanBindMultiple: false |
| | | DefinitionID: 'Responsedef_WebList_OnClick' |
| | | GroupServerCalls: true |
| | |
| | | LocalValue selection |
| | | ) id:Response_ListMQBMLB_OnClick |
| | | { |
| | | #keys: '[414996.1.211223765]' |
| | | #keys: '[414996.1.218091491]' |
| | | CanBindMultiple: false |
| | | DefinitionID: 'Responsedef_WebList_OnClick' |
| | | GroupServerCalls: true |
| | |
| | | LocalValue selection |
| | | ) id:Response_ListPowers_OnClick |
| | | { |
| | | #keys: '[414996.1.211223761]' |
| | | #keys: '[414996.1.218091487]' |
| | | CanBindMultiple: false |
| | | DefinitionID: 'Responsedef_WebList_OnClick' |
| | | GroupServerCalls: true |
| | |
| | | #parent: pGeneration/dhCheckGenerations |
| | | Response OnDataChanged () id:Response_pGeneration_dhCheckGenerations_OnDataChanged |
| | | { |
| | | #keys: '[414996.1.211223756]' |
| | | #keys: '[414996.1.218091484]' |
| | | CanBindMultiple: false |
| | | DefinitionID: 'Responsedef_WebComponent_OnDataChanged' |
| | | GroupServerCalls: true |
| | |
| | | #parent: pGeneration/dhGenerations |
| | | Response OnCreated () id:Response_pGeneration_dhGenerations_OnCreated |
| | | { |
| | | #keys: '[414996.1.211223759]' |
| | | #keys: '[414996.1.218091485]' |
| | | CanBindMultiple: false |
| | | DefinitionID: 'Responsedef_WebComponent_OnCreated' |
| | | QuillAction |
| | |
| | | #parent: pMQBMLB/dhCheckMQBMLB |
| | | Response OnDataChanged () id:Response_pMQBMLB_dhCheckMQBMLB_OnDataChanged |
| | | { |
| | | #keys: '[414996.1.211223764]' |
| | | #keys: '[414996.1.218091490]' |
| | | CanBindMultiple: false |
| | | DefinitionID: 'Responsedef_WebComponent_OnDataChanged' |
| | | GroupServerCalls: true |
| | |
| | | #parent: pMQBMLB/dhMQBMLB |
| | | Response OnCreated () id:Response_pMQBMLB_dhMQBMLB_OnCreated |
| | | { |
| | | #keys: '[414996.1.211223767]' |
| | | #keys: '[414996.1.218091493]' |
| | | CanBindMultiple: false |
| | | DefinitionID: 'Responsedef_WebComponent_OnCreated' |
| | | QuillAction |
| | |
| | | #parent: pPower/dhCheckPowers |
| | | Response OnDataChanged () id:Response_pPower_dhCheckPowers_OnDataChanged |
| | | { |
| | | #keys: '[414996.1.211223760]' |
| | | #keys: '[414996.1.218091486]' |
| | | CanBindMultiple: false |
| | | DefinitionID: 'Responsedef_WebComponent_OnDataChanged' |
| | | GroupServerCalls: true |
| | |
| | | #parent: pPower/dhPowers |
| | | Response OnCreated () id:Response_pPower_dhPowers_OnCreated |
| | | { |
| | | #keys: '[414996.1.211223763]' |
| | | #keys: '[414996.1.218091489]' |
| | | CanBindMultiple: false |
| | | DefinitionID: 'Responsedef_WebComponent_OnCreated' |
| | | QuillAction |
| | |
| | | BaseType: 'WebList' |
| | | Children: |
| | | [ |
| | | #child: listActionBarPage963_1 |
| | | Component DataExtractor989 |
| | | { |
| | | #keys: '[414996.1.209190763]' |
| | |
| | | Transformation: 'Elements' |
| | | ] |
| | | } |
| | | #child: listActionBarPage963_1 |
| | | Component DataSetLevel191 |
| | | { |
| | | #keys: '[414996.1.209190765]' |
| | |
| | | ] |
| | | Properties: |
| | | [ |
| | | Columns: '[{"attribute":{"classtype":"WebApiDefinitionAttributeDataMember","columnid":"IsCheck","title":"IsCheck","subtotals":"","tooltip":"","width":-1,"display":"shown","editable":false,"attribute":"IsCheck"}},{"attribute":{"classtype":"WebApiDefinitionAttributeDataMember","columnid":"StringValue","title":"StringValue","subtotals":"","tooltip":"","width":-1,"display":"shown","editable":false,"attribute":"StringValue"}}]' |
| | | Columns: '[{"attribute":{"classtype":"WebApiDefinitionAttributeDataMember","columnid":"ImageIsEnable","title":"ImageIsEnable","subtotals":"","tooltip":"","width":2,"display":"always","attribute":"ImageIsEnable"}},{"attribute":{"classtype":"WebApiDefinitionAttributeDataMember","columnid":"StringValue","title":"Value","subtotals":"","tooltip":"","width":6,"display":"always","editable":false,"attribute":"StringValue"}}]' |
| | | ContextMenu: 'listContextMenu687' |
| | | Taborder: 2 |
| | | ] |
| | |
| | | ] |
| | | Properties: |
| | | [ |
| | | MinimumColumns: 8 |
| | | Taborder: 0 |
| | | ] |
| | | } |
| | |
| | | ] |
| | | Properties: |
| | | [ |
| | | Columns: '[{"attribute":{"classtype":"WebApiDefinitionAttributeDataMember","columnid":"IsCheck","title":"IsCheck","subtotals":"","tooltip":"","width":-1,"display":"shown","editable":false,"attribute":"IsCheck"}},{"attribute":{"classtype":"WebApiDefinitionAttributeDataMember","columnid":"StringValue","title":"StringValue","subtotals":"","tooltip":"","width":-1,"display":"shown","editable":false,"attribute":"StringValue"}}]' |
| | | Columns: '[{"attribute":{"classtype":"WebApiDefinitionAttributeDataMember","columnid":"ImageIsEnable","title":"ImageIsEnable","subtotals":"","tooltip":"","width":2,"display":"always","attribute":"ImageIsEnable"}},{"attribute":{"classtype":"WebApiDefinitionAttributeDataMember","columnid":"StringValue","title":"Value","subtotals":"","tooltip":"","width":6,"display":"always","editable":false,"attribute":"StringValue"}}]' |
| | | ContextMenu: 'listContextMenu319' |
| | | Taborder: 2 |
| | | ] |
| | |
| | | ] |
| | | Properties: |
| | | [ |
| | | MinimumColumns: 8 |
| | | Taborder: 0 |
| | | ] |
| | | } |
| | |
| | | ] |
| | | Properties: |
| | | [ |
| | | Columns: '[{"attribute":{"classtype":"WebApiDefinitionAttributeDataMember","columnid":"IsCheck","title":"IsCheck","subtotals":"","tooltip":"","width":-1,"display":"shown","editable":false,"attribute":"IsCheck"}},{"attribute":{"classtype":"WebApiDefinitionAttributeDataMember","columnid":"StringValue","title":"StringValue","subtotals":"","tooltip":"","width":-1,"display":"shown","editable":false,"attribute":"StringValue"}}]' |
| | | Columns: '[{"attribute":{"classtype":"WebApiDefinitionAttributeDataMember","columnid":"ImageIsEnable","title":"ImageIsEnable","subtotals":"","tooltip":"","width":2,"display":"always","attribute":"ImageIsEnable"}},{"attribute":{"classtype":"WebApiDefinitionAttributeDataMember","columnid":"StringValue","title":"Value","subtotals":"","tooltip":"","width":6,"display":"always","editable":false,"attribute":"StringValue"}}]' |
| | | ContextMenu: 'listContextMenu623' |
| | | Taborder: 2 |
| | | ] |
| | |
| | | ] |
| | | Properties: |
| | | [ |
| | | MinimumColumns: 8 |
| | | Taborder: 0 |
| | | ] |
| | | } |
| | |
| | | Taborder: 1 |
| | | ] |
| | | } |
| | | #child: ListGenerations_529 |
| | | Component dhCheckGenerations |
| | | { |
| | | #keys: '[414996.1.209190767]' |
| | |
| | | Taborder: 2 |
| | | ] |
| | | } |
| | | #child: ListGenerations_529 |
| | | ] |
| | | Properties: |
| | | [ |
| | | MinimumRows: 20 |
| | | FixedSize: true |
| | | MinimumColumns: 8 |
| | | MinimumRows: 15 |
| | | Taborder: 0 |
| | | Title: 'Generation' |
| | | ] |
| | |
| | | ] |
| | | Properties: |
| | | [ |
| | | MinimumRows: 20 |
| | | FixedSize: true |
| | | MinimumColumns: 8 |
| | | MinimumRows: 15 |
| | | Taborder: 2 |
| | | Title: 'MQB/MLB' |
| | | ] |
| | |
| | | ] |
| | | Properties: |
| | | [ |
| | | MinimumRows: 20 |
| | | FixedSize: true |
| | | MinimumColumns: 8 |
| | | MinimumRows: 15 |
| | | Taborder: 1 |
| | | Title: 'Power' |
| | | ] |
| | |
| | | Properties: |
| | | [ |
| | | FixedSize: true |
| | | MinimumColumns: 8 |
| | | Taborder: 0 |
| | | ] |
| | | } |
| | |
| | | Quintiq file version 2.0 |
| | | Component ListGenerations |
| | | { |
| | | #keys: '[414996.1.211223084]' |
| | | #keys: '[414996.1.218091408]' |
| | | BaseType: 'WebList' |
| | | Children: |
| | | [ |
| | | Component DataExtractor989 |
| | | { |
| | | #keys: '[414996.1.211223085]' |
| | | #keys: '[414996.1.218091409]' |
| | | BaseType: 'WebDataExtractor' |
| | | Properties: |
| | | [ |
| | |
| | | #child: listActionBarPage963 |
| | | Component DataSetLevel191 |
| | | { |
| | | #keys: '[414996.1.211223087]' |
| | | #keys: '[414996.1.218091411]' |
| | | BaseType: 'WebDataSetLevel' |
| | | Children: |
| | | [ |
| | |
| | | ] |
| | | Properties: |
| | | [ |
| | | Columns: '[{"attribute":{"classtype":"WebApiDefinitionAttributeDataMember","columnid":"IsCheck","title":"IsCheck","subtotals":"","tooltip":"","width":-1,"display":"shown","editable":false,"attribute":"IsCheck"}},{"attribute":{"classtype":"WebApiDefinitionAttributeDataMember","columnid":"StringValue","title":"StringValue","subtotals":"","tooltip":"","width":-1,"display":"shown","editable":false,"attribute":"StringValue"}}]' |
| | | Columns: '[{"attribute":{"classtype":"WebApiDefinitionAttributeDataMember","columnid":"ImageIsEnable","title":"ImageIsEnable","subtotals":"","tooltip":"","width":2,"display":"always","attribute":"ImageIsEnable"}},{"attribute":{"classtype":"WebApiDefinitionAttributeDataMember","columnid":"StringValue","title":"Value","subtotals":"","tooltip":"","width":6,"display":"always","editable":false,"attribute":"StringValue"}}]' |
| | | ContextMenu: 'listContextMenu687' |
| | | Taborder: 2 |
| | | ] |
| | |
| | | ] |
| | | Properties: |
| | | [ |
| | | MinimumColumns: 8 |
| | | Taborder: 0 |
| | | ] |
| | | } |
| | |
| | | Quintiq file version 2.0 |
| | | Component ListMQBMLB |
| | | { |
| | | #keys: '[414996.1.211223066]' |
| | | #keys: '[414996.1.218091388]' |
| | | BaseType: 'WebList' |
| | | Children: |
| | | [ |
| | | Component DataExtractor472 |
| | | { |
| | | #keys: '[414996.1.211223067]' |
| | | #keys: '[414996.1.218091389]' |
| | | BaseType: 'WebDataExtractor' |
| | | Properties: |
| | | [ |
| | |
| | | #child: listActionBarPage519 |
| | | Component DataSetLevel527 |
| | | { |
| | | #keys: '[414996.1.211223069]' |
| | | #keys: '[414996.1.218091391]' |
| | | BaseType: 'WebDataSetLevel' |
| | | Children: |
| | | [ |
| | |
| | | ] |
| | | Properties: |
| | | [ |
| | | Columns: '[{"attribute":{"classtype":"WebApiDefinitionAttributeDataMember","columnid":"IsCheck","title":"IsCheck","subtotals":"","tooltip":"","width":-1,"display":"shown","editable":false,"attribute":"IsCheck"}},{"attribute":{"classtype":"WebApiDefinitionAttributeDataMember","columnid":"StringValue","title":"StringValue","subtotals":"","tooltip":"","width":-1,"display":"shown","editable":false,"attribute":"StringValue"}}]' |
| | | Columns: '[{"attribute":{"classtype":"WebApiDefinitionAttributeDataMember","columnid":"ImageIsEnable","title":"ImageIsEnable","subtotals":"","tooltip":"","width":2,"display":"always","attribute":"ImageIsEnable"}},{"attribute":{"classtype":"WebApiDefinitionAttributeDataMember","columnid":"StringValue","title":"Value","subtotals":"","tooltip":"","width":6,"display":"always","editable":false,"attribute":"StringValue"}}]' |
| | | ContextMenu: 'listContextMenu319' |
| | | Taborder: 2 |
| | | ] |
| | |
| | | ] |
| | | Properties: |
| | | [ |
| | | MinimumColumns: 8 |
| | | Taborder: 0 |
| | | ] |
| | | } |
| | |
| | | Quintiq file version 2.0 |
| | | Component ListPowers |
| | | { |
| | | #keys: '[414996.1.211223075]' |
| | | #keys: '[414996.1.218091397]' |
| | | BaseType: 'WebList' |
| | | Children: |
| | | [ |
| | | Component DataExtractor671 |
| | | { |
| | | #keys: '[414996.1.211223076]' |
| | | #keys: '[414996.1.218091398]' |
| | | BaseType: 'WebDataExtractor' |
| | | Properties: |
| | | [ |
| | |
| | | #child: listActionBarPage245 |
| | | Component DataSetLevel995 |
| | | { |
| | | #keys: '[414996.1.211223078]' |
| | | #keys: '[414996.1.218091400]' |
| | | BaseType: 'WebDataSetLevel' |
| | | Children: |
| | | [ |
| | |
| | | ] |
| | | Properties: |
| | | [ |
| | | Columns: '[{"attribute":{"classtype":"WebApiDefinitionAttributeDataMember","columnid":"IsCheck","title":"IsCheck","subtotals":"","tooltip":"","width":-1,"display":"shown","editable":false,"attribute":"IsCheck"}},{"attribute":{"classtype":"WebApiDefinitionAttributeDataMember","columnid":"StringValue","title":"StringValue","subtotals":"","tooltip":"","width":-1,"display":"shown","editable":false,"attribute":"StringValue"}}]' |
| | | Columns: '[{"attribute":{"classtype":"WebApiDefinitionAttributeDataMember","columnid":"ImageIsEnable","title":"ImageIsEnable","subtotals":"","tooltip":"","width":2,"display":"always","attribute":"ImageIsEnable"}},{"attribute":{"classtype":"WebApiDefinitionAttributeDataMember","columnid":"StringValue","title":"Value","subtotals":"","tooltip":"","width":6,"display":"always","editable":false,"attribute":"StringValue"}}]' |
| | | ContextMenu: 'listContextMenu623' |
| | | Taborder: 2 |
| | | ] |
| | |
| | | ] |
| | | Properties: |
| | | [ |
| | | MinimumColumns: 8 |
| | | Taborder: 0 |
| | | ] |
| | | } |
| | |
| | | Quintiq file version 2.0 |
| | | Component listActionBarPage245 |
| | | { |
| | | #keys: '[414996.1.211223077]' |
| | | #keys: '[414996.1.218091399]' |
| | | BaseType: 'listActionBarPage' |
| | | Properties: |
| | | [ |
| | |
| | | Quintiq file version 2.0 |
| | | Component listActionBarPage519 |
| | | { |
| | | #keys: '[414996.1.211223068]' |
| | | #keys: '[414996.1.218091390]' |
| | | BaseType: 'listActionBarPage' |
| | | Properties: |
| | | [ |
| | |
| | | Quintiq file version 2.0 |
| | | Component listActionBarPage963 |
| | | { |
| | | #keys: '[414996.1.211223086]' |
| | | #keys: '[414996.1.218091410]' |
| | | BaseType: 'listActionBarPage' |
| | | Properties: |
| | | [ |
| | |
| | | Quintiq file version 2.0 |
| | | Component listContextMenu319 |
| | | { |
| | | #keys: '[414996.1.211223070]' |
| | | #keys: '[414996.1.218091392]' |
| | | BaseType: 'listContextMenu' |
| | | Properties: |
| | | [ |
| | |
| | | Quintiq file version 2.0 |
| | | Component listContextMenu623 |
| | | { |
| | | #keys: '[414996.1.211223079]' |
| | | #keys: '[414996.1.218091401]' |
| | | BaseType: 'listContextMenu' |
| | | Properties: |
| | | [ |
| | |
| | | Quintiq file version 2.0 |
| | | Component listContextMenu687 |
| | | { |
| | | #keys: '[414996.1.211223088]' |
| | | #keys: '[414996.1.218091412]' |
| | | BaseType: 'listContextMenu' |
| | | Properties: |
| | | [ |
| | |
| | | Taborder: 1 |
| | | ] |
| | | } |
| | | Component dhCheckedProduct |
| | | Component dhCheckedProducts |
| | | { |
| | | #keys: '[414996.1.211223499]' |
| | | BaseType: 'WebDataHolder' |
| | |
| | | Taborder: 3 |
| | | ] |
| | | } |
| | | Component dhFinelProduct |
| | | Component dhFinelProducts |
| | | { |
| | | #keys: '[414996.1.211223501]' |
| | | BaseType: 'WebDataHolder' |
| | |
| | | Taborder: 2 |
| | | ] |
| | | } |
| | | Component dhCheckedSalesSegment |
| | | Component dhCheckedSalesSegments |
| | | { |
| | | #keys: '[414996.1.211223502]' |
| | | BaseType: 'WebDataHolder' |
| | |
| | | Quintiq file version 2.0 |
| | | Component pGeneration |
| | | { |
| | | #keys: '[414996.1.211223082]' |
| | | #keys: '[414996.1.218091404]' |
| | | BaseType: 'WebPanel' |
| | | Children: |
| | | [ |
| | | Component dhGenerations |
| | | { |
| | | #keys: '[414996.1.211223083]' |
| | | #keys: '[414996.1.218091405]' |
| | | BaseType: 'WebDataHolder' |
| | | Databinding: 'structured[LocalValue]*' |
| | | Properties: |
| | |
| | | Taborder: 1 |
| | | ] |
| | | } |
| | | #child: ListGenerations |
| | | Component dhCheckGenerations |
| | | { |
| | | #keys: '[414996.1.211223089]' |
| | | #keys: '[414996.1.218091406]' |
| | | BaseType: 'WebDataHolder' |
| | | Databinding: 'structured[LocalValue]*' |
| | | Children: |
| | | [ |
| | | Component deCheckGenerations |
| | | { |
| | | #keys: '[414996.1.211223090]' |
| | | #keys: '[414996.1.218091407]' |
| | | BaseType: 'WebDataExtractor' |
| | | Properties: |
| | | [ |
| | |
| | | Taborder: 2 |
| | | ] |
| | | } |
| | | #child: ListGenerations |
| | | ] |
| | | Properties: |
| | | [ |
| | | MinimumRows: 20 |
| | | FixedSize: true |
| | | MinimumColumns: 8 |
| | | MinimumRows: 15 |
| | | Taborder: 0 |
| | | Title: 'Generation' |
| | | ] |
| | |
| | | Quintiq file version 2.0 |
| | | Component pMQBMLB |
| | | { |
| | | #keys: '[414996.1.211223064]' |
| | | #keys: '[414996.1.218091386]' |
| | | BaseType: 'WebPanel' |
| | | Children: |
| | | [ |
| | | Component dhMQBMLB |
| | | { |
| | | #keys: '[414996.1.211223065]' |
| | | #keys: '[414996.1.218091387]' |
| | | BaseType: 'WebDataHolder' |
| | | Databinding: 'structured[LocalValue]*' |
| | | Properties: |
| | |
| | | #child: ListMQBMLB |
| | | Component dhCheckMQBMLB |
| | | { |
| | | #keys: '[414996.1.211223071]' |
| | | #keys: '[414996.1.218091393]' |
| | | BaseType: 'WebDataHolder' |
| | | Databinding: 'structured[LocalValue]*' |
| | | Children: |
| | | [ |
| | | Component deCheckMQBMLB |
| | | { |
| | | #keys: '[414996.1.211223072]' |
| | | #keys: '[414996.1.218091394]' |
| | | BaseType: 'WebDataExtractor' |
| | | Properties: |
| | | [ |
| | |
| | | ] |
| | | Properties: |
| | | [ |
| | | MinimumRows: 20 |
| | | FixedSize: true |
| | | MinimumColumns: 8 |
| | | MinimumRows: 15 |
| | | Taborder: 2 |
| | | Title: 'MQB/MLB' |
| | | ] |
| | |
| | | Quintiq file version 2.0 |
| | | Component pPower |
| | | { |
| | | #keys: '[414996.1.211223073]' |
| | | #keys: '[414996.1.218091395]' |
| | | BaseType: 'WebPanel' |
| | | Children: |
| | | [ |
| | | Component dhPowers |
| | | { |
| | | #keys: '[414996.1.211223074]' |
| | | #keys: '[414996.1.218091396]' |
| | | BaseType: 'WebDataHolder' |
| | | Databinding: 'structured[LocalValue]*' |
| | | Properties: |
| | |
| | | #child: ListPowers |
| | | Component dhCheckPowers |
| | | { |
| | | #keys: '[414996.1.211223080]' |
| | | #keys: '[414996.1.218091402]' |
| | | BaseType: 'WebDataHolder' |
| | | Databinding: 'structured[LocalValue]*' |
| | | Children: |
| | | [ |
| | | Component deCheckPowers |
| | | { |
| | | #keys: '[414996.1.211223081]' |
| | | #keys: '[414996.1.218091403]' |
| | | BaseType: 'WebDataExtractor' |
| | | Properties: |
| | | [ |
| | |
| | | ] |
| | | Properties: |
| | | [ |
| | | MinimumRows: 20 |
| | | FixedSize: true |
| | | MinimumColumns: 8 |
| | | MinimumRows: 15 |
| | | Taborder: 1 |
| | | Title: 'Power' |
| | | ] |
| | |
| | | Quintiq file version 2.0 |
| | | Component pProductAttributeFilter |
| | | { |
| | | #keys: '[414996.1.211223063]' |
| | | #keys: '[414996.1.218091385]' |
| | | BaseType: 'WebPanel' |
| | | Children: |
| | | [ |
| | | #child: pMQBMLB |
| | | #child: pPower |
| | | #child: pGeneration |
| | | #child: pPower |
| | | #child: pMQBMLB |
| | | ] |
| | | Properties: |
| | | [ |
| | | FixedSize: true |
| | | MinimumColumns: 8 |
| | | Taborder: 0 |
| | | ] |
| | | } |
| | |
| | | LocalValue selection |
| | | ) id:Response_ListGenerations_OnClick |
| | | { |
| | | #keys: '[414996.1.211222998]' |
| | | #keys: '[414996.1.218091370]' |
| | | CanBindMultiple: false |
| | | DefinitionID: 'Responsedef_WebList_OnClick' |
| | | GroupServerCalls: true |
| | |
| | | LocalValue selection |
| | | ) id:Response_ListMQBMLB_OnClick |
| | | { |
| | | #keys: '[414996.1.211223006]' |
| | | #keys: '[414996.1.218091379]' |
| | | CanBindMultiple: false |
| | | DefinitionID: 'Responsedef_WebList_OnClick' |
| | | GroupServerCalls: true |
| | |
| | | LocalValue selection |
| | | ) id:Response_ListPowers_OnClick |
| | | { |
| | | #keys: '[414996.1.211223002]' |
| | | #keys: '[414996.1.218091375]' |
| | | CanBindMultiple: false |
| | | DefinitionID: 'Responsedef_WebList_OnClick' |
| | | GroupServerCalls: true |
| | |
| | | ddslGeneration.Text( "<All>" ); |
| | | ddslMQBMLB.Text( "<All>" ); |
| | | ddslPower.Text( "<All>" ) |
| | | dhFinelProduct.Data( DataHolderProduct.Data().Copy() ); |
| | | dhFinelProducts.Data( DataHolderProduct.Data().Copy() ); |
| | | *] |
| | | GroupServerCalls: false |
| | | } |
| | |
| | | { |
| | | Body: |
| | | [* |
| | | products := dhFinelProduct.Data().Copy(); |
| | | products := dhFinelProducts.Data().Copy(); |
| | | if( ddslGeneration.Text() <> "<All>" ){ |
| | | products := selectset( products,Elements,element,element.Generation() = ddslGeneration.Text()); |
| | | } |
| | |
| | | if( ddslPower.Text() <> "<All>" ){ |
| | | products := selectset( products,Elements,element,element.Power() = ddslPower.Text()); |
| | | } |
| | | dhFinelProduct.Data( &products ); |
| | | dhFinelProducts.Data( &products ); |
| | | *] |
| | | } |
| | | } |
| | |
| | | { |
| | | Body: |
| | | [* |
| | | rows := selectset( dhComparisonData.Data(),LocalRow,row,exists( dhFinelProduct.Data(),Elements,product,product.ID() = row.ProductID())); |
| | | rows := selectset( dhComparisonData.Data(),LocalRow,row,exists( dhFinelProducts.Data(),Elements,product,product.ID() = row.ProductID())); |
| | | columns := selectset( dhComparisonData.Data( ),LocalColumn,column,not column.IsAttrbuteColumn() and dhStartDate.Data() <= column.Date() and dhEndDate.Data() > column.Date() ); |
| | | LocalCell_DemandComparison::AsyncExport( RecycleBin, rows, columns ,MacroPlan ); |
| | | *] |
| ÎļþÃû´Ó _Main/UI/MacroPlannerWebApp/Component_FormDemandComparison/Response_pDemandComparison_822_dhCheckedProduct_OnDataChanged.def ÐÞ¸Ä |
| | |
| | | Quintiq file version 2.0 |
| | | #parent: pDemandComparison_822/dhCheckedProduct |
| | | Response OnDataChanged () id:Response_pDemandComparison_822_dhCheckedProduct_OnDataChanged |
| | | #parent: pDemandComparison_822/dhCheckedProducts |
| | | Response OnDataChanged () id:Response_pDemandComparison_822_dhCheckedProducts_OnDataChanged |
| | | { |
| | | #keys: '[414996.1.211223484]' |
| | | CanBindMultiple: false |
| | |
| | | Body: |
| | | [* |
| | | if( this.Data().Size() <> 0 ){ |
| | | dhFinelProduct.Data( this.Data().Copy() ); |
| | | dhFinelProducts.Data( this.Data().Copy() ); |
| | | }else{ |
| | | dhFinelProduct.Data( DataHolderProduct.Data().Copy() ); |
| | | dhFinelProducts.Data( DataHolderProduct.Data().Copy() ); |
| | | } |
| | | *] |
| | | } |
| ¶Ô±ÈÐÂÎļþ |
| | |
| | | Quintiq file version 2.0 |
| | | #parent: pDemandComparison_822/dhCheckedSalesSegments |
| | | Response OnDataChanged () id:Response_pDemandComparison_822_dhCheckedSalesSegments_OnDataChanged |
| | | { |
| | | #keys: '[414996.1.211223482]' |
| | | CanBindMultiple: false |
| | | DefinitionID: 'Responsedef_WebComponent_OnDataChanged' |
| | | GroupServerCalls: true |
| | | QuillAction |
| | | { |
| | | Body: |
| | | [* |
| | | if( this.Data().Size() <> 0 ){ |
| | | prods := selectset( dhFinelProducts.Data(),Elements,element,exists( this.Data(),Elements.SalesDemand.Product_MP,prod,element = prod )); |
| | | dhFinelProducts.Data( &prods ); |
| | | }else{ |
| | | dhFinelProducts.Data( DataHolderProduct.Data().Copy() ); |
| | | } |
| | | *] |
| | | } |
| | | } |
| ÎļþÃû´Ó _Main/UI/MacroPlannerWebApp/Component_FormDemandComparison/Response_pDemandComparison_822_dhFinelProduct_OnCreated.def ÐÞ¸Ä |
| | |
| | | Quintiq file version 2.0 |
| | | #parent: pDemandComparison_822/dhFinelProduct |
| | | Response OnCreated () id:Response_pDemandComparison_822_dhFinelProduct_OnCreated |
| | | #parent: pDemandComparison_822/dhFinelProducts |
| | | Response OnCreated () id:Response_pDemandComparison_822_dhFinelProducts_OnCreated |
| | | { |
| | | #keys: '[414996.1.211223483]' |
| | | CanBindMultiple: false |
| | |
| | | #parent: pGeneration/dhCheckGenerations |
| | | Response OnDataChanged () id:Response_pGeneration_dhCheckGenerations_OnDataChanged |
| | | { |
| | | #keys: '[414996.1.211222997]' |
| | | #keys: '[414996.1.218091372]' |
| | | CanBindMultiple: false |
| | | DefinitionID: 'Responsedef_WebComponent_OnDataChanged' |
| | | GroupServerCalls: true |
| | |
| | | { |
| | | Body: |
| | | [* |
| | | products := dhFinelProduct.Data(); |
| | | products := dhFinelProducts.Data(); |
| | | if( this.Data().Size() <> 0 ){ |
| | | products := selectset( products,Elements,product,exists( this.Data(),Elements,element,element.StringValue() = product.Generation())); |
| | | dhFinelProduct.Data( &products ); |
| | | dhFinelProducts.Data( &products ); |
| | | }else{ |
| | | if( dhCheckedProduct.Data().Size() <> 0 ){ |
| | | dhFinelProduct.Data( dhCheckedProduct.Data().Copy() ); |
| | | if( dhCheckedProducts.Data().Size() <> 0 ){ |
| | | dhFinelProducts.Data( dhCheckedProducts.Data().Copy() ); |
| | | }else{ |
| | | dhFinelProduct.Data( DataHolderProduct.Data().Copy() ); |
| | | dhFinelProducts.Data( DataHolderProduct.Data().Copy() ); |
| | | } |
| | | } |
| | | *] |
| | |
| | | #parent: pGeneration/dhGenerations |
| | | Response OnCreated () id:Response_pGeneration_dhGenerations_OnCreated |
| | | { |
| | | #keys: '[414996.1.211223000]' |
| | | #keys: '[414996.1.218091373]' |
| | | CanBindMultiple: false |
| | | DefinitionID: 'Responsedef_WebComponent_OnCreated' |
| | | QuillAction |
| | |
| | | #parent: pMQBMLB/dhCheckMQBMLB |
| | | Response OnDataChanged () id:Response_pMQBMLB_dhCheckMQBMLB_OnDataChanged |
| | | { |
| | | #keys: '[414996.1.211223005]' |
| | | #keys: '[414996.1.218091378]' |
| | | CanBindMultiple: false |
| | | DefinitionID: 'Responsedef_WebComponent_OnDataChanged' |
| | | GroupServerCalls: true |
| | |
| | | { |
| | | Body: |
| | | [* |
| | | products := dhFinelProduct.Data(); |
| | | products := dhFinelProducts.Data(); |
| | | if( this.Data().Size() <> 0 ){ |
| | | products := selectset( products,Elements,product,exists( this.Data(),Elements,element,element.StringValue() = product.MQBMLB())); |
| | | dhFinelProduct.Data( &products ); |
| | | dhFinelProducts.Data( &products ); |
| | | }else{ |
| | | if( dhCheckedProduct.Data().Size() <> 0 ){ |
| | | dhFinelProduct.Data( dhCheckedProduct.Data().Copy() ); |
| | | if( dhCheckedProducts.Data().Size() <> 0 ){ |
| | | dhFinelProducts.Data( dhCheckedProducts.Data().Copy() ); |
| | | }else{ |
| | | dhFinelProduct.Data( DataHolderProduct.Data().Copy() ); |
| | | dhFinelProducts.Data( DataHolderProduct.Data().Copy() ); |
| | | } |
| | | } |
| | | *] |
| | |
| | | #parent: pMQBMLB/dhMQBMLB |
| | | Response OnCreated () id:Response_pMQBMLB_dhMQBMLB_OnCreated |
| | | { |
| | | #keys: '[414996.1.211223008]' |
| | | #keys: '[414996.1.218091381]' |
| | | CanBindMultiple: false |
| | | DefinitionID: 'Responsedef_WebComponent_OnCreated' |
| | | QuillAction |
| | |
| | | #parent: pPower/dhCheckPowers |
| | | Response OnDataChanged () id:Response_pPower_dhCheckPowers_OnDataChanged |
| | | { |
| | | #keys: '[414996.1.211223001]' |
| | | #keys: '[414996.1.218091374]' |
| | | CanBindMultiple: false |
| | | DefinitionID: 'Responsedef_WebComponent_OnDataChanged' |
| | | GroupServerCalls: true |
| | |
| | | { |
| | | Body: |
| | | [* |
| | | products := dhFinelProduct.Data(); |
| | | products := dhFinelProducts.Data(); |
| | | if( this.Data().Size() <> 0 ){ |
| | | products := selectset( products,Elements,product,exists( this.Data(),Elements,element,element.StringValue() = product.Power())); |
| | | dhFinelProduct.Data( &products ); |
| | | dhFinelProducts.Data( &products ); |
| | | }else{ |
| | | if( dhCheckedProduct.Data().Size() <> 0 ){ |
| | | dhFinelProduct.Data( dhCheckedProduct.Data().Copy() ); |
| | | if( dhCheckedProducts.Data().Size() <> 0 ){ |
| | | dhFinelProducts.Data( dhCheckedProducts.Data().Copy() ); |
| | | }else{ |
| | | dhFinelProduct.Data( DataHolderProduct.Data().Copy() ); |
| | | dhFinelProducts.Data( DataHolderProduct.Data().Copy() ); |
| | | } |
| | | } |
| | | *] |
| | |
| | | #parent: pPower/dhPowers |
| | | Response OnCreated () id:Response_pPower_dhPowers_OnCreated |
| | | { |
| | | #keys: '[414996.1.211223004]' |
| | | #keys: '[414996.1.218091377]' |
| | | CanBindMultiple: false |
| | | DefinitionID: 'Responsedef_WebComponent_OnCreated' |
| | | QuillAction |
| ¶Ô±ÈÐÂÎļþ |
| | |
| | | Quintiq file version 2.0 |
| | | Component ListGenerations |
| | | { |
| | | #keys: '[414996.1.218091290]' |
| | | BaseType: 'WebList' |
| | | Children: |
| | | [ |
| | | Component DataExtractor989 |
| | | { |
| | | #keys: '[414996.1.218091291]' |
| | | BaseType: 'WebDataExtractor' |
| | | Properties: |
| | | [ |
| | | DataType: 'structured[LocalValue]' |
| | | Source: 'dhGenerations' |
| | | Taborder: 0 |
| | | Transformation: 'Elements' |
| | | ] |
| | | } |
| | | #child: listActionBarPage963 |
| | | Component DataSetLevel191 |
| | | { |
| | | #keys: '[414996.1.218091293]' |
| | | BaseType: 'WebDataSetLevel' |
| | | Children: |
| | | [ |
| | | #child: listContextMenu687 |
| | | ] |
| | | Properties: |
| | | [ |
| | | Columns: '[{"attribute":{"classtype":"WebApiDefinitionAttributeDataMember","columnid":"ImageIsEnable","title":"ImageIsEnable","subtotals":"","tooltip":"","width":2,"display":"always","attribute":"ImageIsEnable"}},{"attribute":{"classtype":"WebApiDefinitionAttributeDataMember","columnid":"StringValue","title":"Value","subtotals":"","tooltip":"","width":6,"display":"always","editable":false,"attribute":"StringValue"}}]' |
| | | ContextMenu: 'listContextMenu687' |
| | | Taborder: 2 |
| | | ] |
| | | } |
| | | ] |
| | | Properties: |
| | | [ |
| | | MinimumColumns: 8 |
| | | Taborder: 0 |
| | | ] |
| | | } |
| ¶Ô±ÈÐÂÎļþ |
| | |
| | | Quintiq file version 2.0 |
| | | Component ListMQBMLB |
| | | { |
| | | #keys: '[414996.1.218091270]' |
| | | BaseType: 'WebList' |
| | | Children: |
| | | [ |
| | | Component DataExtractor472 |
| | | { |
| | | #keys: '[414996.1.218091271]' |
| | | BaseType: 'WebDataExtractor' |
| | | Properties: |
| | | [ |
| | | DataType: 'structured[LocalValue]' |
| | | Source: 'dhMQBMLB' |
| | | Taborder: 0 |
| | | Transformation: 'Elements' |
| | | ] |
| | | } |
| | | #child: listActionBarPage519 |
| | | Component DataSetLevel527 |
| | | { |
| | | #keys: '[414996.1.218091273]' |
| | | BaseType: 'WebDataSetLevel' |
| | | Children: |
| | | [ |
| | | #child: listContextMenu319 |
| | | ] |
| | | Properties: |
| | | [ |
| | | Columns: '[{"attribute":{"classtype":"WebApiDefinitionAttributeDataMember","columnid":"ImageIsEnable","title":"ImageIsEnable","subtotals":"","tooltip":"","width":2,"display":"always","attribute":"ImageIsEnable"}},{"attribute":{"classtype":"WebApiDefinitionAttributeDataMember","columnid":"StringValue","title":"Value","subtotals":"","tooltip":"","width":6,"display":"always","editable":false,"attribute":"StringValue"}}]' |
| | | ContextMenu: 'listContextMenu319' |
| | | Taborder: 2 |
| | | ] |
| | | } |
| | | ] |
| | | Properties: |
| | | [ |
| | | MinimumColumns: 8 |
| | | Taborder: 0 |
| | | ] |
| | | } |
| ¶Ô±ÈÐÂÎļþ |
| | |
| | | Quintiq file version 2.0 |
| | | Component ListPowers |
| | | { |
| | | #keys: '[414996.1.218091279]' |
| | | BaseType: 'WebList' |
| | | Children: |
| | | [ |
| | | Component DataExtractor671 |
| | | { |
| | | #keys: '[414996.1.218091280]' |
| | | BaseType: 'WebDataExtractor' |
| | | Properties: |
| | | [ |
| | | DataType: 'structured[LocalValue]' |
| | | Source: 'dhPowers' |
| | | Taborder: 0 |
| | | Transformation: 'Elements' |
| | | ] |
| | | } |
| | | #child: listActionBarPage245 |
| | | Component DataSetLevel995 |
| | | { |
| | | #keys: '[414996.1.218091282]' |
| | | BaseType: 'WebDataSetLevel' |
| | | Children: |
| | | [ |
| | | #child: listContextMenu623 |
| | | ] |
| | | Properties: |
| | | [ |
| | | Columns: '[{"attribute":{"classtype":"WebApiDefinitionAttributeDataMember","columnid":"ImageIsEnable","title":"ImageIsEnable","subtotals":"","tooltip":"","width":2,"display":"always","attribute":"ImageIsEnable"}},{"attribute":{"classtype":"WebApiDefinitionAttributeDataMember","columnid":"StringValue","title":"Value","subtotals":"","tooltip":"","width":6,"display":"always","editable":false,"attribute":"StringValue"}}]' |
| | | ContextMenu: 'listContextMenu623' |
| | | Taborder: 2 |
| | | ] |
| | | } |
| | | ] |
| | | Properties: |
| | | [ |
| | | MinimumColumns: 8 |
| | | Taborder: 0 |
| | | ] |
| | | } |
copy from _Main/UI/MacroPlannerWebApp/Component_FormOfflinePlanComparison/Component_listActionBarPage690.def
copy to _Main/UI/MacroPlannerWebApp/Component_FormOfflinePlanComparison/Component_listActionBarPage245.def
| Îļþ´Ó _Main/UI/MacroPlannerWebApp/Component_FormOfflinePlanComparison/Component_listActionBarPage690.def ¸´ÖÆ |
| | |
| | | Quintiq file version 2.0 |
| | | Component listActionBarPage690 |
| | | Component listActionBarPage245 |
| | | { |
| | | #keys: '[414996.1.211222174]' |
| | | #keys: '[414996.1.218091281]' |
| | | BaseType: 'listActionBarPage' |
| | | Properties: |
| | | [ |
copy from _Main/UI/MacroPlannerWebApp/Component_FormOfflinePlanComparison/Component_listActionBarPage690.def
copy to _Main/UI/MacroPlannerWebApp/Component_FormOfflinePlanComparison/Component_listActionBarPage519.def
| Îļþ´Ó _Main/UI/MacroPlannerWebApp/Component_FormOfflinePlanComparison/Component_listActionBarPage690.def ¸´ÖÆ |
| | |
| | | Quintiq file version 2.0 |
| | | Component listActionBarPage690 |
| | | Component listActionBarPage519 |
| | | { |
| | | #keys: '[414996.1.211222174]' |
| | | #keys: '[414996.1.218091272]' |
| | | BaseType: 'listActionBarPage' |
| | | Properties: |
| | | [ |
| ÎļþÃû´Ó _Main/UI/MacroPlannerWebApp/Component_FormOfflinePlanComparison/Component_listActionBarPage690.def ÐÞ¸Ä |
| | |
| | | Quintiq file version 2.0 |
| | | Component listActionBarPage690 |
| | | Component listActionBarPage963 |
| | | { |
| | | #keys: '[414996.1.211222174]' |
| | | #keys: '[414996.1.218091292]' |
| | | BaseType: 'listActionBarPage' |
| | | Properties: |
| | | [ |
copy from _Main/UI/MacroPlannerWebApp/Component_FormOfflinePlanComparison/Component_listContextMenu245.def
copy to _Main/UI/MacroPlannerWebApp/Component_FormOfflinePlanComparison/Component_listContextMenu319.def
| Îļþ´Ó _Main/UI/MacroPlannerWebApp/Component_FormOfflinePlanComparison/Component_listContextMenu245.def ¸´ÖÆ |
| | |
| | | Quintiq file version 2.0 |
| | | Component listContextMenu245 |
| | | Component listContextMenu319 |
| | | { |
| | | #keys: '[414996.1.211222167]' |
| | | #keys: '[414996.1.218091274]' |
| | | BaseType: 'listContextMenu' |
| | | Properties: |
| | | [ |
| ÎļþÃû´Ó _Main/UI/MacroPlannerWebApp/Component_FormOfflinePlanComparison/Component_listContextMenu245.def ÐÞ¸Ä |
| | |
| | | Quintiq file version 2.0 |
| | | Component listContextMenu245 |
| | | Component listContextMenu623 |
| | | { |
| | | #keys: '[414996.1.211222167]' |
| | | #keys: '[414996.1.218091283]' |
| | | BaseType: 'listContextMenu' |
| | | Properties: |
| | | [ |
copy from _Main/UI/MacroPlannerWebApp/Component_FormOfflinePlanComparison/Component_listContextMenu245.def
copy to _Main/UI/MacroPlannerWebApp/Component_FormOfflinePlanComparison/Component_listContextMenu687.def
| Îļþ´Ó _Main/UI/MacroPlannerWebApp/Component_FormOfflinePlanComparison/Component_listContextMenu245.def ¸´ÖÆ |
| | |
| | | Quintiq file version 2.0 |
| | | Component listContextMenu245 |
| | | Component listContextMenu687 |
| | | { |
| | | #keys: '[414996.1.211222167]' |
| | | #keys: '[414996.1.218091294]' |
| | | BaseType: 'listContextMenu' |
| | | Properties: |
| | | [ |
| ÎļþÃû´Ó _Main/UI/MacroPlannerWebApp/Component_FormOfflinePlanComparison/Component_pGeneration208.def ÐÞ¸Ä |
| | |
| | | Quintiq file version 2.0 |
| | | Component pGeneration208 |
| | | Component pGeneration |
| | | { |
| | | #keys: '[414996.1.211222179]' |
| | | #keys: '[414996.1.218091286]' |
| | | BaseType: 'WebPanel' |
| | | Children: |
| | | [ |
| | | Component dhGenerations423 |
| | | Component dhGenerations |
| | | { |
| | | #keys: '[414996.1.211222180]' |
| | | #keys: '[414996.1.218091287]' |
| | | BaseType: 'WebDataHolder' |
| | | Databinding: 'structured[LocalValue]*' |
| | | Properties: |
| | |
| | | Taborder: 1 |
| | | ] |
| | | } |
| | | #child: ListGenerations366 |
| | | Component dhCheckGenerations744 |
| | | Component dhCheckGenerations |
| | | { |
| | | #keys: '[414996.1.211222186]' |
| | | #keys: '[414996.1.218091288]' |
| | | BaseType: 'WebDataHolder' |
| | | Databinding: 'structured[LocalValue]*' |
| | | Children: |
| | | [ |
| | | Component deCheckGenerations857 |
| | | Component deCheckGenerations |
| | | { |
| | | #keys: '[414996.1.211222187]' |
| | | #keys: '[414996.1.218091289]' |
| | | BaseType: 'WebDataExtractor' |
| | | Properties: |
| | | [ |
| | | DataType: 'structured[LocalValue]' |
| | | FixedFilter: 'object.IsCheck()' |
| | | Source: 'dhGenerations423' |
| | | Source: 'dhGenerations' |
| | | Taborder: 0 |
| | | Transformation: 'Elements' |
| | | ] |
| | |
| | | Taborder: 2 |
| | | ] |
| | | } |
| | | #child: ListGenerations |
| | | ] |
| | | Properties: |
| | | [ |
| | | MinimumRows: 20 |
| | | FixedSize: true |
| | | MinimumColumns: 8 |
| | | MinimumRows: 15 |
| | | Taborder: 0 |
| | | Title: 'Generation' |
| | | ] |
| ÎļþÃû´Ó _Main/UI/MacroPlannerWebApp/Component_FormOfflinePlanComparison/Component_pMQBMLB154.def ÐÞ¸Ä |
| | |
| | | Quintiq file version 2.0 |
| | | Component pMQBMLB154 |
| | | Component pMQBMLB |
| | | { |
| | | #keys: '[414996.1.211222161]' |
| | | #keys: '[414996.1.218091268]' |
| | | BaseType: 'WebPanel' |
| | | Children: |
| | | [ |
| | | Component dhMQBMLB972 |
| | | Component dhMQBMLB |
| | | { |
| | | #keys: '[414996.1.211222162]' |
| | | #keys: '[414996.1.218091269]' |
| | | BaseType: 'WebDataHolder' |
| | | Databinding: 'structured[LocalValue]*' |
| | | Properties: |
| | |
| | | Taborder: 1 |
| | | ] |
| | | } |
| | | #child: ListMQBMLB700 |
| | | Component dhCheckMQBMLB319 |
| | | #child: ListMQBMLB |
| | | Component dhCheckMQBMLB |
| | | { |
| | | #keys: '[414996.1.211222168]' |
| | | #keys: '[414996.1.218091275]' |
| | | BaseType: 'WebDataHolder' |
| | | Databinding: 'structured[LocalValue]*' |
| | | Children: |
| | | [ |
| | | Component deCheckMQBMLB661 |
| | | Component deCheckMQBMLB |
| | | { |
| | | #keys: '[414996.1.211222169]' |
| | | #keys: '[414996.1.218091276]' |
| | | BaseType: 'WebDataExtractor' |
| | | Properties: |
| | | [ |
| | | DataType: 'structured[LocalValue]' |
| | | FixedFilter: 'object.IsCheck()' |
| | | Source: 'dhMQBMLB972' |
| | | Source: 'dhMQBMLB' |
| | | Taborder: 0 |
| | | Transformation: 'Elements' |
| | | ] |
| | |
| | | ] |
| | | Properties: |
| | | [ |
| | | MinimumRows: 20 |
| | | FixedSize: true |
| | | MinimumColumns: 8 |
| | | MinimumRows: 15 |
| | | Taborder: 2 |
| | | Title: 'MQB/MLB' |
| | | ] |
| | |
| | | BaseType: 'WebPanel' |
| | | Children: |
| | | [ |
| | | #child: pProductAttributeFilter189 |
| | | #child: pProductAttributeFilter |
| | | ] |
| | | Properties: |
| | | [ |
| ÎļþÃû´Ó _Main/UI/MacroPlannerWebApp/Component_FormOfflinePlanComparison/Component_pPower243.def ÐÞ¸Ä |
| | |
| | | Quintiq file version 2.0 |
| | | Component pPower243 |
| | | Component pPower |
| | | { |
| | | #keys: '[414996.1.211222170]' |
| | | #keys: '[414996.1.218091277]' |
| | | BaseType: 'WebPanel' |
| | | Children: |
| | | [ |
| | | Component dhPowers404 |
| | | Component dhPowers |
| | | { |
| | | #keys: '[414996.1.211222171]' |
| | | #keys: '[414996.1.218091278]' |
| | | BaseType: 'WebDataHolder' |
| | | Databinding: 'structured[LocalValue]*' |
| | | Properties: |
| | |
| | | Taborder: 1 |
| | | ] |
| | | } |
| | | #child: ListPowers199 |
| | | Component dhCheckPowers354 |
| | | #child: ListPowers |
| | | Component dhCheckPowers |
| | | { |
| | | #keys: '[414996.1.211222177]' |
| | | #keys: '[414996.1.218091284]' |
| | | BaseType: 'WebDataHolder' |
| | | Databinding: 'structured[LocalValue]*' |
| | | Children: |
| | | [ |
| | | Component deCheckPowers981 |
| | | Component deCheckPowers |
| | | { |
| | | #keys: '[414996.1.211222178]' |
| | | #keys: '[414996.1.218091285]' |
| | | BaseType: 'WebDataExtractor' |
| | | Properties: |
| | | [ |
| | | DataType: 'structured[LocalValue]' |
| | | FixedFilter: 'object.IsCheck()' |
| | | Source: 'dhPowers404' |
| | | Source: 'dhPowers' |
| | | Taborder: 0 |
| | | Transformation: 'Elements' |
| | | ] |
| | |
| | | ] |
| | | Properties: |
| | | [ |
| | | MinimumRows: 20 |
| | | FixedSize: true |
| | | MinimumColumns: 8 |
| | | MinimumRows: 15 |
| | | Taborder: 1 |
| | | Title: 'Power' |
| | | ] |
| ¶Ô±ÈÐÂÎļþ |
| | |
| | | Quintiq file version 2.0 |
| | | Component pProductAttributeFilter |
| | | { |
| | | #keys: '[414996.1.218091267]' |
| | | BaseType: 'WebPanel' |
| | | Children: |
| | | [ |
| | | #child: pGeneration |
| | | #child: pPower |
| | | #child: pMQBMLB |
| | | ] |
| | | Properties: |
| | | [ |
| | | FixedSize: true |
| | | MinimumColumns: 8 |
| | | Taborder: 0 |
| | | ] |
| | | } |
copy from _Main/UI/MacroPlannerWebApp/Component_FormOfflinePlanComparison/Response_ListMQBMLB700_OnClick.def
copy to _Main/UI/MacroPlannerWebApp/Component_FormOfflinePlanComparison/Response_ListGenerations_OnClick.def
| Îļþ´Ó _Main/UI/MacroPlannerWebApp/Component_FormOfflinePlanComparison/Response_ListMQBMLB700_OnClick.def ¸´ÖÆ |
| | |
| | | Quintiq file version 2.0 |
| | | #parent: ListMQBMLB700 |
| | | #parent: ListGenerations |
| | | Response OnClick ( |
| | | LocalValue selection |
| | | ) id:Response_ListMQBMLB700_OnClick |
| | | ) id:Response_ListGenerations_OnClick |
| | | { |
| | | #keys: '[414996.1.211222103]' |
| | | #keys: '[414996.1.218091252]' |
| | | CanBindMultiple: false |
| | | DefinitionID: 'Responsedef_WebList_OnClick' |
| | | GroupServerCalls: true |
| ÎļþÃû´Ó _Main/UI/MacroPlannerWebApp/Component_FormOfflinePlanComparison/Response_ListMQBMLB700_OnClick.def ÐÞ¸Ä |
| | |
| | | Quintiq file version 2.0 |
| | | #parent: ListMQBMLB700 |
| | | #parent: ListMQBMLB |
| | | Response OnClick ( |
| | | LocalValue selection |
| | | ) id:Response_ListMQBMLB700_OnClick |
| | | ) id:Response_ListMQBMLB_OnClick |
| | | { |
| | | #keys: '[414996.1.211222103]' |
| | | #keys: '[414996.1.218091261]' |
| | | CanBindMultiple: false |
| | | DefinitionID: 'Responsedef_WebList_OnClick' |
| | | GroupServerCalls: true |
copy from _Main/UI/MacroPlannerWebApp/Component_FormOfflinePlanComparison/Response_ListMQBMLB700_OnClick.def
copy to _Main/UI/MacroPlannerWebApp/Component_FormOfflinePlanComparison/Response_ListPowers_OnClick.def
| Îļþ´Ó _Main/UI/MacroPlannerWebApp/Component_FormOfflinePlanComparison/Response_ListMQBMLB700_OnClick.def ¸´ÖÆ |
| | |
| | | Quintiq file version 2.0 |
| | | #parent: ListMQBMLB700 |
| | | #parent: ListPowers |
| | | Response OnClick ( |
| | | LocalValue selection |
| | | ) id:Response_ListMQBMLB700_OnClick |
| | | ) id:Response_ListPowers_OnClick |
| | | { |
| | | #keys: '[414996.1.211222103]' |
| | | #keys: '[414996.1.218091257]' |
| | | CanBindMultiple: false |
| | | DefinitionID: 'Responsedef_WebList_OnClick' |
| | | GroupServerCalls: true |
| ÎļþÃû´Ó _Main/UI/MacroPlannerWebApp/Component_FormOfflinePlanComparison/Response_pGeneration208_dhCheckGenerations744_OnDataChanged.def ÐÞ¸Ä |
| | |
| | | Quintiq file version 2.0 |
| | | #parent: pGeneration208/dhCheckGenerations744 |
| | | Response OnDataChanged () id:Response_pGeneration208_dhCheckGenerations744_OnDataChanged |
| | | #parent: pGeneration/dhCheckGenerations |
| | | Response OnDataChanged () id:Response_pGeneration_dhCheckGenerations_OnDataChanged |
| | | { |
| | | #keys: '[414996.1.211222094]' |
| | | #keys: '[414996.1.218091254]' |
| | | CanBindMultiple: false |
| | | DefinitionID: 'Responsedef_WebComponent_OnDataChanged' |
| | | GroupServerCalls: true |
| ÎļþÃû´Ó _Main/UI/MacroPlannerWebApp/Component_FormOfflinePlanComparison/Response_pGeneration208_dhGenerations423_OnCreated.def ÐÞ¸Ä |
| | |
| | | Quintiq file version 2.0 |
| | | #parent: pGeneration208/dhGenerations423 |
| | | Response OnCreated () id:Response_pGeneration208_dhGenerations423_OnCreated |
| | | #parent: pGeneration/dhGenerations |
| | | Response OnCreated () id:Response_pGeneration_dhGenerations_OnCreated |
| | | { |
| | | #keys: '[414996.1.211222097]' |
| | | #keys: '[414996.1.218091255]' |
| | | CanBindMultiple: false |
| | | DefinitionID: 'Responsedef_WebComponent_OnCreated' |
| | | QuillAction |
| ÎļþÃû´Ó _Main/UI/MacroPlannerWebApp/Component_FormOfflinePlanComparison/Response_pMQBMLB154_dhCheckMQBMLB319_OnDataChanged.def ÐÞ¸Ä |
| | |
| | | Quintiq file version 2.0 |
| | | #parent: pMQBMLB154/dhCheckMQBMLB319 |
| | | Response OnDataChanged () id:Response_pMQBMLB154_dhCheckMQBMLB319_OnDataChanged |
| | | #parent: pMQBMLB/dhCheckMQBMLB |
| | | Response OnDataChanged () id:Response_pMQBMLB_dhCheckMQBMLB_OnDataChanged |
| | | { |
| | | #keys: '[414996.1.211222102]' |
| | | #keys: '[414996.1.218091260]' |
| | | CanBindMultiple: false |
| | | DefinitionID: 'Responsedef_WebComponent_OnDataChanged' |
| | | GroupServerCalls: true |
| ÎļþÃû´Ó _Main/UI/MacroPlannerWebApp/Component_FormOfflinePlanComparison/Response_pMQBMLB154_dhMQBMLB972_OnCreated.def ÐÞ¸Ä |
| | |
| | | Quintiq file version 2.0 |
| | | #parent: pMQBMLB154/dhMQBMLB972 |
| | | Response OnCreated () id:Response_pMQBMLB154_dhMQBMLB972_OnCreated |
| | | #parent: pMQBMLB/dhMQBMLB |
| | | Response OnCreated () id:Response_pMQBMLB_dhMQBMLB_OnCreated |
| | | { |
| | | #keys: '[414996.1.211222105]' |
| | | #keys: '[414996.1.218091263]' |
| | | CanBindMultiple: false |
| | | DefinitionID: 'Responsedef_WebComponent_OnCreated' |
| | | QuillAction |
| ÎļþÃû´Ó _Main/UI/MacroPlannerWebApp/Component_FormOfflinePlanComparison/Response_pPower243_dhCheckPowers354_OnDataChanged.def ÐÞ¸Ä |
| | |
| | | Quintiq file version 2.0 |
| | | #parent: pPower243/dhCheckPowers354 |
| | | Response OnDataChanged () id:Response_pPower243_dhCheckPowers354_OnDataChanged |
| | | #parent: pPower/dhCheckPowers |
| | | Response OnDataChanged () id:Response_pPower_dhCheckPowers_OnDataChanged |
| | | { |
| | | #keys: '[414996.1.211222098]' |
| | | #keys: '[414996.1.218091256]' |
| | | CanBindMultiple: false |
| | | DefinitionID: 'Responsedef_WebComponent_OnDataChanged' |
| | | GroupServerCalls: true |
| ÎļþÃû´Ó _Main/UI/MacroPlannerWebApp/Component_FormOfflinePlanComparison/Response_pPower243_dhPowers404_OnCreated.def ÐÞ¸Ä |
| | |
| | | Quintiq file version 2.0 |
| | | #parent: pPower243/dhPowers404 |
| | | Response OnCreated () id:Response_pPower243_dhPowers404_OnCreated |
| | | #parent: pPower/dhPowers |
| | | Response OnCreated () id:Response_pPower_dhPowers_OnCreated |
| | | { |
| | | #keys: '[414996.1.211222101]' |
| | | #keys: '[414996.1.218091259]' |
| | | CanBindMultiple: false |
| | | DefinitionID: 'Responsedef_WebComponent_OnCreated' |
| | | QuillAction |
| | |
| | | ProjectProperties |
| | | { |
| | | ApplicationComponentName: 'ApplicationMacroPlanner' |
| | | BuildVersion: '2022.3.0.48' |
| | | BuildVersion: '2022.3.0.74' |
| | | Description: 'Quintiq Macro Planner' |
| | | ProjectKind: 'WebClient' |
| | | } |