joezsweet
b0fab786b4
fix Datepicker - Calendar localization compatibility ( #2992 )
8 年之前
Rushabh Mehta
83045eb36c
[enhance] handle session expired in a graceful manner ( #3022 )
8 年之前
Makarand Bauskar
a304beb664
[minor] fixes in multiline string in upload.js ( #3041 )
8 年之前
Rushabh Mehta
eb0d098144
[test] fix test_customize_form
8 年之前
Faris Ansari
ebeea52c3c
Calendar colors enhancement ( #3013 )
- Can be set using a field (Event)
- Can be set using custom logic (see sales_order_calendar.js)
8 年之前
Faris Ansari
e3c0a8d1ee
Remove duplicates in list view ( #3032 )
- frappe/erpnext#8353
8 年之前
Rushabh Mehta
54df9298f8
[enhance] Signature Control ( #3024 )
* - Add controller for signature field, including buttons for save and reset
- Add library and style
* Add DB mapping for Signature field -> fix bug not saving
Add empty image, and auto load image when loading form
Add option for Signature field type on Doctype form
* Make field uneditable after submitting
* Remove console log and revert adding empty lines
* Update layout, remove edit mode/button, make save button compact. Refactor and use change event to trigger save.
* [cleanup] Signature Control
8 年之前
Rushabh Mehta
befb3a31f0
[fix] feedback trigger on delete #2988 ( #3027 )
8 年之前
Faris Ansari
e264f215db
Refactor LinkedWith ( #3023 )
* Refactored LinkedWith
* Added new class syntax
* minor
8 年之前
Faris Ansari
08da14996f
Enhance multi file upload ( #2912 )
* Allow multiple file upload, show progress while uploading
* Enhance multi file upload
You can now upload files programmatically like
```
frappe.upload.make({
...
files: fileobj_array,
...
})
```
No need to use `multifile_upload` method.
Multiple file upload is enabled by default on all Attach dialogs.
* Don't `allow_multiple` in data import tool
* ControlAttach don't allow_multiple
* Show files in a table view
* Narrow width for Is Private column
8 年之前
Rushabh Mehta
517374720f
[library] frappe.safe_eval, https://github.com/frappe/erpnext/issues/8313
8 年之前
Rushabh Mehta
e2d4e19e00
[minor] revert module hidden on breadcrumbs.js
8 年之前
Prateeksha Singh
9b8a3d776b
[fix] frappe/erpnext#8271 ( #3012 )
8 年之前
Saurabh
286b79bd90
Stripe payment integration ( #2867 )
* [fix] setting page for stripe
* checkout flow for stripe payment
* controller to handle stripe checkout and authorization
8 年之前
RicardoJohann
e395de340e
Export indentation as per tree report ( #2882 )
* Export indentation as per tree report
* Export indentation as per tree report fixed tabs and hardcoded
8 年之前
Dhaifallah Alwadani
1d24ea78bd
make report results ltr to work with SlickGrid ( #2603 )
* make report results ltr to work with SlickGrid
* Update report-rtl.css
8 年之前
Nabin Hait
029fc8f216
Merge branch 'develop'
8 年之前
Nabin Hait
87d05bdbc9
bumped to version 8.0.7
8 年之前
Faris Ansari
bbf5ad1ea7
Remove render_item, fix post_render_item
8 年之前
Saurabh
916f48a74c
[fix] render item while rendering view in list renderer
8 年之前
Rushabh Mehta
e754a22f9b
[minor] fix filters
8 年之前
rohitwaghchaure
ac7e40949d
[fix] Timeline creation always showing few seconds ago ( #3017 )
8 年之前
Prateeksha Singh
c9d6612ff7
[fix] include singles despite can_search, unscrub ( #3019 )
8 年之前
Nabin Hait
f7d4ae60fc
Merge pull request #3018 from saurabh6790/redirect_to_message
[minor][fix] parameter naming fix
8 年之前
Saurabh
898f94ab7a
[minor][fix] parameter naming fix
8 年之前
Nabin Hait
93e2723a01
Merge pull request #3014 from netchampfaris/listview-fixes
Validate last_view before saving
8 年之前
Faris Ansari
b6677ed6c3
Validate last_view before saving
8 年之前
Rushabh Mehta
459b9aac2e
[minor] style for add button in permission_manager.js
8 年之前
Nabin Hait
503c9dda0d
Merge branch 'develop'
8 年之前
Nabin Hait
eb165fb7b6
bumped to version 8.0.6
8 年之前
Nabin Hait
ed3e7d725f
Merge pull request #3003 from netchampfaris/list-view-fixes
List View fixes
8 年之前
Nabin Hait
85a2b506c0
Merge pull request #3006 from chdecultot/country_info_correction
Correction of the currency format for France
8 年之前
Faris Ansari
70859ba621
Remove conflict
8 年之前
Faris Ansari
05629b27b6
[minor] Fix ellipsis, alignment in Subject column
8 年之前
CH
84f35a538b
Correction of the currency format for France
8 年之前
Faris Ansari
18dc60cb2e
Hide script field from List View
8 年之前
Nabin Hait
a06e4b73d2
Merge pull request #3002 from sagarvora/patch-2
Changed custom_script.json to remove script from list view
8 年之前
Sagar Vora
0a7d07c81d
Changed custom_script.json to remove script from list view
Removed Script text from list view since it leads to a visual error.
8 年之前
Prateeksha Singh
f2df24803c
Search refactor ( #2983 )
* [start] basic sidebar function
* remove flicker on fetch
* use promises for global and help results
* add summary view
* single modal, sidebar keyboard selection
* Placeholder and no_results state, result render prep
* Specific empty states, results template no longer special: thus remove reset(), forum results trial
* Add loading state
* more results working
* commonify more results, added images
* All nav results in modal, with recents
* use common utils in awesome bar
* UI fixes
* Remove forum results
* frappe/erpnext#8222 frappe/erpnext#8264
8 年之前
Nabin Hait
eb6bd89ce0
Merge branch 'develop'
8 年之前
Nabin Hait
b580e82c6f
bumped to version 8.0.5
8 年之前
Nabin Hait
6437f39579
Merge pull request #2999 from netchampfaris/list-view-html-refactor
List View HTML Refactor
8 年之前
Faris Ansari
bf21c7a229
Final cleanup
8 年之前
Faris Ansari
a84a40cfca
Cleanup html, add css for mobile, fixed class names in code
8 年之前
Faris Ansari
7c5483afc0
List view columns based on flexbox
- Used BEM naming for flat css classes
8 年之前
Nabin Hait
f642c2b42b
Merge pull request #2998 from mbauskar/feedback
[minor] fixes in feedback trigger, and feedback web page
8 年之前
mbauskar
38e6cdd166
[minor] fixes in feedback trigger, and feedback web page
8 年之前
Nabin Hait
92b63f29e1
Merge pull request #2997 from mbauskar/email-account-fixes
[minor] minor fixes in email_account and added has_attachment in comm…
8 年之前
mbauskar
04331023a2
[minor] minor fixes in email_account and added has_attachment in communication_list.js
8 年之前
Rushabh Mehta
12775c9a5f
[fixes] listview strip and email inbox list view
8 年之前