コード例 #1
0
        public void SetUp()
        {
            _fiscalYear = new FiscalYear("FY2014", "Fiscal year 2014", DateTime.Now);
            _period     = _fiscalYear.AddThreeMonthsPeriod("2014MAYJUL", DateTime.Now);

            _cash           = new Account("10100", "Cash", AccountClassification.Asset);
            _accountPayable = new Account("21000", "Account Payable", AccountClassification.Liability);
        }