opensourcepos / opensourcepos

Open Source Point of Sale is a web based point of sale application written in PHP using CodeIgniter framework. It uses MySQL as the data back end and has a Bootstrap 3 based user interface.

Home Page:http://www.opensourcepos.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Report Export Date and Time

SidSkiba opened this issue · comments

commented

Type of Feature

✨ New Feature

OpensourcePOS Version

opensourcepos 3.3.9

Description

When exporting a report file to say excel it would be nice if the file name would have a date and time identifier. They are all called the same thing at present.

Additional Information

No response

Verify you searched open requests in OpensourcePOS

  • I agree I have searched Open Requests
commented

After some digging I found that Chrome has an extension called Timestampeder that does this perfectly for my case. Would still be nice to have OSPOS do it as the extension above does it for all downloads.

nice thanks for sharing the extension, I guess you have to change some bootstrap settings for the export button

I don't think this should be too hard to do this. It might need a bit of javascript in the filename generation

Hi as I touched this part of the code yesterday, I spent 10 more minutes to implement this feature request, especially for you @SidSkiba .

will apply this, thanks @jekkos

commented

Thank you guys for the amazing work. I look forward to release 3.40.