www.ultimuscbs.com Open in urlscan Pro
2606:4700:3033::ac43:dfb1  Public Scan

URL: https://www.ultimuscbs.com/
Submission: On August 17 via api from US — Scanned from CA

Form analysis 9 forms found in the DOM

<form style="width:100px;position:fixed;right:0px;top:10px;z-index: 10">
  <div class="nav-item dropdown" style="width:100px;">
    <div class="row" style="border-left:1px solid white;">
      <li class=" dropdown col-8" style="margin-right:20px;list-style-type: none;margin: 7px;width: 35px;background-color: white;border-radius:50%;">
        <div class="nav-link userCredentials" id="userCredentialsBillingadmin" style="padding-left:0px;padding-right:10px;color: #41B9E1;">JK</div>
      </li>
      <button type="button" class="col-4 btn  dropdown-toggle dropdown-toggle-split" id="dropdownBtnMainMenu" style="color:white;margin-right:0;padding-left:0px;border:none;" data-bs-toggle="dropdown" aria-expanded="false"></button>
      <ul class="dropdown-menu dropdown-menu-end" aria-labelledby="userCredentialsBillingadmin">
        <li><a class="dropdown-item" href="#" style="font-size: 14px;" id="menu_changePassword">Change Password</a></li>
        <li>
          <hr class="dropdown-divider">
        </li>
        <li><a class="dropdown-item" href="#" style="font-size: 14px;" id="menu_logout">Logout</a></li>
      </ul>
    </div>
  </div>
</form>

<form>
  <h2>LOGIN</h2>
  <div class="form-group">
    <label for="loginUserNameBilling" id="UsernameLabel"><span>*</span>Useremail</label>
    <input type="email" class="form-control" id="loginUserNameBilling" "="">
                            </div>
                            <div class=" form-group">
    <label for="loginPasswordBilling" id="PasswordLabel"><span>*</span>Password</label>
    <input type="password" id="loginPasswordBilling" class="form-control" maxlength="8" disabled="">
  </div>
  <a href="#" id="forgetPassLogin" disabled="true">Forget Password?</a>
  <div id="Catptha">
    <div id="example" style="transform: scale(0.85);"></div>
  </div>
  <div id="LoginBtn-div">
    <button type="button" id="loginBtnBilling" class="btn btn-primary"> Login </button>
  </div>
</form>

<form>
  <div class="form-group">
    <label for="oldPassword"><small>*</small>Old Password</label><br>
    <input id="oldPassword" type="password" maxlength="8" style="width:100%">
  </div>
  <div class="form-group">
    <label for="newPassword"><small>*</small>New Password</label><br>
    <input id="newPassword" type="password" maxlength="8" passwordcheck="passwordCheck" style="width:100%">
  </div>
  <div class="form-group">
    <label for="confirmPassword"><small>*</small>Confirm Password</label><br>
    <input id="confirmPassword" type="password" maxlength="8" passwordcheck="passwordCheck" style="width:100%">
  </div>
</form>

<form id="channelPartnerForm" class="form-group">
  <h5>Channel Partner</h5>
  <div class="row">
    <div class="col-6">
      <label class="form-label required" for="channelPartnerName"><small>*</small>Name</label>
      <input class="form-control" id="channelPartnerName" type="text" maxlength="100" placeholder="Type here" required="">
    </div>
    <!--hidden id-->
    <input type="hidden" id="chanelpartnerId">
    <div class="col-6">
      <label class="form-label required" for="TechnicalPersonNameChannelPartner"><small>*</small>Technical Person Name</label>
      <input class="form-control" id="TechnicalPersonNameChannelPartner" type="text" maxlength="100" placeholder="Type here" required="">
    </div>
  </div>
  <div class="row">
    <div class="col-12">
      <label class="form-label required">Are you admin</label>
      <div class="form-check form-check-inline">
        <input class="" type="radio" name="adminRadio" id="radioYes" value="1">
        <label class="" for="radioYes">Yes</label>
      </div>
      <div class="form-check form-check-inline">
        <input class="" type="radio" name="adminRadio" id="radioNo" value="0">
        <label class="" for="radioNo">No</label>
      </div>
    </div>
  </div>
  <!--                    <! Author : Samruddhi 07/06/2024  : created input for channelPartnerCode in the form ====== --->
  <div class="row">
    <div class="col-12">
      <label class="form-label required"><small>*</small>Channel Partner Code</label>
      <input class="form-control" id="ChannelPartnerCode" type="text" placeholder="Type here" required="" maxlength="6">
    </div>
  </div>
  <!--                    //====== Author : Samruddhi 07/06/2024 -->
  <div class="row">
    <div class="col-6">
      <label class="form-label required" for="ChannelPartnerPhoneNo"><small>*</small>Phone No</label>
      <input class="form-control" id="ChannelPartnerPhoneNo" type="text" placeholder="Type here" maxlength="10" required="">
    </div>
    <div class="col-6">
      <label class="form-label required" for="ChannelPartnerEmail"><small>*</small>Email</label>
      <input class="form-control" id="ChannelPartnerEmail" type="text" maxlength="100" placeholder="Type here" required="">
    </div>
  </div>
  <div id="parentPassword" style="display: none">
    <div class="row">
      <div class="col-6">
        <label class="form-label required" for="ChannelPartnerPassword"><small>*</small>Password</label>
        <input class="form-control" id="ChannelPartnerPassword" type="password" maxlength="8" placeholder="Type here" required="">
      </div>
      <div class="col-6">
        <label class="form-label required" for="reChannelPartnerPassword"><small>*</small>Confirm Password</label>
        <input class="form-control" id="reChannelPartnerPassword" type="password" maxlength="8" placeholder="Confirm Password" required="">
      </div>
    </div>
  </div>
  <div class="row">
    <div class="col-12">
      <label class="form-label required" for="ChannelPartnerAddress">Address</label>
      <textarea id="ChannelPartnerAddress" maxlength="500" placeholder="Type here" class="form-control"></textarea>
    </div>
  </div>
  <h5>Account Contact</h5>
  <div class="row">
    <div class="col-6">
      <label class="form-label required" for="AccountContactPersonName"><small>*</small>Person Name</label>
      <input class="form-control" id="AccountContactPersonName" type="text" maxlength="100" placeholder="Type here" required="">
    </div>
    <div class="col-6">
      <label class="form-label required" for="AccountContactPhoneNo"><small>*</small>Phone No</label>
      <input class="form-control" id="AccountContactPhoneNo" type="text" placeholder="Type here" maxlength="10" required="">
    </div>
  </div>
  <div class="row">
    <div class="col-6">
      <label class="form-label required" for="AccountContactEmail"><small>*</small>Email</label>
      <input class="form-control" id="AccountContactEmail" type="text" maxlength="100" placeholder="Type here" required="">
    </div>
    <div class="col-6">
      <label class="form-label required" for="ValidUptoDate">Date</label>
      <input class="form-control" id="ValidUptoDate" type="text">
    </div>
  </div>
  <div id="parentLogo">
    <div id="uploadFileDiv">
      <h4>Upload Logo</h4>
    </div>
    <div id="formatSupportedForFileUpload">
      <p>Only JPEG, PNG, JPG are supported.</p>
    </div>
    <div class="row" style="display: none" id="uploadChannelPartnerLogo">
      <div class="col-12">
        <div>
          <div class="file-input file-input-ajax-new">
            <div class="file-preview ">
              <button type="button" class="btn-close fileinput-remove" aria-label="Close">
              </button>
              <div class=" file-drop-zone clearfix">
                <div class="file-drop-zone-title">Drag &amp; drop files here …</div>
                <div class="file-preview-thumbnails clearfix">
                </div>
                <div class="file-preview-status text-center text-success"></div>
                <div class="kv-fileinput-error file-error-message" style="display: none;"></div>
              </div>
            </div>
            <div class="kv-upload-progress kv-hidden" style="display: none;">
              <div class="progress">
                <div class="progress-bar bg-success progress-bar-success progress-bar-striped active progress-bar-animated" role="progressbar" aria-valuenow="0" aria-valuemin="0" aria-valuemax="100" style="width: 0%;"> 0% </div>
              </div>
            </div>
            <div class="clearfix"></div>
            <div class="file-caption">
              <div class="input-group ">
                <input readonly="" class="file-caption-name form-control kv-fileinput-caption" placeholder="Select file ..." title="">
                <span class="file-caption-icon"></span>
                <button type="button" title="Clear all unprocessed files" class="btn btn-default btn-outline-secondary fileinput-remove fileinput-remove-button" tabindex="500"><i class="bi-trash"></i> <span class="hidden-xs">Remove</span></button>
                <button type="button" title="Abort ongoing upload" class="btn btn-default btn-outline-secondary kv-hidden fileinput-cancel fileinput-cancel-button"><i class="bi-slash-circle"></i> <span class="hidden-xs">Cancel</span></button>
                <a href="imageSaveDb.php" title="Upload selected files" class="btn btn-default btn-outline-secondary fileinput-upload fileinput-upload-button" tabindex="500"><i class="bi-upload"></i>  <span class="hidden-xs">Upload</span></a>
                <div class="btn btn-primary btn-file" tabindex="500"><i class="bi-folder2-open"></i> <span class="hidden-xs">Browse …</span><input type="file" id="inputChannelPartnerLogo" class="form-control" name="inputChannelPartnerLogo"></div>
              </div>
            </div>
          </div>
          <input type="hidden" id="hiddenInputChannelPartnerLogo" name="hiddenInputChannelPartnerLogo">
          <!--Author : Samruddhi 10/06/2024 added hidden input for extension-->
          <input type="hidden" id="hiddenInputFileExtension" name="hiddenInputFileExtension">
        </div>
      </div>
    </div>
    <br>
    <button type="button" class="btn btn-secondary" id="UploadFileBtn">Upload File</button>
  </div>
  <div>
    <div class="row" style="display: none;margin-left: 10px;" id="reteiveLogo">
    </div>
  </div>
  <div class="modal-footer">
    <button type="button" class="btn" data-bs-dismiss="modal" id="cancleBtnChannelPartnerListModal">Cancel</button>
    <button type="button" style="display: none" class="btn btn-success" id="saveBtnChannelPartnerListModal">Save</button>
    <button type="button" style="display: none" class="btn btn-success" id="updateBtnChannelPartnerListModal">Update</button>
  </div>
</form>

<form id="allocateLicenseForm">
  <input type="hidden" class="form-control" id="allocatechannelpartnerId">
  <div class="row">
    <!--                        Author : Samruddhi 07/06/2024 :=== Changed input type from number to text-->
    <div class="col-6">
      <label for="licensesInput">Licenses:</label>
      <input type="text" class="form-control" id="licensesInput" maxlength="2">
    </div>
    <!--                        ==== Author : Samruddhi :07/06/2024-->
    <!--<div class="form-group">-->
    <div class="col-6">
      <label for="valueInput">Value:</label>
      <input type="text" class="form-control" id="valueInput">
    </div>
  </div>
  <div class="form-group">
    <label for="remarkInput">Remark:</label>
    <textarea class="form-control" id="remarkInput" maxlength="500"></textarea>
  </div>
  <div class="row">
    <div class="col-6">
      <!--<label for="allocatechannelpartnerId">Channel Partner ID</label>-->
      <label class="form-label required" for="StartDate">Start Date</label>
      <input class="form-control" id="StartDate" type="date">
    </div>
    <div class="col-6">
      <label class="form-label required" for="ExpireDate">Expiry Date</label>
      <input class="form-control" id="ExpireDate" type="date">
    </div>
  </div>
  <div class="row">
    <div class="col-6">
      <label for="valueInput">Quantity</label>
      <input type="text" class="form-control" id="quantity">
    </div>
  </div>
</form>

<form class="input-group" style="border: 2px solid black;">
  <input type="text" class="border-0" id="searchChannelPartnerBox" placeholder="Search by Name, Code" style="padding-left: 2rem;">
</form>

<form>
  <div class="row" style="padding-bottom: 10px;">
    <label class="col-6" style="font-weight: bold;text-align: right;"><small style="color: red;">*</small> From Date : </label>
    <div class="col-6">
      <input type="text" id="LicenceSoldFromDate" class="form-control">
    </div>
  </div>
  <div class="row" style="padding-bottom: 10px;">
    <label class="col-6" style="font-weight: bold;text-align: right;"><small style="color: red;">*</small> To Date : </label>
    <div class="col-6">
      <input type="text" id="LicenceSoldToDate" class="form-control" placeholder="Select Date">
    </div>
  </div>
  <div class="row LChannelPartnerSelector" style="padding-bottom: 10px;">
    <label class="col-6" style="font-weight: bold;text-align: right;"><small style="color: red;">*</small> Channel Partner : </label>
    <div class="col-6">
      <select class="form-control border" data-live-search="true" data-size="3" id="LicensesSoldChannelPartner"></select>
    </div>
  </div>
  <div class="row mt-3">
    <div class="col-6"></div>
    <div class="col-6">
      <div class="row">
        <div class="col-1" style="margin-right: 15px;">
          <button type="button" class="btn btn-primary" id="LicensesSoldReportBtn" style="cursor:pointer;"> Report </button>
        </div>
      </div>
    </div>
  </div>
</form>

<form>
  <div class="row" style="padding-bottom: 10px;">
    <label class="col-6" style="font-weight: bold;text-align: right;"><small style="color: red;">*</small> From Date : </label>
    <div class="col-6">
      <input type="text" id="LicenceStatementFromDate" class="form-control">
    </div>
  </div>
  <div class="row" style="padding-bottom: 10px;">
    <label class="col-6" style="font-weight: bold;text-align: right;"><small style="color: red;">*</small> To Date : </label>
    <div class="col-6">
      <input type="text" id="LicenceStatementToDate" class="form-control" placeholder="Select Date">
    </div>
  </div>
  <div class="row LSChannelPartnerSelector" style="padding-bottom: 10px;">
    <label class="col-6" style="font-weight: bold;text-align: right;"><small style="color: red;">*</small> Channel Partner : </label>
    <div class="col-6">
      <select class="form-control border" data-live-search="true" data-size="3" id="LicensesStatementChannelPartner"></select>
    </div>
  </div>
  <div class="row mt-2">
    <div class="col-6"></div>
    <div class="col-6">
      <div class="row">
        <div class="col-1" style="margin-right: 15px;">
          <button type="button" class="btn btn-primary" id="LicensesStatementReportBtn" style="cursor:pointer;"> Report </button>
        </div>
      </div>
    </div>
  </div>
</form>

<form>
  <div class="row" style="padding-bottom: 10px;">
    <label class="col-6" style="font-weight: bold;text-align: right;"><small style="color: red;">*</small> From Date : </label>
    <div class="col-6">
      <input type="text" id="licencesoldfromDate" class="form-control">
    </div>
  </div>
  <div class="row" style="padding-bottom: 10px;">
    <label class="col-6" style="font-weight: bold;text-align: right;"><small style="color: red;">*</small> To Date : </label>
    <div class="col-6">
      <input type="text" id="licencesoldtoDate" class="form-control">
    </div>
  </div>
  <div class="row" style="padding-bottom: 10px;">
    <label class="col-6" style="font-weight: bold;text-align: right;"><small style="color: red;">*</small> Channel Partner : </label>
    <div class="col-6">
      <select class="form-control border" data-live-search="true" data-size="3" id="selectchannelpartnerID"></select>
    </div>
  </div>
  <div class="row mt-3">
    <div class="col-6"></div>
    <div class="col-6">
      <div class="row">
        <div class="col-1" style="margin-right: 15px;">
          <button type="button" class="btn btn-primary" id="renewalsoldreportBtn" style="cursor:pointer;"> Report </button>
        </div>
      </div>
    </div>
  </div>
</form>

Text Content

 * 
 * Channel Partner
 * Report
   * Renewals Done Report
   
   * --------------------------------------------------------------------------------
   
   * Renewal Sold Report
   
   * --------------------------------------------------------------------------------
   
   * Licenses Sold Report
   
   * --------------------------------------------------------------------------------
   
   * Licenses Statement Report
   
 * JK
    * Change Password
   
    * --------------------------------------------------------------------------------
   
    * Logout

   


ULTIMUS BILLING
SYSTEM


LOGIN

*Useremail
*Password
Forget Password?

Login

VERIFY EMAIL!



Confirm Cancel

CHANGE PASSWORD

*Old Password

*New Password

*Confirm Password

Ok Cancel


ADD NEW CHANNEL PARTNER

CHANNEL PARTNER

*Name
*Technical Person Name
Are you admin
Yes
No
*Channel Partner Code
*Phone No
*Email
*Password
*Confirm Password
Address

ACCOUNT CONTACT

*Person Name
*Phone No
*Email
Date

UPLOAD LOGO

Only JPEG, PNG, JPG are supported.

Drag & drop files here …



0%

Remove Cancel Upload
Browse …

Upload File

Cancel Save Update
Alert

ok

ALLOCATE LICENSE

×
Licenses:
Value:
Remark:
Start Date
Expiry Date
Quantity
Cancel Save


CHANNEL PARTNER

+ADD

Channel Partner Address Technical Account Valid Upto Contact Name Email Name
Contact Email

LICENSES SOLD REPORT

* From Date :

* To Date :

* Channel Partner :

Report



CUSTOMER DETAILS

Channel Partner Licenses Qunatity Licenses Expire Customer Name Licenses Expire

LICENSES STATEMENT REPORT

* From Date :

* To Date :

* Channel Partner :

Report



CUSTOMER DETAILS

Channel Partner Licenses Quantity Licenses Expire

RENEWAL SOLD REPORT

* From Date :

* To Date :

* Channel Partner :

Report



CUSTOMER DETAILS

Customer ID Quantity Value Date Name

RENEWAL DONE REPORT

From Date
To Date
Select Option
Nothing selected

Report Button


REPORT

ID Customer Name Customer Mobile No New Expiry Date Customer Renew Amount