Password Policy/App rename/PM Scheduling Improvements

This commit is contained in:
2026-06-06 02:32:47 -05:00
parent dfd999b6a9
commit f024286b5e
59 changed files with 3814 additions and 299 deletions

View File

@@ -3,7 +3,7 @@
<v-card class="user-manual-print" height="90vh">
<v-toolbar color="primary" density="comfortable" class="px-2">
<v-icon icon="mdi-book-open-page-variant" class="ml-2 mr-2" />
<v-toolbar-title class="font-weight-bold">MixedAssets User Guide</v-toolbar-title>
<v-toolbar-title class="font-weight-bold">DepreCore User Guide</v-toolbar-title>
<v-spacer />
<v-btn variant="text" prepend-icon="mdi-printer" class="d-print-none" @click="print">Print / Save PDF</v-btn>
<v-btn icon="mdi-close" variant="text" class="d-print-none" @click="$emit('update:modelValue', false)" />
@@ -40,7 +40,7 @@
<!-- Content -->
<div ref="content" class="manual-content user-manual-content">
<div class="manual-doc-title d-none d-print-block">
<h1>MixedAssets User Guide</h1>
<h1>DepreCore User Guide</h1>
<p class="quiet">Fixed-asset management, depreciation, maintenance &amp; integrations</p>
</div>
@@ -48,7 +48,7 @@
<section v-show="isShown('overview')" class="manual-section">
<h2>Getting started</h2>
<p>
MixedAssets is an integrated system for tracking physical assets through their full lifecycle
DepreCore is an integrated system for tracking physical assets through their full lifecycle
acquisition, depreciation across multiple accounting books, preventative maintenance, disposal alongside
a parts inventory, a contacts/CRM directory, an alerting engine, and connectors to email, webhooks, and ServiceNow.
</p>
@@ -102,7 +102,7 @@
</ul>
<h3>Accessibility</h3>
<p>MixedAssets is built to work with assistive technology:</p>
<p>DepreCore is built to work with assistive technology:</p>
<ul>
<li>Press <strong>Tab</strong> to reveal a Skip to main content link, and to move through controls with a clear keyboard focus outline.</li>
<li>Images and photos carry descriptive text for screen readers, and icon-only buttons have spoken labels.</li>
@@ -302,6 +302,16 @@
applicable years limit (less any dollar-for-dollar phaseout). If no limit is configured for an assets placed-in-service
year, the entered §179 amount is left uncapped.
</p>
<p>
A zone can combine both incentives. The seeded <strong>Qualified Gulf Opportunity (GO) Zone</strong> applies a
<strong>50% §168 allowance</strong> (placed in service 20052011) <em>and</em> a <strong>+$100,000 §179 increase</strong>
(which ends earlier, in 2008) with the phaseout threshold raised by the lesser of $600,000 or the propertys cost. To
support cases like this, each zone has an optional separate <em>§179 window</em> (so the §179 increase can expire before
the bonus allowance does) and a <em>§179 threshold-increase cap</em>. Assign the zone on the asset and the engine applies
each benefit only while the assets placed-in-service date is inside that benefits own window. Other seeded disaster/relief
zones follow the same pattern e.g. the <strong>Qualified Recovery Assistance (Kansas Disaster Zone)</strong> (50% allowance
+ $100,000 §179 increase, placed in service 20072008).
</p>
<h3>The PM (maintenance) book</h3>
<p>
@@ -317,6 +327,25 @@
reports. You can save report configurations to rerun later and export results to PDF, Excel, or CSV. To print an individual
PM plan, run the PM plan report and export it.
</p>
<p>The catalog is grouped for audit-grade internal, board, and client reporting:</p>
<ul>
<li><strong>Journals &amp; registers</strong> the <strong>Asset journal</strong> (a full per-asset dossier of financials,
maintenance history, notes, warranties, adjustments and disposals, with photo thumbnails embedded in the PDF/print
export), the <strong>Fixed asset journal</strong> (complete register), and GL <strong>journal entries</strong> (debit/credit)
for monthly depreciation, disposals, revaluations, and write-offs.</li>
<li><strong>Transactions</strong> event listings for assets <strong>purchased</strong>, <strong>disposed</strong>,
<strong>revalued</strong>, and <strong>written off</strong>, each filterable by year and an optional month.</li>
<li><strong>Summaries</strong> aggregated by category or method: asset, depreciation, YTD depreciation, purchase,
disposal, revaluation, and write-off summaries.</li>
<li><strong>Detail</strong> <strong>Asset history</strong>, a chronological timeline of every event for one asset
(acquisition, edits, maintenance, notes, warranties, adjustments, and disposal).</li>
</ul>
<p class="quiet text-body-2">
Reporting conventions: a <strong>&nbsp;journal</strong> is a double-entry GL posting (debits = credits); a
<strong>&nbsp;transaction</strong> lists the underlying records. <strong>Revaluation</strong> reports cover
revaluation / write-up / write-down adjustments; <strong>write-off</strong> reports cover impairments plus abandonment
disposals. <em>Future depreciation calculation</em> is the multi-year projection.
</p>
</section>
<!-- TAX RULES -->
@@ -593,7 +622,7 @@
<section v-show="isShown('servicenow')" class="manual-section">
<h2>ServiceNow integration</h2>
<p>
MixedAssets connects to ServiceNow in two directions, both configured in <strong>Administration ServiceNow integration</strong>:
DepreCore connects to ServiceNow in two directions, both configured in <strong>Administration ServiceNow integration</strong>:
pushing <strong>incidents</strong> out, and pulling <strong>asset data</strong> in from the CMDB.
</p>
@@ -770,7 +799,7 @@
</v-alert>
</section>
<div class="manual-footer quiet">MixedAssets User Guide · select a topic on the left, or use Print / Save PDF for the full manual.</div>
<div class="manual-footer quiet">DepreCore User Guide · select a topic on the left, or use Print / Save PDF for the full manual.</div>
</div>
</div>
</v-card>
@@ -790,7 +819,7 @@ export default {
printing: false,
sampleRuleSet: [
'{',
' "schema": "mixedassets.taxRuleSet.v1",',
' "schema": "deprecore.taxRuleSet.v1",',
' "jurisdiction": "US-CA",',
' "name": "California depreciation",',
' "version": "2026.1",',