Merge pull request #143 from anandpdoshi/master
Changes in Sales Invoice Print Formats
This commit is contained in:
commit
0900756510
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@ -98,7 +98,7 @@
|
|||||||
'RV Detail',
|
'RV Detail',
|
||||||
[// Here specify the table columns to be displayed
|
[// Here specify the table columns to be displayed
|
||||||
'SR', 'item_name', 'description', 'qty', 'stock_uom',
|
'SR', 'item_name', 'description', 'qty', 'stock_uom',
|
||||||
'basic_rate', 'amount'
|
'export_rate', 'export_amount'
|
||||||
],
|
],
|
||||||
[// Here specify the labels of column headings
|
[// Here specify the labels of column headings
|
||||||
'Sr', 'Item Name', 'Description', 'Qty',
|
'Sr', 'Item Name', 'Description', 'Qty',
|
||||||
@ -229,7 +229,7 @@
|
|||||||
<td>Net Total</td>
|
<td>Net Total</td>
|
||||||
<td></td>
|
<td></td>
|
||||||
<td width=38%><script>
|
<td width=38%><script>
|
||||||
fmt_money(doc.net_total)
|
fmt_money(doc.net_total/doc.conversion_rate)
|
||||||
</script></td>
|
</script></td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr><td colspan=3><script>si_std.print_other_charges()</script></td></tr>
|
<tr><td colspan=3><script>si_std.print_other_charges()</script></td></tr>
|
||||||
|
@ -121,7 +121,7 @@
|
|||||||
'RV Detail',
|
'RV Detail',
|
||||||
[// Here specify the table columns to be displayed
|
[// Here specify the table columns to be displayed
|
||||||
'SR', 'item_name', 'description', 'qty', 'stock_uom',
|
'SR', 'item_name', 'description', 'qty', 'stock_uom',
|
||||||
'basic_rate', 'amount'
|
'export_rate', 'export_amount'
|
||||||
],
|
],
|
||||||
[// Here specify the labels of column headings
|
[// Here specify the labels of column headings
|
||||||
'Sr', 'Item Name', 'Description', 'Qty',
|
'Sr', 'Item Name', 'Description', 'Qty',
|
||||||
@ -256,7 +256,7 @@
|
|||||||
<td>Net Total</td>
|
<td>Net Total</td>
|
||||||
<td></td>
|
<td></td>
|
||||||
<td width=38%><script>
|
<td width=38%><script>
|
||||||
fmt_money(doc.net_total)
|
fmt_money(doc.net_total/doc.conversion_rate)
|
||||||
</script></td>
|
</script></td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr><td colspan=3><script>si_std.print_other_charges()</script></td></tr>
|
<tr><td colspan=3><script>si_std.print_other_charges()</script></td></tr>
|
||||||
|
@ -120,7 +120,7 @@
|
|||||||
'RV Detail',
|
'RV Detail',
|
||||||
[// Here specify the table columns to be displayed
|
[// Here specify the table columns to be displayed
|
||||||
'SR', 'item_name', 'description', 'qty', 'stock_uom',
|
'SR', 'item_name', 'description', 'qty', 'stock_uom',
|
||||||
'basic_rate', 'amount'
|
'export_rate', 'export_amount'
|
||||||
],
|
],
|
||||||
[// Here specify the labels of column headings
|
[// Here specify the labels of column headings
|
||||||
'Sr', 'Item Name', 'Description', 'Qty',
|
'Sr', 'Item Name', 'Description', 'Qty',
|
||||||
@ -251,7 +251,7 @@
|
|||||||
<td>Net Total</td>
|
<td>Net Total</td>
|
||||||
<td></td>
|
<td></td>
|
||||||
<td width=38%><script>
|
<td width=38%><script>
|
||||||
fmt_money(doc.net_total)
|
fmt_money(doc.net_total/doc.conversion_rate)
|
||||||
</script></td>
|
</script></td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr><td colspan=3><script>si_std.print_other_charges()</script></td></tr>
|
<tr><td colspan=3><script>si_std.print_other_charges()</script></td></tr>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user