| Line 30... |
Line 30... |
| 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 ourAddressDelhi = "Spice Online Retail Pvt. Ltd.\nC/O,PIBCO LIMITED, Basement,Punjsons\n2,Kalkaji Industrial Area, New Delhi-110019\n";
|
34 |
private static final String ourAddressDelhi = "Spice Online Retail Pvt. Ltd.\nC/O,PIBCO LIMITED, Basement,Punjsons\n2,Kalkaji Industrial Area, New Delhi-110019\n";
|
| 35 |
private static final String ourAddressBhiwandi = "Spice Online Retail Pvt. Ltd.\nBhivandi Junction, Bhiwandi, Thane,\nMaharashtra -421302\n";
|
35 |
private static final String ourAddressBhiwandi = "Spice Online Retail Pvt. Ltd.\nC/O. FedEx Express Transportation and Supply Chain Services (India) Private Limited.\nC/O NDR WAREHOUSING, SURVEY NO.95, MUMBAI - NASIK HIGHWAY, WADAPE VILLAGE\nBHIWANDI (NR. SAI DHABA), Thane,Maharashtra -421302\n";
|
| 36 |
private static final String ourAddressGoregaon = "Spice Online Retail Pvt. Ltd.\n93/743, Motilal Nagar-1, Goregaon(WEST),\nMotilal Nagar, Mumbai, Maharashtra-400062\n";
|
36 |
private static final String ourAddressGoregaon = "Spice Online Retail Pvt. Ltd.\n93/743, Motilal Nagar-1, Goregaon(WEST),\nMotilal Nagar, Mumbai, Maharashtra-400062\n";
|
| 37 |
private static final String amazonAddress = "Spice Online Retail Pvt. Ltd. \nC/O Amazon Seller Services Pvt. Ltd.,\nBuilding H Prathmesh Complex, Saravali Village,\nOpp Hotel Vatika Kalyan, Bhivandi Junction,\nBhiwandi, Maharashtra\n";
|
37 |
private static final String amazonAddress = "Spice Online Retail Pvt. Ltd. \nC/O Amazon Seller Services Pvt. Ltd.,\nBuilding H Prathmesh Complex, Saravali Village,\nOpp Hotel Vatika Kalyan, Bhivandi Junction,\nBhiwandi, Maharashtra\n";
|
| 38 |
private static final String tinNoDelhi = "07250399732";
|
38 |
private static final String tinNoDelhi = "07250399732";
|
| 39 |
private static final String tinNoMum = "27450984008";
|
39 |
private static final String tinNoMum = "27450984008";
|
| 40 |
|
40 |
|