RRowley

Forum Replies Created

Viewing 15 posts - 241 through 255 (of 307 total)
  • Author
    Posts
  • 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?

    in reply to: Decimal places for products #743
    RRowley
    Participant

    I tried your set up. Correct that amount is truncated to two decimal places but that truncated amount does print on the invoice correctly.

    in reply to: Decimal places for products #740
    RRowley
    Participant

    Why include taxes in the unit price? What is the reason you can’t use the taxes feature of SI?

    in reply to: Nebraska theme template – modified #736
    RRowley
    Participant

    Concern about the fax field. It is a field with a specific function. Believe it or not, fax capability still exists and is used. A better field would be to use a custom field. These are user defined, and if you use field 1 but another user already used field 1, then they could easily update their form to use field 2, etc.

    in reply to: Nebraska theme template – modified #734
    RRowley
    Participant

    This is a beautiful template. It also worked first try after loading it. There are two ways I can think of to include it. One is to make it the new default template. The other is to modify the .gitignore file to allow specific template directories to be included in the package. I’m inclined to do the later. One, it doesn’t disrupt people using the default who are satisfied with it. Second and more important, it is a way to allow others who want to contribute professional templates to the package to have them included. So I plan on including it as a directory option that can be selected in place of the default. Thank you again for this contribution.

    in reply to: Nebraska theme template – modified #733
    RRowley
    Participant

    Thank you for your contribution. I’ll review what you’ve provided and see how it might best be shared.

Viewing 15 posts - 241 through 255 (of 307 total)