원클릭으로
financial-calculation-rules
core business logic for calculating liabilities, overdue amounts, and totals
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
core business logic for calculating liabilities, overdue amounts, and totals
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Guidelines for managing Varisankya releases across Beta and Production tracks.
How to safely record extra payments without advancing the Varisankya subscription next due date.
Instructions for extracting the Play Store upload keystore, Firebase JSON, and passwords from Bitwarden.
Standard operating procedure for concluding an AI agent session and ensuring workspace integrity.
Guidelines for compiling Varisankya from the CLI without Android Studio.
How to correctly handle custom dates for extra subscription payments using MaterialDatePicker.
| name | Financial Calculation Rules |
| description | core business logic for calculating liabilities, overdue amounts, and totals |
This skill defines the canonical business logic for financial data display in Varisankya.
The "Remaining" amount displayed on the Home Screen Hero is NOT just future payments.
Formula:
Remaining = (Sum of All Overdue Items) + (Sum of Unpaid Items Due Today or Later in Current Month)
dueDate < today (start of day).The Home Screen Widget displays the "Top 3" most relevant payments.
Sorting Priority:
The "All Clear" state (Green Hero) should ONLY trigger if:
Overdue List is Empty ANDCurrent Month Future List is Empty.If there are no current month payments but there IS an overdue payment from last year, the state is Overdue (Red), not All Clear.