- Posts: 20
- Thank you received: 0
mass actions - order csv by date
- dineshbablkg
-
Topic Author
- Offline
Less
More
10 years 11 months ago - 10 years 11 months ago #217553
by dineshbablkg
mass actions - order csv by date was created by dineshbablkg
-- HikaShop version -- : 2.4.0
-- Joomla version -- : 3.3.6 Stable
-- PHP version -- : 5.4.40
using mass actions to export orders to a csv, this works
but what if we want to select a beginning and end date for the export
we can export daily, thats fine and works as long as someone is in the office everyday
but if the manager has 3 days off (for a weekend) then how does he get 3 days worth of orders and not just the last day
-- Joomla version -- : 3.3.6 Stable
-- PHP version -- : 5.4.40
using mass actions to export orders to a csv, this works
but what if we want to select a beginning and end date for the export
we can export daily, thats fine and works as long as someone is in the office everyday
but if the manager has 3 days off (for a weekend) then how does he get 3 days worth of orders and not just the last day
Last edit: 10 years 11 months ago by Jerome. Reason: merging duplicate posts
Please Log in or Create an account to join the conversation.
10 years 11 months ago #217599
by nicolas
Replied by nicolas on topic mass actions - order csv by date
Hi,
He can use "order columns" filters on the column "order_create" with the necessary operator and such text in the input field :
{time}-5000
where 5000 is the number of seconds offset you want from now for your filter condition.
He can use "order columns" filters on the column "order_create" with the necessary operator and such text in the input field :
{time}-5000
where 5000 is the number of seconds offset you want from now for your filter condition.
Please Log in or Create an account to join the conversation.
Time to create page: 0.132 seconds