diff --git a/erpnext/accounts/Print Format/Sales Invoice Classic/Sales Invoice Classic.txt b/erpnext/accounts/Print Format/Sales Invoice Classic/Sales Invoice Classic.txt
index d6255d71e7..c628e83013 100644
--- a/erpnext/accounts/Print Format/Sales Invoice Classic/Sales Invoice Classic.txt
+++ b/erpnext/accounts/Print Format/Sales Invoice Classic/Sales Invoice Classic.txt
@@ -3,9 +3,9 @@
# These values are common in all dictionaries
{
- 'creation': '2011-12-13 11:02:59',
+ 'creation': '2011-12-21 11:02:04',
'docstatus': 0,
- 'modified': '2011-12-13 13:31:22',
+ 'modified': '2012-01-06 14:17:57',
'modified_by': 'Administrator',
'owner': 'Administrator'
},
@@ -14,7 +14,7 @@
{
'doc_type': 'Receivable Voucher',
'doctype': 'Print Format',
- 'html': '\n\n\n\n\n\n\n\n\n\n\n
\n\t\n\t\n
\n\n\t\n\t\n
\n\n\t\n\t\n
\n',
+ 'html': '\n\n\n\n\n\n\n\n\n\n\n\n\t\n\t\n
\n\n\t\n\t\n
\n\n\t\n\t\n
\n',
'module': 'Accounts',
'name': '__common__',
'standard': 'Yes'
diff --git a/erpnext/accounts/Print Format/Sales Invoice Modern/Sales Invoice Modern.txt b/erpnext/accounts/Print Format/Sales Invoice Modern/Sales Invoice Modern.txt
index f7d2c6b387..0b4c15c747 100644
--- a/erpnext/accounts/Print Format/Sales Invoice Modern/Sales Invoice Modern.txt
+++ b/erpnext/accounts/Print Format/Sales Invoice Modern/Sales Invoice Modern.txt
@@ -3,9 +3,9 @@
# These values are common in all dictionaries
{
- 'creation': '2011-12-13 11:02:59',
+ 'creation': '2011-12-21 11:02:04',
'docstatus': 0,
- 'modified': '2011-12-13 13:37:39',
+ 'modified': '2012-01-06 14:18:11',
'modified_by': 'Administrator',
'owner': 'Administrator'
},
@@ -14,7 +14,7 @@
{
'doc_type': 'Receivable Voucher',
'doctype': 'Print Format',
- 'html': '\n\n\n\n\n\n\n\n\n\n\n\n\t\n\t\n
\n\n\t\n\t\n
\n\n\t\n\t\n
\n',
+ 'html': '\n\n\n\n\n\n\n\n\n\n\n\n\t\n\t\n
\n\n\t\n\t\n
\n\n\t\n\t\n
\n',
'module': 'Accounts',
'name': '__common__',
'standard': 'Yes'
diff --git a/erpnext/accounts/Print Format/Sales Invoice Spartan/Sales Invoice Spartan.txt b/erpnext/accounts/Print Format/Sales Invoice Spartan/Sales Invoice Spartan.txt
index c24cde5464..dc85a5f078 100644
--- a/erpnext/accounts/Print Format/Sales Invoice Spartan/Sales Invoice Spartan.txt
+++ b/erpnext/accounts/Print Format/Sales Invoice Spartan/Sales Invoice Spartan.txt
@@ -3,9 +3,9 @@
# These values are common in all dictionaries
{
- 'creation': '2011-12-13 11:02:59',
+ 'creation': '2011-12-21 11:02:04',
'docstatus': 0,
- 'modified': '2011-12-13 13:39:55',
+ 'modified': '2012-01-06 14:18:25',
'modified_by': 'Administrator',
'owner': 'Administrator'
},
@@ -14,7 +14,7 @@
{
'doc_type': 'Receivable Voucher',
'doctype': 'Print Format',
- 'html': '\n\n\n\n\n\n\n\n\n\n\n\n\t\n\t\n
\n\n\t\n\t\n
\n\n\t\n\t\n
\n',
+ 'html': '\n\n\n\n\n\n\n\n\n\n\n\n\t\n\t\n
\n\n\t\n\t\n
\n\n\t\n\t\n
\n',
'module': 'Accounts',
'name': '__common__',
'standard': 'Yes'
diff --git a/erpnext/patches/print_formats/DeliveryNoteClassic.html b/erpnext/patches/print_formats/DeliveryNoteClassic.html
index 64475d64d4..65d30e6577 100644
--- a/erpnext/patches/print_formats/DeliveryNoteClassic.html
+++ b/erpnext/patches/print_formats/DeliveryNoteClassic.html
@@ -115,7 +115,8 @@
var to_append = ''
if(data_row.adj_rate){
to_append = 'Discount: ' +
- data_row.adj_rate + '%
';
+ data_row.adj_rate + '% on ' + doc.currency + ' ' +
+ fmt_money(data_row.ref_rate) + '';
if(data_row.description.indexOf(to_append)==-1) {
data_row.description = data_row.description + to_append;
}
@@ -156,12 +157,14 @@
var oc = getchildren('RV Tax Detail', doc.name, 'other_charges');
var rows = '\n';
for(var i=0; i\n' +
- '\t| ' + oc[i].description + ' | \n' +
- '\t | \n' +
- '\t' + fmt_money(oc[i].tax_amount) + ' | \n' +
- '\n';
+ if(!oc[i].included_in_print_rate) {
+ rows +=
+ '\n' +
+ '\t| ' + oc[i].description + ' | \n' +
+ '\t | \n' +
+ '\t' + fmt_money(oc[i].tax_amount) + ' | \n' +
+ '
\n';
+ }
}
return rows + '
\n';
}
diff --git a/erpnext/patches/print_formats/DeliveryNoteModern.html b/erpnext/patches/print_formats/DeliveryNoteModern.html
index 375a8a6a1e..652358fca8 100644
--- a/erpnext/patches/print_formats/DeliveryNoteModern.html
+++ b/erpnext/patches/print_formats/DeliveryNoteModern.html
@@ -138,7 +138,8 @@
var to_append = ''
if(data_row.adj_rate){
to_append = 'Discount: ' +
- data_row.adj_rate + '%
';
+ data_row.adj_rate + '% on ' + doc.currency + ' ' +
+ fmt_money(data_row.ref_rate) + '';
if(data_row.description.indexOf(to_append)==-1) {
data_row.description = data_row.description + to_append;
}
@@ -179,12 +180,14 @@
var oc = getchildren('RV Tax Detail', doc.name, 'other_charges');
var rows = '\n';
for(var i=0; i\n' +
- '\t| ' + oc[i].description + ' | \n' +
- '\t | \n' +
- '\t' + fmt_money(oc[i].tax_amount) + ' | \n' +
- '\n';
+ if(!oc[i].included_in_print_rate) {
+ rows +=
+ '\n' +
+ '\t| ' + oc[i].description + ' | \n' +
+ '\t | \n' +
+ '\t' + fmt_money(oc[i].tax_amount) + ' | \n' +
+ '
\n';
+ }
}
return rows + '
\n';
}
diff --git a/erpnext/patches/print_formats/DeliveryNoteSpartan.html b/erpnext/patches/print_formats/DeliveryNoteSpartan.html
index 5426f134b6..978183d2d5 100644
--- a/erpnext/patches/print_formats/DeliveryNoteSpartan.html
+++ b/erpnext/patches/print_formats/DeliveryNoteSpartan.html
@@ -137,7 +137,8 @@
var to_append = ''
if(data_row.adj_rate){
to_append = 'Discount: ' +
- data_row.adj_rate + '%
';
+ data_row.adj_rate + '% on ' + doc.currency + ' ' +
+ fmt_money(data_row.ref_rate) + '';
if(data_row.description.indexOf(to_append)==-1) {
data_row.description = data_row.description + to_append;
}
@@ -178,12 +179,14 @@
var oc = getchildren('RV Tax Detail', doc.name, 'other_charges');
var rows = '\n';
for(var i=0; i\n' +
- '\t| ' + oc[i].description + ' | \n' +
- '\t | \n' +
- '\t' + fmt_money(oc[i].tax_amount) + ' | \n' +
- '\n';
+ if(!oc[i].included_in_print_rate) {
+ rows +=
+ '\n' +
+ '\t| ' + oc[i].description + ' | \n' +
+ '\t | \n' +
+ '\t' + fmt_money(oc[i].tax_amount) + ' | \n' +
+ '
\n';
+ }
}
return rows + '
\n';
}
diff --git a/erpnext/patches/print_formats/QuotationClassic.html b/erpnext/patches/print_formats/QuotationClassic.html
index a522ec626e..ca6975594f 100644
--- a/erpnext/patches/print_formats/QuotationClassic.html
+++ b/erpnext/patches/print_formats/QuotationClassic.html
@@ -114,7 +114,8 @@
'description' : function(data_row) {
if(data_row.adj_rate) {
var to_append = 'Discount: ' +
- data_row.adj_rate + '%
';
+ data_row.adj_rate + '% on ' + doc.currency + ' ' +
+ fmt_money(data_row.ref_rate) + '';
if(data_row.description.indexOf(to_append)==-1) {
return data_row.description + to_append;
} else { return data_row.description; }
@@ -146,12 +147,14 @@
var oc = getchildren('RV Tax Detail', doc.name, 'other_charges');
var rows = '\n';
for(var i=0; i\n' +
- '\t| ' + oc[i].description + ' | \n' +
- '\t | \n' +
- '\t' + fmt_money(oc[i].tax_amount) + ' | \n' +
- '\n';
+ if(!oc[i].included_in_print_rate) {
+ rows +=
+ '\n' +
+ '\t| ' + oc[i].description + ' | \n' +
+ '\t | \n' +
+ '\t' + fmt_money(oc[i].tax_amount) + ' | \n' +
+ '
\n';
+ }
}
return rows + '
\n';
}
diff --git a/erpnext/patches/print_formats/QuotationModern.html b/erpnext/patches/print_formats/QuotationModern.html
index 33db0aa34f..7f7727ab47 100644
--- a/erpnext/patches/print_formats/QuotationModern.html
+++ b/erpnext/patches/print_formats/QuotationModern.html
@@ -137,7 +137,8 @@
'description' : function(data_row) {
if(data_row.adj_rate) {
var to_append = 'Discount: ' +
- data_row.adj_rate + '%
';
+ data_row.adj_rate + '% on ' + doc.currency + ' ' +
+ fmt_money(data_row.ref_rate) + '';
if(data_row.description.indexOf(to_append)==-1) {
return data_row.description + to_append;
} else { return data_row.description; }
@@ -169,12 +170,14 @@
var oc = getchildren('RV Tax Detail', doc.name, 'other_charges');
var rows = '\n';
for(var i=0; i\n' +
- '\t| ' + oc[i].description + ' | \n' +
- '\t | \n' +
- '\t' + fmt_money(oc[i].tax_amount) + ' | \n' +
- '\n';
+ if(!oc[i].included_in_print_rate) {
+ rows +=
+ '\n' +
+ '\t| ' + oc[i].description + ' | \n' +
+ '\t | \n' +
+ '\t' + fmt_money(oc[i].tax_amount) + ' | \n' +
+ '
\n';
+ }
}
return rows + '
\n';
}
diff --git a/erpnext/patches/print_formats/QuotationSpartan.html b/erpnext/patches/print_formats/QuotationSpartan.html
index 72ed0f71a5..e0829933d5 100644
--- a/erpnext/patches/print_formats/QuotationSpartan.html
+++ b/erpnext/patches/print_formats/QuotationSpartan.html
@@ -136,7 +136,8 @@
'description' : function(data_row) {
if(data_row.adj_rate) {
var to_append = 'Discount: ' +
- data_row.adj_rate + '%
';
+ data_row.adj_rate + '% on ' + doc.currency + ' ' +
+ fmt_money(data_row.ref_rate) + '';
if(data_row.description.indexOf(to_append)==-1) {
return data_row.description + to_append;
} else { return data_row.description; }
@@ -168,12 +169,14 @@
var oc = getchildren('RV Tax Detail', doc.name, 'other_charges');
var rows = '\n';
for(var i=0; i\n' +
- '\t| ' + oc[i].description + ' | \n' +
- '\t | \n' +
- '\t' + fmt_money(oc[i].tax_amount) + ' | \n' +
- '\n';
+ if(!oc[i].included_in_print_rate) {
+ rows +=
+ '\n' +
+ '\t| ' + oc[i].description + ' | \n' +
+ '\t | \n' +
+ '\t' + fmt_money(oc[i].tax_amount) + ' | \n' +
+ '
\n';
+ }
}
return rows + '
\n';
}
diff --git a/erpnext/patches/print_formats/SalesInvoiceClassic.html b/erpnext/patches/print_formats/SalesInvoiceClassic.html
index 79da643711..78cb8155ff 100644
--- a/erpnext/patches/print_formats/SalesInvoiceClassic.html
+++ b/erpnext/patches/print_formats/SalesInvoiceClassic.html
@@ -114,7 +114,8 @@
'description' : function(data_row) {
if(data_row.adj_rate) {
var to_append = 'Discount: ' +
- data_row.adj_rate + '%
';
+ data_row.adj_rate + '% on ' + doc.currency + ' ' +
+ fmt_money(data_row.ref_rate) + '';
if(data_row.description.indexOf(to_append)==-1) {
return data_row.description + to_append;
} else { return data_row.description; }
@@ -146,12 +147,14 @@
var oc = getchildren('RV Tax Detail', doc.name, 'other_charges');
var rows = '\n';
for(var i=0; i\n' +
- '\t| ' + oc[i].description + ' | \n' +
- '\t | \n' +
- '\t' + fmt_money(oc[i].tax_amount) + ' | \n' +
- '\n';
+ if(!oc[i].included_in_print_rate) {
+ rows +=
+ '\n' +
+ '\t| ' + oc[i].description + ' | \n' +
+ '\t | \n' +
+ '\t' + fmt_money(oc[i].tax_amount) + ' | \n' +
+ '
\n';
+ }
}
return rows + '
\n';
}
diff --git a/erpnext/patches/print_formats/SalesInvoiceModern.html b/erpnext/patches/print_formats/SalesInvoiceModern.html
index 3173c55140..cef84ac6a2 100644
--- a/erpnext/patches/print_formats/SalesInvoiceModern.html
+++ b/erpnext/patches/print_formats/SalesInvoiceModern.html
@@ -137,7 +137,8 @@
'description' : function(data_row) {
if(data_row.adj_rate) {
var to_append = 'Discount: ' +
- data_row.adj_rate + '%
';
+ data_row.adj_rate + '% on ' + doc.currency + ' ' +
+ fmt_money(data_row.ref_rate) + '';
if(data_row.description.indexOf(to_append)==-1) {
return data_row.description + to_append;
} else { return data_row.description; }
@@ -169,12 +170,14 @@
var oc = getchildren('RV Tax Detail', doc.name, 'other_charges');
var rows = '\n';
for(var i=0; i\n' +
- '\t| ' + oc[i].description + ' | \n' +
- '\t | \n' +
- '\t' + fmt_money(oc[i].tax_amount) + ' | \n' +
- '\n';
+ if(!oc[i].included_in_print_rate) {
+ rows +=
+ '\n' +
+ '\t| ' + oc[i].description + ' | \n' +
+ '\t | \n' +
+ '\t' + fmt_money(oc[i].tax_amount) + ' | \n' +
+ '
\n';
+ }
}
return rows + '
\n';
}
diff --git a/erpnext/patches/print_formats/SalesInvoiceSpartan.html b/erpnext/patches/print_formats/SalesInvoiceSpartan.html
index b76c49ec7d..7d13674f9a 100644
--- a/erpnext/patches/print_formats/SalesInvoiceSpartan.html
+++ b/erpnext/patches/print_formats/SalesInvoiceSpartan.html
@@ -136,7 +136,8 @@
'description' : function(data_row) {
if(data_row.adj_rate) {
var to_append = 'Discount: ' +
- data_row.adj_rate + '%
';
+ data_row.adj_rate + '% on ' + doc.currency + ' ' +
+ fmt_money(data_row.ref_rate) + '';
if(data_row.description.indexOf(to_append)==-1) {
return data_row.description + to_append;
} else { return data_row.description; }
@@ -168,12 +169,14 @@
var oc = getchildren('RV Tax Detail', doc.name, 'other_charges');
var rows = '\n';
for(var i=0; i\n' +
- '\t| ' + oc[i].description + ' | \n' +
- '\t | \n' +
- '\t' + fmt_money(oc[i].tax_amount) + ' | \n' +
- '\n';
+ if(!oc[i].included_in_print_rate) {
+ rows +=
+ '\n' +
+ '\t| ' + oc[i].description + ' | \n' +
+ '\t | \n' +
+ '\t' + fmt_money(oc[i].tax_amount) + ' | \n' +
+ '
\n';
+ }
}
return rows + '
\n';
}
diff --git a/erpnext/patches/print_formats/SalesOrderClassic.html b/erpnext/patches/print_formats/SalesOrderClassic.html
index 21d8d46c45..070feb05e1 100644
--- a/erpnext/patches/print_formats/SalesOrderClassic.html
+++ b/erpnext/patches/print_formats/SalesOrderClassic.html
@@ -114,7 +114,8 @@
'description' : function(data_row) {
if(data_row.adj_rate) {
var to_append = 'Discount: ' +
- data_row.adj_rate + '%
';
+ data_row.adj_rate + '% on ' + doc.currency + ' ' +
+ fmt_money(data_row.ref_rate) + '';
if(data_row.description.indexOf(to_append)==-1) {
return data_row.description + to_append;
} else { return data_row.description; }
@@ -146,12 +147,14 @@
var oc = getchildren('RV Tax Detail', doc.name, 'other_charges');
var rows = '\n';
for(var i=0; i\n' +
- '\t| ' + oc[i].description + ' | \n' +
- '\t | \n' +
- '\t' + fmt_money(oc[i].tax_amount) + ' | \n' +
- '\n';
+ if(!oc[i].included_in_print_rate) {
+ rows +=
+ '\n' +
+ '\t| ' + oc[i].description + ' | \n' +
+ '\t | \n' +
+ '\t' + fmt_money(oc[i].tax_amount) + ' | \n' +
+ '
\n';
+ }
}
return rows + '
\n';
}
diff --git a/erpnext/patches/print_formats/SalesOrderModern.html b/erpnext/patches/print_formats/SalesOrderModern.html
index 48b60f7c81..e2ac0c1bd4 100644
--- a/erpnext/patches/print_formats/SalesOrderModern.html
+++ b/erpnext/patches/print_formats/SalesOrderModern.html
@@ -137,7 +137,8 @@
'description' : function(data_row) {
if(data_row.adj_rate) {
var to_append = 'Discount: ' +
- data_row.adj_rate + '%
';
+ data_row.adj_rate + '% on ' + doc.currency + ' ' +
+ fmt_money(data_row.ref_rate) + '';
if(data_row.description.indexOf(to_append)==-1) {
return data_row.description + to_append;
} else { return data_row.description; }
@@ -169,12 +170,14 @@
var oc = getchildren('RV Tax Detail', doc.name, 'other_charges');
var rows = '\n';
for(var i=0; i\n' +
- '\t| ' + oc[i].description + ' | \n' +
- '\t | \n' +
- '\t' + fmt_money(oc[i].tax_amount) + ' | \n' +
- '\n';
+ if(!oc[i].included_in_print_rate) {
+ rows +=
+ '\n' +
+ '\t| ' + oc[i].description + ' | \n' +
+ '\t | \n' +
+ '\t' + fmt_money(oc[i].tax_amount) + ' | \n' +
+ '
\n';
+ }
}
return rows + '
\n';
}
diff --git a/erpnext/patches/print_formats/SalesOrderSpartan.html b/erpnext/patches/print_formats/SalesOrderSpartan.html
index b3fce740cc..866e84fbc0 100644
--- a/erpnext/patches/print_formats/SalesOrderSpartan.html
+++ b/erpnext/patches/print_formats/SalesOrderSpartan.html
@@ -136,7 +136,8 @@
'description' : function(data_row) {
if(data_row.adj_rate) {
var to_append = 'Discount: ' +
- data_row.adj_rate + '%
';
+ data_row.adj_rate + '% on ' + doc.currency + ' ' +
+ fmt_money(data_row.ref_rate) + '';
if(data_row.description.indexOf(to_append)==-1) {
return data_row.description + to_append;
} else { return data_row.description; }
@@ -168,12 +169,14 @@
var oc = getchildren('RV Tax Detail', doc.name, 'other_charges');
var rows = '\n';
for(var i=0; i\n' +
- '\t| ' + oc[i].description + ' | \n' +
- '\t | \n' +
- '\t' + fmt_money(oc[i].tax_amount) + ' | \n' +
- '\n';
+ if(!oc[i].included_in_print_rate) {
+ rows +=
+ '\n' +
+ '\t| ' + oc[i].description + ' | \n' +
+ '\t | \n' +
+ '\t' + fmt_money(oc[i].tax_amount) + ' | \n' +
+ '
\n';
+ }
}
return rows + '
\n';
}
diff --git a/erpnext/selling/Print Format/Quotation Classic/Quotation Classic.txt b/erpnext/selling/Print Format/Quotation Classic/Quotation Classic.txt
index 0650f30abf..48620bcac3 100644
--- a/erpnext/selling/Print Format/Quotation Classic/Quotation Classic.txt
+++ b/erpnext/selling/Print Format/Quotation Classic/Quotation Classic.txt
@@ -3,9 +3,9 @@
# These values are common in all dictionaries
{
- 'creation': '2011-12-13 11:02:59',
+ 'creation': '2011-12-21 11:02:04',
'docstatus': 0,
- 'modified': '2011-12-13 12:12:22',
+ 'modified': '2012-01-06 14:17:12',
'modified_by': 'Administrator',
'owner': 'Administrator'
},
@@ -14,7 +14,7 @@
{
'doc_type': 'Quotation',
'doctype': 'Print Format',
- 'html': '\n\n\n\n\n\n\n\n\n\n\n\n\t\n\t\n
\n\n\t\n\t\n
\n\n\t\n\t\n
\n',
+ 'html': '\n\n\n\n\n\n\n\n\n\n\n\n\t\n\t\n
\n\n\t\n\t\n
\n\n\t\n\t\n
\n',
'module': 'Selling',
'name': '__common__',
'standard': 'Yes'
diff --git a/erpnext/selling/Print Format/Quotation Modern/Quotation Modern.txt b/erpnext/selling/Print Format/Quotation Modern/Quotation Modern.txt
index 89d2e20d63..be9aa37b6c 100644
--- a/erpnext/selling/Print Format/Quotation Modern/Quotation Modern.txt
+++ b/erpnext/selling/Print Format/Quotation Modern/Quotation Modern.txt
@@ -3,9 +3,9 @@
# These values are common in all dictionaries
{
- 'creation': '2011-12-13 11:02:59',
+ 'creation': '2011-12-21 11:02:04',
'docstatus': 0,
- 'modified': '2011-12-13 12:20:42',
+ 'modified': '2012-01-06 14:17:27',
'modified_by': 'Administrator',
'owner': 'Administrator'
},
@@ -14,7 +14,7 @@
{
'doc_type': 'Quotation',
'doctype': 'Print Format',
- 'html': '\n\n\n\n\n\n\n\n\n\n\n\n\t\n\t\n
\n\n\t\n\t\n
\n\n\t\n\t\n
\n',
+ 'html': '\n\n\n\n\n\n\n\n\n\n\n\n\t\n\t\n
\n\n\t\n\t\n
\n\n\t\n\t\n
\n',
'module': 'Selling',
'name': '__common__',
'standard': 'Yes'
diff --git a/erpnext/selling/Print Format/Quotation Spartan/Quotation Spartan.txt b/erpnext/selling/Print Format/Quotation Spartan/Quotation Spartan.txt
index 258060efec..3700c7d7e5 100644
--- a/erpnext/selling/Print Format/Quotation Spartan/Quotation Spartan.txt
+++ b/erpnext/selling/Print Format/Quotation Spartan/Quotation Spartan.txt
@@ -3,9 +3,9 @@
# These values are common in all dictionaries
{
- 'creation': '2011-12-13 11:02:59',
+ 'creation': '2011-12-21 11:02:04',
'docstatus': 0,
- 'modified': '2011-12-13 12:24:23',
+ 'modified': '2012-01-06 14:17:40',
'modified_by': 'Administrator',
'owner': 'Administrator'
},
@@ -14,7 +14,7 @@
{
'doc_type': 'Quotation',
'doctype': 'Print Format',
- 'html': '\n\n\n\n\n\n\n\n\n\n\n\n\t\n\t\n
\n\n\t\n\t\n
\n\n\t\n\t\n
\n',
+ 'html': '\n\n\n\n\n\n\n\n\n\n\n\n\t\n\t\n
\n\n\t\n\t\n
\n\n\t\n\t\n
\n',
'module': 'Selling',
'name': '__common__',
'standard': 'Yes'
diff --git a/erpnext/selling/Print Format/Sales Order Classic/Sales Order Classic.txt b/erpnext/selling/Print Format/Sales Order Classic/Sales Order Classic.txt
index 7d99371ccb..f955bf8e33 100644
--- a/erpnext/selling/Print Format/Sales Order Classic/Sales Order Classic.txt
+++ b/erpnext/selling/Print Format/Sales Order Classic/Sales Order Classic.txt
@@ -3,9 +3,9 @@
# These values are common in all dictionaries
{
- 'creation': '2011-12-13 11:02:59',
+ 'creation': '2011-12-21 11:02:04',
'docstatus': 0,
- 'modified': '2011-12-13 12:30:15',
+ 'modified': '2012-01-06 14:18:38',
'modified_by': 'Administrator',
'owner': 'Administrator'
},
@@ -14,7 +14,7 @@
{
'doc_type': 'Sales Order',
'doctype': 'Print Format',
- 'html': '\n\n\n\n\n\n\n\n\n\n\n\n\t\n\t\n
\n\n\t\n\t\n
\n\n\t\n\t\n
\n',
+ 'html': '\n\n\n\n\n\n\n\n\n\n\n\n\t\n\t\n
\n\n\t\n\t\n
\n\n\t\n\t\n
\n',
'module': 'Selling',
'name': '__common__',
'standard': 'Yes'
diff --git a/erpnext/selling/Print Format/Sales Order Modern/Sales Order Modern.txt b/erpnext/selling/Print Format/Sales Order Modern/Sales Order Modern.txt
index aaf8c194c5..234256f01d 100644
--- a/erpnext/selling/Print Format/Sales Order Modern/Sales Order Modern.txt
+++ b/erpnext/selling/Print Format/Sales Order Modern/Sales Order Modern.txt
@@ -3,9 +3,9 @@
# These values are common in all dictionaries
{
- 'creation': '2011-12-13 11:02:59',
+ 'creation': '2011-12-21 11:02:04',
'docstatus': 0,
- 'modified': '2011-12-13 12:36:06',
+ 'modified': '2012-01-06 14:18:51',
'modified_by': 'Administrator',
'owner': 'Administrator'
},
@@ -14,7 +14,7 @@
{
'doc_type': 'Sales Order',
'doctype': 'Print Format',
- 'html': '\n\n\n\n\n\n\n\n\n\n\n\n\t\n\t\n
\n\n\t\n\t\n
\n\n\t\n\t\n
\n',
+ 'html': '\n\n\n\n\n\n\n\n\n\n\n\n\t\n\t\n
\n\n\t\n\t\n
\n\n\t\n\t\n
\n',
'module': 'Selling',
'name': '__common__',
'standard': 'Yes'
diff --git a/erpnext/selling/Print Format/Sales Order Spartan/Sales Order Spartan.txt b/erpnext/selling/Print Format/Sales Order Spartan/Sales Order Spartan.txt
index 14df2e7c4a..5fc3c45906 100644
--- a/erpnext/selling/Print Format/Sales Order Spartan/Sales Order Spartan.txt
+++ b/erpnext/selling/Print Format/Sales Order Spartan/Sales Order Spartan.txt
@@ -3,9 +3,9 @@
# These values are common in all dictionaries
{
- 'creation': '2011-12-13 11:02:59',
+ 'creation': '2011-12-21 11:02:04',
'docstatus': 0,
- 'modified': '2011-12-13 12:42:52',
+ 'modified': '2012-01-06 14:19:02',
'modified_by': 'Administrator',
'owner': 'Administrator'
},
@@ -14,7 +14,7 @@
{
'doc_type': 'Sales Order',
'doctype': 'Print Format',
- 'html': '\n\n\n\n\n\n\n\n\n\n\n\n\t\n\t\n
\n\n\t\n\t\n
\n\n\t\n\t\n
\n',
+ 'html': '\n\n\n\n\n\n\n\n\n\n\n\n\t\n\t\n
\n\n\t\n\t\n
\n\n\t\n\t\n
\n',
'module': 'Selling',
'name': '__common__',
'standard': 'Yes'
diff --git a/erpnext/stock/Print Format/Delivery Note Classic/Delivery Note Classic.txt b/erpnext/stock/Print Format/Delivery Note Classic/Delivery Note Classic.txt
index aa90475e80..b33b28d5c4 100644
--- a/erpnext/stock/Print Format/Delivery Note Classic/Delivery Note Classic.txt
+++ b/erpnext/stock/Print Format/Delivery Note Classic/Delivery Note Classic.txt
@@ -3,9 +3,9 @@
# These values are common in all dictionaries
{
- 'creation': '2011-12-13 11:02:59',
+ 'creation': '2011-12-21 11:02:04',
'docstatus': 0,
- 'modified': '2011-12-13 13:11:24',
+ 'modified': '2012-01-06 14:16:03',
'modified_by': 'Administrator',
'owner': 'Administrator'
},
@@ -14,7 +14,7 @@
{
'doc_type': 'Delivery Note',
'doctype': 'Print Format',
- 'html': '\n\n\n\n\n\n\n\n\n\n\n\n\t\n\t\n
\n\n\t\n\t\n
\n\n\t\n\t\n
\n\n',
+ 'html': '\n\n\n\n\n\n\n\n\n\n\n\n\t\n\t\n
\n\n\t\n\t\n
\n\n\t\n\t\n
\n',
'module': 'Stock',
'name': '__common__',
'standard': 'Yes'
diff --git a/erpnext/stock/Print Format/Delivery Note Modern/Delivery Note Modern.txt b/erpnext/stock/Print Format/Delivery Note Modern/Delivery Note Modern.txt
index 1b10b1631a..065f3f49d0 100644
--- a/erpnext/stock/Print Format/Delivery Note Modern/Delivery Note Modern.txt
+++ b/erpnext/stock/Print Format/Delivery Note Modern/Delivery Note Modern.txt
@@ -3,9 +3,9 @@
# These values are common in all dictionaries
{
- 'creation': '2011-12-13 11:02:59',
+ 'creation': '2011-12-21 11:02:04',
'docstatus': 0,
- 'modified': '2011-12-13 13:20:50',
+ 'modified': '2012-01-06 14:16:38',
'modified_by': 'Administrator',
'owner': 'Administrator'
},
@@ -14,7 +14,7 @@
{
'doc_type': 'Delivery Note',
'doctype': 'Print Format',
- 'html': '\n\n\n\n\n\n\n\n\n\n\n\n\t\n\t\n
\n\n\t\n\t\n
\n\n\t\n\t\n
\n',
+ 'html': '\n\n\n\n\n\n\n\n\n\n\n\n\t\n\t\n
\n\n\t\n\t\n
\n\n\t\n\t\n
\n',
'module': 'Stock',
'name': '__common__',
'standard': 'Yes'
diff --git a/erpnext/stock/Print Format/Delivery Note Spartan/Delivery Note Spartan.txt b/erpnext/stock/Print Format/Delivery Note Spartan/Delivery Note Spartan.txt
index b0931075be..1309b5cefd 100644
--- a/erpnext/stock/Print Format/Delivery Note Spartan/Delivery Note Spartan.txt
+++ b/erpnext/stock/Print Format/Delivery Note Spartan/Delivery Note Spartan.txt
@@ -3,9 +3,9 @@
# These values are common in all dictionaries
{
- 'creation': '2011-12-13 11:02:59',
+ 'creation': '2011-12-21 11:02:04',
'docstatus': 0,
- 'modified': '2011-12-13 13:22:53',
+ 'modified': '2012-01-06 14:16:51',
'modified_by': 'Administrator',
'owner': 'Administrator'
},
@@ -14,7 +14,7 @@
{
'doc_type': 'Delivery Note',
'doctype': 'Print Format',
- 'html': '\n\n\n\n\n\n\n\n\n\n\n\n\t\n\t\n
\n\n\t\n\t\n
\n\n\t\n\t\n
\n',
+ 'html': '\n\n\n\n\n\n\n\n\n\n\n\n\t\n\t\n
\n\n\t\n\t\n
\n\n\t\n\t\n
\n',
'module': 'Stock',
'name': '__common__',
'standard': 'Yes'