grunt-doctrine
Version:
Grunt plugin to convert doctrine xml annotations into backbone models and collections. Useful in conjunction with doctrine apigility. Includes option to scaffold an entire BBB application
75 lines (57 loc) • 657 B
HTML
<h1>Estimate</h1>
<a class="btn btn-default" href="#/estimate/create">Create</a>
<table class="table table-striped">
<thead>
<th>
poNumber
</th>
<th>
date
</th>
<th>
notes
</th>
<th>
terms
</th>
<th>
firstName
</th>
<th>
lastName
</th>
<th>
organization
</th>
<th>
pStreet1
</th>
<th>
pStreet2
</th>
<th>
pCity
</th>
<th>
pState
</th>
<th>
pCountry
</th>
<th>
pCode
</th>
<th>
vatName
</th>
<th>
vatNumber
</th>
<th>
</th>
<th>
</th>
</thead>
<tbody class="Estimate-body">
</tbody>
</table>