RRowley

Forum Replies Created

Viewing 15 posts - 256 through 270 (of 327 total)
  • Author
    Posts
  • in reply to: Dutch translation #850
    RRowley
    Participant

    Great. I’ll get it in the library once you post it. I don’t know the language, so can’t verify what you do. Hope that doesn’t get me in dutch! 🙂

    in reply to: Float Right ? #844
    RRowley
    Participant

    Can you include a picture of what you get and explanation of what you want to see?

    in reply to: Float Right ? #841
    RRowley
    Participant

    I use a style statement with text-align:right;padding-right

    • This reply was modified 4 years, 9 months ago by RRowley.
    in reply to: Unable to create public/data.json file #833
    RRowley
    Participant

    Note sure where you are going to download the zip file. Try this link:

    https://github.com/fearless359/simpleinvoices.git

    Click on the “Branch: master” button and select “master_2019.2” version, and then click on “Clone or download” button and select the “Download ZIP” option.

    • This reply was modified 4 years, 10 months ago by RRowley.
    in reply to: Unable to create public/data.json file #830
    RRowley
    Participant

    You need to give more information. What did you do that gave you page not found? Is there any information in the error log? Information that would point to what the issue is.

    in reply to: Unable to create public/data.json file #828
    RRowley
    Participant

    I just upload changes to fix the setting of the unit price when the invoice item product changes. Also fixed issues when adding new lines (part of the price issue) and problems with not being able to delete lines.

    Download the current 04/01 (no April fools) version and see if this doesn’t address your issues.

    in reply to: Unable to create public/data.json file #810
    RRowley
    Participant

    Also, be sure to check the SI Default setting for Default Invoice Template. Per what you have written, it should show “default” as the setting.

    in reply to: Unable to create public/data.json file #808
    RRowley
    Participant

    This is what I get when I use the default template. You might try updating to the master_2019.2 version and see if that affects your results.

    If that doesn’t work first verify in the SI Defaults that you have the Default template selected and then zip your folder with the invoice template you are using and attached it to your response and I’ll check it out.

    Attachments:
    in reply to: Unable to create public/data.json file #806
    RRowley
    Participant

    Is this a custom invoice template? Regardless, attach the invoice template you are using to a response to this message so I can look at what it is doing.

    in reply to: Unable to create public/data.json file #800
    RRowley
    Participant

    Make you sure you have directory, “public”, with access 755. You can also look in the tmp/log/php.log file to see if there is a better explanation of the error.

    in reply to: Owing calculation showing zero balances in error #761
    RRowley
    Participant

    First, check the settings in si_preferences. The logic assumes that the pref_id == 1 record has the pref_description of “Invoice”. That is, all “Invoice” type entries in the si_invoices table has a preference_id of 1. If this is the case, then in si_invoices, set the last_activity_date to “2020-01-02 00:00:00” and the aging_date to “2020-01-01 00:00:00” where preference_id == 1.

    This should cause the aging and owing information to be recalculated when preference_id 1 invoices are accessed. This will be done in bulk for all invoices the first time you log into SI and it builds that invoices select table. If you have a lot of records, then you will notice a delay while the update if performed the first time. After that, only records that have activity or show amounts owing go through a calculation.

    in reply to: prepopulation of invoice fields not working #754
    RRowley
    Participant

    Don’t think there is any way to do this via the new invoice url.

    in reply to: Currency symbol displaying as HTML code #750
    RRowley
    Participant

    Fix display to handle HTML codes. Update is available on github.com. Version 2019.2.14 20200114.

    in reply to: Emailing error #747
    RRowley
    Participant

    Do you really have localhost email server setup and running? If so, what is it?

    You can use a remote server like gmail if you have and gmail account. Here are the settings for that>

    email.host = smtp.gmail.com
    email.smtp_auth = true
    email.username = your-gmail-username
    email.password = your-gmail-password
    email.smtpport = 465
    email.secure = SSL
    email.ack = false
    email.use_local_sendmail = false

    in reply to: Emailing error #745
    RRowley
    Participant

    Typically a set up issue. Without giving me your username and password, what are the other settings for email in the config/custom.config.php file?

Viewing 15 posts - 256 through 270 (of 327 total)