Ejemplo n.º 1
0
        public QuoteTopBlock(QuoteSheet quoteSheet, ExcelItems excelItems)
        {
            qs = quoteSheet;
            xl = excelItems;

            freightMultiplier = 1.064;
            hourlyRate        = 65.00;
            netDivisor        = 0.6;
            listDivisor       = 0.6;
        }
Ejemplo n.º 2
0
 public QuoteBody(QuoteSheet quoteSheet, ExcelItems excelItems)
 {
     qs = quoteSheet;
     xl = excelItems;
 }
Ejemplo n.º 3
0
 public FullReport()
 {
     productInfo = new ProductInfo();
     qsheet      = new QuoteSheet(productInfo);
     xl          = new ExcelItems();
 }