greetings ,
i am trying to do stock reconciliation for store , but this come up :
Message
Removed items with no change in quantity or value.
Message
Row # 51: Same item and warehouse combination already entered.
Message
Row # 58: Same item and warehouse combination already entered.
Message
Row # 60: Same item and warehouse combination already entered.
Message
Row # 120: Same item and warehouse combination already entered.
Traceback (most recent call last):
File “apps/frappe/frappe/core/doctype/data_import/importer.py”, line 148, in import_data
doc = self.process_doc(doc)
File “apps/frappe/frappe/core/doctype/data_import/importer.py”, line 244, in process_doc
return self.update_record(doc)
File “apps/frappe/frappe/core/doctype/data_import/importer.py”, line 281, in update_record
updated_doc.save()
File “apps/frappe/frappe/model/document.py”, line 309, in save
return self._save(*args, **kwargs)
File “apps/frappe/frappe/model/document.py”, line 343, in _save
self.run_before_save_methods()
File “apps/frappe/frappe/model/document.py”, line 1055, in run_before_save_methods
self.run_method(“validate”)
File “apps/frappe/frappe/model/document.py”, line 919, in run_method
out = Document.hook(fn)(self, *args, **kwargs)
File “apps/frappe/frappe/model/document.py”, line 1281, in composer
return composed(self, method, *args, **kwargs)
File “apps/frappe/frappe/model/document.py”, line 1263, in runner
add_to_return_value(self, fn(self, *args, **kwargs))
File “apps/frappe/frappe/model/document.py”, line 916, in fn
return method_object(*args, **kwargs)
File “apps/erpnext/erpnext/stock/doctype/stock_reconciliation/stock_reconciliation.py”, line 42, in validate
self.validate_data()
File “apps/erpnext/erpnext/stock/doctype/stock_reconciliation/stock_reconciliation.py”, line 225, in validate_data
raise frappe.ValidationError(self.validation_messages)
frappe.exceptions.ValidationError: [‘Row # 51: Same item and warehouse combination already entered.’, ‘Row # 58: Same item and warehouse combination already entered.’, ‘Row # 60: Same item and warehouse combination already entered.’, ‘Row # 120: Same item and warehouse combination already entered.’]