Delivery Note added with Packing Details

1. Pack No
	2. Pack Nett Wt
	3. Pack Gross Wt
	4. Pack Weight UOM
Item is added with
	1. Customer, Code Table
	2. Nett Weight
	3. Gross Weight
	4. Weight UOM
	5. customer_code (for search in quotes etc)
Quotation is added with
	1. item search displays customer code
This commit is contained in:
Brahma K
2011-08-23 15:42:34 +05:30
parent c77a54ee40
commit 82187cefe8
4 changed files with 98 additions and 8 deletions

View File

@@ -0,0 +1,27 @@
# Print Format, Delivery Note Packing List Wise
[
# These values are common in all dictionaries
{
'creation': '2011-08-18 16:29:14',
'docstatus': 0,
'modified': '2011-08-23 13:24:12',
'modified_by': 'Administrator',
'owner': 'Administrator'
},
# These values are common for all Print Format
{
'doctype': 'Print Format',
'html': "<html>\n<head>\n\n<script>\nfunction replaceAll(s,s1,s2){ return s.split(s1).join(s2);}\n\nfunction get_letter_head(){\n var cp = locals['Control Panel']['Control Panel'];\n if(cp.letter_head != 'None') {return cp.letter_head; }\n else{ return ''};\n }\n</script>\n<style>\n.cust_tbl { border-collapse:collapse; }\n.cust_tbl td { border:1px solid #848484; }\n</style>\n</head>\n\n<body>\n<script>\nreplaceAll(doc.print_packing_slip,'[HEADER GOES HERE]',get_letter_head());\n</script>\n</body>\n</html>",
'module': 'Stock',
'name': '__common__',
'standard': 'Yes'
},
# Print Format, Delivery Note Packing List Wise
{
'doctype': 'Print Format',
'name': 'Delivery Note Packing List Wise'
}
]