I want to show all Element in the form even if it is empty.
for ex.
I created Maintenance check form like this :
as you see last two checkbox & input feilds are empty. but:
in print format these two are missing in the print?!!
it will be vary confusing for the maintainer or management if the form is not compleate.
How to solve this?
To show the unchecked field on the print format you will need to change the conditions in standard_macros.html, But this is not recommended as it may break the future updates. You may use the solution suggested by @umair.
Thanks @makarand_b,
I am trying to add this as feature to ERPNext.
I do some modification and I am able to show check elemnt only!
how I can show the rest like data,date,list,…
where is it ignored?
I am sorry to tell you that I stopped looking for this since no one from the community are helping me.
I need some hint at least!
and I will do the rest
Is there any way to show blank fields in the print format now? I’m really surprised that this wasn’t immediately available in Print Settings. Any guidance on the current state/workarounds would be greatly appreciated
@Mohammed_Redha Sorry for the necro, but when you said you used a custom print format, do you mean to say that you abandoned the gui-based print format builder and used a Jinja template instead?