lsalluri / myfuel.ai

0 stars 0 forks source link

Inactive records showing - Product Variant #62

Open kpillamyfuelai opened 3 days ago

kpillamyfuelai commented 3 days ago
  1. Do not show inactive product categories and products in Product Variant screen dropdowns
  2. Effective Start and End Dates are Date only field, do not show time
  3. Effective Start Date - Default it to today for "Add" screen
  4. Effective End Date - not required field
  5. Variant Type - default it to "similar" for "Add" screen
kc-vamshi commented 3 days ago
  1. added is_active flag to get only active categories and products
  2. removed time field prop
  3. added today's date as default in add screen
  4. removed Effective End Date from mandatory fields
  5. picked "similar" as default variant type after fetching variant types in add screen.
Kumar090680 commented 9 hours ago

@kc-vamshi : All the listed changes are working as expected except below,

  1. While creating a new Product Variant, future date selection from Effective Start Date field is disabled but, working fine in Effective End Date
kc-vamshi commented 8 hours ago

enabled all dates in start date control when there is no end date.

Kumar090680 commented 8 hours ago

@kc-vamshi : Effective Start Date and Effective End Date fields are accepting past dates (older than current sys date). Please check

image

kc-vamshi commented 8 hours ago

disabled all dates behind today's date.