Permalink
Please sign in to comment.
Browse files
Rework estimate listing and data model
Add field for statement of work. Take changelog-style presentation of dates out of list view because it answers questions that aren't being asked.
- Loading branch information...
Showing
with
481 additions
and 121 deletions.
- +1 −1 app/Estimate.php
- +23 −2 app/Helpers/CurrencyHelper.php
- +8 −4 app/Helpers/TimeHelper.php
- +1 −0 app/Http/Requests/EstimateRequest.php
- +2 −1 database/migrations/2015_12_08_031825_create_base_schema.php
- +429 −90 public/js/app.js
- +2 −0 resources/views/estimate/form.blade.php
- +15 −23 resources/views/estimate/table.blade.php

Oops, something went wrong.
0 comments on commit
7cdc799