Subversion Repositories SmartDukaan

Rev

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

Rev 7464 Rev 7466
Line 120... Line 120...
120
    		address = ourAddressGoregaon;
120
    		address = ourAddressGoregaon;
121
    		tinNo = tinNoMum;
121
    		tinNo = tinNoMum;
122
    	} else if(warehouseId == 13) {
122
    	} else if(warehouseId == 13) {
123
    		address = ourAddressBhiwandi;
123
    		address = ourAddressBhiwandi;
124
    		tinNo = tinNoMum;
124
    		tinNo = tinNoMum;
125
    	} else if(warehouseId ==13) {
125
    	} else if(warehouseId ==16) {
126
    		address = amazonAddress;
126
    		address = amazonAddress;
127
    		tinNo = tinNoMum;
127
    		tinNo = tinNoMum;
128
    	}
128
    	}
129
        Paragraph addressParagraph = new Paragraph(address + "\nTIN NO. "
129
        Paragraph addressParagraph = new Paragraph(address + "\nTIN NO. "
130
                + tinNo, new Font(FontFamily.TIMES_ROMAN, 8f));
130
                + tinNo, new Font(FontFamily.TIMES_ROMAN, 8f));
Line 199... Line 199...
199
    		contactPerson = "Mr. Avinash Sambhaji Lavange, Contact No. +91 9004049589";
199
    		contactPerson = "Mr. Avinash Sambhaji Lavange, Contact No. +91 9004049589";
200
    	} else if(warehouseId == 13) {
200
    	} else if(warehouseId == 13) {
201
    		address = ourAddressBhiwandi;
201
    		address = ourAddressBhiwandi;
202
    		tinNo = tinNoMum;
202
    		tinNo = tinNoMum;
203
    		contactPerson = "Mr. Sandeep Sachdeva, Contact No. +91 9716691287";
203
    		contactPerson = "Mr. Sandeep Sachdeva, Contact No. +91 9716691287";
-
 
204
    	} else if(warehouseId ==16) {
-
 
205
    		address = amazonAddress;
-
 
206
    		tinNo = tinNoMum;
-
 
207
    		contactPerson = "Mr. Sandeep Sachdeva, Contact No. +91 9716691287";
204
    	}
208
    	}
205
 
209
 
206
        PdfPTable billToTable = new PdfPTable(new float[] { 0.2f, 0.8f });
210
        PdfPTable billToTable = new PdfPTable(new float[] { 0.2f, 0.8f });
207
        billToTable.getDefaultCell().setHorizontalAlignment(Element.ALIGN_LEFT);
211
        billToTable.getDefaultCell().setHorizontalAlignment(Element.ALIGN_LEFT);
208
 
212