Ejemplo n.º 1
0
        public override void AfterConstruction()
        {
            base.AfterConstruction();
//            TotalType = FmFinPlanTotalType.FMFPT_NOTOTAL;
            _LineTime = new FmFinPlanDocTime(this.Session);
            LineTimes.Add(_LineTime);
            _LineTime.TimeTypeSet(FmFinPlanTimeType.FMFPT_TOTAL);
        }
        public void Initialize()
        {
            BatchWeights.Initialize();
            BatchTests.Initialize();
            BatchTimes.Initialize();

            LineWeights.Initialize();
            LineTests.Initialize();
            LineTimes.Initialize();

            LineProductWeights.Initialize();
            ProductDetails.Initialize();
            LineDetails.Initialize();
        }