This commit is contained in:
@@ -11,7 +11,7 @@ namespace rockfishCore.Models
|
||||
public long SiteId { get; set; }
|
||||
public string Name { get; set; }
|
||||
public string VendorName { get; set; }
|
||||
public string Email { get; set; }
|
||||
public string Email { get; set; }
|
||||
public string ProductCode { get; set; }
|
||||
public string SalesOrderNumber { get; set; }
|
||||
public long PurchaseDate { get; set; }
|
||||
@@ -22,6 +22,9 @@ namespace rockfishCore.Models
|
||||
//schema v2
|
||||
public bool RenewNoticeSent { get; set; }
|
||||
|
||||
//raven
|
||||
public int Quantity { get; set; }
|
||||
|
||||
[JsonIgnore]
|
||||
public virtual Customer Customer { get; set; }
|
||||
public virtual Site Site { get; set; }
|
||||
|
||||
@@ -13,6 +13,12 @@
|
||||
<label for="productCode">Product code</label>
|
||||
<input class="form-control" type="text" id="productCode" name="productCode" value="">
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-sm-6">
|
||||
<div class="form-group">
|
||||
<label for="quantity">Quantity</label>
|
||||
<input class="form-control" type="text" id="quantity" name="quantity" value="">
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-sm-6">
|
||||
<div class="form-group">
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
<nav id="rf-nav" class="navbar fixed-top navbar-expand-lg navbar-dark bg-success">
|
||||
|
||||
<nav id="rf-nav" class="navbar fixed-top navbar-expand-lg navbar-light" style="background-color: #e3f2fd;">
|
||||
{{!-- navbar-dark bg-success --}}
|
||||
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarSupportedContent" aria-controls="navbarSupportedContent"
|
||||
aria-expanded="false" aria-label="Toggle navigation">
|
||||
<span class="navbar-toggler-icon"></span>
|
||||
|
||||
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user