From db0df4fd53a3653601cad151bcdf11e7a2361af7 Mon Sep 17 00:00:00 2001 From: Nabin Hait Date: Fri, 17 Feb 2012 15:55:51 +0530 Subject: [PATCH] over-wrinting of child tables data in import_data --- .../setup/page/import_data/import_data.html | 30 ++++++++++++------- 1 file changed, 19 insertions(+), 11 deletions(-) diff --git a/erpnext/setup/page/import_data/import_data.html b/erpnext/setup/page/import_data/import_data.html index d227c2c0be..5f9556b5af 100644 --- a/erpnext/setup/page/import_data/import_data.html +++ b/erpnext/setup/page/import_data/import_data.html @@ -10,7 +10,7 @@

Step 1. Download Template

-
Over-write records with same name?
+
Do you want to over-write records?
Warning: Over-writing the data of child tables, will delete all old data. For more info see below

Step 2. Upload and Import

@@ -33,23 +33,31 @@
-

Data Import Guide

-
    -
  1. Get the template of the DocType for which you want to import in CSV (Comma seperated values) format.
  2. -
  3. Fill in the data in the template. You can remove columns that are not relevant
  4. -
  5. Save the template in CSV format
  6. -
  7. Select the saved CSV file, identify the date format if any
  8. -
  9. Click on "Import"
  10. -
+

Data Import Guide

+
    +
  1. Get the template of the DocType for which you want to import in CSV (Comma seperated values) format.
  2. +
  3. Fill in the data in the template. You can remove columns that are not relevant
  4. +
  5. Save the template in CSV format
  6. +
  7. Select the saved CSV file, identify the date format if any
  8. +
  9. Click on "Import"
  10. +
+

Over-writing Guide

+
    +
  1. To over-write data, click on "Do you want to over-write records?" and then download template
  2. +
  3. To over-write parent table data, mention existing ID in "Name" column
  4. +
  5. Over-writing of child table data will delete all previous data of child table and re-import. so before over-writing child tables, export all data from system, modify them and then re-import
  6. +
  7. Over-write checkbox will be checked while importing
  8. +
+

Import Log:

- +
- \ No newline at end of file +