-
Notifications
You must be signed in to change notification settings - Fork 7.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix(accounting-dimension): validate accounting dimension company in journal entry and stock entry #45922
Closed
Bhavan23
wants to merge
82
commits into
frappe:develop
from
aerele:import-accounting-dimention-validation
Closed
fix(accounting-dimension): validate accounting dimension company in journal entry and stock entry #45922
Bhavan23
wants to merge
82
commits into
frappe:develop
from
aerele:import-accounting-dimention-validation
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…ournal entry and stock entry
* fix: Swedish translations * fix: Turkish translations * fix: Persian translations * fix: Bosnian translations * fix: Spanish translations * fix: Swedish translations * fix: Turkish translations * fix: Persian translations * fix: Bosnian translations * fix: Swedish translations * fix: Turkish translations * fix: Chinese Simplified translations * fix: Persian translations * fix: Bosnian translations
fix: restrict duplicate pos fields in pos settings
* fix: pos accounting dimension fieldname error * fix: method to get enabled accounting dimensions * fix: fetch enabled accounting dimensions * fix: clear flags for accounting_dimensions_details on_update * refactor: validation for doctype * fix: using get_checks_for_pl_and_bs_accounts for accounting dimensions
* fix: disable partial payment in pos * test: disable partial payment * test: removed print statement * test: using save method to auto calculate paid_amount * test: paid_amount calculation using save method * test: added save method to calculate paid_amount * test: outstanding amount * test: added test for partial payments in pos invoice * fix: custom validation error for partial payment * test: using partial payment validation * fix: validate only on submit
* fix: pos return validation for zero qty item * fix: pos return invoice onload ui * feat: added item qty returned in pos ui * refactor: removed console log statement * feat: check return can be made before loading it on pos * fix: pos edit invoice onload ui * fix: returned * refactor: code cleanup
* fix: auto create asset due to message error * fix: linters
* fix: change erpnext logo and home workpsace icon * fix: actually change home workspace icon * fix: typo in hooks.py
* fix: Swedish translations * fix: Bosnian translations * fix: Bosnian translations * fix: French translations * fix: Spanish translations * fix: Arabic translations * fix: Hungarian translations * fix: Polish translations * fix: Russian translations * fix: Swedish translations * fix: Turkish translations * fix: Chinese Simplified translations * fix: Persian translations * fix: Bosnian translations * fix: German translations * fix: Esperanto translations
Signed-off-by: Akhil Narang <me@akhilnarang.dev>
Co-authored-by: barredterra <14891507+barredterra@users.noreply.github.com>
* fix: Persian translations * fix: Bosnian translations * fix: Turkish translations * fix: Persian translations * fix: Bosnian translations
* fix: Spanish translations * fix: Swedish translations * fix: Bosnian translations * fix: Persian translations * fix: Bosnian translations
Because of the way this change was pushed in parts, some sites don't see this as "update" and don't have the new indexes.
…fore fetching the timesheet
…ion rules based on company
…ion rules based on company
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Issue: Journal Entry and Stock Entry not validating accounting dimension company
ref: 31652
Before
1.issue.webm
After
2.fix.webm
Backport Needed: v15 & v14