public async Task refreshAfterEveryAdd()
        {
            StaticPageForAllData get = new StaticPageForAllData();
            await get.GetAllData().ConfigureAwait(false);

            ConList   = StaticPageForAllData.Contructor;
            woList    = StaticPageForAllData.WorkOrder;
            supList   = StaticPageForAllData.Supplier;
            storeList = StaticPageForAllData.WareHouse;
        }
        public async Task Fresh()
        {
            StaticPageForAllData refresh = new StaticPageForAllData();
            await refresh.GetAllData().ConfigureAwait(false);

            warehouse        = StaticPageForAllData.WareHouse;
            AllRetrunVoucher = StaticPageForAllData.AllReturnVoucher;
            stockData        = StaticPageForAllData.StockData;

            ObservableCollection <ReturnVoucher> fresh = new ObservableCollection <ReturnVoucher>();

            ShowingReport = fresh;
        }
Esempio n. 3
0
        public async Task Fresh()
        {
            StaticPageForAllData refresh = new StaticPageForAllData();
            await refresh.GetAllData().ConfigureAwait(false);

            warehouse         = StaticPageForAllData.WareHouse;
            stockData         = StaticPageForAllData.StockData;
            allIssueVoucher   = StaticPageForAllData.AllIssueVoucher;
            AllRecieptVoucher = StaticPageForAllData.AllReceiptVoucher;

            ObservableCollection <StockData> fresh = new ObservableCollection <StockData>();

            ShowingReport = fresh;
        }
        public async Task Fresh()
        {
            Warehouse swh = new Warehouse();

            swh = wareHouseName;
            StaticPageForAllData refresh = new StaticPageForAllData();
            await refresh.GetAllData().ConfigureAwait(false);

            warehouse         = StaticPageForAllData.WareHouse;
            stockData         = StaticPageForAllData.StockData;
            AllRecieptVoucher = StaticPageForAllData.AllReceiptVoucher;
            ObservableCollection <PeriodicRecieptReportModel> fresh = new ObservableCollection <PeriodicRecieptReportModel>();

            ShowingReport = fresh;
        }
Esempio n. 5
0
        public async Task Fresh()
        {
            StaticPageForAllData refresh = new StaticPageForAllData();
            await refresh.GetAllData().ConfigureAwait(false);

            contructor       = StaticPageForAllData.Contructor;
            warehouse        = StaticPageForAllData.WareHouse;
            workorder        = StaticPageForAllData.WorkOrder;
            item             = StaticPageForAllData.Items;
            allIssueVoucher  = StaticPageForAllData.AllIssueVoucher;
            allRetrunVocuher = StaticPageForAllData.AllReturnVoucher;
            stockData        = StaticPageForAllData.StockData;

            ObservableCollection <WOWisePeriodicIssueStatementModel> fresh = new ObservableCollection <WOWisePeriodicIssueStatementModel>();

            ShowingReport = fresh;
        }