Beispiel #1
0
        private void OpenTillForUser(User user)
        {
            var tillAmount = new frmTillAmount();

            tillAmount.frmMain = this;
            tillAmount.ShowDialog();

            workshisftService.CreateWorkshift(user, tillAmount.Amount);

            MessageBox.Show("Till Opened. Now your can star sales process.");
        }
Beispiel #2
0
        private void OpenTillForUser(User user)
        {
            var tillAmount = new frmTillAmount();
            tillAmount.frmMain = this;
            tillAmount.ShowDialog();

            workshisftService.CreateWorkshift(user, tillAmount.Amount);

            MessageBox.Show("Till Opened. Now your can star sales process.");
        }