| Line 34... |
Line 34... |
| 34 |
private static final Font FONT_TITLE = new Font(Font.FontFamily.HELVETICA, 18, Font.BOLD);
|
34 |
private static final Font FONT_TITLE = new Font(Font.FontFamily.HELVETICA, 18, Font.BOLD);
|
| 35 |
private static Font FONT_NORMAL = new Font(Font.FontFamily.TIMES_ROMAN, 10, Font.NORMAL);
|
35 |
private static Font FONT_NORMAL = new Font(Font.FontFamily.TIMES_ROMAN, 10, Font.NORMAL);
|
| 36 |
private static Font FONT_BOLD = new Font(Font.FontFamily.TIMES_ROMAN, 10, Font.BOLD);
|
36 |
private static Font FONT_BOLD = new Font(Font.FontFamily.TIMES_ROMAN, 10, Font.BOLD);
|
| 37 |
// private static Font fontTableHeader = new
|
37 |
// private static Font fontTableHeader = new
|
| 38 |
// Font(Font.FontFamily.TIMES_ROMAN, 14, Font.BOLD);
|
38 |
// Font(Font.FontFamily.TIMES_ROMAN, 14, Font.BOLD);
|
| 39 |
private static final String INVOICE_TITLE = "TAX INVOICE";
|
39 |
public static final String INVOICE_TITLE = "TAX INVOICE";
|
| 40 |
private static final String DEBIT_NOTE_TITLE = "DEBIT NOTE";
|
40 |
public static final String DEBIT_NOTE_TITLE = "DEBIT NOTE";
|
| - |
|
41 |
public static final String SECURITY_DEPOSIT = "SECURITY DEPOSIT RECEIPT";
|
| 41 |
|
42 |
|
| 42 |
private static float[] igstWidthsWithDiscount = new float[] { .3f, 2.6f, 0.7f, .4f, 0.7f, 0.5f, .7f, .6f, 0.6f,
|
43 |
private static float[] igstWidthsWithDiscount = new float[] { .3f, 2.6f, 0.7f, .4f, 0.7f, 0.5f, .7f, .6f, 0.6f,
|
| 43 |
0.9f };
|
44 |
0.9f };
|
| 44 |
private static float[] stateWidthsWithDiscount = new float[] { .3f, 2.1f, 0.7f, .3f, 0.6f, 0.4f, .7f, .5f, .6f, .5f,
|
45 |
private static float[] stateWidthsWithDiscount = new float[] { .3f, 2.1f, 0.7f, .3f, 0.6f, 0.4f, .7f, .5f, .6f, .5f,
|
| 45 |
.6f, .8f };
|
46 |
.6f, .8f };
|