Browse Source

Aug 14 : [UPDT] Index updated 'legal_case_management'

pull/277/head
Shijin V 2 years ago
parent
commit
d68a7aff1d
  1. 25
      legal_case_management/static/description/index.html
  2. 2
      legal_case_management/views/legal_case_management_menus.xml

25
legal_case_management/static/description/index.html

@ -1,6 +1,6 @@
<div style="background-color: #714B67; min-height: 600px; width: 100%; padding: 15px; position: relative;">
<!-- TITLE BAR -->
<div
<div class="d-flex align-items-center justify-content-between"
style="border-bottom: 1px solid #875A7B; padding: 15px; display: flex; justify-content: space-between; align-items: center;">
<img src="assets/misc/cybrosys-logo.png" width="42" height="42"
style="width: 42px; height: 42px;"/>
@ -16,8 +16,10 @@
</div>
</div>
<!-- END OF TITLE BAR -->
<!-- APP HERO -->
<div class="container">
<div class="row">
<div class="col-sm-12 col-md-12 col-lg-12">
<h1 style="color: #FFFFFF; font-weight: bolder; font-size: 50px; text-align: center; margin-top: 50px;">
Legal Case Management</h1>
<p style="color:#FFFFFF; padding: 8px 15px; text-align: center; font-size: 24px;">
@ -25,7 +27,9 @@
<!-- END OF APP HERO -->
<img src="assets/screenshots/hero.gif"
style="width: 75%; height: auto; position: absolute; margin-left: auto; margin-right: auto; top: 45%; left: 12%; right: auto;"/>
</div>
</div>
</div>
</div>
<!-- NAVIGATION SECTION -->
@ -104,8 +108,10 @@
<div class="row"
style="font-family: 'Montserrat', sans-serif; font-weight: 400; font-size: 14px; line-height: 200%;">
<div class="col-sm-12 py-4">
This module helps to manage a legal case management firm.Set different access rights for the module.
You can create invoices for different payment methods.If the lawyer is busy with other case, user can assign junior lawyers
This module helps to manage a legal case management firm.Set different
access rights for the module.
You can create invoices for different payment methods.If the lawyer is
busy with other case, user can assign junior lawyers
for particular case.
</div>
@ -191,7 +197,8 @@
<h3 style="font-family: 'Montserrat', sans-serif; font-size: 18px; font-weight: bold;">
Different access rights for admin,lawyer and clerk</h3>
<p style="font-weight: 400; font-family: 'Montserrat', sans-serif; font-size: 14px;">
Go to Settings -> Users -> You can select different access rights for users</p>
Go to Settings -> Users -> You can select different access
rights for users</p>
<img src="assets/screenshots/legal_1.png" class="img-thumbnail">
</div>
<div style="display: block; margin: 30px auto;">
@ -211,7 +218,8 @@
<div style="display: block; margin: 30px auto;">
<h3 style="font-family: 'Montserrat', sans-serif; font-size: 18px; font-weight: bold;">
Adding Evidence ,Trial and attachment for corresponding cases</h3>
Adding Evidence ,Trial and attachment for corresponding
cases</h3>
<img src="assets/screenshots/legal_3.png" class="img-thumbnail">
</div>
@ -227,7 +235,8 @@
</div>
<div style="display: block; margin: 30px auto;">
<h3 style="font-family: 'Montserrat', sans-serif; font-size: 18px; font-weight: bold;">
If the lawyers are busy with other cases, user can assign junior lawyer</h3>
If the lawyers are busy with other cases, user can assign junior
lawyer</h3>
<img src="assets/screenshots/legal_5.png" class="img-thumbnail">
</div>
<div style="display: block; margin: 30px auto;">

2
legal_case_management/views/legal_case_management_menus.xml

@ -105,7 +105,7 @@
</field>
</record>
<!-- Menus And Sub Menus-->
<menuitem id="legal_case_management_root" name="Legal Case Management"
<menuitem id="legal_case_management_root" name="Legal Case Management" web_icon="legal_case_management,static/description/icon.png"
groups="legal_case_management.legal_case_management_group_clerk,legal_case_management_group_lawyer,legal_case_management_group_admin"/>
<menuitem id="menu_legal_case" name="Operations"

Loading…
Cancel
Save