[cart] create quotation on checkout

This commit is contained in:
Anand Doshi
2013-06-14 17:44:03 +05:30
parent 37982a6a1f
commit abc100302c
17 changed files with 306 additions and 59 deletions

View File

@@ -2,7 +2,7 @@
{
"creation": "2013-05-03 10:45:46",
"docstatus": 0,
"modified": "2013-05-22 15:49:27",
"modified": "2013-06-13 16:17:42",
"modified_by": "Administrator",
"owner": "Administrator"
},
@@ -810,16 +810,6 @@
"fieldtype": "Column Break",
"read_only": 0
},
{
"depends_on": "show_in_website",
"description": "Show Price in Website (if set)",
"doctype": "DocField",
"fieldname": "website_price_list",
"fieldtype": "Link",
"label": "Website Price List",
"options": "Price List",
"read_only": 0
},
{
"depends_on": "show_in_website",
"description": "Show \"In Stock\" or \"Not in Stock\" based on stock available in this warehouse.",

View File

@@ -66,7 +66,8 @@ test_records = [
"parentfield": "ref_rate_details",
"price_list_name": "_Test Price List",
"ref_rate": 100,
"ref_currency": "INR"
"ref_currency": "INR",
"buying_or_selling": "Selling"
}
],
[{