Page 21 of 24 FirstFirst ... 111920212223 ... LastLast
Results 201 to 210 of 237
  1. #201
    Join Date
    Apr 2013
    Location
    eglisau switzerland
    Posts
    567
    Plugin Contributions
    0

    Default Re: Monthly Sales and Tax Summary Report [support thread]

    Quote Originally Posted by dbltoe View Post
    You posted a problem. Admittedly after drByte fixed the other problem by realizing you were using the wrong admin.
    Then, you posted the "can't get a CSV" problem. It was great that you posted the code for the error.
    This (and one other) volunteer took the time to look up a solution. It was a very simple cut and paste of the problem into google that led us to a solution.
    You claimedI pointed out that the dropdown had a specific fix for your failure to get a CSV.
    In the time you've spent trying to avoid your host or the fix, it could have been done.
    Won't bother you again.
    Both the link you posted and the link by Haredo in the following post stated that these warnings continued after applying this fix.
    Code:
    <IfModule mod_fcgid.c>
    FcgidMaxRequestsPerProcess 500
    </IfModule>
    Consequently, I was reluctant to adopt your advice.

    In order to be collegiate, I decide to try your solution anyway.
    My supplier does not give me access to this configuration.

    I gave my supplier full details and asked them to make the change. I got the following reply
    no, this is a shared hosting system.
    We don't think this setting is the problem here.
    I do agree that Dr. Byte is a very competent resource.

  2. #202
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    12,475
    Plugin Contributions
    88

    Default Re: Monthly Sales and Tax Summary Report [support thread]

    I've just submitted v2.0.0 of the Monthly Sales and Tax Report for the Zen Cart moderators' review; I'll post back here when it's available for download (https://www.zen-cart.com/index.php?ma...oducts_id=1043).

    Many changes needed to support now-current PHP versions and strict MySQL installations!

    - Remove use of to-be-deprecated `strftime`.
    - Modify SQL queries to support strict MySQL installations; correcting fields missing from `GROUP BY`.
    - Correcting various PHP notices, deprecations and warnings.
    - Use Bootstrap modals for popup displays.

    Note: This report's GitHub repository is https://github.com/lat9/https://gith..._sales_and_tax

  3. #203
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    12,475
    Plugin Contributions
    88

    Default Re: Monthly Sales and Tax Summary Report [support thread]

    Quote Originally Posted by lat9 View Post
    I've just submitted v2.0.0 of the Monthly Sales and Tax Report for the Zen Cart moderators' review; I'll post back here when it's available for download (https://www.zen-cart.com/index.php?ma...oducts_id=1043).

    Many changes needed to support now-current PHP versions and strict MySQL installations!

    - Remove use of to-be-deprecated `strftime`.
    - Modify SQL queries to support strict MySQL installations; correcting fields missing from `GROUP BY`.
    - Correcting various PHP notices, deprecations and warnings.
    - Use Bootstrap modals for popup displays.

    Note: This report's GitHub repository is https://github.com/lat9/https://gith..._sales_and_tax
    Now available for download.

  4. #204
    Join Date
    Mar 2006
    Location
    Auckland, New Zealand
    Posts
    234
    Plugin Contributions
    0

    Default Re: Monthly Sales and Tax Summary Report [support thread]

    Quote Originally Posted by lat9 View Post
    Now available for download.
    Okay I'm feeling dumb this morning... downloaded and uploaded, tried to run the script file in tools and got an error, and when I load it directly into file manager it doesn't work either.

    It's been a while since I've done one of these so what step am I missing when activating the js file?
    Elemi

    The Art of Bespoke Aromatherapy
    www.AmorAromatherapy.co.nz

  5. #205
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    12,475
    Plugin Contributions
    88

    Default Re: Monthly Sales and Tax Summary Report [support thread]

    Quote Originally Posted by Elemi View Post
    Okay I'm feeling dumb this morning... downloaded and uploaded, tried to run the script file in tools and got an error, and when I load it directly into file manager it doesn't work either.

    It's been a while since I've done one of these so what step am I missing when activating the js file?
    That script file (.js) is a jQuery file used by the report; it's not a SQL script. The installation's handled by the report's initialization file.

  6. #206
    Join Date
    Mar 2006
    Location
    Auckland, New Zealand
    Posts
    234
    Plugin Contributions
    0

    Default Re: Monthly Sales and Tax Summary Report [support thread]

    Quote Originally Posted by lat9 View Post
    That script file (.js) is a jQuery file used by the report; it's not a SQL script. The installation's handled by the report's initialization file.
    That's what I thought it should be... it doesn't appear to be working in that case... I'm getting an HTP Error 500 when I click on it in reports. Could I have something interfering with it even though no core files have changed?
    Elemi

    The Art of Bespoke Aromatherapy
    www.AmorAromatherapy.co.nz

  7. #207
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    12,475
    Plugin Contributions
    88

    Default Re: Monthly Sales and Tax Summary Report [support thread]

    Quote Originally Posted by Elemi View Post
    That's what I thought it should be... it doesn't appear to be working in that case... I'm getting an HTP Error 500 when I click on it in reports. Could I have something interfering with it even though no core files have changed?
    HTTP 500 error => Check your /logs sub-directory (or view using the Display Logs plugin) to find the debug-log that caused that error return.

  8. #208
    Join Date
    Jan 2007
    Location
    Illinois, USA
    Posts
    312
    Plugin Contributions
    0

    Default Re: Monthly Sales and Tax Summary Report [support thread]

    Quote Originally Posted by lat9 View Post
    HTTP 500 error => Check your /logs sub-directory (or view using the Display Logs plugin) to find the debug-log that caused that error return.
    I downloaded the plugin and it appears the file includes/classes/MonthlySalesAndTax.php is missing from the download.
    Last edited by Carbonless; 28 Dec 2021 at 10:39 PM.
    NTO: building a better network thru collaboration
    www.needtoorder.com | www.coffeewitheinstein.com

  9. #209
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    12,475
    Plugin Contributions
    88

    Default Re: Monthly Sales and Tax Summary Report [support thread]

    Quote Originally Posted by Carbonless View Post
    I downloaded the plugin and it appears the file includes/classes/MonthlySalesAndTax.php is missing from the download.
    Well ; let me get a point-release going. Thanks for the update.

  10. #210
    Join Date
    Jan 2007
    Location
    Illinois, USA
    Posts
    312
    Plugin Contributions
    0

    Default Re: Monthly Sales and Tax Summary Report [support thread]

    The missing file IS available on the git repository... stats_monthly_sales.php
    NTO: building a better network thru collaboration
    www.needtoorder.com | www.coffeewitheinstein.com

 

 
Page 21 of 24 FirstFirst ... 111920212223 ... LastLast

Similar Threads

  1. Local Sales Tax Mod - Support Thread
    By LadyHLG in forum Currencies & Sales Taxes, VAT, GST, etc.
    Replies: 634
    Last Post: 8 Dec 2023, 06:59 PM
  2. v151 codeTrio Sales Summary Graph v1.0 [Support Thread]
    By imranulh in forum All Other Contributions/Addons
    Replies: 15
    Last Post: 25 Jul 2020, 04:00 AM
  3. v151 Sales Report with Graphs support thread
    By JacobBushnell in forum Addon Admin Tools
    Replies: 17
    Last Post: 25 Jul 2019, 02:27 PM
  4. Monthly Sales Report
    By Bruce1952 in forum General Questions
    Replies: 3
    Last Post: 10 Aug 2010, 01:06 PM
  5. Sales Tax Summary Report
    By fred_artemis in forum All Other Contributions/Addons
    Replies: 0
    Last Post: 25 Mar 2008, 02:54 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR