Hopefully show proper creation / last edit time in vouchers.
This commit is contained in:
parent
7650fffea0
commit
5ceb4e8f0c
@ -1,6 +1,6 @@
|
|||||||
CACHE MANIFEST
|
CACHE MANIFEST
|
||||||
|
|
||||||
# version 2013-06-06.1
|
# version 2013-06-06.2
|
||||||
|
|
||||||
CACHE:
|
CACHE:
|
||||||
/partial/404.html
|
/partial/404.html
|
||||||
|
@ -15,7 +15,9 @@
|
|||||||
<option value="1">Dr</option>
|
<option value="1">Dr</option>
|
||||||
<option value="-1">Cr</option>
|
<option value="-1">Cr</option>
|
||||||
</select>
|
</select>
|
||||||
<input type="text" ng-autocomplete id="txtLedger" resource="Account" label="Name" model="ledger" value="{{ledger.Name}}"/>
|
<input type="text" ng-autocomplete id="txtLedger" resource="Account" label="Name" model="ledger"
|
||||||
|
value="{{ledger.Name}}"/>
|
||||||
|
|
||||||
<div class="input-prepend">
|
<div class="input-prepend">
|
||||||
<span class="add-on">₹</span><input type="text" id="txtAmount" class="span2" autocomplete="off"
|
<span class="add-on">₹</span><input type="text" id="txtAmount" class="span2" autocomplete="off"
|
||||||
placeholder="Amount" ng-model="amount"/>
|
placeholder="Amount" ng-model="amount"/>
|
||||||
@ -70,7 +72,8 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="form-actions">
|
<div class="form-actions">
|
||||||
<button class="btn btn-primary" ng-click="save()" ng-disabled="preventAlteration(voucher)">{{voucher.VoucherID | save_button}}
|
<button class="btn btn-primary" ng-click="save()" ng-disabled="preventAlteration(voucher)">{{voucher.VoucherID |
|
||||||
|
save_button}}
|
||||||
</button>
|
</button>
|
||||||
<button class="btn btn-inverse" ng-click="post()" ng-hide="!voucher.VoucherID"
|
<button class="btn btn-inverse" ng-click="post()" ng-hide="!voucher.VoucherID"
|
||||||
ng-disabled="voucher.Posted || !perms['Post Vouchers']">{{voucher.Posted | posted}}
|
ng-disabled="voucher.Posted || !perms['Post Vouchers']">{{voucher.Posted | posted}}
|
||||||
@ -81,7 +84,7 @@
|
|||||||
</button>
|
</button>
|
||||||
</div>
|
</div>
|
||||||
<div class="row-fluid">
|
<div class="row-fluid">
|
||||||
Created on {{voucher.CreationDate}} and Last Edited on {{voucher.LastEditDate}} by {{voucher.User.Name}}. Posted
|
Created on {{voucher.CreationDate | localTime}} and Last Edited on {{voucher.LastEditDate | localTime}} by
|
||||||
by {{voucher.Poster}}
|
{{voucher.User.Name}}. Posted by {{voucher.Poster}}
|
||||||
</div>
|
</div>
|
||||||
</form>
|
</form>
|
||||||
|
@ -89,7 +89,7 @@
|
|||||||
</button>
|
</button>
|
||||||
</div>
|
</div>
|
||||||
<div class="row-fluid">
|
<div class="row-fluid">
|
||||||
Created on {{voucher.CreationDate}} and Last Edited on {{voucher.LastEditDate}} by {{voucher.User.Name}}. Posted
|
Created on {{voucher.CreationDate | localTime}} and Last Edited on {{voucher.LastEditDate | localTime}} by
|
||||||
by {{voucher.Poster}}
|
{{voucher.User.Name}}. Posted by {{voucher.Poster}}
|
||||||
</div>
|
</div>
|
||||||
</form>
|
</form>
|
||||||
|
@ -97,8 +97,7 @@
|
|||||||
</button>
|
</button>
|
||||||
</div>
|
</div>
|
||||||
<div class="row-fluid">
|
<div class="row-fluid">
|
||||||
Created on {{voucher.CreationDate}} and Last Edited on {{voucher.LastEditDate}} by {{voucher.User.Name}}.
|
Created on {{voucher.CreationDate | localTime}} and Last Edited on {{voucher.LastEditDate | localTime}} by
|
||||||
Posted
|
{{voucher.User.Name}}. Posted by {{voucher.Poster}}
|
||||||
by {{voucher.Poster}}
|
|
||||||
</div>
|
</div>
|
||||||
</form>
|
</form>
|
@ -104,8 +104,7 @@
|
|||||||
</button>
|
</button>
|
||||||
</div>
|
</div>
|
||||||
<div class="row-fluid">
|
<div class="row-fluid">
|
||||||
Created on {{voucher.CreationDate}} and Last Edited on {{voucher.LastEditDate}} by {{voucher.User.Name}}.
|
Created on {{voucher.CreationDate | localTime}} and Last Edited on {{voucher.LastEditDate | localTime}} by
|
||||||
Posted
|
{{voucher.User.Name}}. Posted by {{voucher.Poster}}
|
||||||
by {{voucher.Poster}}
|
|
||||||
</div>
|
</div>
|
||||||
</form>
|
</form>
|
@ -91,7 +91,7 @@
|
|||||||
</button>
|
</button>
|
||||||
</div>
|
</div>
|
||||||
<div class="row-fluid">
|
<div class="row-fluid">
|
||||||
Created on {{voucher.CreationDate}} and Last Edited on {{voucher.LastEditDate}} by {{voucher.User.Name}}. Posted
|
Created on {{voucher.CreationDate | localTime}} and Last Edited on {{voucher.LastEditDate | localTime}} by
|
||||||
by {{voucher.Poster}}
|
{{voucher.User.Name}}. Posted by {{voucher.Poster}}
|
||||||
</div>
|
</div>
|
||||||
</form>
|
</form>
|
||||||
|
Loading…
Reference in New Issue
Block a user