Subversion Repositories SmartDukaan

Rev

Rev 679 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 679 Rev 734
Line 117... Line 117...
117
		    Cell awbDateCell = contentRow.createCell(2);
117
		    Cell awbDateCell = contentRow.createCell(2);
118
		    awbDateCell.setCellValue(awbDate);
118
		    awbDateCell.setCellValue(awbDate);
119
		    awbDateCell.setCellStyle(dateCellStyle);		    
119
		    awbDateCell.setCellStyle(dateCellStyle);		    
120
		    contentRow.createCell(3).setCellValue(order.getId());
120
		    contentRow.createCell(3).setCellValue(order.getId());
121
		    contentRow.createCell(4).setCellValue(order.getCustomer_name());
121
		    contentRow.createCell(4).setCellValue(order.getCustomer_name());
122
		    contentRow.createCell(5).setCellValue(order.getCustomer_address());
122
		    contentRow.createCell(5).setCellValue(order.getCustomer_address1());
123
		    contentRow.createCell(6).setCellValue("Address 2");
123
		    contentRow.createCell(6).setCellValue(order.getCustomer_address2());
124
		    contentRow.createCell(7).setCellValue(order.getCustomer_city());
124
		    contentRow.createCell(7).setCellValue(order.getCustomer_city());
125
		    contentRow.createCell(8).setCellValue(order.getCustomer_state());
125
		    contentRow.createCell(8).setCellValue(order.getCustomer_state());
126
		    contentRow.createCell(9).setCellValue(order.getCustomer_pincode());
126
		    contentRow.createCell(9).setCellValue(order.getCustomer_pincode());
127
		    contentRow.createCell(10).setCellValue(order.getCustomer_mobilenumber());
127
		    contentRow.createCell(10).setCellValue(order.getCustomer_mobilenumber());
128
		    contentRow.createCell(11).setCellValue("Telephone No 2");
128
		    contentRow.createCell(11).setCellValue("-");
129
		    contentRow.createCell(12).setCellValue("Prepaid");
129
		    contentRow.createCell(12).setCellValue("Prepaid");
130
		    contentRow.createCell(13).setCellValue(0);
130
		    contentRow.createCell(13).setCellValue(0);
131
		    List<LineItem> lineItems = order.getLineitems();
131
		    List<LineItem> lineItems = order.getLineitems();
132
		    LineItem lineItem = lineItems.get(0);
132
		    LineItem lineItem = lineItems.get(0);
133
		    contentRow.createCell(14).setCellValue(lineItem.getTotal_price());
133
		    contentRow.createCell(14).setCellValue(lineItem.getTotal_price());