ContactsLaw: Difference between revisions
Angele Smith (talk | contribs) No edit summary |
Angele Smith (talk | contribs) No edit summary |
||
Line 9: | Line 9: | ||
* General and trust accounting package | * General and trust accounting package | ||
* Multi-user collaborative task management system | * Multi-user collaborative task management system | ||
< | <!DOCTYPE html> | ||
<html> | |||
< | |||
<head> | |||
<style> | |||
.flowchart-container { | |||
width: 1200px; | |||
height: 800px; | |||
margin: 0 auto; | |||
position: relative; | |||
background: white; | |||
} | |||
svg { | |||
width: 100%; | |||
height: 100%; | |||
position: absolute; | |||
top: 0; | |||
left: 0; | |||
z-index: 1; | |||
} | |||
.button { | |||
position: absolute; | |||
padding: 15px 35px; | |||
border-radius: 30px; | |||
text-decoration: none; | |||
color: black; | |||
font-family: Arial, sans-serif; | |||
font-size: 16px; | |||
z-index: 2; | |||
white-space: nowrap; | |||
transform: translate(-50%, -50%); | |||
text-align: center; | |||
min-width: 120px; | |||
transition: all 0.3s ease; | |||
border: 2px solid transparent; | |||
} | |||
.gold { | |||
background-color: #C5B488; | |||
} | |||
.gold:hover { | |||
background: linear-gradient(135deg, #F5F5DC, #DEB887); | |||
box-shadow: 0 4px 15px rgba(197, 180, 136, 0.3); | |||
transform: translate(-50%, -50%) scale(1.05); | |||
border: 2px solid #B69F6B; | |||
} | |||
.beige { | |||
background-color: #E6D5BA; | |||
} | |||
.beige:hover { | |||
background: linear-gradient(135deg, #F5F5DC, #DEB887); | |||
box-shadow: 0 4px 15px rgba(230, 213, 186, 0.3); | |||
transform: translate(-50%, -50%) scale(1.05); | |||
border: 2px solid #D4C39A; | |||
} | |||
.arrow { | |||
stroke: black; | |||
stroke-width: 2; | |||
} | |||
* { | |||
transition: all 0.3s ease; | |||
} | |||
</style> | |||
</head> | |||
<body> | |||
<div class="flowchart-container"> | |||
<!-- Same SVG content as before --> | |||
<svg viewBox="0 0 1200 800"> | |||
<!-- Arrow definitions --> | |||
<defs> | |||
<marker id="arrowhead" markerWidth="12" markerHeight="8" refX="10" refY="4" orient="auto"> | |||
<polygon points="6 0, 12 4, 6 8" fill="black"/> | |||
</marker> | |||
</defs> | |||
<!-- Horizontal arrows --> | |||
<line x1="480" y1="80" x2="420" y2="80" class="arrow" marker-end="url(#arrowhead)" /> | |||
<line x1="720" y1="80" x2="780" y2="80" class="arrow" marker-end="url(#arrowhead)" /> | |||
<!-- Business to Accounting --> | |||
<line x1="700" y1="200" x2="780" y2="200" class="arrow" marker-end="url(#arrowhead)" /> | |||
<!-- Workgroup level arrows --> | |||
<line x1="490" y1="220" x2="420" y2="250" class="arrow" marker-end="url(#arrowhead)" /> | |||
<line x1="490" y1="310" x2="420" y2="300" class="arrow" marker-end="url(#arrowhead)" /> | |||
<line x1="500" y1="340" x2="420" y2="360" class="arrow" marker-end="url(#arrowhead)" /> | |||
<!-- Matter level --> | |||
<line x1="480" y1="440" x2="420" y2="440" class="arrow" marker-end="url(#arrowhead)" /> | |||
<line x1="720" y1="440" x2="780" y2="440" class="arrow" marker-end="url(#arrowhead)" /> | |||
<!-- Vertical arrows --> | |||
<line x1="600" y1="120" x2="600" y2="160" class="arrow" marker-end="url(#arrowhead)" /> | |||
<line x1="600" y1="240" x2="600" y2="280" class="arrow" marker-end="url(#arrowhead)" /> | |||
<line x1="600" y1="360" x2="600" y2="400" class="arrow" marker-end="url(#arrowhead)" /> | |||
<!-- Curved arrow from Members to Tasks --> | |||
<path d="M 1000 100 C 1080 110, 1100 340, 990 400" class="arrow" fill="none" marker-end="url(#arrowhead)" /> | |||
<!-- Diagonal arrows from Matter --> | |||
<line x1="580" y1="480" x2="320" y2="560" class="arrow" marker-end="url(#arrowhead)" /> | |||
<line x1="600" y1="480" x2="600" y2="560" class="arrow" marker-end="url(#arrowhead)" /> | |||
<line x1="620" y1="480" x2="880" y2="560" class="arrow" marker-end="url(#arrowhead)" /> | |||
</svg> | |||
<!-- Buttons --> | |||
<a href="https://contactslaw.com.au/" target="_blank" class="button gold" | |||
style="left: 300px; top: 80px;">Contacts</a> | |||
<a href="https://contactslaw.com.au/" target="_blank" class="button beige" | |||
style="left: 600px; top: 80px;">Subscription</a> | |||
<a href="https://contactslaw.com.au/" target="_blank" class="button gold" | |||
style="left: 900px; top: 80px;">Members</a> | |||
<a href="https://contactslaw.com.au/" target="_blank" class="button beige" | |||
style="left: 600px; top: 200px;">Business</a> | |||
<a href="https://contactslaw.com.au/" target="_blank" class="button gold" | |||
style="left: 900px; top: 200px;">Accounting<br>(Trust+General)</a> | |||
<a href="https://contactslaw.com.au/" target="_blank" class="button gold" | |||
style="left: 300px; top: 280px;">Document Templates</a> | |||
<a href="https://contactslaw.com.au/" target="_blank" class="button gold" | |||
style="left: 300px; top: 360px;">Processes</a> | |||
<a href="https://contactslaw.com.au/" target="_blank" class="button beige" | |||
style="left: 600px; top: 320px;">Workgroup</a> | |||
<a href="https://contactslaw.com.au/" target="_blank" class="button gold" | |||
style="left: 900px; top: 440px;">Tasks</a> | |||
<a href="https://contactslaw.com.au/" target="_blank" class="button gold" | |||
style="left: 300px; top: 440px;">Billing</a> | |||
<a href="https://contactslaw.com.au/" target="_blank" class="button beige" | |||
style="left: 600px; top: 440px;">Matter</a> | |||
<a href="https://contactslaw.com.au/" target="_blank" class="button gold" | |||
style="left: 300px; top: 600px;">Quotes</a> | |||
<a href="https://contactslaw.com.au/" target="_blank" class="button gold" | |||
style="left: 600px; top: 600px;">Documents</a> | |||
<a href="https://contactslaw.com.au/" target="_blank" class="button gold" style="left: 900px; top: 600px;">Time | |||
record</a> | |||
</div> | |||
</body> | |||
</html> | |||
== Cloud-first == | == Cloud-first == | ||
ContactsLaw's cloud-first design gives businesses the flexibility to run on fast, scalable infrastructure or utilise an existing on-premises server. | ContactsLaw's cloud-first design gives businesses the flexibility to run on fast, scalable infrastructure or utilise an existing on-premises server. |
Revision as of 12:59, 22 February 2025
ContactsLaw is a software platform that provides complete practice management and facilitates all day-to-day operations in a law firm. It gives your business all the tools it needs to do the job, and does so in a cohesive and integrated manner. Central to ContactsLaw is the concept of the contact. You only ever enter contact details once, and then access them infinitely, linking them to files, documents, transactions and other items within the system. You can then search all of your records from one place.
It is a:
- CRM system
- Document management system
- Product-oriented billing and cost recovery system
- General and trust accounting package
- Multi-user collaborative task management system
<!DOCTYPE html> <html>
<head>
<style> .flowchart-container { width: 1200px; height: 800px; margin: 0 auto; position: relative; background: white; }
svg { width: 100%; height: 100%; position: absolute; top: 0; left: 0; z-index: 1; }
.button { position: absolute; padding: 15px 35px; border-radius: 30px; text-decoration: none; color: black; font-family: Arial, sans-serif; font-size: 16px; z-index: 2; white-space: nowrap; transform: translate(-50%, -50%); text-align: center; min-width: 120px; transition: all 0.3s ease; border: 2px solid transparent; }
.gold { background-color: #C5B488; }
.gold:hover { background: linear-gradient(135deg, #F5F5DC, #DEB887); box-shadow: 0 4px 15px rgba(197, 180, 136, 0.3); transform: translate(-50%, -50%) scale(1.05); border: 2px solid #B69F6B; }
.beige { background-color: #E6D5BA; }
.beige:hover { background: linear-gradient(135deg, #F5F5DC, #DEB887); box-shadow: 0 4px 15px rgba(230, 213, 186, 0.3); transform: translate(-50%, -50%) scale(1.05); border: 2px solid #D4C39A; }
.arrow { stroke: black; stroke-width: 2; }
* { transition: all 0.3s ease; } </style>
</head>
<body>
<svg viewBox="0 0 1200 800"> <defs> <marker id="arrowhead" markerWidth="12" markerHeight="8" refX="10" refY="4" orient="auto"> <polygon points="6 0, 12 4, 6 8" fill="black"/> </marker> </defs>
<line x1="480" y1="80" x2="420" y2="80" class="arrow" marker-end="url(#arrowhead)" /> <line x1="720" y1="80" x2="780" y2="80" class="arrow" marker-end="url(#arrowhead)" />
<line x1="700" y1="200" x2="780" y2="200" class="arrow" marker-end="url(#arrowhead)" />
<line x1="490" y1="220" x2="420" y2="250" class="arrow" marker-end="url(#arrowhead)" /> <line x1="490" y1="310" x2="420" y2="300" class="arrow" marker-end="url(#arrowhead)" /> <line x1="500" y1="340" x2="420" y2="360" class="arrow" marker-end="url(#arrowhead)" />
<line x1="480" y1="440" x2="420" y2="440" class="arrow" marker-end="url(#arrowhead)" /> <line x1="720" y1="440" x2="780" y2="440" class="arrow" marker-end="url(#arrowhead)" />
<line x1="600" y1="120" x2="600" y2="160" class="arrow" marker-end="url(#arrowhead)" /> <line x1="600" y1="240" x2="600" y2="280" class="arrow" marker-end="url(#arrowhead)" /> <line x1="600" y1="360" x2="600" y2="400" class="arrow" marker-end="url(#arrowhead)" />
<path d="M 1000 100 C 1080 110, 1100 340, 990 400" class="arrow" fill="none" marker-end="url(#arrowhead)" />
<line x1="580" y1="480" x2="320" y2="560" class="arrow" marker-end="url(#arrowhead)" /> <line x1="600" y1="480" x2="600" y2="560" class="arrow" marker-end="url(#arrowhead)" /> <line x1="620" y1="480" x2="880" y2="560" class="arrow" marker-end="url(#arrowhead)" /> </svg>
<a href="https://contactslaw.com.au/" target="_blank" class="button gold" style="left: 300px; top: 80px;">Contacts</a> <a href="https://contactslaw.com.au/" target="_blank" class="button beige" style="left: 600px; top: 80px;">Subscription</a> <a href="https://contactslaw.com.au/" target="_blank" class="button gold" style="left: 900px; top: 80px;">Members</a>
<a href="https://contactslaw.com.au/" target="_blank" class="button beige" style="left: 600px; top: 200px;">Business</a> <a href="https://contactslaw.com.au/" target="_blank" class="button gold" style="left: 900px; top: 200px;">Accounting
(Trust+General)</a>
<a href="https://contactslaw.com.au/" target="_blank" class="button gold" style="left: 300px; top: 280px;">Document Templates</a> <a href="https://contactslaw.com.au/" target="_blank" class="button gold" style="left: 300px; top: 360px;">Processes</a> <a href="https://contactslaw.com.au/" target="_blank" class="button beige" style="left: 600px; top: 320px;">Workgroup</a> <a href="https://contactslaw.com.au/" target="_blank" class="button gold" style="left: 900px; top: 440px;">Tasks</a>
<a href="https://contactslaw.com.au/" target="_blank" class="button gold" style="left: 300px; top: 440px;">Billing</a> <a href="https://contactslaw.com.au/" target="_blank" class="button beige" style="left: 600px; top: 440px;">Matter</a>
<a href="https://contactslaw.com.au/" target="_blank" class="button gold" style="left: 300px; top: 600px;">Quotes</a> <a href="https://contactslaw.com.au/" target="_blank" class="button gold" style="left: 600px; top: 600px;">Documents</a> <a href="https://contactslaw.com.au/" target="_blank" class="button gold" style="left: 900px; top: 600px;">Time record</a>
</body>
</html>
Cloud-first
ContactsLaw's cloud-first design gives businesses the flexibility to run on fast, scalable infrastructure or utilise an existing on-premises server.
Benefits of running in the cloud include:
- Lower upfront costs
- Quick and easy provisioning
- Fast access from anywhere (including for remote workers)
- Included backups and redundancy
Technical information
ContactsLaw is built on Microsoft's .NET technology and runs on a range of hardware platforms and operating systems:
- Windows Server, Linux, Docker
- SQL Server, MySQL
- Azure, AWS
For system requirements for individual users, see Desktop App.