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