seitime-frappe/frappe/model
Daniel Gerhardt 16dca0b1c1 feat: add consecutive calendar week (WW) for naming series
The calendar week is based on ISO 8601 but behaves slightly different
for the first and last days of a year to ensure consecutiveness:

* If the first days of a year would be in week 53 then 00 is used
  instead.
* if the last days of a year would be in week 01 then 53 is used
  instead.

Closes #14413
2021-11-18 17:52:36 +01:00
..
utils chore: Update header: license.txt => LICENSE 2021-09-03 12:02:59 +05:30
__init__.py Merge branch 'develop' of https://github.com/frappe/frappe into form-tab-break 2021-09-04 15:37:58 +05:30
base_document.py revert: "feat(minor): Implement __getitem__ in Base Document" (backport #14945) (#14946) 2021-11-11 12:13:52 +05:30
create_new.py chore: Update header: license.txt => LICENSE 2021-09-03 12:02:59 +05:30
db_query.py fix: If column comparision is done, dont check for ifnull/coalesce 2021-10-29 14:19:28 +05:30
delete_doc.py chore: Update header: license.txt => LICENSE 2021-09-03 12:02:59 +05:30
docfield.py chore: Update header: license.txt => LICENSE 2021-09-03 12:02:59 +05:30
document.py chore: Update header: license.txt => LICENSE 2021-09-03 12:02:59 +05:30
dynamic_links.py chore: Update header: license.txt => LICENSE 2021-09-03 12:02:59 +05:30
mapper.py chore: Update header: license.txt => LICENSE 2021-09-03 12:02:59 +05:30
meta.py fix: Table view for bench trim-tables 2021-09-14 21:53:02 +05:30
naming.py feat: add consecutive calendar week (WW) for naming series 2021-11-18 17:52:36 +01:00
rename_doc.py refactor: converted queries in rename doc 2021-11-09 10:19:54 +05:30
sync.py docs: add docstring for import_file_by_path 2021-10-12 17:15:12 +05:30
workflow.py chore: Update header: license.txt => LICENSE 2021-09-03 12:02:59 +05:30