Page 2 of 3
Re: [RELEASED] Admin Enhancement Suite
Posted: Fri Oct 19, 2012 10:36 pm
by rph
I've kept all my mods updated so far. There are a few that have gone through several big revisions of OpenCart. I do reserve the right to discontinue a mod for future versions of OC should changes require a major rewrite but that hasn't happened yet.
Re: [RELEASED] Admin Enhancement Suite
Posted: Tue Dec 04, 2012 5:12 pm
by jorobado32
Hello,
If possible, yo fix whit don,t show the inactive products in admin?
That will be good for me, because I have a lot products inactive
Re: [RELEASED] Admin Enhancement Suite
Posted: Tue Dec 04, 2012 11:39 pm
by rph
I'm not sure what you're asking. You can already have OpenCart show only enabled products.
Re: [RELEASED] Admin Enhancement Suite
Posted: Wed Dec 05, 2012 5:18 am
by jorobado32
Yes, I will like that
Re: [RELEASED] Admin Enhancement Suite
Posted: Wed Dec 05, 2012 5:24 am
by jorobado32
Yes I want can already have OpenCart show only enabled products.
Re: [RELEASED] Admin Enhancement Suite
Posted: Wed Dec 05, 2012 5:45 pm
by rph
OpenCart already does this.
Re: [RELEASED] Admin Enhancement Suite
Posted: Fri Dec 07, 2012 4:03 pm
by jorobado32
Hi rph, I know that have opencart, but when I modify any item, but it show in associated products, and I think don,t show it would bw good
Re: [RELEASED] Admin Enhancement Suite
Posted: Fri Dec 07, 2012 4:08 pm
by rph
I don't understand.
Re: [RELEASED] Admin Enhancement Suite
Posted: Sun Dec 23, 2012 12:19 am
by labeshops
Some very nice enhancements.
One odd thing I've noticed (before and after your mod), is that the sales report by days is screwy.... See screenshot. Cannot figure out how it figures out these are "by days"

? Any idea how to fix this so I really can see them by days?
Only thing I can think of is changing to US dates is fouling with it somehow????
If I manually put in the same date for start/end, it reports the sales correctly (minus the statuses I don't want to include which was actually why I got your mod

), but defeats the purpose of having a report if I have to do that for every single day

Re: [RELEASED] Admin Enhancement Suite
Posted: Sun Dec 23, 2012 2:05 am
by labeshops
One more thing - how about adding a product sort by date in the options? So I can put the most recently added products at the top (which are usually the ones I need to edit lol).
Re: [RELEASED] Admin Enhancement Suite
Posted: Tue Dec 25, 2012 10:54 pm
by rph
I've made a sort by modified date for products for another client. I'll consider adding it to AES but at this point I'm so busy any new features are likely several months away. If you're having issues with reports post it in the OpenCart bugs thread.
Re: [RELEASED] Admin Enhancement Suite
Posted: Tue Dec 25, 2012 11:12 pm
by labeshops
Well, I figured out if I put in starting and ending dates, then group by days, the dates are correct. BUT your filter doesn't work properly - 3 test orders I marked "on hold" were included in a count even though I excluded that status in your filter settings.
Re: [RELEASED] Admin Enhancement Suite
Posted: Tue Dec 25, 2012 11:17 pm
by ase618
labeshops wrote:One more thing - how about adding a product sort by date in the options? So I can put the most recently added products at the top (which are usually the ones I need to edit lol).
Good idea and very true!
Re: [RELEASED] Admin Enhancement Suite
Posted: Tue Dec 25, 2012 11:21 pm
by rph
labeshops wrote:Well, I figured out if I put in starting and ending dates, then group by days, the dates are correct. BUT your filter doesn't work properly
It isn't applied there because there's already status filtering in reports.
Re: [RELEASED] Admin Enhancement Suite
Posted: Wed Dec 26, 2012 12:03 am
by labeshops
right but only lets you select one status and I have several that should count as sales. The entire reason I bought your mod was because I thought it applied your filter to all reports so they would be correct, but now you are saying it doesn't apply it to the sales report?
Re: [RELEASED] Admin Enhancement Suite
Posted: Wed Dec 26, 2012 1:12 am
by rph
I'd have to go back and look through the code which is not going to happen today because it's Christmas.
Re: [RELEASED] Admin Enhancement Suite
Posted: Sat Dec 29, 2012 1:58 am
by rph
I haven't thoroughly tested this but the following code added to the vqmod script should expand ignored statuses to reports.
Code: Select all
<file name="admin/model/report/sale.php">
<operation error="log">
<search position="replace" regex="true"><![CDATA[~" ((WHERE)|(AND)) (o\.)*order_status_id > '0'"~]]></search>
<add><![CDATA[" $1 $4order_status_id NOT IN (0," . $this->db->escape(implode(',', $this->config->get('aes_sales_status_exclude'))) . ")"]]></add>
</operation>
</file>
Re: [RELEASED] Admin Enhancement Suite
Posted: Fri Feb 15, 2013 6:22 am
by rph
I've just uploaded the beta for
Admin Enhancement Suite v1.3.0. Along with being ported to 1.5.5.x there are a lot of great new features including:
- Order List - Order Total ranges filtering, e.g. "75-150" for order totals between $75 and $150
- Order List - Company sorting/filtering
- Order List - Email sorting/filtering
- Product List - Category filtering (optional)
- Product List - Date Added sorting/filtering (optional)
- Product List - Date Modified sorting/filtering (optional)
- Product List - Price ranges filtering; separate values with a dash, e.g. "10-50" for regular prices between $10 and $50
- Product List - Quantity ranges filtering; separate values with a dash, e.g. "100-200" for products with quantities between 100 and 200
- Latest Orders - Number of orders customer placed
- Latest Orders - Company name
- SEO Keyword duplication checking can now be optionally disabled for compatibility with third-party SEO mods
- Two new sizes for Image Manager optimized for widescreen monitors
- Model search in product autocomplete (optional)
- Verbose errors in category, information, and product forms
- Order status exclusions extended to reports
- Improved language fallback
- Ported to vQmod 2.3.0 (required)
vQmod 2.3.0 is
required for this version. Also, if you're using OpenCart 1.5.5.x you'll need to upload the full version of CKEditor which is included in the AES download. I consider this release stable but I haven't had a chance to fully test it across every OpenCart version so I'm doing an initial release as beta. If any errors occur let me know.
Once AES v1.3.0 leaves beta I'll be increasing the price. The current price is a great bargain for a mod that touches every corner of Administration and dramatically increases its productivity.
Re: [RELEASED] Admin Enhancement Suite
Posted: Sun May 26, 2013 1:35 pm
by fma1955
Hello from Australia,
Could you please tell me where I might get an answer for this:
I have installed vqmod, vqmod Manager in my OpenCart program with no problems, all seems to be working OK. BUT (as there always is) when I add "Admin Enhancement Suite" I get the error "
---------- Date: 2013-05-26 15:27:57 ~ IP : 122.148.224.250 ----------
REQUEST URI : /upload/admin/index.php?route=common/home/chart&token=fd0d706cf4d39d72bb245584eb1b3b20&range=day
MOD DETAILS:
modFile : /smhhome/a-web/a1/1d/flowbenchoz.com/public/vividlaser/upload/vqmod/xml/admin_enhancement_suite.xml
id : Admin Enhancement Suite
version : 1.2.2
vqmver : 2.1.5
author : Ryan (rph) - OpenCartHelp.com
SEARCH NOT FOUND (ABORTING MOD): order_status_id > '0'
I have unloaded it and reloaded but I still get the same error. I don't mean to bother you and I suppose the fix is probably quite simple (like me).
Kind Regards
Warren Eames

Re: [RELEASED] Admin Enhancement Suite
Posted: Sun May 26, 2013 3:06 pm
by rph
Use AES 1.3.0.