Rushabh Mehta
e41bfe3003
[minor] [ux] refresh button primary in reportview
pirms 10 gadiem
Nabin Hait
a272c1b25d
[fix] Unique constraint check in db_insert and bypassed for blank values (not null)
pirms 10 gadiem
Anand Doshi
7e1f08d64c
[hotfix] docstatus should be 0 if None
pirms 10 gadiem
Anand Doshi
d85cc02b03
[minor] moved docstatus=0 to init child
pirms 10 gadiem
Anand Doshi
815252153f
[hotfix] set docstatus=0 in append
pirms 10 gadiem
Anand Doshi
baec4f855f
Change Check fields to have default as 0 (if not specified) and not null
pirms 10 gadiem
Nabin Hait
eeb4d2b7f0
Get formatted absolute value
pirms 10 gadiem
Anand Doshi
6aae191158
[fix] Use frappe.DuplicateEntryError in base_document and email_account
pirms 10 gadiem
Nabin Hait
3313acf58c
minor fix
pirms 10 gadiem
Pratik Vyas
97149bdc88
[fix] Extract images from HTML fields for print format
pirms 10 gadiem
Anand Doshi
9cc9f5ab15
[fix] cast time string to timedelta
pirms 10 gadiem
Anand Doshi
1845c08676
[fix] save images attached in text editor fields of children
pirms 10 gadiem
Rushabh Mehta
5a8621df09
[fixes] print format print hide fixes frappe/erpnext#3179
pirms 10 gadiem
Rushabh Mehta
9334f91eb9
[fixes] added for update in document save to prevent double saving
pirms 10 gadiem
Anand Doshi
1459242715
website fixes
pirms 10 gadiem
Anand Doshi
f2f4756d29
[hotfix] get_valid_dict and datetime
pirms 10 gadiem
Anand Doshi
1a06e5cd6c
Fix null date and datetime values that got stored like 0000-00-00. Good riddance!
pirms 10 gadiem
Anand Doshi
67b4d5d2f3
[fix] cast and compare values in update after submit
pirms 10 gadiem
Rushabh Mehta
57406c034c
[analytics] optional plugin for google analytics
pirms 10 gadiem
Anand Doshi
988401397c
[fix] changed catching of duplicate entry and deadlock
pirms 10 gadiem
Rushabh Mehta
c153b810e0
[fix] high level perms serverside checking
pirms 10 gadiem
Rushabh Mehta
99ca7d5f8a
[email] fixed test cases for bulk emails
pirms 10 gadiem
Rushabh Mehta
bead93693d
[email] many fixes, bulk email, unsubscribe
pirms 10 gadiem
Anand Doshi
c10e3ec75e
frappe.as_json
pirms 10 gadiem
Anand Doshi
b2d7efa682
optimizations
pirms 10 gadiem
Anand Doshi
eceed3a6c8
Fixed recents, Show change log on version update. Fixes #905
pirms 10 gadiem
Anand Doshi
2995f02f3b
Web Notes to Frappe, better alerts, css fixes, fixed splash
pirms 10 gadiem
Anand Doshi
7f75e233a8
Website Listing
pirms 10 gadiem
Rushabh Mehta
a955c658ca
[fixes] minor
pirms 10 gadiem
Rushabh Mehta
6a662e574a
[fix] minor
pirms 10 gadiem
Rushabh Mehta
ffe1b9eacc
[fix] naming frappe/erpnext#2794
pirms 10 gadiem
Rushabh Mehta
221e6f2fae
[minor] moved precision to base_document
pirms 10 gadiem
Pratik Vyas
43276932fd
Load Document controller instead of BaseDocument controller in case of custom doctype
pirms 10 gadiem
Rushabh Mehta
8cde7bfc23
[print] tables & [feature] share #992
pirms 10 gadiem
Rushabh Mehta
c19cb66542
[print-format] add print heading + fix tables
pirms 10 gadiem
Rushabh Mehta
4c8558665d
[todo] naming as hash
pirms 10 gadiem
Rushabh Mehta
cf3074a20b
[print-format] completed print format builder
pirms 10 gadiem
Rushabh Mehta
456621b931
[email] implemented, tested basic in and out
pirms 10 gadiem
Rushabh Mehta
090e9ac48c
[ui] workflow and listview
pirms 10 gadiem
John Vermette
86715e55ad
Update base_document.py
pirms 10 gadiem
Rushabh Mehta
055e7b68d9
[new-feature] ⭐
pirms 10 gadiem
Nabin Hait
91e8556bb8
minor translation fix
pirms 10 gadiem
Pratik Vyas
4fb0700dc0
[minor] fix msgprint from duplicate name
pirms 10 gadiem
Rushabh Mehta
575ec0015a
[api] added frappe.client.get_list
pirms 10 gadiem
Anand Doshi
09fbf6cf19
[validate] for a submittable document, validate if it is linked to a cancelled document
Thanks to @adityaduggal for reporting this
pirms 11 gadiem
Anand Doshi
b8e863c90a
[fix] Convert newlines to <br> for Text/Small Text, added ipython to requirements.txt
pirms 11 gadiem
Nabin Hait
6bab7ed023
Field formatter to preserve newlines and for provided currnecy
pirms 11 gadiem
Anand Doshi
536926cb12
[minor] Percent
pirms 11 gadiem
Anand Doshi
92fd37bb1a
changed self.delete to self.delete_key in base_document and document
DocPerm has a field called 'delete'. This clashes with the function name.
Leads to this error:
self.delete("__in_insert")
TypeError: 'int' object is not callable
pirms 11 gadiem
Anand Doshi
9974363312
Fixed _fix_numeric_types
pirms 11 gadiem