Skip to content

Commit 9a90cf0

Browse files
authored
chore: fix conflicts
1 parent 58fd967 commit 9a90cf0

File tree

4 files changed

+0
-46
lines changed

4 files changed

+0
-46
lines changed

hrms/hr/doctype/full_and_final_asset/full_and_final_asset.json

-12
Original file line numberDiff line numberDiff line change
@@ -101,19 +101,7 @@
101101
"index_web_pages_for_search": 1,
102102
"istable": 1,
103103
"links": [],
104-
<<<<<<< HEAD
105-
<<<<<<< HEAD
106-
<<<<<<< HEAD
107-
"modified": "2021-07-15 15:17:31.309834",
108-
=======
109-
"modified": "2024-04-01 19:03:26.169709",
110-
>>>>>>> e05357082 (feat(FnF): Option to recover asset costs instead of returning)
111-
=======
112-
"modified": "2024-04-01 21:13:47.553812",
113-
>>>>>>> 0a4ea6d10 (feat: map asset recovery in Journal Entry)
114-
=======
115104
"modified": "2024-04-19 13:20:41.123440",
116-
>>>>>>> 9977a47c9 (feat: set actual asset cost)
117105
"modified_by": "Administrator",
118106
"module": "HR",
119107
"name": "Full and Final Asset",

hrms/hr/doctype/full_and_final_outstanding_statement/full_and_final_outstanding_statement.json

-8
Original file line numberDiff line numberDiff line change
@@ -86,15 +86,7 @@
8686
"index_web_pages_for_search": 1,
8787
"istable": 1,
8888
"links": [],
89-
<<<<<<< HEAD
90-
<<<<<<< HEAD
91-
"modified": "2021-07-20 16:59:34.447934",
92-
=======
93-
"modified": "2024-04-01 21:11:06.902930",
94-
>>>>>>> 0a4ea6d10 (feat: map asset recovery in Journal Entry)
95-
=======
9689
"modified": "2024-04-19 15:34:03.923481",
97-
>>>>>>> bb2c04174 (fix: adjust grid cols and add connection to Journal Entry)
9890
"modified_by": "Administrator",
9991
"module": "HR",
10092
"name": "Full and Final Outstanding Statement",

hrms/hr/doctype/full_and_final_statement/full_and_final_statement.js

-13
Original file line numberDiff line numberDiff line change
@@ -54,15 +54,11 @@ frappe.ui.form.on('Full and Final Statement', {
5454
frm.events.get_outstanding_statements(frm);
5555
},
5656

57-
<<<<<<< HEAD
58-
get_outstanding_statements: function(frm) {
59-
=======
6057
total_asset_recovery_cost: function (frm) {
6158
frm.trigger("calculate_total_receivable_amt");
6259
},
6360

6461
get_outstanding_statements: function (frm) {
65-
>>>>>>> 7f3f5d123 (refactor: total amount calculation on the client-side)
6662
if (frm.doc.employee) {
6763
frappe.call({
6864
method: "get_outstanding_statements",
@@ -74,9 +70,6 @@ frappe.ui.form.on('Full and Final Statement', {
7470
}
7571
},
7672

77-
<<<<<<< HEAD
78-
create_journal_entry: function(frm) {
79-
=======
8073
calculate_total_payable_amt: function (frm) {
8174
let total_payable_amount = 0;
8275

@@ -117,7 +110,6 @@ frappe.ui.form.on('Full and Final Statement', {
117110
},
118111

119112
create_journal_entry: function (frm) {
120-
>>>>>>> 7f3f5d123 (refactor: total amount calculation on the client-side)
121113
frappe.call({
122114
method: "create_journal_entry",
123115
doc: frm.doc,
@@ -130,13 +122,8 @@ frappe.ui.form.on('Full and Final Statement', {
130122
});
131123

132124
frappe.ui.form.on("Full and Final Outstanding Statement", {
133-
<<<<<<< HEAD
134-
reference_document: function(frm, cdt, cdn) {
135-
var child = locals[cdt][cdn];
136-
=======
137125
reference_document: function (frm, cdt, cdn) {
138126
const child = locals[cdt][cdn];
139-
>>>>>>> 7f3f5d123 (refactor: total amount calculation on the client-side)
140127
if (child.reference_document_type && child.reference_document) {
141128
frappe.call({
142129
method: "hrms.hr.doctype.full_and_final_statement.full_and_final_statement.get_account_and_amount",

hrms/hr/doctype/full_and_final_statement/full_and_final_statement.json

-13
Original file line numberDiff line numberDiff line change
@@ -187,18 +187,6 @@
187187
],
188188
"index_web_pages_for_search": 1,
189189
"is_submittable": 1,
190-
<<<<<<< HEAD
191-
"links": [],
192-
<<<<<<< HEAD
193-
<<<<<<< HEAD
194-
"modified": "2024-01-11 18:06:22.669089",
195-
=======
196-
"modified": "2024-04-01 19:22:40.101070",
197-
>>>>>>> e05357082 (feat(FnF): Option to recover asset costs instead of returning)
198-
=======
199-
"modified": "2024-04-01 21:08:52.804868",
200-
>>>>>>> 0a4ea6d10 (feat: map asset recovery in Journal Entry)
201-
=======
202190
"links": [
203191
{
204192
"is_child_table": 1,
@@ -209,7 +197,6 @@
209197
}
210198
],
211199
"modified": "2024-04-19 15:45:04.206575",
212-
>>>>>>> bb2c04174 (fix: adjust grid cols and add connection to Journal Entry)
213200
"modified_by": "Administrator",
214201
"module": "HR",
215202
"name": "Full and Final Statement",

0 commit comments

Comments
 (0)