mirror of
https://github.com/frappe/erpnext.git
synced 2026-08-25 04:53:01 +00:00
Extends the Phase-0 characterization suite with 3 PR scenarios: pr_basic, pr_with_taxes, pr_return — all using _Test Company with perpetual inventory (TCP1) so stock-received GL entries are produced. Also refreshes se_material_issue.json (cumulative stock on test-erpnext-v17 shifted the outgoing valuation rate). 29 snapshots total, all green.
31 lines
723 B
JSON
31 lines
723 B
JSON
[
|
|
{
|
|
"account": "Stock In Hand - TCP1",
|
|
"account_currency": "INR",
|
|
"against": "Stock Received But Not Billed - TCP1",
|
|
"cost_center": "Main - TCP1",
|
|
"credit": 0.0,
|
|
"credit_in_account_currency": 0.0,
|
|
"debit": 500.0,
|
|
"debit_in_account_currency": 500.0,
|
|
"is_opening": "No",
|
|
"party": null,
|
|
"party_type": null,
|
|
"posting_date": "2024-01-15"
|
|
},
|
|
{
|
|
"account": "Stock Received But Not Billed - TCP1",
|
|
"account_currency": "INR",
|
|
"against": "Stock In Hand - TCP1",
|
|
"cost_center": "Main - TCP1",
|
|
"credit": 500.0,
|
|
"credit_in_account_currency": 500.0,
|
|
"debit": 0.0,
|
|
"debit_in_account_currency": 0.0,
|
|
"is_opening": "No",
|
|
"party": null,
|
|
"party_type": null,
|
|
"posting_date": "2024-01-15"
|
|
}
|
|
]
|