rates 2025

This commit is contained in:
2025-06-22 17:39:21 -04:00
parent 858d3ce16c
commit cb7abb291d
9 changed files with 32 additions and 12 deletions

View File

@@ -12,3 +12,13 @@ The system is built to handle various payroll scenarios, including different emp
***************
Network Diagram
***************
.. nwdiag::
network {
internet;
web;
db;
internet -- web;
web -- db;
}