Subversion Repositories SmartDukaan

Rev

Rev 30601 | Blame | Compare with Previous | Last modification | View Log | RSS feed

<style>
.row{
        margin:0 auto;
}
.modal-content{
                background : white;
        }
        .modelHeaderCustom{
                font-size:14px;
                font-weight:bold;
        }
        .border-highlight{
                border : 3px solid red;
        }
        hr{
                background-color:#007aff;
                border:none;
                height:1px;
                background:#007aff;
        }
        .control-label {
                margin-top: 0;
        margin-bottom: 0;
        padding-top: 7px;
        font-weight:bold;
        font-size:14px;
        }
        .form-group{
                border-bottom: 1px solid #eff2f7;
        padding-bottom: 15px;
        margin-bottom: 15px;
        }
        .right{
                float:right;
        }
        .form-control{
                color: black;
        }

.table-align-center {
        text-align: center;
}

</style>

<script type="text/javascript">
        configureItemsDescriptionDropDown();
        $('input[name="duration"]').daterangepicker(getRangedDatePicker());
</script>

<script type="text/javascript">
        $(function () {
                getItemAheadOptions($("#typeaheaditem"), true, function (selectedItem) {
                        itemCatalogId = selectedItem.catalogId;

                        console.log(itemCatalogId);
                });
        });
</script>
        


<section class="wrapper">
        <div class="row">
                <div class="col-lg-12">
                        <h3 class="page-header"><i class="icon_document_alt"></i>CREATE NEW PREBOOKING</h3>
                        <ol class="breadcrumb">
                                <li><i class="fa fa-home"></i><a href="${rc.contextPath}/dashboard">Home</a></li>
                                <li><i class="icon_document_alt"></i>CREATE</li>                                                        
                        </ol>
                </div>
        </div>
        <form id="create-prebooking-listing-form">
                <div id="customer-details" style="background:white;background-color:white;padding:10px;">
                        <h4 class="modelHeaderCustom" style="font-size:22px;">Prebooking Listing Information</h4>
                        <div>
                                <div class = "row">
                                        
                                
                                        <div  class="col-lg-3 form-group">
                                                        <input placeholder="Items" type="text" class="typeahead form-control" id="typeaheaditem" name="Item" data-provide="typeahead" autocomplete="off">
                                        </div>
                                                                        
                                        <div class="col-lg-2 form-group">
                                                <input placeholder = "Advance Amount" id="advanceAmount" name="advanceAmount" type="number" value="" class="form-control phone input-sm">
                                        </div>
                                        
                                        <div class="col-lg-2 form-group">
                                                <input placeholder = "Tentative Amount" id="tentativeAmount" name="tentativeAmount" type="number" value="" class="form-control phone input-sm">
                                        </div>
                                        
                                        </div>
                                  <div class = "row">
                                        <div class="col-lg-2 form-group">
                                                <textarea placeholder = "Prebooking Order Placement Policy" id="placementPolicy" name="placementPolicy" rows='2' class="form-control phone input-sm"></textarea>
                                        </div>
                                        
                                                
                                        <div class="col-lg-2 form-group">
                                                <textarea placeholder = "PreBooking Activation Policy" id="activationPolicy" name="activationPolicy" rows='2' class="form-control phone input-sm"></textarea>
                                        </div>
                                        
                                        
                                        <div class="col-lg-2 form-group">
                                                <input placeholder = "Duration" id="duration" name="duration" type="text" value="" class="form-control phone input-sm">
                                        </div>
                                        
                                                
                                        <div class="col-lg-3" style="float:right;">
                                                <input class="btn btn-primary create-prebooking-listin" type="submit" value="Create Prebooking Listing">        
                                        </div>
                                </div>
                        </div>
                </div>
        
        </form>
</section>
<script type="text/javascript" src="resources/js/create-prebooking-listing.js?v=${version}"></script>