seitime-frappe/frappe/core
Dany Robert 4f3c0f6e99
feat: configurable amended document naming (#21414)
* feat: configurable amendment naming

* patch: set default amend naming

* chore: linters and document filter

* test: amended document naming

* refactor: use set_single_value

* chore: typo, fix copy

* fix(UX): move action button below table

* refactor: Series Counter -> Default Naming

The behaviour in this PR doesn't necessarily mean to apply naming series
it can be:
- Naming Series
- hash
- Naming Rule
- Some code

So the name was misleading.

---------

Co-authored-by: Ankush Menat <ankush@frappe.io>
2023-06-20 21:37:08 +05:30
..
api fix: type hint for image view 2023-01-02 11:50:25 +05:30
doctype feat: configurable amended document naming (#21414) 2023-06-20 21:37:08 +05:30
form_tour refactor: replace todo tour with user tour 2023-05-24 13:24:09 +05:30
page fix: Clear cache after role perm manager 2023-06-19 16:29:35 +05:30
report refactor: Workspace cleanup (#21100) 2023-05-26 14:42:31 +05:30
web_form fix: Edit Profile link is not redirecting correctly 2023-01-18 10:30:40 +05:30
workspace refactor: Workspace cleanup (#21100) 2023-05-26 14:42:31 +05:30
__init__.py chore: Update header: license.txt => LICENSE 2021-09-03 12:02:59 +05:30
notifications.py chore: Add typing 2022-08-12 12:53:24 +05:30
README.md rename Profile to User frappe/frappe#470 2014-03-11 16:14:47 +05:30
utils.py refactor: Replace html2text with markdownify 2022-07-06 08:23:14 +05:30

Core module contains the models required for the basic functioning of frappe including DocType, User (user), Role and others.