Faris Ansari
1fbc8ff448
Add Show Calendar button
7年前
Faris Ansari
8c291c9b20
List renderer
- load_last_view
- refresh calendar view on route change
7年前
Faris Ansari
2d156345ae
[minor] fallback for invalid start or end date
7年前
Faris Ansari
29e72a92f1
Add Calendar View Doctype
- get_events method
- show dropdown in list view
- save last calendar view
7年前
Faris Ansari
91861c7769
[minor]
- watch js files
- add frappe.db.get_list in js
7年前
Faris Ansari
5c9146fe9c
[formatdate] Return empty string if no date provided ( #4356 )
7年前
Nabin Hait
d2b5f78a8e
Merge branch 'master' into develop
7年前
Nabin Hait
137e6b4652
Merge branch 'hotfix'
7年前
Nabin Hait
69818cd075
bumped to version 9.1.9
7年前
Nabin Hait
812ea70dc8
Reload sms settings from json ( #4355 )
7年前
Rushabh Mehta
64748a0905
[fix] test_html_control.js
7年前
joezsweet
68efe914e9
Added ability to set JSBarcode options ( #4351 )
* - added ability to set JSBarcode options
* - codacy fix
7年前
Nabin Hait
b8ee39b7cf
Merge branch 'develop' into staging
7年前
Makarand Bauskar
03ea138ca5
[hotfix] ingore_mandatory fields while saving the sms settings in add_sms_sender_name_as_paramenters patch ( #4342 )
7年前
mbauskar
ee7508347d
resolved merge conflicts
7年前
mbauskar
de1037b6b8
Merge branch 'hotfix'
7年前
mbauskar
165b59cdcb
bumped to version 9.1.8
7年前
Faris Ansari
8eac4bc124
Styling for Attach control ( #4340 )
* Update attach.js
* Add attach control styling to form.less
* Add margin
7年前
Faris Ansari
4b3d13b0ed
[fix] Form set viewers ( #4341 )
7年前
Barakat
14ba7ce375
Stop reloading the HTML content after every document change ( #4307 )
7年前
Prateeksha Singh
1e253b9d13
[controls] Barcode Control ( #4335 )
* [start] display barcode based on input
* [wip]
* [barcode] use set_value
* parse and set
* remove quagga
* [barcode] set in db
* [fix] set height
* cleanup
* remove from build.json, require instead
* [fix] declare JsBarcode global in .eslintrc
7年前
Juan F Fernández
3c8689e4a2
[FIX] Fixed problem with margins in pdf (see #3451 #4235 #4239 ) ( #4297 )
7年前
Revant Nandgaonkar
4df6135c3c
enqueue_after_commit option added to frappe.enqueue ( #4167 )
* enqueue_after_commit option added to frappe.enqueue
* Fixes
Codacy https://www.codacy.com/app/frappe/frappe/pullRequest?prid=934733
clear frappe.flags.enqueue_after_commit after executing enqueued jobs
* sync_global_search() uses enqueue_after_commit=True
* Update database.py
* webhooks enqueue after commit
* Update __init__.py
7年前
Valmik
5aa676c688
[fix] make test records for dependencies for app tests ( #4336 )
7年前
Omar Jaber
071947cd32
Fix fields style in reports for RTL direction ( #4178 )
This code will fix fields style of the reports in RTL direction
7年前
Aditya Hase
d5d9fd5283
More Python 3 compatibility Frappe test fixes ( #4321 )
* stream object should be BytesIO instead of StringIO
* Convert filter to list explicitly before checking length
* Decode sent_email and content before string operations
7年前
Aditya Hase
38d63f7dc7
Python 3 compatibility Frappe test fixes ( #4318 )
* Read image file in binary mode
* Read files in binary mode
* Don't use bytestrings unnecessarily
* Correctly convert byte strings to unicode in frappe.as_unicode
* Convert content to bytes before writing to file
7年前
Nabin Hait
aca3658f36
Removed SMS sender field from SMS Settings ( #4334 )
* Removed SMS sender field from SMS Settings
* patch for sms sender name
7年前
Faris Ansari
c06383a260
Disable socketio file upload in text editor frappe/erpnext#10991 ( #4333 )
7年前
Shridhar Patil
51c944fd24
Hide email footer in report ( #4323 )
* Hide footer in auto email reports
https://github.com/frappe/frappe/issues/3249
* convert to int to comapare
7年前
Makarand Bauskar
99fa65cb1a
[hotfix] fixed patch sequence and removed the update_email_queue patch ( #4330 )
7年前
crossxcell99
161ea7dc0e
send via post request and specify header ( #4316 )
7年前
Rishabh Nambiar
0e412de72e
[major] AWS S3 Integration for Frappé ( #4272 )
* Added S3 Integration, need to add backup limit
* Fix validation in s3 doctype
* Added auto-deletion of old backups and backup_limit usage
* Fixes for codacy PR review
* Improved exception handling.
* Update s3_backup_settings.py
7年前
Rushabh Mehta
f0e23a5a6c
[refactor] domain and domain settings ( #4163 )
* [refactor] domain and domain settings
* [fix] test_domain.py
* [fix] patches
* [fix] domain activation after setup
* [fix] tests and lint
* [fix] tests and lint
* [enhance] better prompt naming
* [fix] setup wizard test
* [fix] testing
* [minor] new item in quick entry from form dashboard
7年前
Juan F Fernández
6efcd2e13d
[HOTFIX] Fixed email sending on non ascii sender name ( resolves #4313 ) ( #4317 )
7年前
Rushabh Mehta
69e08f8e97
[minor] web form ( #4302 )
7年前
Zarrar
f81bee7d05
minor fix to suppport treeview for task ( #4279 )
7年前
Javier Wong
5c42aa996a
[fix] Hide Editable Grid Columns ( #4270 )
* [fix] Hide Editable Grid Columns
This fixes a bug where set_column_disp does not hide editable grid columns.
* [fix] Hide Editable Grid Columns - Additional Fixes
This fixes a bug where set_column_disp does not hide editable grid columns.
* [fix] Hide Editable Grid Columns - Additional Fixes
This fixes a bug where set_column_disp does not hide editable grid columns.
* [fix] Hide Editable Grid Columns - Additional Fixes
This fixes a bug where set_column_disp does not hide editable grid columns.
* Codacy Fixes
7年前
Prateeksha Singh
7e9cce2d3b
C3 to Charts ( #4228 )
* make AxisGraph
* remove jquery and snap
* [major] refactor, svg animations, rename to charts
* remove c3, d3
* [Charts] renaming and namespacing
* [fix] codacy
* Replace in grid report with plot, fixes
7年前
Pawan Mehta
181d493dc2
[fix] #4267 - remove hard coded web-server port in ui tests ( #4268 )
* [fix] #4267
* Update selenium_testdriver.py
7年前
Makarand Bauskar
9ff3dfcd4c
[hotfix] robots.txt file is considered as static instead of getting context from robots.py ( #4325 )
7年前
Makarand Bauskar
fe75ffb8da
[minor] fetch dictory value using get method instead of indexing ( #4324 )
7年前
Faris Ansari
02c359d00f
Don't show img tags in kanban card ( #4326 )
- https://discuss.erpnext.com/t/how-to-make-kanban-view-just-first-text-lines/29428
7年前
Rushabh Mehta
35a86a6d84
[fix] test_feedback_trigger.py
7年前
Rushabh Mehta
d5f0378f63
[fix] test_feedback_trigger.py
7年前
Makarand Bauskar
5eb5d1039f
[minor] refactored the setup_email_inbox method to create sidebar menu ( #4300 )
7年前
Makarand Bauskar
a6ed912924
[minor] display title in user mention instead of docname ( #4217 )
* [minor] display title in user mention instead of docname
* [minor] added the reference number/name
* [minor] if title is name then use the doc.reference_name instead of frappe.db.get_value
7年前
Rushabh Mehta
cd968348d7
[minor] better message on permission
7年前
mbauskar
52d7d7af11
Merge branch 'hotfix'
7年前
mbauskar
ff43b65aac
Merge branch 'master' into develop
7年前