-
Notifications
You must be signed in to change notification settings - Fork 0
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
Order attributes [FEATURE] #165
Comments
Attributes for the above example would look like this: {
"RESHIP-STANDARD",
"TURLOCK",
"EXPRESS",
"Med-Cooler",
"1DAY"
} |
Example:
In this case, when I edit Order B, I "don't know" about existing Attr C for Order A? But, in the meanwhile, using the filters, Order A and Order B will be shown together?
|
Great questions. Yes leave notes and order notes alone for now. Attributes are unique even though they will be common amongst orders. For example, changing RESHIP to RESHIP1 will not change the attribute on any other order. |
@cgsmith Ok, thanks. |
A new column on the index would be useful. I'm imagining using Bootstrap Labels for the tags to display and the input box. Something similar to this for the input box: https://stackoverflow.com/a/14083331 |
@cgsmith Ok, I also was thinking about Labels ) |
Is your feature request related to a problem? Please describe.
We currently have Order Notes and Notes. One is tied to the order and another to the customer. More often we are using these fields to make logic choices on but it is not ideal.
Describe the solution you'd like
I would like to be able to add order attributes to the order table. This column would be a JSON column which would allow the user to enter in custom attributes on orders. We can then use this data to filter orders.
Describe alternatives you've considered
I think it would be fine to have the JSON column just on the order table. Not sure if we need it to have a separate table.
The text was updated successfully, but these errors were encountered: