RRowley

Forum Replies Created

Viewing 15 posts - 151 through 165 (of 301 total)
  • Author
    Posts
  • in reply to: Date format #1280
    RRowley
    Participant

    I’ve standardized the date format displayed on screens to the database format, yyyy-mm-dd. The value on the invoice, expense and payment view screens had been missed. The most recent update, Version: 2020.0.11, corrects this.

    If you want a difference format for the printed invoice, you’ll need to develop a custom template.

    in reply to: Cannot add new customers #1272
    RRowley
    Participant

    Thanks. Fixes for this issue have been uploaded on github. Update to that version to get them plus other changes for datatables library security issue fix.

    in reply to: Cannot add new customers #1269
    RRowley
    Participant

    Please try the following:

    In the templates/default/customers/create.tpl file, find the “SELECT” statement for the “parent_customer_id” field. Approximately line 125. Modify the line following the “SELECT” statement remove the value setting of blank, so it looks like this:

    <option value></option>

    If that works for you, I’ll make it a permanent fix.

    in reply to: Cannot add new customers #1266
    RRowley
    Participant

    What version of SI are you on (check the About info on the banner line)?

    in reply to: PDF generation urlsafe/htmlsafe #1261
    RRowley
    Participant

    Thank for finding the issue. I’ve fixed it for the next update I provide.

    in reply to: PDF generation urlsafe/htmlsafe #1258
    RRowley
    Participant

    Check the setting in system_defaults for the record with name “delete”. It must have a value of 0 or 1.

    RRowley
    Participant

    OK, better thought. What is the content of your si_index table? Typically, it will contain 1 record as follows:

    node: invoice
    sub_node: 1
    sub_node_2: 0
    domain_id: 1

    The key here are the sub_node and sub_node_2 values. I suspect one of them, probably sub_node_2, is equal to blank and needs to be numeric.

    RRowley
    Participant

    Make sure you have all the Requirements specified to the right set.

    • This reply was modified 3 years, 5 months ago by RRowley.
    in reply to: Problems upgrading to 2020 #1234
    RRowley
    Participant

    You should always disable check foreign key constraints when importing or deleting database content. This only removed the test for the import or delete process. Once data is imported, the constraints are enforced.

    in reply to: Class ‘NumberFormatter’ #1230
    RRowley
    Participant

    Make sure the intl extension is enabled in the php.ini file. Find the following line and uncomment it.

    extension=intl

    Then restart your apache (or whatever) server.

    in reply to: Problems upgrading to 2020 #1228
    RRowley
    Participant

    Not sure what you mean? The implementation of foreign key support some time back should fulfill this request. What am I missing?

    in reply to: PDF generation urlsafe/htmlsafe #1224
    RRowley
    Participant

    Sorry that edit is difficult. Not an issue for me.

    Anyway, wanted you to try something. Delete the tmp/pdf_tmp directory. Then generate a pdf. Should recreate the directory and set up new font data. Let me know how it works.

    • This reply was modified 3 years, 5 months ago by RRowley.
    in reply to: PDF generation urlsafe/htmlsafe #1214
    RRowley
    Participant

    Couple of questions:

    1) In the INV PREFS currency sign field, did you set the sign by entering this code: & # 163; (spaces suppressed)?
    2) Are you using the eg-invoice template from the zip file?

    I’ve done both these, set same values as you in custom.config.ini and set en_GB as Language and Locale fields in the INV PREFS. Using this both the default and the eg-invoice templates work correctly.

    • This reply was modified 3 years, 5 months ago by RRowley.
    • This reply was modified 3 years, 5 months ago by RRowley.
    in reply to: PDF generation urlsafe/htmlsafe #1209
    RRowley
    Participant

    The templates.zip file is empty. Also, access the Inv Pref Invoice records in edit mode and give me that screen shot.

    in reply to: PDF generation urlsafe/htmlsafe #1204
    RRowley
    Participant

    Can you zip and attach the template directory? Then I can test what you have. I need an image of your INV PREFS for Invoice record and the custom.config.ini settings for: localLocale, localCurrencyCode & localPrecision.

Viewing 15 posts - 151 through 165 (of 301 total)