Print form problem after ERPNext update

Dear All,


After update Net Total, Taxes, Grand Total and Rounded Total in all print forms (Excluding Standard) has number of decimal digits according to “Float Precision” and not according to “Number Format”

It work like that in customized forms and in predefined forms.

Any Hint? :slight_smile:

Best,

Zoran



You received this message because you are subscribed to the Google Groups "ERPNext User's Forum" group.

To unsubscribe from this group and stop receiving emails from it, send an email to erpnext-user-forum+un...@googlegroups.com.

For more options, visit https://groups.google.com/groups/opt_out.

 

 

Hi Zoki,

Another user just reported this issue.

You will need to replace fmt_money(doc.fieldname) with format_currency(doc.fieldname, doc.currency) in your custom print formats.

We will fix the standard ones.

Thanks,
Anand.

On 07-Aug-2013, at 7:02 PM, Zoki <zo...@eu-build.com> wrote:

Dear All,

After update Net Total, Taxes, Grand Total and Rounded Total in all print forms (Excluding Standard) has number of decimal digits according to "Float Precision" and not according to "Number Format"

It work like that in customized forms and in predefined forms.

Any Hint? :)

Best,

Zoran



You received this message because you are subscribed to the Google Groups “ERPNext User’s Forum” group.

To unsubscribe from this group and stop receiving emails from it, send an email to erpnext-user-forum+un…@googlegroups.com.

For more options, visit https://groups.google.com/groups/opt_out.

 

 




You received this message because you are subscribed to the Google Groups "ERPNext User's Forum" group.

To unsubscribe from this group and stop receiving emails from it, send an email to erpnext-user-forum+un...@googlegroups.com.

For more options, visit https://groups.google.com/groups/opt_out.

 

 

It works!


Thank you! :slight_smile:

On Wednesday, August 7, 2013 3:35:01 PM UTC+2, Anand Doshi wrote:
Hi Zoki,

Another user just reported this issue.

You will need to replace fmt_money(doc.fieldname) with format_currency(doc.fieldname, doc.currency) in your custom print formats.

We will fix the standard ones.

Thanks,
Anand.

On 07-Aug-2013, at 7:02 PM, Zoki <zo…@eu-build.com> wrote:

Dear All,

After update Net Total, Taxes, Grand Total and Rounded Total in all print forms (Excluding Standard) has number of decimal digits according to “Float Precision” and not according to “Number Format”

It work like that in customized forms and in predefined forms.

Any Hint? :slight_smile:

Best,

Zoran



You received this message because you are subscribed to the Google Groups “ERPNext User’s Forum” group.

To unsubscribe from this group and stop receiving emails from it, send an email to erpnext-user-forum+un…@googlegroups.com.

For more options, visit https://groups.google.com/groups/opt_out.

 

 




You received this message because you are subscribed to the Google Groups "ERPNext User's Forum" group.

To unsubscribe from this group and stop receiving emails from it, send an email to erpnext-user-forum+un...@googlegroups.com.

For more options, visit https://groups.google.com/groups/opt_out.