Exemplo n.º 1
0
 private void omzetPenjualanToolStripMenuItem_Click(object sender, EventArgs e)
 {
     ReportSalesSummarySearchForm displayedForm = new ReportSalesSummarySearchForm(globalConstants.REPORT_SALES_OMZET);
     displayedForm.ShowDialog(this);
 }
Exemplo n.º 2
0
 private void toolStripMenuItem8_Click(object sender, EventArgs e)
 {
     ReportSalesSummarySearchForm displayedForm = new ReportSalesSummarySearchForm(globalConstants.REPORT_SALES_PRODUCT, true);
     displayedForm.ShowDialog(this);
 }
Exemplo n.º 3
0
 private void detailedToolStripMenuItem_Click(object sender, EventArgs e)
 {
     ReportSalesSummarySearchForm displayedForm = new ReportSalesSummarySearchForm(globalConstants.REPORT_SALES_DETAILED);
     displayedForm.ShowDialog(this);
 }