Browse Source

Jun 11: [FIX] Bug Fixed 'enhanced_document_management'

pull/320/head
RisvanaCybro 11 months ago
parent
commit
9fb657e251
  1. BIN
      enhanced_document_management/static/description/assets/screenshots/d1.png
  2. BIN
      enhanced_document_management/static/description/assets/screenshots/d2.png
  3. BIN
      enhanced_document_management/static/description/assets/screenshots/d3.png
  4. BIN
      enhanced_document_management/static/description/assets/screenshots/d4.png
  5. BIN
      enhanced_document_management/static/description/assets/screenshots/d5.png
  6. BIN
      enhanced_document_management/static/description/assets/screenshots/d6.png
  7. BIN
      enhanced_document_management/static/description/assets/screenshots/hero.gif
  8. 57
      enhanced_document_management/static/description/index.html

BIN
enhanced_document_management/static/description/assets/screenshots/d1.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 47 KiB

BIN
enhanced_document_management/static/description/assets/screenshots/d2.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 38 KiB

BIN
enhanced_document_management/static/description/assets/screenshots/d3.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 60 KiB

BIN
enhanced_document_management/static/description/assets/screenshots/d4.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 48 KiB

BIN
enhanced_document_management/static/description/assets/screenshots/d5.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 68 KiB

BIN
enhanced_document_management/static/description/assets/screenshots/d6.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 46 KiB

BIN
enhanced_document_management/static/description/assets/screenshots/hero.gif

Binary file not shown.

Before

Width:  |  Height:  |  Size: 369 KiB

After

Width:  |  Height:  |  Size: 285 KiB

57
enhanced_document_management/static/description/index.html

@ -353,6 +353,63 @@
<img src="assets/screenshots/13.png" class="img-responsive img-thumbnail border" width="100%"
height="auto" />
</div>
<div class="col-lg-12 my-2">
<h4 class="mt-2"
style="font-family: 'Roboto', sans-serif !important; font-weight: 600 !important; color: #282F33 !important; font-size: 1.3rem !important;">
Incoming Requests</h4>
<p
style="font-family: 'Roboto', sans-serif !important; font-weight: 400 !important; color: #282F33 !important; font-size: 1rem !important;">
The user can view the document that was requested.
</p>
<img src="assets/screenshots/d1.png" class="img-responsive img-thumbnail border" width="100%"
height="auto" />
</div>
<div class="col-lg-12 my-2">
<p
style="font-family: 'Roboto', sans-serif !important; font-weight: 400 !important; color: #282F33 !important; font-size: 1rem !important;">
By using the "Accept" button, the user can accept the request.
</p>
<img src="assets/screenshots/d2.png" class="img-responsive img-thumbnail border" width="100%"
height="auto" />
</div>
<div class="col-lg-12 my-2">
<p
style="font-family: 'Roboto', sans-serif !important; font-weight: 400 !important; color: #282F33 !important; font-size: 1rem !important;">
By clicking that button you will get a popup window like this to upload the document.
</p>
<img src="assets/screenshots/d3.png" class="img-responsive img-thumbnail border" width="100%"
height="auto" />
</div>
<div class="col-lg-12 my-2">
<p
style="font-family: 'Roboto', sans-serif !important; font-weight: 400 !important; color: #282F33 !important; font-size: 1rem !important;">
After accepting the request the state will change to accepted
</p>
<img src="assets/screenshots/d4.png" class="img-responsive img-thumbnail border" width="100%"
height="auto" />
</div>
<div class="col-lg-12 my-2">
<p
style="font-family: 'Roboto', sans-serif !important; font-weight: 400 !important; color: #282F33 !important; font-size: 1rem !important;">
From their customer account, the user can view the requested document as follows.
</p>
<img src="assets/screenshots/d5.png" class="img-responsive img-thumbnail border" width="100%"
height="auto" />
</div>
<div class="col-lg-12 my-2">
<p
style="font-family: 'Roboto', sans-serif !important; font-weight: 400 !important; color: #282F33 !important; font-size: 1rem !important;">
The user can choose to accept or refuse the document request right there.
</p>
<img src="assets/screenshots/d6.png" class="img-responsive img-thumbnail border" width="100%"
height="auto" />
</div>
</div>

Loading…
Cancel
Save