Skip to content

Commit

Permalink
Change in assets
Browse files Browse the repository at this point in the history
  • Loading branch information
jfa-name committed Jan 31, 2024
1 parent 85e6df8 commit 535e502
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 5 deletions.
11 changes: 8 additions & 3 deletions erpnext/accounts/doctype/sales_invoice/sales_invoice.json
Original file line number Diff line number Diff line change
Expand Up @@ -1665,7 +1665,7 @@
"label": "Status",
"length": 30,
"no_copy": 1,
"options": "\nDraft\nReturn\nCredit Note Issued\nSubmitted\nPaid\nPartly Paid\nUnpaid\nUnpaid and Discounted\nPartly Paid and Discounted\nOverdue and Discounted\nOverdue\nCancelled\nInternal Transfer",
"options": "\nDraft\nReturn\nCredit Note Issued\nSubmitted\nPaid\nPartly Paid\nUnpaid\nOverdue\nCancelled\nDenunciado\nInternal Transfer\nUnpaid and Discounted\nPartly Paid and Discounted\nOverdue and Discounted",
"print_hide": 1,
"read_only": 1
},
Expand Down Expand Up @@ -2175,7 +2175,7 @@
"link_fieldname": "consolidated_invoice"
}
],
"modified": "2024-01-02 17:25:46.027523",
"modified": "2024-01-16 08:15:03.983998",
"modified_by": "Administrator",
"module": "Accounts",
"name": "Sales Invoice",
Expand Down Expand Up @@ -2225,7 +2225,12 @@
"show_name_in_global_search": 1,
"sort_field": "modified",
"sort_order": "DESC",
"states": [],
"states": [
{
"color": "Purple",
"title": "Denunciado"
}
],
"timeline_field": "customer",
"title_field": "title",
"track_changes": 1,
Expand Down
12 changes: 10 additions & 2 deletions erpnext/assets/doctype/asset_movement/asset_movement.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
"field_order": [
"company",
"purpose",
"customer",
"column_break_4",
"transaction_date",
"section_break_10",
Expand All @@ -33,7 +34,7 @@
"fieldname": "purpose",
"fieldtype": "Select",
"label": "Purpose",
"options": "\nIssue\nReceipt\nTransfer",
"options": "\nIssue\nReceipt\nTransfer\nCustomer",
"reqd": 1
},
{
Expand Down Expand Up @@ -91,12 +92,19 @@
{
"fieldname": "column_break_9",
"fieldtype": "Column Break"
},
{
"depends_on": "eval:doc.purpose == 'Customer';",
"fieldname": "customer",
"fieldtype": "Link",
"label": "Customer",
"options": "Customer"
}
],
"index_web_pages_for_search": 1,
"is_submittable": 1,
"links": [],
"modified": "2023-06-28 16:54:26.571083",
"modified": "2024-01-25 17:47:07.316266",
"modified_by": "Administrator",
"module": "Assets",
"name": "Asset Movement",
Expand Down

0 comments on commit 535e502

Please sign in to comment.