admin documentation
parent
bc51bf4f6c
commit
fe62974be2
|
|
@ -14,7 +14,7 @@ Understanding the key terms used in the Lot Occupancy System.
|
|||
## 👩 User Documentation
|
||||
|
||||
[**Work Orders**](workOrders.md)<br />
|
||||
What are work orders? How do they work?
|
||||
What are work orders? How do they work?
|
||||
|
||||
## 🦸♀️ Power User Documentation
|
||||
|
||||
|
|
@ -23,5 +23,18 @@ Shortcuts to speed through tasks in the Lot Occupancy System.
|
|||
|
||||
## 💼 Administrator Documentation
|
||||
|
||||
[**Fee Management**](adminFees.md)<br />
|
||||
Administer fees that apply to occupancy records.
|
||||
|
||||
[**Occupancy Type Management**](adminOccupancyTypes.md)<br />
|
||||
Maintain the types available for occupancy records.
|
||||
|
||||
[**Lot Type Management**](adminLotTypes.md)<br />
|
||||
Maintain the types available for lots.
|
||||
|
||||
[**Config Table Management**](adminConfigTables.md)<br />
|
||||
Maintain simpler, list-like tables include work order types,
|
||||
work order milestone types, lot statuses, and lot occupant types.
|
||||
|
||||
[**Map Images**](mapImages.md)<br />
|
||||
How to create images compatible with the Lot Occupancy System.
|
||||
|
|
|
|||
|
|
@ -0,0 +1,25 @@
|
|||
[Home](https://cityssm.github.io/lot-occupancy-system/)
|
||||
•
|
||||
[Help](https://cityssm.github.io/lot-occupancy-system/docs/)
|
||||
|
||||
# Config Table Management
|
||||
|
||||

|
||||
|
||||
The Config Table Management page updates simpler configuration tables
|
||||
that are, for the most part, list-like.
|
||||
|
||||
The tables that can be updated on this page include:
|
||||
|
||||
- Work Order Types
|
||||
- Work Order Milestone Types
|
||||
- Lot Statuses (referred to as "Burial Site Statuses" in the screenshot)
|
||||
- Lot Occupant Types (referred to as "Burial Site Occupant Types" in the screenshot)
|
||||
|
||||
When updating any list items, it is important not to change the meaning of the items.
|
||||
When in doubt, rather than renaming a list item, delete it, and create a new one instead.
|
||||
|
||||
## Related Links
|
||||
|
||||
- [Occupancy Type Management](adminOccupancyTypes.md)
|
||||
- [Lot Type Management](adminLotTypes.md)
|
||||
|
|
@ -0,0 +1,21 @@
|
|||
[Home](https://cityssm.github.io/lot-occupancy-system/)
|
||||
•
|
||||
[Help](https://cityssm.github.io/lot-occupancy-system/docs/)
|
||||
|
||||
# Fee Management
|
||||
|
||||

|
||||
|
||||
Fees can be applied to occupancy records.
|
||||
Each fee includes the following properties.
|
||||
|
||||
- A category, name, and description.
|
||||
|
||||
- Filter options by occupancy type and/or lot type.
|
||||
|
||||
- Fee and tax amounts.
|
||||
|
||||
## Related Links
|
||||
|
||||
- [Occupancy Type Management](adminOccupancyTypes.md)
|
||||
- [Lot Type Management](adminLotTypes.md)
|
||||
|
|
@ -0,0 +1,10 @@
|
|||
[Home](https://cityssm.github.io/lot-occupancy-system/)
|
||||
•
|
||||
[Help](https://cityssm.github.io/lot-occupancy-system/docs/)
|
||||
|
||||
# Lot Type Management
|
||||
|
||||

|
||||
|
||||
Each lot record, refered to as a "burial site" in the screenshot, is assigned a type.
|
||||
Those types can have custom data fields associated with them.
|
||||
Binary file not shown.
|
After Width: | Height: | Size: 45 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 74 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 51 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 55 KiB |
|
|
@ -52,3 +52,7 @@ The date, and optional time, track when the milestone is scheduled to be complet
|
|||
|
||||
Milestones appear on the main application dashboard,
|
||||
and can be linked to calendar applications like Microsoft Outlook.
|
||||
|
||||
## Related Links
|
||||
|
||||
- [Config Table Management](adminConfigTables.md)
|
||||
|
|
|
|||
Loading…
Reference in New Issue