Ejemplo n.º 1
0
        public void Company_Click()
        {
            App.Current.Properties["getcompany"] = 1;
            Window_BusinessLocationList IA = new Window_BusinessLocationList();

            IA.Show();
        }
Ejemplo n.º 2
0
        public void BusinessLocationList_Click()
        {
            App.Current.Properties["DailySalesBussLocation"] = 1;
            Window_BusinessLocationList BL = new Window_BusinessLocationList();

            BL.Show();
            //if (Convert.ToInt64(App.Current.Properties["LOC_ID"].ToString()) != 0)
            //{
            //    SelectedBusinessLoca.BUSINESS_LOCATION_ID = Convert.ToInt64(App.Current.Properties["LOC_ID"].ToString());
            //    SelectedBusinessLoca.BUSINESS_LOCATION = App.Current.Properties["BUSSINESS_LOC"].ToString();
            //}
        }
Ejemplo n.º 3
0
 public void ShowBussinessLocation_List()
 {
     if (App.Current.Properties["SelectedItem"] != null)
     {
         Window_BusinessLocationList IA = new Window_BusinessLocationList();
         IA.Show();
         if (App.Current.Properties["BussLocName"] != null)
         {
             //InvoicePOS.Views.CashRegister.CashReg.CashRegName.Text = _selectedItem.CASH_REG_NAME;
             //textBox5.Text = "";
             var data = App.Current.Properties["BussLocName"] as BusinessLocationModel;
             //Main.CashRegisterName.Text = CashReg.CashRegName.Text;
             //CashRegisterAmountDetails.BusLocationName.Text = CashReg.CashRegName.Text;
             InvoicePOS.Views.CashRegister.ChangeBussinessLocation.BussinessLocationName.Text = data.BUSS_ADDRESS_1;
         }
     }
 }
Ejemplo n.º 4
0
        public void BusinessLocationList_Click()
        {
            Window_BusinessLocationList IA = new Window_BusinessLocationList();

            IA.Show();
        }