Subversion Repositories SmartDukaan

Rev

Rev 10320 | Rev 10329 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 10320 Rev 10328
Line 720... Line 720...
720
		if(order.getSource() == OrderSource.FLIPKART.getValue()) {
720
		if(order.getSource() == OrderSource.FLIPKART.getValue()) {
721
			taxTable.addCell(powerTextCell);
721
			taxTable.addCell(powerTextCell);
722
			
722
			
723
		}
723
		}
724
		if(order.getProductCondition().equals(ProductCondition.BAD)){
724
		if(order.getProductCondition().equals(ProductCondition.BAD)){
725
			taxTable.addCell(new Phrase(" Item(s) above are sold on as is where is basis. They " +
725
			PdfPCell badSaleDisclaimerCell = new PdfPCell(new Phrase(" Item(s) above are sold on as is where is basis. They " +
726
					"may be in dead/defective/damaged/refurbished/incomplete/open condition. These " +
726
					"may be in dead/defective/damaged/refurbished/incomplete/open condition. These " +
727
					"are not returnable, exchangeable or refundable under any circumstances. No " +
727
					"are not returnable, exchangeable or refundable under any circumstances. No " +
728
					"warranty is assured on these items." ,
728
					"warranty is assured on these items." ,
729
					new Font(FontFamily.TIMES_ROMAN, 8f)));
729
					new Font(FontFamily.TIMES_ROMAN, 8f));
-
 
730
			badSaleDisclaimerCell.setHorizontalAlignment(Element.ALIGN_LEFT);
-
 
731
			badSaleDisclaimerCell.setBorder(Rectangle.NO_BORDER);
-
 
732
			taxTable.addCell(badSaleDisclaimerCell);
730
		}
733
		}
731
		return taxTable;
734
		return taxTable;
732
	}
735
	}
733
	
736
	
734
	private boolean isVatApplicable(Order order) {
737
	private boolean isVatApplicable(Order order) {