This commit is contained in:
@@ -32,6 +32,41 @@ namespace AyaNovaQBI
|
||||
}
|
||||
}
|
||||
|
||||
private void mapSelectedItemsToolStripMenuItem_Click(object sender, EventArgs e)
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
private void unmapSelectedItemsToolStripMenuItem_Click(object sender, EventArgs e)
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
private void customersToolStripMenuItem_Click(object sender, EventArgs e)
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
private void serviceRatesToolStripMenuItem_Click(object sender, EventArgs e)
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
private void travelRatesToolStripMenuItem_Click(object sender, EventArgs e)
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
private void partsToolStripMenuItem_Click(object sender, EventArgs e)
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
private void vendorsToolStripMenuItem_Click(object sender, EventArgs e)
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
/*
|
||||
* Simplified, no drag and drop just pick and choose with clicks
|
||||
* A menu to select the ayanova object type which then populates the ayanova items grid of that type showing:
|
||||
|
||||
Reference in New Issue
Block a user