Subversion Repositories SmartDukaan

Rev

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

Rev 22671 Rev 22673
Line 127... Line 127...
127
            orders.addCell(new Paragraph("Total(Rs)", FONT_BOLD));
127
            orders.addCell(new Paragraph("Total(Rs)", FONT_BOLD));
128
            if(!gstWithInState){
128
            if(!gstWithInState){
129
            	orders.addCell(new Paragraph("IGST %", FONT_BOLD));
129
            	orders.addCell(new Paragraph("IGST %", FONT_BOLD));
130
                orders.addCell(new Paragraph("IGST", FONT_BOLD));
130
                orders.addCell(new Paragraph("IGST", FONT_BOLD));
131
                //orders.setWidths(new float[]{1, 3, 1, 1, 1, 1, 1, 1});
131
                //orders.setWidths(new float[]{1, 3, 1, 1, 1, 1, 1, 1});
132
                orders.setWidths(new float[]{.6f, 2.3f, 1.2f, .7f, 1.1f, 1.1f, 1.1f, .9f, .9f});
132
                orders.setWidths(new float[]{.6f, 2.3f, 1.2f, .7f, 1.0f, 1.0f, 1.0f, .9f, .9f});
133
            }else{
133
            }else{
134
            	orders.addCell(new Paragraph("CGST %", FONT_BOLD));
134
            	orders.addCell(new Paragraph("CGST %", FONT_BOLD));
135
                orders.addCell(new Paragraph("CGST", FONT_BOLD));
135
                orders.addCell(new Paragraph("CGST", FONT_BOLD));
136
                orders.addCell(new Paragraph("SGST %", FONT_BOLD));
136
                orders.addCell(new Paragraph("SGST %", FONT_BOLD));
137
                orders.addCell(new Paragraph("SGST", FONT_BOLD));
137
                orders.addCell(new Paragraph("SGST", FONT_BOLD));