Skip to content

Store reverse charge status#10

Merged
JustShah merged 3 commits intomainfrom
store-reverse-charge-status
Apr 28, 2025
Merged

Store reverse charge status#10
JustShah merged 3 commits intomainfrom
store-reverse-charge-status

Conversation

@JustShah
Copy link
Collaborator

Description:
This PR introduces the reverse_charge_status functionality to the Store model, allowing users to manage and select the reverse charge status for each store. The changes include:

  1. Store Model Update:

    • Introduced a new enum reverse_charge_status to the Store model.
    • This enum allows the store's reverse charge status to be set to one of the following values:
      • enabled
      • disabled
      • not validated
  2. API Support:

    • API endpoints for store management have been updated to support the newly added reverse_charge_status.
    • The attribute can now be accessed and modified through existing store APIs.
  3. Admin Form Update:

    • The store admin form has been updated to include a dropdown for selecting the reverse charge status.
    • Users can now easily select the desired charge status when managing a store.

New-Store-Stores-02-14-2025_06_53_PM

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.
@JustShah JustShah force-pushed the store-reverse-charge-status branch 2 times, most recently from 02d297c to 6b9384f Compare March 21, 2025 09:54
Updated the store form for reverese_charge_status
user can select the charge status from the dropdown for the store
@JustShah JustShah force-pushed the store-reverse-charge-status branch from 6b9384f to 3351a85 Compare March 21, 2025 09:57
@JustShah JustShah merged commit 92431a9 into main Apr 28, 2025
19 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant