KrithiRamani
0e16fc03ad
Update requirements.txt
Added version no for pycups
Co-authored-by: Ankush Menat <ankushmenat@gmail.com>
3 år sedan
KrithiRamani
ad89c1fcd8
Update frappe/utils/print_format.py
As suggested, moved new args to the end for supporting non-kwarg function calls.
Co-authored-by: Ankush Menat <ankushmenat@gmail.com>
3 år sedan
Krithi Ramani
78a89fdb99
renamed argument to file_path. Added pycups to requirements.txt
3 år sedan
Krithi Ramani
2d018a8591
passed filename as argument
3 år sedan
Suraj Shetty
c322f4d065
Merge pull request #14295 from frappe/mergify/bp/develop/pr-14291
fix: set correct title in links table (backport #14291 )
3 år sedan
Suraj Shetty
a6a308acaa
Merge pull request #14270 from frappe/dependabot/npm_and_yarn/nth-check-2.0.1
3 år sedan
barredterra
37a1a15b87
fix: set correct title
(cherry picked from commit b35391d339
)
3 år sedan
Suraj Shetty
4790e23fbf
Merge pull request #14048 from shariquerik/set-property-after-alert-fix
3 år sedan
Suraj Shetty
c89b517136
Merge branch 'develop' into set-property-after-alert-fix
3 år sedan
Anupam
f10d2251e1
fix: sider issue
3 år sedan
Anupam
06667968ab
fix: error message
3 år sedan
Anupam
3f0df6946e
fix: error message
3 år sedan
Anupam
2bd2ee3655
fix: sider issues
3 år sedan
Anupam
cfe4dc41c0
review changes
3 år sedan
Anupam
be2abdbc56
fix: removing print statements
3 år sedan
Anupam
55bd04f91b
fix: sider issues
3 år sedan
Anupam
ec938c960e
feat: provision to add multiple network printers
3 år sedan
bhavesh95863
1c48bd81f5
fix: change field type data to small text
(cherry picked from commit a6b73541ff
)
3 år sedan
Leela vadlamudi
5378fe37f4
Merge pull request #14093 from leela/rename-rq-utils
fix: rq utiliy module conflicts with redis queue's rq package
3 år sedan
leela
cb696d2966
fix: rq utiliy module conflicts with redis queue's rq package
3 år sedan
Leela vadlamudi
dc49d4d45c
Merge pull request #14276 from leela/fix-precision
fix: use decimal digits precision 9 instead of 6 while creating schema
3 år sedan
leela
a76445bcf5
fix: use decimal digits precision 9 instead of 6 while creating schema
Currently we use DECIMAL(18, 6) datatype for float, currency and
percent. But in the system settings we provide a configuration to change the
precision up to 9 digits. This obviously does not work because we do not
store 9 digit precision in database. Fixed by changing the decimal
datatype scale.
3 år sedan
Leela vadlamudi
a0a62fdd7f
Merge pull request #14272 from leela/no-sync-option-for-pop
refactor: Show sync option only if mail protocol is imap
3 år sedan
gavin
fe34212a66
Merge pull request #14271 from gavindsouza/better-build-messages
refactor(minor): Built Assets Management
3 år sedan
Suraj Shetty
5bc3492618
Merge pull request #13036 from prssanna/form-tab-break
feat: Tab Break fieldtype
3 år sedan
leela
8e8750c6c6
refactor: Show sync option only if mail protocol is imap
3 år sedan
Suraj Shetty
6b2348e54d
fix: Handle tab keybord shortcut across tabs
3 år sedan
Gavin D'souza
d8020672b0
refactor(minor): Built Assets Management
3 år sedan
dependabot[bot]
4d1a49f4fe
chore(deps): bump nth-check from 2.0.0 to 2.0.1
Bumps [nth-check](https://github.com/fb55/nth-check ) from 2.0.0 to 2.0.1.
- [Release notes](https://github.com/fb55/nth-check/releases )
- [Commits](https://github.com/fb55/nth-check/compare/v2.0.0...v2.0.1 )
---
updated-dependencies:
- dependency-name: nth-check
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
3 år sedan
Suraj Shetty
059830abac
test: Add test cases for form tab break
3 år sedan
Leela vadlamudi
3f212fbc7a
Merge pull request #14087 from shadrak98/rate-limiting
feat: Introduce rate-limiting for web forms
3 år sedan
Leela vadlamudi
43b6f06199
Merge pull request #14262 from leela/fix-tag-permission-issue
fix: All all roles to create tags
3 år sedan
Sagar Vora
778ab5919c
fix: properly queue tasks in `frappe.model.trigger` ( #14260 )
3 år sedan
leela
e4ef3a40c5
fix: Only system manager is able to create tags
Currently creating tags for a document by any user other than system
manager throwing error. Fixed it by giving permissions to `ALL` role.
3 år sedan
Suraj Shetty
2f427a82c8
Merge branch 'develop' of https://github.com/frappe/frappe into form-tab-break
3 år sedan
Suraj Shetty
07adeac74d
fix Dashboard position and make card layout optional
3 år sedan
Suraj Shetty
713acd7b24
fix: Section wrapper
3 år sedan
Shariq Ansari
33aa4c2372
fix: Keep checkbox checked after updating checked rows ( #14110 )
Co-authored-by: Suraj Shetty <13928957+surajshetty3416@users.noreply.github.com>
3 år sedan
Suraj Shetty
9f92762def
Merge pull request #14173 from sumaiya2908/portal-pages-cleanup
refactor(UI): Reset password page
3 år sedan
gavin
1a4d27c917
Merge pull request #14159 from lukptr/custom-replica-db-port
feat: custom database port for read-only replica configuration
3 år sedan
Suraj Shetty
e2326fdbe9
Merge pull request #14247 from kennethsequeira/note-desc
fix: Update record linking description in Note
3 år sedan
Suraj Shetty
0bbfe54c74
Merge pull request #14253 from surajshetty3416/fix-workflow-action-email
fix(Workflow Action): Pass doc to attach_print to avoid "Not Found"
3 år sedan
Suraj Shetty
ec6f5a1aa8
Merge branch 'develop' into fix-workflow-action-email
3 år sedan
Suraj Shetty
1553ebdc99
fix: Link workflow document
3 år sedan
Suraj Shetty
62d97864f2
refactor: Remove commented code
3 år sedan
Suraj Shetty
20c9af556f
fix(Workflow Action): Pass doc to attach_print to avoid "Not Found"
- Printview used to go empty for new document due to "Not Found" error in printview because that new document has not been saved in the database while processing workflow action email.
3 år sedan
gavin
7d5c843ab3
Merge pull request #14243 from ankush/shift_tab_nav
fix: shift+tab keyboard navigation
3 år sedan
Kenneth Sequeira
1c693a84aa
fix: update record linking desciption in Note
3 år sedan
Ankush Menat
eafb8f6081
fix: reverse tab navigation
Reverse tab navigation seems to be broken from years, instead of going
back to previous field it jumps to primary button.
Root cause: when all fields are exhausted it's suppose to go to primary
button, however that's not the case for shift-tab.
3 år sedan
Suraj Shetty
8df6c2ef8d
Merge pull request #14241 from surajshetty3416/fix-grid-delete-all-2
3 år sedan