Good day!
Could you make or show a ready project template for large accounting system? Externally, something like 1C (the first that comes to mind) - lots of similar forms with CRUD operations, new forms on separate tabs of the TabControl type, journals and form’s editing, related.
How to organize such a structure if forms editing will be very much - a few hundred for example? How to organize the inheritance of forms, for the case of various forms and documents?
Thanks in advance!
Check GitBook - Where software teams break knowledge silos.
It is the recommended architecture for big apps. You can have each form as a separate view, so it can be easily changed or moved to a different place in the app.
As for form inheritance, can you please provide a real-life example, as I don’t fully understand, what do you mean by inheritance. In terms of Webix Jet you can wrap some group of fields as a separate view, and reuse it in different forms.
Hello, Maksim!
Thank you for your explanation.
I just have to change the mindset from WinForms/Delphi to the web development and there are many problems in understanding.
I think Webix Jet is just what I needed - will study the documentation and try to realize my ideas.
Just another one question if you can - whether there is some kind of an example on Webix Jet at the opening of a new form created a new tab on tabview widget?
Thanks in advance!
Good day!
Please tell me if I can do the same ui like in this article using Webix Jet: Проецируя Google Material Design на десктопную систему… (часть третья) / Habr
I need a tabbed interface.
Thanks in advance!
Hello,
It’s quite possible, but please note that on the url changing a hidden view will be destroyed and afterwards won’t restore its state (inputs’ values, etc.) by default.
In theory, the views may be embedded in the multiview. In this case, you can just show the needed multiview cell instead of the full re-rendering.