Jump to content

Screen examples of you're application designs


mierlp

Recommended Posts

This project is an integral system of Human Resources Management.
It includes from the Hiring, Evaluation, Payment Processes, Integration to the banking network, Integration with biometric clocks for the registration of assistances.

Captura.JPG

Captura2.JPG

Captura3.JPG

Captura4.JPG

Captura5.JPG

Captura7.JPG

Captura9.JPG

Captura10.jpg

Captura11.JPG

Captura12.JPG

Captura13.JPG

Captura14.JPG

  • Like 4
  • Upvote 1
Link to comment
Share on other sites

  • Replies 252
  • Created
  • Last Reply

Top Posters In This Topic

On 11/9/2018 at 5:35 PM, zemorango said:

Hi guys,

 

I wanted to share with you some of my work, this is a full Facilities Managment System.

I hope you like it   :D

 

image.thumb.png.c13760fda614b8124011dc9218c006e2.png

image.thumb.png.009bc719357595f478ca9f0eb92376b2.png

image.thumb.png.51f161067d04c9bf7161b4d48389327b.png

image.thumb.png.7426ab33f9a4f4d8a6db24ff80f799ed.png

 

image.thumb.png.a748b595e497b9b9d9dda9c546bd5402.png

 

 

It still in beta, but very close to the final release.

You can also see it in action here : https://byteinmotionapps.com/Facilities4EN/

login : demo

pass : demo

 

 

 

how to USE HTML 5 and management in your unigui project dynamicly???????

 

and

 

how to use chart?/?????

  • Like 1
Link to comment
Share on other sites

  • Operating system: it's a unigui application implementing the the desktop environment like (ubunto, windows...)
  • Export (excel, word, html...) using FastReport.
  • Html: using Htmlframe and linking it to server side using ajax events
Link to comment
Share on other sites

5 hours ago, mhmda said:
  • Operating system: it's a unigui application implementing the the desktop environment like (ubunto, windows...)
  • Export (excel, word, html...) using FastReport.
  • Html: using Htmlframe and linking it to server side using ajax events 

Html: using Htmlframe and linking it to server side using ajax events 

please send sample

Link to comment
Share on other sites

On 7/23/2019 at 11:10 AM, erich.wanker said:

my new baby :-)    "one to rule them all"

  • works for smartphone, tablet, desktop ..
  • "Fake"- PWA- Technology for a feeling like a native Android-App
  • Selfe styled uniDBGrid with hover-effect on records ... 

 

 

Super Erich  !

Very nice design :biggrin:

Link to comment
Share on other sites

On 7/23/2019 at 1:40 PM, erich.wanker said:

my new baby :-)    "one to rule them all"

  • works for smartphone, tablet, desktop ..
  • "Fake"- PWA- Technology for a feeling like a native Android-App
  • Selfe styled uniDBGrid with hover-effect on records ... 

..

 

Nice job

How make it?

Link to comment
Share on other sites

Hi Hamid :D

i use a lot of  TUniContainerPanels...

In  ClientEvent-ExtEvent i give every TUniContainerPanel a Style:

function beforerender(sender, eOpts)
{
  sender.addCls('class name of css...');
}

for animation - i use: 

unisession.AddJS(TUniContainerPanel.JSName + '.animate({  duration: 400, to: {  x: 0}});');

The manipulation of uniDBGrid is made with Css

  • .x-grid-cell-inner
  • .x-grid-item
  • .x-grid-row-focused .x-grid-td
  • .x-grid-row .x-grid-cell-selected
  • and so on...

 

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...