mergify[bot]
488d635dc9
chore: switched frankfurter domain from frankfurter.app to frankfurter.dev (backport #50734 ) ( #50740 )
...
Co-authored-by: diptanilsaha <diptanil@frappe.io >
2025-11-25 15:49:53 +05:30
diptanilsaha
c93fbf3982
fix: set default roles on role_profile during reinstallation
...
(cherry picked from commit 12c1b8a910 )
2025-10-13 06:38:40 +00:00
mergify[bot]
11eab0c852
Merge pull request #49946 from frappe/mergify/bp/version-15-hotfix/pr-49721
...
feat: add company links to Email Account and Communication (backport #49721 )
2025-10-07 17:01:37 +05:30
mergify[bot]
6511eb4c7c
refactor: track completed app setup wizards and re-run the setup wizard upon new app installation. (backport #47691 ) ( #48223 )
...
* refactor: track completed app setup wizards and re-run the setup wizard upon new app installation. (#47691 )
(cherry picked from commit 75b5ba6e67 )
# Conflicts:
# erpnext/hooks.py
# erpnext/setup/install.py
* chore: fix conflicts
* chore: fix conflicts
* chore: fix conflicts
* fix: permission issue
* fix: space
---------
Co-authored-by: rohitwaghchaure <rohitw1991@gmail.com >
2025-06-24 14:51:15 +05:30
Karuppasamy
cb58d05777
Merge pull request #47898 from aerele/pegged-currency
...
Pegged currency
(cherry picked from commit cec0ffad06 )
# Conflicts:
# erpnext/accounts/doctype/accounts_settings/accounts_settings.json
# erpnext/patches.txt
# erpnext/setup/install.py
2025-06-17 15:32:36 +05:30
Md Hussain Nagaria
2dfe13e183
chore: update links to Frappe School ( #46823 )
...
(cherry picked from commit ef4f662c31 )
# Conflicts:
# erpnext/accounts/workspace/accounting/accounting.json
# erpnext/buying/workspace/buying/buying.json
# erpnext/manufacturing/workspace/manufacturing/manufacturing.json
# erpnext/projects/workspace/projects/projects.json
# erpnext/selling/workspace/selling/selling.json
# erpnext/stock/workspace/stock/stock.json
2025-04-02 06:46:29 +00:00
mergify[bot]
1b00de1815
chore: erpnext.com -> frappe.io/erpnext (backport #46288 ) ( #46290 )
...
* chore: erpnext.com -> frappe.io/erpnext (#46288 )
(cherry picked from commit 41fe30ea6e )
# Conflicts:
# README.md
* Update README.md
---------
Co-authored-by: Ankush Menat <ankush@frappe.io >
2025-03-05 11:35:52 +05:30
Corentin Forler
d96cee8779
fix: Fix API endpoint for Frankfurter
...
(cherry picked from commit 33e72111c7 )
2024-10-02 09:11:47 +00:00
Akhil Narang
960ef14b7a
refactor(treewide): formatting and ruff fixes, + manually enabled F401
...
Signed-off-by: Akhil Narang <me@akhilnarang.dev >
2024-04-10 14:15:58 +05:30
mergify[bot]
9cb8d33923
fix(setup): avoid duplicate entry for Analytics role (backport #40183 ) ( #40185 )
...
fix(setup): avoid duplicate entry for Analytics role (#40183 )
(cherry picked from commit 29f91a7919 )
Co-authored-by: Rucha Mahabal <ruchamahabal2@gmail.com >
2024-02-29 11:09:24 +05:30
mergify[bot]
7f4d2b707a
refactor: Simpler log settings setup (backport #38449 ) ( #38451 )
...
refactor: Simpler log settings setup (#38449 )
Depends on https://github.com/frappe/frappe/pull/23507
(cherry picked from commit 1da9087cc4 )
Co-authored-by: Ankush Menat <ankush@frappe.io >
2023-11-30 13:30:15 +05:30
Ankush Menat
d2096cfdb7
fix: keep customer/supplier website role by default
2023-10-16 16:55:09 +05:30
Ankush Menat
a449a4be29
chore: Add frappe school links ( #35995 )
...
Frappe School provides plenty of free tutorial for learning ERPNext.
2023-07-04 14:58:45 +05:30
Ankush Menat
a3ea985348
refactor: Use db.set_single_value ( #35668 )
...
I just applied semgrep autofix. Untested completed, review before merging.
```yaml
- id: frappe-set-value-semantics
patterns:
- pattern-either:
- pattern: frappe.db.set_value($DOCTYPE, None, $...AFTER)
- pattern: frappe.db.set_value($DOCTYPE, $DOCTYPE, $...AFTER)
fix: frappe.db.set_single_value($DOCTYPE, $...AFTER)
message: |
If $DOCTYPE is a single doctype then using `frappe.db.set_value` is discouraged for setting values in DB. Use db.set_single_value for single doctype instead.
languages: [python]
severity: ERROR
```
2023-06-13 17:30:38 +05:30
Ankush Menat
1e8ee9354a
fix(DX): Check Frappe and ERPNext major versions ( #35651 )
2023-06-12 19:20:52 +05:30
Ankush Menat
0166f69b31
chore: extend default role profiles
2023-06-07 15:09:49 +05:30
Deepesh Garg
76197cc437
chore: Default role profiles ( #35584 )
2023-06-07 10:11:32 +05:30
Deepesh Garg
abc6fe0b06
refactor!: Remove custom cashflow report mapper ( #35523 )
...
* refactor: Remove custom cashflow mapper
* chore: patch to delete docs
* fix: Cleanup defaults during install
* fix: Remove custom cashflow mapper from consolidated financial statement
2023-06-02 17:48:59 +05:30
Nabin Hait
86f88817a9
fix: Added pos links in Selling workspace
2023-05-30 13:18:58 +05:30
Nabin Hait
243c49c550
refactor: Workspace cleanup
2023-05-30 13:17:59 +05:30
MohsinAli
dd93ea067e
fix: change discuss forum url ( #34891 )
...
[skip ci]
2023-04-17 17:00:52 +05:30
Deepesh Garg
be723bb9d4
chore: Update user manual link ( #34478 )
2023-03-17 15:39:33 +05:30
Rohit Waghchaure
5949a7ecff
fix: default clear repost logs
2022-12-01 23:35:21 +05:30
barredterra
ce83f02f24
feat: create Incoterm records after install
2022-11-17 22:17:19 +01:00
Sagar Vora
aafb735283
perf: use create_custom_fields ( #31853 )
...
* perf: use `create_custom_fields`
* fix: default must be a string
2022-08-18 21:01:20 +05:30
Rucha Mahabal
fbc1330ab0
chore: Remove HR/Payroll related setups and fixtures
...
- Fixtures moved to HRMS app
- 'HR' field in Terms and Conditions removed, added via HRMS setup
2022-06-17 16:34:13 +05:30
Ankush Menat
c3e1f0e369
refactor: ignore mandatory fields during setup
2022-04-11 13:19:17 +05:30
Ankush Menat
494bd9ef78
style: format code with black
2022-03-28 18:52:46 +05:30
Ankush Menat
9a99f993bc
refactor: merge print settings custom fields
2022-03-22 14:23:56 +05:30
Rucha Mahabal
6c1c85be0c
feat: additional doctypes access for ESS user ( #29317 )
2022-01-27 00:51:29 +05:30
Deepesh Garg
e2dab6f421
fix: Cleanup and fixes
2022-01-10 17:31:38 +05:30
Dany Robert
01e7076b65
Merge branch 'develop' into currency-exchange-settings
2021-11-06 09:59:00 +05:30
Ankush Menat
8fe5feb6a4
chore: remove all six compat code
2021-11-05 11:16:29 +05:30
Ankush Menat
6098e92ba9
chore: remove utf-8 compat code
2021-11-05 11:16:29 +05:30
rtdany10
227466c365
chore: clean up layout and code
2021-09-04 14:04:56 +05:30
Dany Robert
d56c8d44a6
Merge branch 'develop' into currency-exchange-settings
2021-09-03 18:47:12 +05:30
rtdany10
d8b8032de1
feat: init CES default values
2021-09-03 15:50:05 +05:30
Chillar Anand
915b34391c
chore: Clean up imports ( #27302 )
...
* chore: Added isort to pre-commit config
* chore: Sort imports with isort
* chore: Clean up imports with pycln
* chore: Sort imports with isort
* chore: Fix import issues
* chore: Clean up sider issues
* chore: Remove import errors from flake8 ignore list
* chore: Clean up lint issues
2021-09-02 16:44:59 +05:30
Ankush Menat
ff96bdf0c1
fix(ux): fix unstranslated text in msgprint/throw
2021-05-25 20:59:20 +05:30
Rohit Waghchaure
a8f78fabfd
fix: patch failing while migrating from v7 to v13
2021-04-13 18:51:21 +05:30
Rohit Waghchaure
610ccd4c03
fix: modified permission
2021-04-13 18:51:21 +05:30
Rohit Waghchaure
03635fb0c4
feat: ESS User
2021-04-13 18:51:21 +05:30
prssanna
194dd12882
fix: re-execute add_standard_navbar_items patch
...
- check that same items aren't appended again
2021-03-24 16:45:32 +05:30
Rushabh Mehta
45735b35c4
fix(minor): login: set as Login to ERPNext
2021-03-16 12:22:31 +05:30
Shivam Mishra
1323a9a990
feat: set app name for ERPNext in install and patch
2020-09-30 16:33:14 +05:30
Frappe ERPnext
f28bef868d
feat: Checkbox for activation of printing UOM after quantity
...
Checkbox will be added to Frappe after installation of ERPNext.
(Print Settings docType is part of frappe app, not erpnext app)
2020-09-02 21:42:52 +02:00
Deepesh Garg
1b760cb278
Merge branch 'develop' of https://github.com/frappe/erpnext into navbar_links
2020-08-21 12:36:21 +05:30
Saurabh
58d05ac0e0
fix: check setup complete flag insted setup page
2020-08-10 19:36:45 +05:30
Deepesh Garg
a306af8c08
fix: Add help link in navbar settings
2020-08-06 20:52:02 +05:30
Faris Ansari
70aa3c0b1f
fix: Remove explicit exception
...
Co-authored-by: gavin <gavin18d@gmail.com >
2020-07-10 16:13:21 +05:30