شرکت آی تی ویو نماینده فروش نرم افزار المپیک در خاورمیانه

ارائه خدمات مشاوره حرفه ای استراتژی و تکنولوژی

راهکار ها

سیستم متمرکز و یکپارچه بانکی

سیستم متمرکز و یکپارچه بانکی

تخصص و توانایی پیاده سازی و بومی سازی راهکارهای بین المللی و توانایی طراحی و تولید سیستمهای داخلی بر اساس دانش جهانی

راهکار جامع پرداخت الکترونیک

راهکار جامع پرداخت الکترونیک

راﻫﮑــﺎر ﭘﺮداﺧﺖ اﻟﮑﺘـﺮوﻧﯿﮏ اﯾـﻦ ﺷﺮﮐﺖ ﺷـﺎﻣﻞ ﯾﮏ ﺑﺴﺘــﻪ ﮐـﺎﻣـﻞ و ﺟـﺎﻣـﻊ از ﺳﯿﺴﺘﻤﻬــﺎي ﯾﮑﭙـﺎرﭼــﻪ پرداخت شامل سیستم مدیریت خدمات کارت و سوییچ و انواع کانالهای پرداخت است.

راهکار اتوماسیون مدیریت تصمیم گیری

راهکار اتوماسیون مدیریت تصمیم گیری

تعریف و تعیین اتوماتیک استراتژیها و قوانین تصمیم گیری و سازماندهی آنها توسط بانک به منظور تصمیم گیری های عملیاتی در اجرای فرآیندهای بانکی

راهکارهای بانکداری دیجیتال

راهکارهای بانکداری دیجیتال

ارائه راهکارهای بانکداری دیجیتال و راهکار شعبه مجازی و ارائه روش های انتقال از سیستم های موجود به سیستمهای دیجیتال و اجرا و پیاده سازی آنها.

خدمات حرفه ای

انتخاب ، بومی سازی و پیاده سازی نرم افزارهای بین المللی

انتخاب ، بومی سازی و پیاده سازی نرم افزارهای بین المللی

ﺑﻮﻣﯽ ﺳﺎزي و ﭘﯿﺎده ﺳﺎزي حداقل 3 ﻧﺮم اﻓﺰار خارجی مطرح در ایران تجربه کافی و لازم را برای اجرای پروژه های مشابه در شرکت فراهم نموده است.

مدیریت پروژه

مدیریت پروژه

بکار گیری روش های استاندارد و حرفه ای مدیریت پروژه در شرکت آی تی ویو و تجربه مدیریت پروژه های بزرگ بانکی در کشور اطمینان کامل را برای اجرای یک پروژه موفق با بودجه منتاسب و در زمان پیش بینی شده برای بانک فراهم میسازد.

ارائه مشاوره تخصصی

ارائه مشاوره تخصصی

ﻣﺘﺪوﻟﻮژي ﻣﺸـﺎوره اي شرکت آی تی ویو ، ﻃﺮح و ﺑﺮﻧﺎﻣـﻪ ﻣﺸـﺎوران ، ﺟﻬﺖ دﻫﯽ ﻣﻨـﺎﺳﺐ ﺑـﻪ ﺑﺨﺶ ﻓﻨﺎوري اﻃﻼﻋﺎت ﺑﺮاي رﺳﯿﺪن ﺑﻪ ﺷﺮاﯾﻂ ﺑﻬﯿﻨـﻪ در سازمان شماست.

تولید و توسعه برنامه های کاربردی تخصصی

تولید و توسعه برنامه های کاربردی تخصصی

ﻃﺮاﺣﯽ ، ﺗﻮﻟـﯿﺪ و ﺗﻮﺳـﻌﻪ ﺑﺮﻧﺎﻣﻪ ﻫـﺎي ﮐﺎرﺑﺮدي ﻣﺮﺗﺒﻂ ﺑﺎ ﺧﺪﻣﺎت ﺑﺎﻧﮑـﺪاري اﻟﮑﺘﺮوﻧﯿﮑﯽ و ﭘﺮداﺧﺖ اﻟﮑﺘﺮوﻧــﯿﮏ

Button Designs

Default buttons

Button styles can be applied to anything with the .btn class applied. However, typically you'll want to apply these to only <a> and <button> elements for the best rendering.

Button class="" Description
btn Standard gray button with gradient
btn btn-primary Provides extra visual weight and identifies the primary action in a set of buttons
btn btn-info Used as an alternative to the default styles
btn btn-success Indicates a successful or positive action
btn btn-warning Indicates caution should be taken with this action
btn btn-danger Indicates a dangerous or potentially negative action
btn btn-inverse Alternate dark gray button, not tied to a semantic action or use
btn btn-link Deemphasize a button by making it look like a link while maintaining button behavior

Cross browser compatibility

IE9 doesn't crop background gradients on rounded corners, so we remove it. Related, IE9 jankifies disabled button elements, rendering text gray with a nasty text-shadow that we cannot fix.

BUTTONS SHORTCODES

[btn size="" type="" class="" class="" disabled="" link="" target="" icon="" icontheme=""][/btn]

type: primary / info / success / warning / danger / inverse / link / flat

size: primary / large / small / mini

disabled: yes / no

icon: add the icon type without the " icon- "

icontheme: white / black

[btn size="" type="" class="" class="" disabled="" link="" target="" icon="" icontheme=""][/btn]

Button sizes

Fancy larger or smaller buttons? Add .btn-large, .btn-small, or .btn-mini for additional sizes.

<p>
  <button class="btn btn-large btn-primary" type="button">Large button</button>
  <button class="btn btn-large" type="button">Large button</button>
</p>
<p>
  <button class="btn btn-primary" type="button">Default button</button>
  <button class="btn" type="button">Default button</button>
</p>
<p>
  <button class="btn btn-small btn-primary" type="button">Small button</button>
  <button class="btn btn-small" type="button">Small button</button>
</p>
<p>
  <button class="btn btn-mini btn-primary" type="button">Mini button</button>
  <button class="btn btn-mini" type="button">Mini button</button>
</p>

Create block level buttons—those that span the full width of a parent— by adding .btn-block.

<button class="btn btn-large btn-block btn-primary" type="button">Block level button</button>
<button class="btn btn-large btn-block" type="button">Block level button</button>

Disabled state

Make buttons look unclickable by fading them back 50%.

Anchor element

Add the .disabled class to <a> buttons.

Primary link Link

<a href="#" class="btn btn-large btn-primary disabled">Primary link</a>
<a href="#" class="btn btn-large disabled">Link</a>

Heads up! We use .disabled as a utility class here, similar to the common .active class, so no prefix is required. Also, this class is only for aesthetic; you must use custom JavaScript to disable links here.

Button element

Add the disabled attribute to <button> buttons.

<button type="button" class="btn btn-large btn-primary disabled" disabled="disabled">Primary button</button>
<button type="button" class="btn btn-large" disabled>Button</button>

One class, multiple tags

Use the .btn class on an <a>, <button>, or <input> element.

Link
<a class="btn" href="/">Link</a>
<button class="btn" type="submit">Button</button>
<input class="btn" type="button" value="Input">
<input class="btn" type="submit" value="Submit">

As a best practice, try to match the element for your context to ensure matching cross-browser rendering. If you have an input, use an <input type="submit"> for your button.

SOCIAL ICONS

<ul class="social-icons fixclear">
 <li class="social-twitter"><a href="#">Twitter</a></li>
 <li class="social-dribbble"><a href="#">Dribbble</a></li>
 <li class="social-facebook"><a href="#">Facebook</a></li>
 ...
</ul>

SOCIAL ICONS - Colored

<ul class="social-icons colored fixclear">
 <li class="social-twitter"><a href="#">Twitter</a></li>
 ...
</ul>

SOCIAL ICONS - Colored only on :hover

<ul class="social-icons coloredHov fixclear">
  <li class="social-twitter"><a href="#">Twitter</a></li>
 ...
</ul>

or Shortcode:

type: normal / colored

[socialicons class="" type="" style="" ]
 [socialicon network="" url="#"]
[/socialicons]
معرفی شرکت
ﺷﺮﮐﺖ ﭼﺸﻢ اﻧﺪاز ﻓﻨﺎوران اﻃﻼﻋـﺎت ﺑﺎ ﻧﺎم ﺑﯿﻦ اﻟﻤﻠﻠﯽ IT VIEW در ﺳـﺎل ۱۳۸۵ ﺑﺎ ﻫﺪف اراﺋﻪ راﻫﮑﺎرﻫﺎ و ﺧﺪﻣـﺎت ﻧﻮﯾﻦ ﻣﺮﺗﺒﻂ ﺑﺎ ﺑﺎﻧﮑﺪاري اﻟﮑﺘﺮوﻧﯿﮏ ﺑﻪ ﺑﺎﻧﮑﻬﺎ و ﻣﻮﺳﺴﺎت ﻣﺎﻟﯽ و اﻋﺘﺒﺎري ﮐﺸﻮر ﺗﺎﺳﯿﺲ ﮔﺮدﯾﺪ. ﻣﺪﯾﺮان اﯾﻦ ﺷﺮﮐﺖ ﺑﺎ داﻧﺶ ﻓﻨﺎوري اﻃﻼﻋﺎت و داﻧﺶ ﺑﺎﻧﮑﯽ ﺑﯿﺶ از دو دﻫﻪ در زﻣﯿﻨﻪ ﺳﯿﺴﺘﻤﻬﺎي اﺗﻮﻣﺎﺳﯿﻮن ﺑﺎﻧﮑﯽ در ﺷﺮﮐﺘﻬﺎي داﺧﻠﯽ و ﺧﺎرﺟﯽ ﻓﻌﺎﻟﯿﺖ داﺷﺘﻪ اﻧﺪ. ﺗﺠﺮﺑﻪ و ﺳﺎﺑﻘﻪ ﻣﻮﻓﻖ ﻣﻮﺳﺴﯿﻦ و ﻣﺪﯾﺮان اﯾﻦ ﺷﺮﮐﺖ در زﻣﯿﻨﻪ اﻧﺠـﺎم ﭘـﺮوژه ﻫﺎي ﺑﺎﻧﮑﺪاري اﻟﮑﺘﺮوﻧﯿﮏ، ﺳﺮﻣﺎﯾﻪ ﻣﻨـﺎﺳﺒـﯽ ﺑﺮاي اﻧﺠـﺎم ﻣـﻮﻓﻘﯿﺖ آﻣﯿﺰﭘﺮوژه ﻫـﺎي آﺗﯽ در اﯾـﻦ زﻣﯿﻨـﻪ ﻣﯿﺒﺎﺷﺪ . ﺟﺬبﮐﺎرﺷﻨﺎﺳﺎن ﺧﺒﺮه ﮐﺸﻮر در زﻣﯿﻨﻪ ﻫﺎي ﺣﺮﻓﻪ اي و ﻫﻤﭽﻨﯿﻦ آﻣﻮزش ﻫﺎي ﺗﺨﺼﺼﯽ ﻣﻮردﻧﯿﺎز ﮐﺎرﺷﻨﺎﺳﺎن ﺑﻪ ﻣﻨﻈﻮر دﺳﺘﯿﺎﺑﯽ ﺑﻪ ﺗﯿﻤﯽ ﺣﺮﻓﻪ اي و ﺗﺨﺼﺼﯽ در دﺳﺘﻮر ﮐﺎر اﯾﻦ ﺷﺮﮐﺖ ﻗﺮار دارد.
بالا