KonaKart Community Forum

Installation / Configuration => Programming of KonaKart => Topic started by: pooja on May 31, 2015, 05:03:28 pm

Title: Adding filter for orders in admin portal
Post by: pooja on May 31, 2015, 05:03:28 pm
Hi,

   I am using community 7.4 version of konakart. First of all , congratulations to the Konakart team for this release.

  I  want to add a filter in the orders section in admin portal. Basically I need to filter orders based on their delivery dates as we let customers select their delivery dates. I need to either add a column as delivery date or add a filter above it.

    Is this doable? If yes, can anybody please share some guidelines.

Thank you in advance.
Title: Re: Adding filter for orders in admin portal
Post by: ming on June 03, 2015, 10:59:35 am
It's not possible to change the Admin Application like that;   You would need to add your own custom panels that worked exactly the way you require.

Title: Re: Adding filter for orders in admin portal
Post by: pooja on June 03, 2015, 10:31:51 pm
Thanks Ming for replying.

   Just wanted to know if I can write a JSP to achieve the same and if that can be integrated  in 'Custom' section in the admin portal . There are 10 custom panels whose URLs can be configured from the configuration section.
Title: Re: Adding filter for orders in admin portal
Post by: ming on June 09, 2015, 02:50:16 pm
Yes, that would be a good way to do it.   You are free to write whatever application you like in those Custom panels.

The role-based security in KonaKart can be used to control which users see which panels - including these Custom panels with your custom functionality.