Roni G
Roni G
> @Zontex if you are referring to the PDF's and RTL support, you would need to use css helpers which would enable this. > > Within the UI of the...
> @Zontex > > these types of CSS properties are available: > > p.rtl { direction: rtl; } Got you, thank you so much for the quick response! any plan...
I changed the invoice successfully to this CSS: ``` @import url($font_url); :root { --primary-color: $primary_color; --secondary-color: $secondary_color; --line-height: 1.6; } html { width: 210mm; height: 200mm; } body { -webkit-font-smoothing:...
> @Zontex > > RTL is super tricky, and it is not something I am familiar with at all. > > For this to be supported, the invoice designs would...
> @Zontex > > I'm not sure this could be executed, The best solution for this would be to create a client/group setting for your RTL clients and set your...
> @Zontex I see your design creates a complete mirror image, including reversing the columns of the invoice table. Is this the way RTL is support to work? Yes it's...
@turbo124 There are many localization fields missing, how can I localize Hebrew? I guess as updates went, some fields hasn't been updated. would love some guidance on where to get...
> @Zontex > > I'm not sure this could be executed, The best solution for this would be to create a client/group setting for your RTL clients and set your...
@turbo124 Quick update regarding RTL exploration: I managed to perfectly design the portal to RTL based on the user group using the following code: ``` /* Override Bootstrap for RTL...
> Note: the desktop/mobile app supports RTL for Arabic, I assume it can be enabled for other languages as well. > >  For me the desktop app still shows...