示例#1
0
        public List <dtAccountDataOfPaymentMatchingInfo> GetAccountDataOfPaymentMatchingInfo(DateTime?dtTargetPeriod, string strHQCode)
        {
            ACDataEntities context = new ACDataEntities();

            return(context.GetAccountDataOfPaymentMatchingInfo(dtTargetPeriod,
                                                               strHQCode,
                                                               MiscType.C_CORRECTION_REASON,
                                                               MiscType.C_PAYMENT_MATCHING_STATUS,
                                                               PaymentMatchingStatus.C_PAYMENT_MATCHING_FULL,
                                                               PaymentMatchingStatus.C_PAYMENT_MATCHING_PARTIAL,
                                                               PaymentMatchingStatus.C_PAYMENT_MATCHING_PARTIAL_TO_FULL,
                                                               PaymentStatus.C_PAYMENT_STATUS_CANCEL,
                                                               PaymentStatus.C_PAYMENT_STATUS_PAYMENT_MATCH_CANCELLED,
                                                               PaymentStatus.C_PAYMENT_STATUS_NOTE_FAIL,
                                                               PaymentStatus.C_PAYMENT_STATUS_POST_FAIL
                                                               ).ToList());
        }
        public List <dtACC009> GetAccountDataOfACC009(DateTime?dtTargetPeriodFrom, DateTime?dtTargetPeriodTo, string strHQCode)
        {
            ACDataEntities context = new ACDataEntities();

            return(context.GetAccountDataOfACC009(dtTargetPeriodFrom, dtTargetPeriodTo, strHQCode).ToList());
        }
示例#3
0
        public List <dtACC012_Sheet6> GetAccountDataOfACC012_Sheet6(string strHQCode)
        {
            ACDataEntities context = new ACDataEntities();

            return(context.GetAccountDataOfACC012_Sheet6(strHQCode).ToList());
        }
示例#4
0
        public List <dtAccountingBusinessDateOfAgingReport> GetAccountingBusinessDateOfAgingReport(Nullable <System.DateTime> targetPeriodTo)
        {
            ACDataEntities context = new ACDataEntities();

            return(context.GetAccountingBusinessDateOfAgingReport(targetPeriodTo).ToList());
        }
示例#5
0
        public List <dtAccountDataOfAgingReport> GetAccountDataOfAgingReport(DateTime?dtTargetPeriod, DateTime?dtLastEndDate, string strHQCode)
        {
            ACDataEntities context = new ACDataEntities();

            return(context.GetAccountDataOfAgingReport(dtTargetPeriod, dtLastEndDate, strHQCode, MiscType.C_RENTAL_CHANGE_TYPE, MiscType.C_SALE_CHANGE_TYPE, MiscType.C_PAYMENT_METHOD, MiscType.C_SHOW_DUEDATE).ToList());
        }
示例#6
0
        public List <dtAccountDataOfPaymentInfo> GetAccountDataOfPaymentInfo(DateTime?dtTargetPeriod, string strHQCode)
        {
            ACDataEntities context = new ACDataEntities();

            return(context.GetAccountDataOfPaymentInfo(dtTargetPeriod, strHQCode, MiscType.C_PAYMENT_TYPE).ToList());
        }
示例#7
0
        public List <dtAccountingBusinessDateOfPaymentMatchingInfo> GetAccountingBusinessDateOfPaymentMatchingInfo(Nullable <System.DateTime> targetPeriodTo)
        {
            ACDataEntities context = new ACDataEntities();

            return(context.GetAccountingBusinessDateOfPaymentMatchingInfo(targetPeriodTo).ToList());
        }