Token导航 LogoToken导航TokenDH.com
研究检索只读github未标认证来源可访问许可证需确认审计通过

revenue-recognition-accounting收入确认会计

Agent Skill

revenue-recognition-accounting 用于查找、检索和筛选相关信息,适合在 Codex、Claude、Cursor、Gemini CLI 中需要根据关键词、任务场景或来源线索快速定位候选结果时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

582

周安装

24

GitHub Stars

19

下载量

190
CodexClaudeCursorGemini CLI

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:revenue-recognition-accounting(收入确认会计)
来源仓库:https://github.com/finsilabs/awesome-ecommerce-skills
仓库路径:skills/revenue-recognition-accounting
安装命令:
npx skills add https://github.com/finsilabs/awesome-ecommerce-skills --skill revenue-recognition-accounting
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 npx skills 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

skills.shnpx skills
npx skills add https://github.com/finsilabs/awesome-ecommerce-skills --skill revenue-recognition-accounting

简介

revenue-recognition-accounting 用于查找、检索和筛选收入确认会计准则与实务指南。

  • 适用于财务合规、审计准备或 ERP 系统配置的场景。
  • 通过 GitHub 安装,使用 npx skills add 命令从指定仓库添加技能。
  • 使用前需确认权限范围和维护状态,注意是否涉及法规条文引用或数据修改。
  • 适用宿主包括 Codex、Claude、Cursor、Gemini CLI,接入前应确认版本、权限和运行环境要求。

SKILL.md

Revenue Recognition Accounting (ASC 606 / IFRS 15)

Overview

Revenue recognition determines when you can record revenue in your financial statements. Under ASC 606 (US GAAP) and IFRS 15, revenue is recognized when — or as — performance obligations are satisfied, not simply when cash is received. This matters enormously for subscriptions (revenue earned monthly even if billed annually), gift cards (revenue earned only on redemption), and bundled products (where a warranty component must be deferred).

Getting revenue recognition right protects you from audit findings, builds investor trust, and ensures your financial statements accurately reflect business performance.

This skill guides you through the practical setup of revenue recognition using your accounting system, platform integrations, and relevant apps.

When to Use This Skill

  • When you sell subscription products (monthly boxes, replenishment subscriptions, memberships)
  • When you sell bundled offers (product + warranty + service in one SKU)
  • When you issue gift cards, store credit, or prepaid plans
  • When you recognize revenue from third-party marketplaces (Amazon, eBay)
  • When preparing GAAP or IFRS financials for investors, auditors, or a financing round
  • When building a data pipeline that automatically posts revenue recognition journal entries
  • When you need to separate recognized revenue from cash receipts in your financial model

Core Instructions

Step 1: Identify which revenue types require special treatment

Most standard ecommerce product sales (order placed → shipped → delivered) are straightforward: recognize revenue at delivery. The complexity arises with these arrangements:

Revenue TypeRecognition RuleCommon Mistake
Physical product (single sale)Recognize at delivery (when control transfers to customer)Recognizing at order placement instead of delivery
Subscription (annual or multi-month)Recognize ratably over the subscription periodRecognizing full annual payment in month 1
Gift cardsRecognize at redemption; handle unredeemed breakage separatelyRecognizing at sale
Extended warrantyRecognize ratably over the warranty periodRecognizing 100% at product shipment
Bundle (product + service)Allocate price across components; recognize each independentlyRecognizing 100% at shipment of physical component
Buy Now Pay LaterRecognize at delivery (BNPL provider pays you immediately; installment risk is theirs)No special treatment needed; straightforward
Marketplace sales (as principal)Recognize gross revenue; record fees as cost of revenueNet revenue recognition (agent treatment) when you control inventory
Marketplace sales (as agent)Recognize only your net commissionGross revenue recognition when you do not control inventory

Step 2: Set up your accounting system for proper revenue recognition

The right tool depends on your business complexity and accounting system:


For subscription businesses

Shopify (subscription apps):

  1. Use Recharge or Skio for subscription management on Shopify — both apps create orders in Shopify for each billing cycle
  2. Connect Shopify to Xero via A2X or to QuickBooks via Finaloop
  3. In Xero, revenue from subscription orders is recognized when the order is created (each billing cycle) — for monthly subscriptions billed monthly, this is correct
  4. For annual subscriptions: You need to spread the payment across 12 months. In Xero:

- Create the invoice when the subscription starts (e.g., $120 annual) - Post the full $120 to a Deferred Revenue liability account - Each month, create a recurring journal entry: DR Deferred Revenue $10 / CR Subscription Revenue $10 - Use Xero's Repeating Transactions feature to automate this

QuickBooks Online approach for annual subscriptions:

  1. When annual payment received: create an invoice for $120, post to "Deferred Revenue" (liability account)
  2. Create a recurring journal entry (monthly): DR Deferred Revenue $10 / CR Subscription Revenue $10
  3. QuickBooks recurring transactions: + New → Journal Entry → Make recurring

Dedicated revenue recognition tools:

  • Younium or Chargebee (if using subscription billing): Both have built-in revenue recognition that automatically defers and releases subscription revenue on the correct schedule; export to accounting system
  • Recurly + Sage Intacct: For larger subscription businesses; Recurly handles billing, Sage Intacct handles automated GAAP-compliant revenue recognition

For gift cards

Shopify:

  1. When a gift card is purchased, Shopify records it as a sale in the platform — but for accounting purposes, this is a liability (deferred revenue), not revenue
  2. In your accounting system: post gift card sales to Gift Card Liability (liability account), not revenue
  3. When a gift card is redeemed (applied to an order): transfer from Gift Card Liability to Revenue
  4. Breakage: For gift cards that are never redeemed, recognize the expected breakage amount as revenue either:

- Proportionally as cards are redeemed (preferred if you can estimate breakage reliably), OR - When redemption is considered remote (typically after 3–5 years of inactivity)

  1. Practical setup in QuickBooks/Xero: Create a "Gift Card Liability" account; when the accounting integration posts a gift card sale, manually reclassify it to the liability account; when redeemed, reclassify to revenue

A2X for Shopify: A2X allows you to configure how different Shopify transaction types post to your accounting system — set gift card sales to post to a deferred revenue account and gift card redemptions to post to a revenue account.


For product bundles with warranties

Manual approach (most common for small-to-mid-size merchants):

  1. Determine the standalone selling price (SSP) of each component:

- Product SSP: What you would sell it for without the bundle - Warranty SSP: What you would charge for the warranty alone (or estimate using cost-plus-margin)

  1. Allocate the bundle price proportionally: Example: Bundle = $150 (product + 1-year warranty) Product SSP: $130, Warranty SSP: $30, Total SSP: $160 Product allocation: $150 × ($130/$160) = $121.88 Warranty allocation: $150 × ($30/$160) = $28.12
  2. Post journal entries:

- At payment receipt: DR Cash $150 / CR Deferred Revenue $150 - At shipment: DR Deferred Revenue $121.88 / CR Product Revenue $121.88 - Monthly (over 12 months): DR Deferred Revenue $2.34 / CR Warranty Revenue $2.34

  1. In QuickBooks/Xero: Create a Deferred Revenue – Warranty liability account for the warranty component; set up a recurring journal entry to release $2.34/month per warranty sold

Step 3: Handle the physical product timing issue

The most common revenue recognition error for ecommerce: recognizing revenue at order placement instead of delivery.

Under ASC 606: For physical goods, revenue is recognized when the customer obtains control — typically at delivery, not at checkout.

Practical impact:

  • Orders placed December 30 but delivered January 3 should be recognized in January, not December
  • If you have many orders in transit at period-end (year-end or quarter-end), this creates a timing difference

How to handle in practice:

For most merchants with short transit times (1–3 days), the difference between order date and delivery date is immaterial and auditors typically accept recognition at shipment. However, if you have:

  • Long transit times (>7 days)
  • Significant holiday rush shipping in late December
  • GAAP audited financials

...then you need to accrue for in-transit revenue:

  1. At period-end, pull a list of all shipped but undelivered orders (from your shipping carrier or ShipStation)
  2. Calculate their total value
  3. Record a journal entry: DR Revenue / CR Deferred Revenue – In Transit (for the in-transit amount)
  4. Reverse the entry on the first day of the next period

Step 4: Set up deferred revenue tracking

Maintain a running deferred revenue balance to verify your accounting is correct.

Monthly deferred revenue reconciliation (in a spreadsheet):

Opening Deferred Revenue Balance
+ New deferrals this month (gift cards sold + subscription annual billings + warranty components)
- Revenue released this month (gift card redemptions + monthly subscription recognition + warranty releases)
- Refunds/cancellations
= Closing Deferred Revenue Balance

Should equal: Deferred Revenue balance on your balance sheet

If the calculated balance does not match your balance sheet, there is a missing journal entry.

Review checklist each month:

  • All gift card sales posted to liability account (not revenue)
  • Monthly subscription revenue recognition journal entries posted
  • Warranty component deferrals released for the month
  • In-transit accrual reversed from prior month; new in-transit accrual posted
  • Deferred revenue reconciliation ties to balance sheet

Step 5: Principal vs. agent determination for marketplace revenue

If you sell through Amazon, eBay, or other marketplaces, determine whether you are a principal or an agent:

You are a principal if:

  • You control the inventory before it is transferred to the customer (i.e., Amazon FBA inventory is yours)
  • You bear inventory risk (unsold items are your problem)
  • You set the selling price

→ Recognize gross revenue (full selling price); record Amazon fees as cost of revenue

You are an agent if:

  • A third party controls the inventory
  • The marketplace sets the price or has primary pricing authority
  • You earn a commission only

→ Recognize only your net commission

Most Amazon FBA sellers are principals and should recognize gross revenue. If you are unsure, consult your accountant.

Best Practices

  • Automate deferred revenue releases — build recurring journal entries in QuickBooks or Xero for all subscription and warranty revenue recognition; monthly manual entries will be missed eventually
  • Maintain a contract obligation register — for any bundle or subscription with multiple performance obligations, maintain a spreadsheet tracking the allocated price, recognition schedule, and amount remaining
  • Separate revenue accounts by obligation type — use distinct GL accounts for product revenue, subscription revenue, warranty revenue, and gift card redemptions; simplifies disclosure and audit support
  • Reconcile deferred revenue to cash receipts monthly — the ending deferred revenue balance should reconcile to cash received less revenue recognized; any gap indicates missing journal entries
  • Document your SSP methodology — auditors will ask how you determined standalone selling prices; use observable market prices where available and document the approach for every bundle type
  • Apply a variable consideration constraint for returns — based on historical return rates by category, reduce recognized revenue at delivery by expected returns; record a refund liability for the expected return amount

Common Pitfalls

ProblemSolution
Revenue recognized at checkout instead of deliveryFor physical goods, recognize when the carrier marks the shipment as delivered; post a deferred revenue entry at order placement and recognize at the delivery trigger event
Full bundle price recognized at shipmentSplit the bundle price across performance obligations using SSPs; defer the warranty/service component and release ratably over the service period
Gift card revenue recognized at saleGift card revenue is a deferred liability until redemption; post to a liability account at sale; recognize at redemption
Subscription prorations done by calendar month instead of by dayMid-month subscription starts should be recognized pro-rata by exact days, not calendar month; a subscription started on the 15th of a 30-day month recognizes 16/30 of the monthly fee in month 1
Not reassessing variable consideration (returns) each periodReturn rates change over time; re-estimate expected returns monthly and record a catch-up adjustment in the current period
Recording Amazon payout net of fees as revenueIf you are a principal on Amazon, record the full selling price as gross revenue and Amazon's fees as cost of revenue/selling expenses separately

Related Skills

  • @financial-reporting-dashboard
  • @financial-analytics-dashboard
  • @cash-flow-forecasting
  • @marketplace-fee-reconciliation

适合场景

01

用户想查找某类 Agent Skill 时

02

需要根据任务场景推荐可安装能力包时

03

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

Codex

34.95%
按下载量换算66

Claude

29.08%
按下载量换算55

Cursor

21.68%
按下载量换算41

Gemini CLI

10.95%
按下载量换算21

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

通过

权限和风险

只读

该 Skill 主要提供规则、说明或参考内容,本身偏只读;真正读写文件、联网或执行命令仍取决于宿主 Agent 的任务。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills