Add attachment support for fuel and recurring expenses with camera capture
Co-authored-by: aiulian25 <17886483+aiulian25@users.noreply.github.com>
This commit is contained in:
parent
339cd94b26
commit
8a5b916a39
8 changed files with 487 additions and 9 deletions
|
|
@ -90,7 +90,7 @@
|
|||
</div>
|
||||
<div class="form-group">
|
||||
<label for="service-attachment" data-translate="optional">Atasament (Optional)</label>
|
||||
<input type="file" id="service-attachment" name="attachment" accept=".pdf,.png,.jpg,.jpeg,.txt,.doc,.docx,.xls,.xlsx">
|
||||
<input type="file" id="service-attachment" name="attachment" accept="image/*,.pdf,.txt,.doc,.docx,.xls,.xlsx" capture="environment">
|
||||
<small data-translate="supported_files">Suportat: PDF, Imagini, Text, Word, Excel</small>
|
||||
</div>
|
||||
<div style="display: flex; gap: 10px; margin-top: 20px;">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue