Daily Sales Report
  • msteidleymsteidley February 2010

    SimpleInvoices works great for most of my clients. I've been recommending it to all the small shops who are beyond spreadsheet invoices but not needing a quickbooks-like product. One of them needs a daily sales report. Would there be a way to add this? I can do some php coding if necessary.

  • bmcgonagbmcgonag February 2010

    That would be a grat addition I think.

    Lot's of shops use such things. I would think more like a cash register type program. I guess SI could be modified to behave as such.

  • justinjustin February 2010

    hey guys

    re creating a report
    - refer ./modules/reports and ./templates/defaults/reports for all our reports code - it uses phpreports.sf.net

    note: our new reports you can choose a date-range etc.. - once 2010.2 is released you can check out the code and copy

    cheers

    justin

    SmarterInvoices.com :: Simple Invoices hosting | Kelly.org.au :: Simple Invoices custom development | justin.kelly.org.au
  • beipinkbeipink December 2010

    I noticed this post only recently,
    I'm very pleased to see that there is a "statement of invoice" feature ready out of the box. it would be good to have the possibility to show all invoices given a specific supplier.
    I have added the below line to /templates/defaults/statement/index.php (at about line 40 just under <select name="customer_id">)
    as a quick fix to show all invoices for a specific supplier.
    I hope this does not introduce any flaw to the system
    <option value=""> all customers </option>

    ----------------------
    another small change i have done is to add a link to the invoices
    basically changed at about line 202 the below 2 lines
    {$invoices[invoice].preference|htmlsafe}
    {$invoices[invoice].index_id|htmlsafe}

    to this
    <a href="./index.php?module=invoices&view=quick_view&id={$invoices[invoice].index_id|htmlsafe}">
    {$invoices[invoice].preference|htmlsafe}
    {$invoices[invoice].index_id|htmlsafe}</a>

    at the moment all seems to work ok however it's not very practical to go back to the report screen from the invoice. The go back button is needed!

    this code at the end of the page /templates/defaults/invoices/quick_view.php
    should solve the problem in part
    <FORM> <INPUT TYPE="button" VALUE=" Go Back" onClick="history.go(-1);return true;"> </FORM>

Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

Sign In Apply for Membership

Categories