Commit graph

21820 commits

Author SHA1 Message Date
Faris Ansari
d960affe19 fix: Realtime update message for import types 2019-09-29 22:41:29 +05:30
Faris Ansari
a1216c929e fix: name column matching 2019-09-29 22:41:29 +05:30
Faris Ansari
b973a5d101 fix: Process data in batches 2019-09-29 22:41:29 +05:30
Faris Ansari
2795ab6b40 fix: Silently ignore Timestamp Mismatch Error 2019-09-29 22:41:29 +05:30
Faris Ansari
9d770cf7e6 fix: Support request level error handlers 2019-09-29 22:41:29 +05:30
Faris Ansari
84362550cb fix: Allow exporting hidden fields 2019-09-29 22:41:29 +05:30
Faris Ansari
fc708655a0 fix: Remove Add Row 2019-09-29 22:41:29 +05:30
Faris Ansari
421e93457b fix: Option to export blank template 2019-09-29 22:41:29 +05:30
Faris Ansari
7d2c9feb8e fix: Hide unused fields 2019-09-29 22:41:29 +05:30
Faris Ansari
c3d85cb4bd fix: Only show importable doctypes 2019-09-29 22:41:29 +05:30
Faris Ansari
b099414cf8 fix: Set readonly without docstatus 2019-09-29 22:41:29 +05:30
Faris Ansari
1dab6ae90b fix: Singular messages 2019-09-29 22:41:29 +05:30
Faris Ansari
163d974b0b fix: Show changes via Data Import in timeline 2019-09-29 22:41:29 +05:30
Faris Ansari
fff2c0cded feat: Update Existing Records 2019-09-29 22:41:29 +05:30
Faris Ansari
e8b78a3978 feat: Handle failures
- Capture messages and show them in import log with traceback
- Set status as Partial Success for Retry
2019-09-29 22:41:29 +05:30
Faris Ansari
ce5f6a0f12 fix: Parse child rows with non blank values 2019-09-29 22:41:29 +05:30
Faris Ansari
b05159f349 fix: Remove event listener before attaching 2019-09-29 22:41:29 +05:30
Faris Ansari
fe7db55679 fix: Importer
- Skip already imported rows
- Make imported rows read only
- Publish progress and show progress bar
- Use Savepoint
- Status field to track Pending or Success
- Add more date formats for parsing
2019-09-29 22:41:29 +05:30
Faris Ansari
b486d5abdd fix: Missing values
Handle DocTypes that have more than one mandatory field.
2019-09-29 22:41:29 +05:30
Faris Ansari
11d07b57b9 wip 2019-09-29 22:41:29 +05:30
Faris Ansari
0d6f256e03 feat: Find missing link field values
- Prompt user to create them
2019-09-29 22:41:29 +05:30
Faris Ansari
9efbeb924e fix: Allow to export 0 records 2019-09-29 22:41:29 +05:30
Faris Ansari
5a8bfc9d10 fix: Method to remove name column values 2019-09-29 22:41:29 +05:30
Faris Ansari
e60e118962 fix: Data Importer
- Parse child table values and prepare a doc
- Show Template header in datatable
- Template Options: for column mapping, skipped columns and edited rows
- Import Log: Keep track of inserted/updated documents
2019-09-29 22:41:29 +05:30
Faris Ansari
a205917dac fix: Data Exporter
- De duplicate child table rows
- Add name column for child tables too
- Show hidden tables in export
2019-09-29 22:41:29 +05:30
Faris Ansari
a16efb37b8 feat: Remap columns to fields
- Green colored are mapped
- Red colored are skipped
- Skip columns from import
2019-09-29 22:41:29 +05:30
Faris Ansari
fcb4e13415 fix: Autocomplete
- Show value as description
- Validate value from options
- Override max_items
2019-09-29 22:41:29 +05:30
Faris Ansari
bae336154f fix: Parse template and prepare preview data
- Match column header with label or fieldname
- Remove empty rows and columns
- Merge ID and autoname field
2019-09-29 22:41:29 +05:30
Faris Ansari
cf796cf29b feat: Initialize Exporter
- Export into a simple format
- Basic tests for exporter
- DataExporter: user friendly exporter dialog
2019-09-29 22:41:29 +05:30
Faris Ansari
bdc5ec32df feat: New Doctype - Data Import Beta
- Import Preview using DataTable
2019-09-29 22:41:29 +05:30
Faris Ansari
62be3abc0c feat: Initialize new Importer
- Read csv file or content
- Parse data for import
- Guess date format
- Basic tests for parsing csv content
2019-09-29 22:41:29 +05:30
mergify[bot]
b65a819c6d
Merge pull request #8510 from marination/permission-check-12
fix: (User Permissions) Allow user to fetch details into mapped doc
2019-09-28 16:38:11 +00:00
mergify[bot]
aecee3be47
Merge pull request #8511 from hrwX/gs_fix
fix(Global Search): check if doctype exists
2019-09-27 17:12:29 +00:00
Himanshu Warekar
04fa1b5957 fix: check if doctype exists 2019-09-27 16:27:10 +05:30
marination
56bdbaadc6 fix: (User Permissions) Allow user to fetch details into mapped doc
Check if apply strict user permissions is enabled
Accordingly restrict user permission
2019-09-27 15:57:08 +05:30
mergify[bot]
204867e649
Merge pull request #8505 from hrwX/con-patch-fix
fix(Patch): Patch fixes for Contact and Email
2019-09-27 09:43:44 +00:00
mergify[bot]
42ee8c3f44
Merge pull request #8506 from Thunderbottom/null-fix-dev
fix: check if doctype exists before replacing null values
2019-09-27 08:22:56 +00:00
Chinmay D. Pai
99ecd01cd1
fix: use re.sub instead of replace
Signed-off-by: Chinmay D. Pai <chinmaydpai@gmail.com>
2019-09-27 13:06:29 +05:30
Chinmay D. Pai
ddcdabbf6d
fix: check if doctype exists before replacing null values
Signed-off-by: Chinmay D. Pai <chinmaydpai@gmail.com>
2019-09-27 12:55:50 +05:30
mergify[bot]
a1c8a9bdc2
Merge pull request #8499 from gavindsouza/list-view-freeze-fix
fix: desk freeze on updating multiple documents
2019-09-27 05:18:00 +00:00
mergify[bot]
f92281c28d
Merge pull request #8503 from scmmishra/charts-1.3.0
feat: Updated charts to 1.3.0
2019-09-26 19:03:43 +00:00
mergify[bot]
27885b86d8
Merge pull request #8451 from hrwX/global_search
feat: Global Search with Priorities
2019-09-26 18:22:15 +00:00
nocubicles
521cd476d5 Estonia uses Euros since 2011. Fixed it (#8496) 2019-09-26 18:16:47 +00:00
Suraj Shetty
9302058528 fix: Render list after document update 2019-09-26 19:57:23 +05:30
Suraj Shetty
e8dde0f176 style: Fix formatting 2019-09-26 19:40:27 +05:30
Suraj Shetty
7d2467afb6 Merge branch 'list-view-freeze-fix' of github.com:gavindsouza/frappe into list-view-freeze-fix 2019-09-26 19:37:30 +05:30
Suraj Shetty
c1dddc17da Revert "refactor: Remove redundant code"
This reverts commit 2773313dcb.

Because the changes would have resulted in other test failure... not
worth it.
2019-09-26 19:36:11 +05:30
Gavin D'souza
cc3218eaa6 Merge branch 'list-view-freeze-fix' of github.com:gavindsouza/frappe into list-view-freeze-fix 2019-09-26 19:34:06 +05:30
Gavin D'souza
e6f56c48fd fix: removed redundant run_serially method 2019-09-26 19:33:26 +05:30
Suraj Shetty
7ce8a9e498 Merge branch 'list-view-freeze-fix' of github.com:gavindsouza/frappe into list-view-freeze-fix 2019-09-26 19:28:57 +05:30