Subversion Repositories SmartDukaan

Rev

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

Rev 5030 Rev 6315
Line 29... Line 29...
29
 
29
 
30
    private static Logger logger = LoggerFactory
30
    private static Logger logger = LoggerFactory
31
            .getLogger(PdfPoSheetGenerator.class);
31
            .getLogger(PdfPoSheetGenerator.class);
32
 
32
 
33
    // private static final Properties properties = readProperties();
33
    // private static final Properties properties = readProperties();
34
    private static final String ourAddress = "Spice Online Retail Pvt. Ltd.\nKhasra No. 819, Block-K\nMahipalpur, New Delhi-110037\n";
34
    private static final String ourAddress = "Spice Online Retail Pvt. Ltd.\nC/O,PIBCO LIMITED, Basement,Punjsons\n2,Kalkaji Industrial Area, New Delhi-110019\n";
35
    private static final String tinNo = "07250399732";
35
    private static final String tinNo = "07250399732";
36
 
36
 
37
    private static final Font helvetica8 = FontFactory.getFont(
37
    private static final Font helvetica8 = FontFactory.getFont(
38
            FontFactory.HELVETICA, 8);
38
            FontFactory.HELVETICA, 8);
39
 
39