Jump to content

Zoltan

Members
  • Posts

    109
  • Joined

  • Last visited

Posts posted by Zoltan

  1. You're using the universal module, or a module that you created? If the former, you may be experiencing a blank page because you have error reporting off, but are actually experiencing this bug. If you take a look at my last response in that thread, I show you how to pre-patch your existing install to fix that problem.

     

    Thank You Tyson, the above fix helped!

  2. Hi!

     

    I can not seem to get along with the universal module...

     

    I tried to make a module with no configurable options. When I try to add this product/service from the admin area ( index.php/admin/clients/addservice/1/ ) I can select it from the drop-down, but after clicking next, the page is blank ( index.php/admin/clients/addservice/1/4/7 )

     

    When I do this with the cpanel module it is working...

  3. We use Blesta 2.5 and this function is working as it should. Unfortunatly we can not use Blesta 3 until this is resolved. We invested a lot of time (translating, customizing etc.) and energie to be able to use the new version and now we can not because of this tiny problem. Please guys, we need this.

    Until we've investigated and determined steps required to implement this feature, I won't be able to tell you what to change.

  4. Could you tell me, until this makes it to Blesta, can I modify the code to make this work? Where and how?

     

    Thank You!

     

    I think we need some more discussion on this. It would be great if users of other currencies could chime in here about their country/currency requirements.

     

    The easiest solution, I think, would be when we calculate invoice totals (Invoices::calcLineTotals()) we format the values in decimal format to limit the length of the fractional portion.

     

    For example, the total 1234.5600 in "# ###" format is displayed as 1 235 in currency format. However, perhaps the total value should instead be rounded as well to 1235.

     

    Since this may vary from country to country and currency to currency, perhaps it should be a system config option or currency setting.

  5. This is exactly what I am looking for! Thanks! Could you guys add it to the next update? :)

    I think we need some more discussion on this. It would be great if users of other currencies could chime in here about their country/currency requirements.

     

    The easiest solution, I think, would be when we calculate invoice totals (Invoices::calcLineTotals()) we format the values in decimal format to limit the length of the fractional portion.

     

    For example, the total 1234.5600 in "# ###" format is displayed as 1 235 in currency format. However, perhaps the total value should instead be rounded as well to 1235.

     

    Since this may vary from country to country and currency to currency, perhaps it should be a system config option or currency setting.

  6. Hi!

     

    In my Blesta install, the default currency is HUF. Under Active Currencies=>Edit Currencies I set it up in a format that it only shows whole numbers (1200 not 1200.25).

    In Hungary the sales tax is 27%, so when it adds tax on top of 20 HUF, on the invoice is 25.4.

     

    Can you tell me how can I set it up the invoice amount with rounding?

     

    Thank you for your help!

     

    Zoltan 

×
×
  • Create New...