This commit is contained in:
zhiqiang feng
2025-12-29 13:38:39 +08:00
commit 1a4aa9a660
579 changed files with 388880 additions and 0 deletions
@@ -0,0 +1,11 @@
## Notes:
### Calculate approximate
- To get an approximate number divide new annual total with 1.50
- Divide the total by 26 to get weekly numbers
ex. 61500 / 1.50 = 4100 / 26 = 1576
### Calculate new percent
- Take the current weekly total * 26
- This will give the current annual after taxes, insurance, etc
- Now just divide the current full annual with this
+6
View File
@@ -0,0 +1,6 @@
### Notes
```dataview
table file.ctime as Date from "2. Areas/Finance"
sort file.name
```
View File