public override void PrintDetailAction() { if (ActiveItem == null) { return; } PgMng.Reset(3, 1, Face.Resources.Messages.RETRIEVING_DATA, this); CashReportMng reportMng = new CashReportMng(AppContext.ActiveSchema); PgMng.Grow(); CierreCajaRpt report = reportMng.GetDetailReport(CierreCajaInfo.Get(ActiveOID, true)); PgMng.FillUp(); ShowReport(report); }
protected override void GetFormSourceData(long oid) { _entity = CierreCajaInfo.Get(oid, true); _mf_type = ManagerFormType.MFView; }