aboutsummaryrefslogtreecommitdiff
path: root/include/assignments-overview.php
diff options
context:
space:
mode:
Diffstat (limited to 'include/assignments-overview.php')
-rw-r--r--include/assignments-overview.php288
1 files changed, 144 insertions, 144 deletions
diff --git a/include/assignments-overview.php b/include/assignments-overview.php
index ee46928..0e364d1 100644
--- a/include/assignments-overview.php
+++ b/include/assignments-overview.php
@@ -2,17 +2,17 @@
/**
* BusinessAdmin: administrative software for small companies
* Copyright (C) 2015 Camil Staps (ViviSoft)
- *
+ *
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
- *
+ *
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
- *
+ *
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
@@ -21,151 +21,151 @@ require_once('./login.php');
?>
<div class="col-lg-12">
- <div class="panel panel-default">
- <div class="panel-heading">Overview</div>
- <div class="panel-body table-responsive">
- <table class="table table-bordered table-striped mixitup dataTable" id="overview-assignments">
- <thead>
- <tr>
- <th class="mixitup-sort sorting" data-sort="mixerOrderId:desc">#</th>
- <th class="mixitup-sort sorting" data-sort="mixerOrderOffer:desc">Offer</th>
- <th>Briefing</th>
- <th class="mixitup-sort sorting" data-sort="mixerOrderTime:desc">Time</th>
- <th class="mixitup-sort sorting" data-sort="mixerOrderPrice:desc">Price</th>
- <th>Tools</th>
- </tr>
- </thead>
- <tbody>
- <?php
- $assignments = BusinessAdmin::getAssignments($_pdo);
- foreach ($assignments as $assignment) {
- echo "<tr class='mix'
- data-mixer-order-id='{$assignment->getId()}'
- data-mixer-order-offer='{$assignment->getOffer()->getId()}'
- data-mixer-order-time='{$assignment->getHours()}'
- data-mixer-order-price='{$assignment->getPricePerHour()}'>
- <td class='col-min-width'>{$assignment->getId()}</td>
- <td class='col-min-width'>
- <a href='".constants::url_internal."/offers?id={$assignment->getOffer()->getId()}'>#{$assignment->getOffer()->getId()}</a> to
- <a href='".constants::url_internal."/contacts?id={$assignment->getOffer()->getContact()->getId()}'>{$assignment->getOffer()->getContact()->getName()}</a>
- (<a href='".constants::url_internal."/clients?id={$assignment->getOffer()->getContact()->getClient()->id}'>{$assignment->getOffer()->getContact()->getClient()->name}</a>)
- <td class='col-max-width'>
- <b><a href='#' class='editable' id='editable-assignment-{$assignment->getId()}-title' data-type='text' data-pk='{$assignment->getId()}' data-url='".constants::url_external."assignments/edit'>{$assignment->getTitle()}</a></b><br/>
- <p><a href='#' class='editable editable-noshow' id='editable-assignment-{$assignment->getId()}-description' data-type='textarea' data-mode='inline' data-pk='{$assignment->getId()}' data-url='".constants::url_external."assignments/edit'>{$assignment->getDescription(false)}</a></p>
- </td>
- <td class='col-min-width'><a href='#' class='editable' id='editable-assignment-{$assignment->getId()}-hours' data-type='text' data-pk='{$assignment->getId()}' data-url='".constants::url_external."assignments/edit'>{$assignment->getHours()}</a>h</td>
- <td class='col-min-width'>
- ".constants::invoice_valuta."<a href='#' class='editable' id='editable-assignment-{$assignment->getId()}-price_per_hour' data-type='text' data-pk='{$assignment->getId()}' data-url='".constants::url_external."assignments/edit'>{$assignment->getPricePerHour()}</a> / hr<br/>
- <a href='#' class='editable' id='editable-assignment-{$assignment->getId()}-vat' data-type='text' data-pk='{$assignment->getId()}' data-url='".constants::url_external."assignments/edit'>{$assignment->getVAT()}</a>% VAT
- </td>
- <td class='col-min-width'>
- <a title='View' href='?id={$assignment->getId()}' class='btn btn-primary btn-circle fa fa-arrow-right'></a>
- <a title='Delete' href='?delete={$assignment->getId()}' class='btn btn-danger btn-circle fa fa-times'></a>
- </td>
- </tr>";
- }
- if (count($assignments) == 0) {
- echo "<tr><td colspan='6'>There are no assignments in the database. Why not start with creating one, below?</td></tr>";
- }
- ?>
- </tbody>
- </table>
- </div>
- </div>
+ <div class="panel panel-default">
+ <div class="panel-heading">Overview</div>
+ <div class="panel-body table-responsive">
+ <table class="table table-bordered table-striped mixitup dataTable" id="overview-assignments">
+ <thead>
+ <tr>
+ <th class="mixitup-sort sorting" data-sort="mixerOrderId:desc">#</th>
+ <th class="mixitup-sort sorting" data-sort="mixerOrderOffer:desc">Offer</th>
+ <th>Briefing</th>
+ <th class="mixitup-sort sorting" data-sort="mixerOrderTime:desc">Time</th>
+ <th class="mixitup-sort sorting" data-sort="mixerOrderPrice:desc">Price</th>
+ <th>Tools</th>
+ </tr>
+ </thead>
+ <tbody>
+ <?php
+ $assignments = BusinessAdmin::getAssignments($_pdo);
+ foreach ($assignments as $assignment) {
+ echo "<tr class='mix'
+ data-mixer-order-id='{$assignment->getId()}'
+ data-mixer-order-offer='{$assignment->getOffer()->getId()}'
+ data-mixer-order-time='{$assignment->getHours()}'
+ data-mixer-order-price='{$assignment->getPricePerHour()}'>
+ <td class='col-min-width'>{$assignment->getId()}</td>
+ <td class='col-min-width'>
+ <a href='".constants::url_internal."/offers?id={$assignment->getOffer()->getId()}'>#{$assignment->getOffer()->getId()}</a> to
+ <a href='".constants::url_internal."/contacts?id={$assignment->getOffer()->getContact()->getId()}'>{$assignment->getOffer()->getContact()->getName()}</a>
+ (<a href='".constants::url_internal."/clients?id={$assignment->getOffer()->getContact()->getClient()->id}'>{$assignment->getOffer()->getContact()->getClient()->name}</a>)
+ <td class='col-max-width'>
+ <b><a href='#' class='editable' id='editable-assignment-{$assignment->getId()}-title' data-type='text' data-pk='{$assignment->getId()}' data-url='".constants::url_external."assignments/edit'>{$assignment->getTitle()}</a></b><br/>
+ <p><a href='#' class='editable editable-noshow' id='editable-assignment-{$assignment->getId()}-description' data-type='textarea' data-mode='inline' data-pk='{$assignment->getId()}' data-url='".constants::url_external."assignments/edit'>{$assignment->getDescription(false)}</a></p>
+ </td>
+ <td class='col-min-width'><a href='#' class='editable' id='editable-assignment-{$assignment->getId()}-hours' data-type='text' data-pk='{$assignment->getId()}' data-url='".constants::url_external."assignments/edit'>{$assignment->getHours()}</a>h</td>
+ <td class='col-min-width'>
+ ".constants::invoice_valuta."<a href='#' class='editable' id='editable-assignment-{$assignment->getId()}-price_per_hour' data-type='text' data-pk='{$assignment->getId()}' data-url='".constants::url_external."assignments/edit'>{$assignment->getPricePerHour()}</a> / hr<br/>
+ <a href='#' class='editable' id='editable-assignment-{$assignment->getId()}-vat' data-type='text' data-pk='{$assignment->getId()}' data-url='".constants::url_external."assignments/edit'>{$assignment->getVAT()}</a>% VAT
+ </td>
+ <td class='col-min-width'>
+ <a title='View' href='?id={$assignment->getId()}' class='btn btn-primary btn-circle fa fa-arrow-right'></a>
+ <a title='Delete' href='?delete={$assignment->getId()}' class='btn btn-danger btn-circle fa fa-times'></a>
+ </td>
+ </tr>";
+ }
+ if (count($assignments) == 0) {
+ echo "<tr><td colspan='6'>There are no assignments in the database. Why not start with creating one, below?</td></tr>";
+ }
+ ?>
+ </tbody>
+ </table>
+ </div>
+ </div>
</div>
<div class="col-lg-12">
- <div class="panel panel-default">
- <div class="panel-heading">Create new</div>
- <div class="panel-body">
- <form role="form" id="newAssignment" action='<?=constants::url_external?>assignments/new' method="post" class="bootstrapValidator ajaxify"
- data-ajaxify-options='{"success":"newAssignmentSuccess","error":"newAssignmentError","beforeSubmit":"newAssignmentBeforeSubmit"}'>
- <div class="ajaxify-response alert alert-dismissable"><button type="button" class="close" data-dismiss="alert" aria-hidden="true">×</button><span class="ajaxify-response-text"></span></div>
- <div class="col-lg-6">
- <div class="form-group">
- <label>Offer:</label>
- <select name="offerId" class="form-control">
- <?php
- foreach (BusinessAdmin::getOffers($_pdo) as $offer) {
- echo "<option value='{$offer->getId()}'>#{$offer->getId()} to {$offer->getContact()->getName()} ({$offer->getContact()->getClient()->name})</option>";
- }
- ?>
- </select>
- </div>
- <div class="form-group">
- <label>Title:</label>
- <input
- type="text" name="title" class="form-control" placeholder="Title"
- data-bv-notempty="true" data-bv-notempty-message="You have to provide a title"/>
- </div>
- <div class="form-group">
- <label>Description:</label>
- <textarea
- name="description" class="form-control" placeholder="Description" rows="4"
- data-bv-notempty="true" data-bv-notempty-message="You have to provide a description"
- data-bv-stringlength="true" data-bv-stringlength-message="The description should at most 1000 characters" data-bv-stringlength-max="1000"></textarea>
- </div>
- </div>
- <div class="col-lg-6">
- <div class="form-group">
- <label>Estimated time (h):</label>
- <input
- type="text" name="hours" class="form-control" placeholder="Time in hours"
- data-bv-notempty="true" data-bv-notempty-message="You have to give an estimation"
- data-bv-integer="true" data-bv-integer-message="Please enter an integer" />
- </div>
- <div class="form-group">
- <label>Price per hour (<?=constants::invoice_valuta?>):</label>
- <input
- type="text" name="price_per_hour" class="form-control" placeholder="Price per hour"
- data-bv-notempty="true" data-bv-notempty-message="You have to give a rate"
- data-bv-numeric="true" data-bv-numeric-message="Please enter a number (with a '.' as decimal separator)" />
- </div>
- <div class="form-group">
- <label>VAT (%):</label>
- <input
- type="text" name="vat" class="form-control" placeholder="VAT"
- data-bv-notempty="true" data-bv-notempty-message="You have to provide a VAT percentage"
- data-bv-numeric="true" data-bv-numeric-message="Please enter a number (with a '.' as decimal separator)" />
- </div>
- </div>
- <div class="col-lg-6">
- <button type="submit" class="btn btn-default">Go</button>
- </div>
- </form>
- <script type="text/javascript">
- // Callback for before the form is submitted
- function newAssignmentBeforeSubmit() {
- $('#newAssignment input').prop('disabled', true);
- $('#newAssignment .ajaxify-response').hide().removeClass('alert-success alert-danger').find('.ajaxify-response-text').html('');
- }
+ <div class="panel panel-default">
+ <div class="panel-heading">Create new</div>
+ <div class="panel-body">
+ <form role="form" id="newAssignment" action='<?=constants::url_external?>assignments/new' method="post" class="bootstrapValidator ajaxify"
+ data-ajaxify-options='{"success":"newAssignmentSuccess","error":"newAssignmentError","beforeSubmit":"newAssignmentBeforeSubmit"}'>
+ <div class="ajaxify-response alert alert-dismissable"><button type="button" class="close" data-dismiss="alert" aria-hidden="true">×</button><span class="ajaxify-response-text"></span></div>
+ <div class="col-lg-6">
+ <div class="form-group">
+ <label>Offer:</label>
+ <select name="offerId" class="form-control">
+ <?php
+ foreach (BusinessAdmin::getOffers($_pdo) as $offer) {
+ echo "<option value='{$offer->getId()}'>#{$offer->getId()} to {$offer->getContact()->getName()} ({$offer->getContact()->getClient()->name})</option>";
+ }
+ ?>
+ </select>
+ </div>
+ <div class="form-group">
+ <label>Title:</label>
+ <input
+ type="text" name="title" class="form-control" placeholder="Title"
+ data-bv-notempty="true" data-bv-notempty-message="You have to provide a title"/>
+ </div>
+ <div class="form-group">
+ <label>Description:</label>
+ <textarea
+ name="description" class="form-control" placeholder="Description" rows="4"
+ data-bv-notempty="true" data-bv-notempty-message="You have to provide a description"
+ data-bv-stringlength="true" data-bv-stringlength-message="The description should at most 1000 characters" data-bv-stringlength-max="1000"></textarea>
+ </div>
+ </div>
+ <div class="col-lg-6">
+ <div class="form-group">
+ <label>Estimated time (h):</label>
+ <input
+ type="text" name="hours" class="form-control" placeholder="Time in hours"
+ data-bv-notempty="true" data-bv-notempty-message="You have to give an estimation"
+ data-bv-integer="true" data-bv-integer-message="Please enter an integer" />
+ </div>
+ <div class="form-group">
+ <label>Price per hour (<?=constants::invoice_valuta?>):</label>
+ <input
+ type="text" name="price_per_hour" class="form-control" placeholder="Price per hour"
+ data-bv-notempty="true" data-bv-notempty-message="You have to give a rate"
+ data-bv-numeric="true" data-bv-numeric-message="Please enter a number (with a '.' as decimal separator)" />
+ </div>
+ <div class="form-group">
+ <label>VAT (%):</label>
+ <input
+ type="text" name="vat" class="form-control" placeholder="VAT"
+ data-bv-notempty="true" data-bv-notempty-message="You have to provide a VAT percentage"
+ data-bv-numeric="true" data-bv-numeric-message="Please enter a number (with a '.' as decimal separator)" />
+ </div>
+ </div>
+ <div class="col-lg-6">
+ <button type="submit" class="btn btn-default">Go</button>
+ </div>
+ </form>
+ <script type="text/javascript">
+ // Callback for before the form is submitted
+ function newAssignmentBeforeSubmit() {
+ $('#newAssignment input').prop('disabled', true);
+ $('#newAssignment .ajaxify-response').hide().removeClass('alert-success alert-danger').find('.ajaxify-response-text').html('');
+ }
- // Callback for when the form is successfully submitted
- function newAssignmentSuccess(data) {
- $('#newAssignment .ajaxify-response')
- .addClass(data.success ? 'alert-success' : 'alert-danger')
- .show()
- .find('.ajaxify-response-text')
- .html(data.message);
+ // Callback for when the form is successfully submitted
+ function newAssignmentSuccess(data) {
+ $('#newAssignment .ajaxify-response')
+ .addClass(data.success ? 'alert-success' : 'alert-danger')
+ .show()
+ .find('.ajaxify-response-text')
+ .html(data.message);
- $('#newAssignment input, #newAssignment button').prop('disabled', false);
- $('#newAssignment').data('bootstrapValidator').resetForm();
- if (data.success) {
- $('#newAssignment input, #newAssignment textarea').val('');
- }
- }
+ $('#newAssignment input, #newAssignment button').prop('disabled', false);
+ $('#newAssignment').data('bootstrapValidator').resetForm();
+ if (data.success) {
+ $('#newAssignment input, #newAssignment textarea').val('');
+ }
+ }
- // Callback for when form submission encountered an error
- function newAssignmentError() {
- $('#newAssignment .ajaxify-response')
- .addClass('alert-danger')
- .show()
- .find('.ajaxify-response-text')
- .html('An unknown error occurred. Please contact support.');
+ // Callback for when form submission encountered an error
+ function newAssignmentError() {
+ $('#newAssignment .ajaxify-response')
+ .addClass('alert-danger')
+ .show()
+ .find('.ajaxify-response-text')
+ .html('An unknown error occurred. Please contact support.');
- $('#newAssignment input, #newAssignment button').prop('disabled', false);
- $('#newAssignment').data('bootstrapValidator').resetForm();
- }
- </script>
- </div>
- </div>
+ $('#newAssignment input, #newAssignment button').prop('disabled', false);
+ $('#newAssignment').data('bootstrapValidator').resetForm();
+ }
+ </script>
+ </div>
+ </div>
</div>