Skip to content

Commit

Permalink
[feat] Rearranged fields in Contract, Added Party Address (#523)
Browse files Browse the repository at this point in the history
* [feat] Rearranged fields in Contract, Added Party Address

* fix: update modified

Co-authored-by: Rohan <Alchez@users.noreply.github.com>
Co-authored-by: Himanshu <himanshuwarekar@yahoo.com>
  • Loading branch information
3 people committed Oct 5, 2020
1 parent 477061d commit 047671c
Showing 1 changed file with 26 additions and 8 deletions.
34 changes: 26 additions & 8 deletions erpnext/crm/doctype/contract/contract.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,21 +6,19 @@
"editable_grid": 1,
"engine": "InnoDB",
"field_order": [
"company",
"party_type",
"party_name",
"is_signed",
"cb_party",
"party_name",
"party_user",
"party_address",
"status",
"fulfilment_status",
"sb_terms",
"start_date",
"cb_date",
"end_date",
"sb_signee",
"signee",
"signed_on",
"cb_user",
"ip_address",
"sb_contract",
"contract_template",
Expand All @@ -29,9 +27,14 @@
"requires_fulfilment",
"fulfilment_deadline",
"fulfilment_terms",
"sb_signee",
"signee",
"signed_on",
"cb_user",
"authorised_by_section",
"signee_company",
"signed_by_company",
"column_break_26",
"signee_company",
"sb_references",
"document_type",
"letter_head",
Expand Down Expand Up @@ -245,6 +248,21 @@
"fieldtype": "Section Break",
"label": "Authorised By"
},
{
"fieldname": "column_break_26",
"fieldtype": "Column Break"
},
{
"fieldname": "company",
"fieldtype": "Link",
"label": "Company",
"options": "Company"
},
{
"fieldname": "party_address",
"fieldtype": "Small Text",
"label": "Party Address"
},
{
"allow_on_submit": 1,
"fieldname": "letter_head",
Expand All @@ -255,7 +273,7 @@
],
"is_submittable": 1,
"links": [],
"modified": "2020-09-07 03:55:18.798485",
"modified": "2020-09-24 03:55:18.798485",
"modified_by": "Administrator",
"module": "CRM",
"name": "Contract",
Expand Down Expand Up @@ -327,4 +345,4 @@
"sort_order": "DESC",
"track_changes": 1,
"track_seen": 1
}
}

0 comments on commit 047671c

Please sign in to comment.