Conversation
37748f4 to
32fdfe1
Compare
32fdfe1 to
f087ad5
Compare
f087ad5 to
720e1dc
Compare
Store model now has an enum for reverse_charge_status which let's user choose whether it is enabled, disabled or not validated.
Allows access to the reverse_charge_status attribute through existing store APIs.
02d297c to
6b9384f
Compare
Updated the store form for reverese_charge_status user can select the charge status from the dropdown for the store
6b9384f to
3351a85
Compare
This file contains hidden or 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
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.
Description:
This PR introduces the
reverse_charge_statusfunctionality to the Store model, allowing users to manage and select the reverse charge status for each store. The changes include:Store Model Update:
reverse_charge_statusto theStoremodel.enableddisablednot validatedAPI Support:
reverse_charge_status.Admin Form Update: