mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-31 10:49:09 +00:00
fixes in alter table and updated listviews for delivery note and purchase receipt
This commit is contained in:
@@ -1,8 +1,8 @@
|
|||||||
[
|
[
|
||||||
{
|
{
|
||||||
"creation": "2013-01-23 19:57:19",
|
"creation": "2013-01-29 17:54:12",
|
||||||
"docstatus": 0,
|
"docstatus": 0,
|
||||||
"modified": "2013-01-29 16:28:03",
|
"modified": "2013-02-02 19:18:38",
|
||||||
"modified_by": "Administrator",
|
"modified_by": "Administrator",
|
||||||
"owner": "Administrator"
|
"owner": "Administrator"
|
||||||
},
|
},
|
||||||
@@ -862,8 +862,9 @@
|
|||||||
"description": "% of materials billed against this Delivery Note",
|
"description": "% of materials billed against this Delivery Note",
|
||||||
"doctype": "DocField",
|
"doctype": "DocField",
|
||||||
"fieldname": "per_billed",
|
"fieldname": "per_billed",
|
||||||
"fieldtype": "Float",
|
"fieldtype": "Percent",
|
||||||
"in_filter": 1,
|
"in_filter": 1,
|
||||||
|
"in_list_view": 1,
|
||||||
"label": "% Amount Billed",
|
"label": "% Amount Billed",
|
||||||
"no_copy": 1,
|
"no_copy": 1,
|
||||||
"oldfieldname": "per_billed",
|
"oldfieldname": "per_billed",
|
||||||
@@ -888,8 +889,9 @@
|
|||||||
"description": "% of materials delivered against this Delivery Note",
|
"description": "% of materials delivered against this Delivery Note",
|
||||||
"doctype": "DocField",
|
"doctype": "DocField",
|
||||||
"fieldname": "per_installed",
|
"fieldname": "per_installed",
|
||||||
"fieldtype": "Float",
|
"fieldtype": "Percent",
|
||||||
"in_filter": 1,
|
"in_filter": 1,
|
||||||
|
"in_list_view": 1,
|
||||||
"label": "% Installed",
|
"label": "% Installed",
|
||||||
"no_copy": 1,
|
"no_copy": 1,
|
||||||
"oldfieldname": "per_installed",
|
"oldfieldname": "per_installed",
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
{
|
{
|
||||||
"creation": "2013-01-22 15:24:18",
|
"creation": "2013-01-22 15:24:18",
|
||||||
"docstatus": 0,
|
"docstatus": 0,
|
||||||
"modified": "2013-01-29 16:28:01",
|
"modified": "2013-02-02 19:09:37",
|
||||||
"modified_by": "Administrator",
|
"modified_by": "Administrator",
|
||||||
"owner": "Administrator"
|
"owner": "Administrator"
|
||||||
},
|
},
|
||||||
@@ -627,7 +627,8 @@
|
|||||||
"description": "% of materials billed against this Purchase Receipt",
|
"description": "% of materials billed against this Purchase Receipt",
|
||||||
"doctype": "DocField",
|
"doctype": "DocField",
|
||||||
"fieldname": "per_billed",
|
"fieldname": "per_billed",
|
||||||
"fieldtype": "Float",
|
"fieldtype": "Percent",
|
||||||
|
"in_list_view": 1,
|
||||||
"label": "% Billed",
|
"label": "% Billed",
|
||||||
"no_copy": 1,
|
"no_copy": 1,
|
||||||
"oldfieldname": "per_billed",
|
"oldfieldname": "per_billed",
|
||||||
|
|||||||
Reference in New Issue
Block a user