Ok. You want something that can do calculations, store the result in
OneNote, and also send E-mail. And apparently you want something
relatively cheap and low volume. Excel might work, with a macro that
would insert the resulting page into OneNote. I notice that someone is
selling a book on how to do this in Excel.
http://www.mrexcel.com/tip078.shtml I can't comment on its accuracy or
usefulness.
I've experimented with automatically inserting pages into OneNote with
Visual Basic, as described in a Microsoft article (The code in the
article has a minor bug in it. In the VBA code, "objectGuid" should
read "pageGuid".).
http://msdn.microsoft.com/office/un...en-us/odc_on2003_ta/html/odc_on_importapi.asp
It works with Microsoft Visual Studio but I haven't tried it with
Excel's macros as described in the book mentioned above. I'm not that
familiar with VBA, more familiar with C++, MFC, or Java, but it's
gratifying to know that OneNote can be used this way. Could write an
entire application in VBA, C#, or even a Windows MFC application that
would do the whole thing. That might require the help of a programmer
though. Even if the application handled everything with a database and
automatic e-mail system, it still might be nice to import the result
into OneNote so management could peruse a notebook filled with reports
of what's going on. As I think about it, OneNote could make a nice
report writer for lots of business applications. Once the application
added a a page reporting on a sale or other activity, a manager could
annotate it with free-form notes that usually aren't permitted in more
structured database applications.
For a simpler solution, you'd probably set up your price list in
Excel, maybe a form under macro control that you'd fill in with the
details, and a button that you'd click once you'd entered everything.
The Excel macro would calculate the prices, format a response, and
import the result into OneNote.
This solution is low volume, ok for a small company but a lot of work
if the company grows larger. Have you investigated some of the
software packages designed for printing companies?
Bob Henry