OpenPetra
Free Administration Software for Non-Profits
Common.PeriodEnd.cs File Reference

Classes

class  Ict.Petra.Server.MFinance.Common.TPeriodEndOperations
 If a procedure is defined which shall be assigned inside a specific perodic process you have to use this class the handle the operation itself and the AbstractPeriodEndOperation class to handle the internal parts of the operation.
For example the class TMonthEnd and TYearEnd inherits TPeriodEndOperations.
More...
 
class  Ict.Petra.Server.MFinance.Common.AbstractPeriodEndOperation
 The period end classes inherit and complete this abstract class. The constructor of the inheriting class handles all parameters which are necessary for the RunEndOfPeriodOperation and RunEndOfPeriodOperation handles the database operations. More...
 

Namespaces

namespace  Ict
 
namespace  Ict.Petra
 
namespace  Ict.Petra.Server
 
namespace  Ict.Petra.Server.MFinance
 
namespace  Ict.Petra.Server.MFinance.Common
 

Enumerations

enum  Ict.Petra.Server.MFinance.Common.TCarryForwardENum { Ict.Petra.Server.MFinance.Common.Month , Ict.Petra.Server.MFinance.Common.Year }
 ENum-List of the accounting stati of a ledger More...
 
enum  Ict.Petra.Server.MFinance.Common.TPeriodEndErrorAndStatusCodes {
  Ict.Petra.Server.MFinance.Common.PEEC_01 , Ict.Petra.Server.MFinance.Common.PEEC_02 , Ict.Petra.Server.MFinance.Common.PEEC_03 , Ict.Petra.Server.MFinance.Common.PEEC_04 ,
  Ict.Petra.Server.MFinance.Common.PEEC_05 , Ict.Petra.Server.MFinance.Common.PEEC_06 , Ict.Petra.Server.MFinance.Common.PEEC_07 , Ict.Petra.Server.MFinance.Common.PEEC_08 ,
  Ict.Petra.Server.MFinance.Common.PEEC_09 , Ict.Petra.Server.MFinance.Common.PEEC_10 , Ict.Petra.Server.MFinance.Common.PEEC_11 , Ict.Petra.Server.MFinance.Common.PEEC_12
}
 This is the actual list of the different error status codes of the GL Module ... More...