marinasundstrom / YourBrand

Prototype enterprise system for e-commerce and consulting services
77 stars 13 forks source link

Create Subscriptions from Order #8

Open marinasundstrom opened 5 months ago

marinasundstrom commented 5 months ago

It should be possible to generate a Subscription, and a series of Orders, from a Progenitor Order based on the Order Items that have Subscription Plans assigned.

Already started. The basic logic for generating subscriptions orders is partly in place.

The UI is partial.

marinasundstrom commented 4 months ago

Subscriptions are created from Subscription Plans. The parameters are being copied over to the Subscription. While the Subscription still keeps track of its original Plan.

When a Subscription Plan has been changed you can choose to update all Subscriptions based on that plan.

Once a Subscription has been touched/modified then the subscription should never stay in sync with the Subscription Plan. That enables special cases for customers.

marinasundstrom commented 4 months ago

Subscription Plans may be exclusive to a Product.