public SalesCollectionStatController(IBranchAppService _BranchService, IFYDDAppService _FYDDService,
                                      IProjInfoAppService _ProjInfoService)
 {
     this._BranchService   = _BranchService;
     this._FYDDService     = _FYDDService;
     this._ProjInfoService = _ProjInfoService;
 }
예제 #2
0
 public PendingController(IChequeReceiptAppService _IChequeReceiptAppService, IMoneyReceiptAppService _IMoneyReceiptAppService, IBranchAppService _BranchService, IFYDDAppService _FYDDService)
 {
     this._IMoneyReceiptAppService  = _IMoneyReceiptAppService;
     this._BranchService            = _BranchService;
     this._FYDDService              = _FYDDService;
     this._IChequeReceiptAppService = _IChequeReceiptAppService;
 }
예제 #3
0
 public ItemWiseSalesStatementController(IBranchAppService _BranchService, ILocationAppService _locationService, IItemInfoAppService _ItemService, IFYDDAppService _FYDDService)
 {
     this._BranchService   = _BranchService;
     this._locationService = _locationService;
     this._ItemService     = _ItemService;
     this._FYDDService     = _FYDDService;
 }
예제 #4
0
 public VATRptController(IFYDDAppService _FYDDService, IBranchAppService _BranchService, IProjInfoAppService _ProjInfoService, IEmployeeAppService _employeeInfoService)
 {
     this._FYDDService         = _FYDDService;
     this._BranchService       = _BranchService;
     this._ProjInfoService     = _ProjInfoService;
     this._employeeInfoService = _employeeInfoService;
 }
예제 #5
0
 public rptSalesCollectionComparisonController(IFYDDAppService _FYDDService, ISubsidiaryInfoAppService _SubsidiaryService, ILocationAppService _locationService, IBranchAppService _BranchService, IProjInfoAppService _ProjInfoService)
 {
     this._locationService   = _locationService;
     this._BranchService     = _BranchService;
     this._ProjInfoService   = _ProjInfoService;
     this._SubsidiaryService = _SubsidiaryService;
     this._FYDDService       = _FYDDService;
 }
예제 #6
0
 public CustomerWiseSalesStatementController(IBranchAppService _BranchService, IFYDDAppService _FYDDService,
                                             IProjInfoAppService _ProjInfoService, ISubsidiaryInfoAppService _SubsidiaryService)
 {
     this._BranchService     = _BranchService;
     this._FYDDService       = _FYDDService;
     this._ProjInfoService   = _ProjInfoService;
     this._SubsidiaryService = _SubsidiaryService;
 }
        public static SelectList LoadAllFinYears(IFYDDAppService _fYDDService)
        {
            var items = _fYDDService.All().ToList()
                        .Select(x => new { x.Id, x.FinYear }).OrderByDescending(x => x.Id).ToList();

            //items.Insert(0, new { ID = 0, FinYear = "---- Select ----" });
            return(new SelectList(items, "FinYear", "FinYear"));
        }
예제 #8
0
 public StoreRptController(IBranchAppService _BranchService,
                           IIssRecSrcDestAppService _issRecvSrcDestService, IFYDDAppService _FYDDService,
                           IItemInfoAppService _ItemInfoService)
 {
     this._BranchService         = _BranchService;
     this._FYDDService           = _FYDDService;
     this._ItemInfoService       = _ItemInfoService;
     this._issRecvSrcDestService = _issRecvSrcDestService;
 }
예제 #9
0
 public BalSheetRptController(IBranchAppService _BranchService, IProjInfoAppService _ProjInfoService,
                              IBalSheetRptAppService _BalSheetRptService, ISysSetAppService _sysSetService, IFYDDAppService _FYDDService)
 {
     this._BranchService      = _BranchService;
     this._ProjInfoService    = _ProjInfoService;
     this._BalSheetRptService = _BalSheetRptService;
     this._sysSetService      = _sysSetService;
     this._FYDDService        = _FYDDService;
 }
예제 #10
0
 public ProductionRptController(IItemTypeAppService _itemTypeService, IBranchAppService _branchService, IFYDDAppService _FYDDService,
                                ILocationAppService _locationService, ICommonPVVMAppService _CommonVmService)
 {
     this._CommonVmService = _CommonVmService;
     this._itemTypeService = _itemTypeService;
     this._branchService   = _branchService;
     this._FYDDService     = _FYDDService;
     this._locationService = _locationService;
 }
예제 #11
0
 public AccountsController(IEmployeeAppService _employeeService, IFYDDAppService _FYDDAppService, IBranchAppService _branchService, IFuncSLAppService _funcSLService, IEmployeeFuncAppService _employeeFuncService, IUserBranchAppService _userbranchService)
 {
     this._employeeService     = _employeeService;
     this._FYDDAppService      = _FYDDAppService;
     this._branchService       = _branchService;
     this._funcSLService       = _funcSLService;
     this._employeeFuncService = _employeeFuncService;
     this._userbranchService   = _userbranchService;
 }
예제 #12
0
 public RateChartController(ISubsidiaryTypeAppService ISubsidiaryTypeService, ITransactionLogAppService _transactionLogService, IItemInfoAppService _IItemInfoAppService, ISubsidiaryInfoAppService _ISubsidiaryInfoService, IRateChartAppService _RateChartService, IFYDDAppService _FYDDService, IProjInfoAppService _ProjInfoService)
 {
     this._RateChartService       = _RateChartService;
     this._FYDDService            = _FYDDService;
     this._ProjInfoService        = _ProjInfoService;
     this._ISubsidiaryInfoService = _ISubsidiaryInfoService;
     this._IItemInfoAppService    = _IItemInfoAppService;
     this._transactionLogService  = _transactionLogService;
     this.ISubsidiaryTypeService  = ISubsidiaryTypeService;
 }
예제 #13
0
 public Sample_GiftController(ISubsidiaryInfoService _ISubsidiaryInfoService, IItemInfoAppService _IItemInfoAppService, INewChartAppService _INewChartAppService, ILocationAppService _ILocationAppService, IIssueDetailsService _IssueDetailsAppService, IIssueMainService _IIssueMainService, IBranchAppService _BranchService, IFYDDAppService _FYDDService)
 {
     this._ISubsidiaryInfoService = _ISubsidiaryInfoService;
     this._INewChartAppService    = _INewChartAppService;
     this._ILocationAppService    = _ILocationAppService;
     this._FYDDService            = _FYDDService;
     this._IIssueMainService      = _IIssueMainService;
     this._IssueDetailsAppService = _IssueDetailsAppService;
     this._IItemInfoAppService    = _IItemInfoAppService;
 }
 public MontlyQuantityController(IFYDDAppService _FYDDService, ILocationAppService _ILocationAppService, ISubsidiaryInfoAppService _ISubsidiaryInfoService, IBranchAppService _BranchService,
                                 IProjInfoAppService _ProjInfoService)
 {
     this._BranchService          = _BranchService;
     this._ISubsidiaryInfoService = _ISubsidiaryInfoService;
     this._ProjInfoService        = _ProjInfoService;
     this._ILocationAppService    = _ILocationAppService;
     this._ProjInfoService        = _ProjInfoService;
     this._FYDDService            = _FYDDService;
 }
예제 #15
0
 public JobWiseRecPayController(IBranchAppService _BranchService, IProjInfoAppService _ProjInfoService,
                                IBalSheetRptAppService _BalSheetRptService, ISysSetAppService _sysSetService, IFYDDAppService _FYDDService,
                                IrptJobWiseVMAppService _JobWiseReportService)
 {
     this._BranchService        = _BranchService;
     this._ProjInfoService      = _ProjInfoService;
     this._BalSheetRptService   = _BalSheetRptService;
     this._sysSetService        = _sysSetService;
     this._FYDDService          = _FYDDService;
     this._JobWiseReportService = _JobWiseReportService;
 }
 public CustomerLedgerGDSController(ICustAdjustmentAppService _ICustAdjustmentAppService, IFYDDAppService _IFYDDAppService, ISaleRetMainAppService _ISaleRetMainAppService, ISalesDetailAppService _ISalesDetailAppService, ISalesMainAppService _ISalesMainAppService, IMoneyReceiptAppService _IMoneyReceiptAppService, ICustomerLedgerAppService _CustomerLedgerService, ISubsidiaryInfoAppService _ISubsidiaryInfoAppService)
 {
     this._CustomerLedgerService     = _CustomerLedgerService;
     this._ISubsidiaryInfoAppService = _ISubsidiaryInfoAppService;
     this._IMoneyReceiptAppService   = _IMoneyReceiptAppService;
     this._ISalesMainAppService      = _ISalesMainAppService;
     this._ISalesDetailAppService    = _ISalesDetailAppService;
     this._ISaleRetMainAppService    = _ISaleRetMainAppService;
     this._IFYDDAppService           = _IFYDDAppService;
     this._ICustAdjustmentAppService = _ICustAdjustmentAppService;
 }
예제 #17
0
 public ListOfTransactionController(IBranchAppService _BranchService, IEmployeeAppService _employeeService,
                                    IJTrGrpAppService _jTrGrpService, IJarnalVoucherAppService _jarnalVoucherService,
                                    IUserBranchAppService _userbranchService, IFYDDAppService _FYDDService, ISysSetAppService _sysSetService)
 {
     this._jTrGrpService        = _jTrGrpService;
     this._BranchService        = _BranchService;
     this._employeeService      = _employeeService;
     this._jarnalVoucherService = _jarnalVoucherService;
     this._userbranchService    = _userbranchService;
     this._FYDDService          = _FYDDService;
     this._sysSetService        = _sysSetService;
 }
예제 #18
0
 public SecUserLoginController(ISecUserInGroupAppService _secUserInGroupService, ISecFormRightAppService _secFormRightService,
                               ISecUserInfoAppService _secUserInfoService, ISecFormProcessAppService _secFormProcessService,
                               ISecFormListAppService _secFormListService, IFYDDAppService _FYDDService
                               )
 {
     this._secUserInGroupService = _secUserInGroupService;
     this._secFormRightService   = _secFormRightService;
     this._secUserInfoService    = _secUserInfoService;
     this._secFormProcessService = _secFormProcessService;
     this._secFormListService    = _secFormListService;
     this._FYDDService           = _FYDDService;
 }
예제 #19
0
 public StockLedgerRptController(IReportLedgerAppService _ReportLedgerService, ILedgerCaptionAppService _LedgerCapService,
                                 IItemInfoAppService _ItemService, IBranchAppService _BranchService, IFYDDAppService _FYDDService, ISysSetAppService _sysSetService,
                                 IItemTypeAppService _itemTypeService, ICommonPVVMAppService _CommonVmService)
 {
     this._ReportLedgerService = _ReportLedgerService;
     this._LedgerCapService    = _LedgerCapService;
     this._ItemService         = _ItemService;
     this._BranchService       = _BranchService;
     this._FYDDService         = _FYDDService;
     this._sysSetService       = _sysSetService;
     this._itemTypeService     = _itemTypeService;
     this._CommonVmService     = _CommonVmService;
 }
예제 #20
0
 public SecUserLoginController(ISecUserInGroupAppService _secUserInGroupService, ISecFormRightAppService _secFormRightService,
                               ISecUserInfoAppService _secUserInfoService, ISecFormProcessAppService _secFormProcessService,
                               ISecFormListAppService _secFormListService, IFYDDAppService _FYDDService, IBranchAppService _branchService,
                               ISysSetAppService _sysSetService, IUserBranchAppService _userBranchService)
 {
     this._secUserInGroupService = _secUserInGroupService;
     this._secFormRightService   = _secFormRightService;
     this._secUserInfoService    = _secUserInfoService;
     this._secFormProcessService = _secFormProcessService;
     this._secFormListService    = _secFormListService;
     this._FYDDService           = _FYDDService;
     this._branchService         = _branchService;
     this._sysSetService         = _sysSetService;
     this._userBranchService     = _userBranchService;
 }
예제 #21
0
 public ScheduleRptController(IItemInfoAppService _ItemService, ISubsidiaryInfoAppService _SubsidiaryService,
                              INewChartAppService _NewChartService, IBranchAppService _BranchService, IEmployeeAppService _employeeService,
                              ISummaryReportAppService _summaryReportService, IUserBranchAppService _userbranchService, IDynaCapAppService _dynaCapService,
                              ISysSetAppService _sysSetService, IFYDDAppService _FYDDService)
 {
     this._ItemService          = _ItemService;
     this._SubsidiaryService    = _SubsidiaryService;
     this._NewChartService      = _NewChartService;
     this._BranchService        = _BranchService;
     this._employeeService      = _employeeService;
     this._summaryReportService = _summaryReportService;
     this._userbranchService    = _userbranchService;
     this._sysSetService        = _sysSetService;
     this._dynaCapService       = _dynaCapService;
     this._FYDDService          = _FYDDService;
 }
예제 #22
0
 public CashBookController(ISummaryReportAppService _SumRptService, ISummaryReportTypeAppService _SumRptTypeService,
                           ILedgerCaptionAppService _LedgerCapService, IUserBranchAppService _userbranchService, IEmployeeAppService _employeeService,
                           IBranchAppService _BranchService, ICashBookAppService _CashBookService, ICashOperationAppService _CashOperationService,
                           ISecUserInfoAppService _secUserInfoService, IFYDDAppService _FYDDService, ISysSetAppService _sysSetService)
 {
     this._SumRptService        = _SumRptService;
     this._SumRptTypeService    = _SumRptTypeService;
     this._LedgerCapService     = _LedgerCapService;
     this._BranchService        = _BranchService;
     this._CashBookService      = _CashBookService;
     this._CashOperationService = _CashOperationService;
     this._employeeService      = _employeeService;
     this._userbranchService    = _userbranchService;
     this._secUserInfoService   = _secUserInfoService;
     this._FYDDService          = _FYDDService;
     this._sysSetService        = _sysSetService;
 }
예제 #23
0
 public ReportController(IReportLedgerAppService _ReportLedgerService, ILedgerTypeAppService _LedgerTypeService,
                         ILedgerCaptionAppService _LedgerCapService, IItemInfoAppService _ItemService, ISubsidiaryInfoAppService _SubsidiaryService,
                         INewChartAppService _NewChartService, IBranchAppService _BranchService, IEmployeeAppService _employeeService, IJarnalVoucherAppService _jarnalVoucher,
                         IVchrPreviewVMAppService _VchrPreviewVMService, IUserBranchAppService _userbranchService, IFYDDAppService _FYDDService, ISysSetAppService _sysSetService)
 {
     this._ReportLedgerService  = _ReportLedgerService;
     this._LedgerTypeService    = _LedgerTypeService;
     this._LedgerCapService     = _LedgerCapService;
     this._ItemService          = _ItemService;
     this._SubsidiaryService    = _SubsidiaryService;
     this._NewChartService      = _NewChartService;
     this._BranchService        = _BranchService;
     this._employeeService      = _employeeService;
     this._jarnalVoucher        = _jarnalVoucher;
     this._VchrPreviewVMService = _VchrPreviewVMService;
     this._userbranchService    = _userbranchService;
     this._FYDDService          = _FYDDService;
     this._sysSetService        = _sysSetService;
 }
 public SummaryReportController(ILocationAppService _locationService, ISummaryReportAppService _SumRptService, ISummaryReportTypeAppService _SumRptTypeService,
                                ILedgerCaptionAppService _LedgerCapService, IBranchAppService _BranchService, IEmployeeAppService _employeeService, INewChartAppService _newchartAppService,
                                ISubsidiaryInfoAppService _SubsidiaryService, IItemInfoAppService _ItemService, IReportLedgerAppService _ReportLedgerService,
                                IVchrPreviewVMAppService _VchrPreviewVMService, IUserBranchAppService _userbranchService, IFYDDAppService _FYDDService, ISysSetAppService _sysSetService)
 {
     this._locationService      = _locationService;
     this._SumRptService        = _SumRptService;
     this._SumRptTypeService    = _SumRptTypeService;
     this._LedgerCapService     = _LedgerCapService;
     this._BranchService        = _BranchService;
     this._employeeService      = _employeeService;
     this._newchartAppService   = _newchartAppService;
     this._SubsidiaryService    = _SubsidiaryService;
     this._ItemService          = _ItemService;
     this._ReportLedgerService  = _ReportLedgerService;
     this._VchrPreviewVMService = _VchrPreviewVMService;
     this._userbranchService    = _userbranchService;
     this._FYDDService          = _FYDDService;
     this._sysSetService        = _sysSetService;
 }
예제 #25
0
 public CustAdjustmentController(IJarnalVoucherAppService _jarnalVoucherService, ILocationAppService _locationService, ISalesMainAppService _SalesMainService,
                                 ISalesDetailAppService _SaleDetailService, IEmployeeFuncAppService _EmpFuncService,
                                 IEmployeeAppService _EmployeeService, ISysSetAppService _sysSetService, IDefACAppService _defACService,
                                 ISubsidiaryInfoAppService _subsidiaryInfoService, IMoneyReceiptAppService _moneyReceiptService,
                                 IVchrSetAppService _vchrSetService, ICustAdjustmentAppService _custAdjustmentService, IFYDDAppService _FYDDAppService,
                                 ICustAdjExtAppService _custAdjExtService, ITransactionLogAppService _transactionLogService)
 {
     this._jarnalVoucherService  = _jarnalVoucherService;
     this._locationService       = _locationService;
     this._SalesMainService      = _SalesMainService;
     this._SaleDetailService     = _SaleDetailService;
     this._EmpFuncService        = _EmpFuncService;
     this._EmployeeService       = _EmployeeService;
     this._sysSetService         = _sysSetService;
     this._defACService          = _defACService;
     this._subsidiaryInfoService = _subsidiaryInfoService;
     this._moneyReceiptService   = _moneyReceiptService;
     this._vchrSetService        = _vchrSetService;
     this._custAdjustmentService = _custAdjustmentService;
     this._FYDDAppService        = _FYDDAppService;
     this._custAdjExtService     = _custAdjExtService;
     this._transactionLogService = _transactionLogService;
 }
예제 #26
0
 public ReceiptGDSController(IBranchAppService _BranchService, IFYDDAppService _FYDDService, IProjInfoAppService _ProjInfoService)
 {
     this._BranchService   = _BranchService;
     this._FYDDService     = _FYDDService;
     this._ProjInfoService = _ProjInfoService;
 }