Order Date in default blueprint/setup #1046
Closed
Web10-Joris
started this conversation in
Feature Requests
Replies: 1 comment 5 replies
-
Both flat-file & database orders should already have an "Order Date" field in their blueprints. If you don't have one, add this field to your order blueprint: - handle: order_date
field:
mode: single
inline: false
full_width: false
columns: 1
rows: 1
time_enabled: false
time_seconds_enabled: false
type: date
display: 'Order Date'
icon: date
listable: true
instructions_position: above
visibility: read_only
replicator_preview: true
hide_display: false However, I've just realised there's a bug with it not returning any value when using database orders which I've just fixed in #1053 and will tag a release for shortly. |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Is it possible to include the order dates in the default setup? I already found this discussion #947 , but I think it would be helpful for everyone to have this field available in the blueprint by default, on both file-based & database orders. This way the order listing table can also be sorted on the order date, to see the most recent orders first. (This can also be sorted on order number if incrementing ofcourse, but I feel like date is more natural/stable in that case).
Beta Was this translation helpful? Give feedback.
All reactions