Exemplo n.º 1
0
 private void toolBar_btnApprove_Click(object sender)
 {
     if (SalesBudgetDB.Approve())
     {
         cbxDocument.ItemsSource   = entity.Brillo.Logic.Range.List_Range(SalesBudgetDB, entity.App.Names.SalesBudget, CurrentSession.Id_Branch, CurrentSession.Id_Terminal);
         cbxDocument.SelectedIndex = 0;
         toolBar.msgApproved(SalesBudgetDB.NumberOfRecords);
     }
 }