Deepesh Garg
ebd2bd791c
chore: fix semantic release config
2022-06-02 12:06:37 +05:30
Deepesh Garg
be3aaf715c
Merge pull request #17051 from deepeshgarg007/sematic_release_v14_beta
...
chore: Semantic releases for version-14 beta
2022-06-01 15:48:28 +05:30
Deepesh Garg
77e01ddb63
chore: Semantic releases for version-14 beta
2022-06-01 14:33:27 +05:30
Suraj Shetty
4c74160184
Merge pull request #16981 from alyf-de/delete-user-permissions
2022-06-01 14:11:39 +05:30
Suraj Shetty
dc7ffe2916
Merge pull request #16976 from shariquerik/prioritize-custom-roles
2022-06-01 13:53:54 +05:30
Vladislav
c1c3eb0b7c
fix: update russian translation ( #17041 )
2022-06-01 13:39:48 +05:30
HarryPaulo
900f829d83
fix: translate email body for 2FA ( #17045 )
2022-06-01 12:02:23 +05:30
Ankush Menat
f8f29e284f
perf: store compact JSON in version diffs ( #17042 )
2022-05-31 22:40:07 +05:30
Ankush Menat
462aa20386
fix: naming using doc fields ( #17040 )
2022-05-31 19:55:34 +05:30
Deepesh Garg
1c3a1e782d
Merge pull request #17038 from deepeshgarg007/semantic_release_beta
...
chore: Enable semantic release for version-14-beta branch
2022-05-31 19:12:55 +05:30
Deepesh Garg
ef35653832
chore: Enable semantic release for version-14-beta branch
2022-05-31 18:32:06 +05:30
Ankush Menat
c75199146b
Merge pull request #17027 from ankush/naming_series_settings
...
feat: Document Naming Settings
2022-05-31 15:33:43 +05:30
Suraj Shetty
ad77da96fd
Merge pull request #17032 from pateljannat/razorpay-checkout-currency
2022-05-31 14:55:04 +05:30
Ankush Menat
890f5dd597
fix: misc client side errors ( #17018 )
...
* fix: group by button color consistency with filter
* fix: return promise from HTML.set_value
* fix: only call set_input if control supports input
2022-05-31 14:49:12 +05:30
Ankush Menat
45604a7f3f
refactor: move all naming series related logic
2022-05-31 14:48:14 +05:30
gavin
8212aefdf3
Merge pull request #17024 from gavindsouza/misc-fixes-9
...
fix: Update modified timestamp on Notification Settings (only when needed)
2022-05-31 14:39:53 +05:30
Tom-Finke
eaef59e361
Fix: Delete Share in Frontend when read is de-selected ( #17020 )
2022-05-31 14:21:51 +05:30
Jannat Patel
636f901fc8
Merge branch 'razorpay-checkout-currency' of https://github.com/pateljannat/frappe into razorpay-checkout-currency
2022-05-31 14:16:22 +05:30
Jannat Patel
7fa451333a
fix: formatting
2022-05-31 14:16:16 +05:30
HENRY Florian
1826c9e9af
fix: translation context for print format align values ( #17026 )
2022-05-31 14:15:21 +05:30
Jannat Patel
43c75f0033
Merge branch 'develop' into razorpay-checkout-currency
2022-05-31 14:07:14 +05:30
Ankush Menat
6e47db7c1d
feat: keep version log of counter changes
2022-05-31 13:35:56 +05:30
Ankush Menat
b04e4cfecc
feat: update series counter for non-meta naming series
...
Previously only naming serieses that were part of meta could be updated.
This change permits updating and prefix that exists in DB and also
evalautes templates on the fly before sending to users.
2022-05-31 13:35:53 +05:30
Ankush Menat
7739da536d
test: add missing tests
2022-05-31 12:59:58 +05:30
Ankush Menat
b7a032e7e8
refactor: generate naming series preview without DB calls
2022-05-31 12:59:49 +05:30
Jannat Patel
fdff13cb29
fix: pass currency to razorpay checkout
2022-05-31 12:51:02 +05:30
Ankush Menat
5590cb0be8
feat: NamingSeries class
...
Single class to group together everything required related to naming
series
2022-05-31 11:53:58 +05:30
Ankush Menat
6930822a20
refactor: simplify _get_prefixes
2022-05-31 11:53:58 +05:30
Ankush Menat
ae678cca78
refactor: simplify duplicate naming series check
2022-05-31 11:53:58 +05:30
Ankush Menat
5c35aae876
fix: accurate prefix parsing
...
Previous version of prefix parsing relied on partial reimplemntation of
naming series logic which was outdated and often incorrect.
2022-05-31 11:53:58 +05:30
Ankush Menat
952a59a048
fix: freeze dom while updating series
2022-05-31 11:53:58 +05:30
Ankush Menat
efd0832235
refactor: property setters for setting naming series
2022-05-31 11:53:58 +05:30
Ankush Menat
ebcb568e9d
test: making naming tests re-runnable
...
These were modifying TODO schema ._. WAD
2022-05-31 11:53:58 +05:30
Ankush Menat
15dbcacd56
refactor: split transaction and prefix functions
...
refactor: fetching transaction list
refactor: get default naming series
refactor: simplify naming series option scrubbing
fix: remove dead code related to insert series
This code is dead in many ways
- Creates map but it's never evaluated, so it doesn't actually run :D
- Just randomly splits naming series parts to create prefix... makes no
sense.
fix: deduplicate prefix list
2022-05-31 11:53:40 +05:30
Ankush Menat
0fca966a8f
refactor: rename preview field
...
`preview` is very common and might conflict with other settings in
future
2022-05-31 11:53:34 +05:30
Ankush Menat
28721be875
fix(UX): auto complete for selecting transaction
...
Giant select fields are bad for UX, many users dont know they can type
prefix to select value which leads to slow "visual search"
2022-05-31 11:52:55 +05:30
Ankush Menat
c75cfcc659
fix(UX): tab layout + misc
...
- Use tab layout
- Use second column for instructions / help
- Avoid huge content slides while selecting transactions
2022-05-31 11:52:23 +05:30
Ankush Menat
b0a7c47de7
fix(UX): dont query options for doctype that dont exist
2022-05-30 21:01:51 +05:30
Ankush Menat
22f2c78400
refactor: use sane-r fieldnames
2022-05-30 21:01:51 +05:30
Ankush Menat
4c691d5da3
chore: Naming Series -> Document Naming Settings
...
Migrate old code and format JS code
2022-05-30 21:01:51 +05:30
Ankush Menat
75b7a823a9
Merge pull request #17009 from ankush/delete_doctype_changes
...
fix!: dont delete customizations when doctypes are deleted
2022-05-30 21:00:50 +05:30
gavin
6031339f89
Merge pull request #17006 from gavindsouza/splash-image-website-settings
...
feat(website-settings): Configurable Splash Image
2022-05-30 20:30:23 +05:30
Gavin D'souza
9bc85402f6
fix: Add splash_image to context if exists
2022-05-30 18:56:17 +05:30
Ankush Menat
6d2be5e2c3
Merge pull request #17023 from ankush/pypika_bump
...
chore: bump pypika
2022-05-30 17:57:48 +05:30
Gavin D'souza
3c7dd75047
fix: Update Notification Settings via doc.save
...
toggle_notifications is called via User doc. Changes made through
another doc should leave some trace. Using doc.save in order to maintain
versions.
2022-05-30 17:28:12 +05:30
Ankush Menat
dcff9a5d75
chore: bump pypika
...
functions.Replace is used but it's only available in latest version
2022-05-30 17:20:53 +05:30
Gavin D'souza
1df1bc5232
fix: Don't update modified time on set_notifications_as_unseen
2022-05-30 17:15:44 +05:30
Suraj Shetty
ed72fc5a0e
Merge pull request #17003 from netchampfaris/db-query-child-table-syntax-sugar
2022-05-30 12:21:35 +05:30
gavin
86f4746399
Merge pull request #17016 from ankush/nargs
...
fix: identify varkw in get_newargs
2022-05-30 12:19:03 +05:30
Faris Ansari
87ec6d4fb9
fix: initialize link_tables in constructor
2022-05-30 10:50:16 +05:30