Accounting Wire Check
Verify all buttons and actions are properly wired
Total Pages
35
Total Buttons
51
Wired
51
Stub
0
Missing
0
BankingAccounts/bankingaccounts
| Status | Button | Action | Wiring |
|---|---|---|---|
| Add Account | bankAccountCreate | wired |
BankingTransactions/bankingtransactions
| Status | Button | Action | Wiring |
|---|---|---|---|
| Import Statement | bankImportPreview | wired | |
| Commit Import | bankImportCommit | wired |
BankFeeds/bankfeeds
| Status | Button | Action | Wiring |
|---|---|---|---|
| Upload CSV | bankImportCsv | wired | |
| Upload PDF | bankImportPdf | wired |
BankReconcile/bankreconcile
| Status | Button | Action | Wiring |
|---|---|---|---|
| Start Reconciliation | bankReconcileStart | wired | |
| Match Transaction | bankReconcileMatch | wired | |
| Finish Reconciliation | bankReconcileFinish | wired |
BankMatchRules/bankmatchrules
| Status | Button | Action | Wiring |
|---|---|---|---|
| Create Rule | bankRulesUpsert | wired | |
| Delete Rule | bankRulesDelete | wired | |
| Simulate Rules | bankRulesSimulate | wired |
SalesCustomers/salescustomers
| Status | Button | Action | Wiring |
|---|---|---|---|
| Add Customer | customerCreate | wired |
SalesInvoices/salesinvoices
| Status | Button | Action | Wiring |
|---|---|---|---|
| Create Invoice | invoiceCreate | wired | |
| Send Invoice | invoiceSendWithPortalLink | wired |
SalesEstimates/salesestimates
| Status | Button | Action | Wiring |
|---|---|---|---|
| Create Estimate | estimateCreate | wired |
ReceivePayment/receivepayment
| Status | Button | Action | Wiring |
|---|---|---|---|
| Record Payment | receivePaymentCreate | wired |
CreditNotes/creditnotes
| Status | Button | Action | Wiring |
|---|---|---|---|
| Create Credit Note | creditnoteCreate | wired |
CustomerStatements/customerstatements
| Status | Button | Action | Wiring |
|---|---|---|---|
| Generate Statement | customerStatement | wired |
AgedReceivables/agedreceivables
| Status | Button | Action | Wiring |
|---|---|---|---|
| Generate Report | reportAgedReceivables | wired |
ExpensesSuppliers/expensessuppliers
| Status | Button | Action | Wiring |
|---|---|---|---|
| Add Supplier | supplierCreate | wired |
ExpensesBills/expensesbills
| Status | Button | Action | Wiring |
|---|---|---|---|
| Create Bill | billCreate | wired | |
| Record Payment | supplierPaymentCreate | wired |
PurchaseOrders/purchaseorders
| Status | Button | Action | Wiring |
|---|---|---|---|
| Create PO | purchaseOrderCreate | wired | |
| Approve PO | purchaseOrderApprove | wired |
WriteCheque/writecheque
| Status | Button | Action | Wiring |
|---|---|---|---|
| Write Cheque | writeChequeCreate | wired |
Journals/journals
| Status | Button | Action | Wiring |
|---|---|---|---|
| Create Journal | journalCreate | wired |
ChartOfAccounts/chartofaccounts
| Status | Button | Action | Wiring |
|---|---|---|---|
| Seed COA | coaSeedMinimal | wired |
InventoryProducts/inventoryproducts
| Status | Button | Action | Wiring |
|---|---|---|---|
| Add Product | productCreate | wired |
InventoryAdjustments/inventoryadjustments
| Status | Button | Action | Wiring |
|---|---|---|---|
| Create Adjustment | inventoryAdjustCreate | wired |
Stocktakes/stocktakes
| Status | Button | Action | Wiring |
|---|---|---|---|
| Create Stocktake | stocktakeCreate | wired | |
| Post Stocktake | stocktakePost | wired |
TrialBalance/trialbalance
| Status | Button | Action | Wiring |
|---|---|---|---|
| Generate Report | reportTrialBalance | wired |
ProfitAndLoss/profitandloss
| Status | Button | Action | Wiring |
|---|---|---|---|
| Generate Report | reportProfitAndLoss | wired |
BalanceSheet/balancesheet
| Status | Button | Action | Wiring |
|---|---|---|---|
| Generate Report | reportBalanceSheet | wired |
CashFlowIndirect/cashflowindirect
| Status | Button | Action | Wiring |
|---|---|---|---|
| Generate Report | reportCashFlowIndirect | wired |
CoaMerge/coamerge
| Status | Button | Action | Wiring |
|---|---|---|---|
| Preview Merge | coaMergePreview | wired | |
| Execute Merge | coaMergeExecute | wired |
CurrencySettings/currencysettings
| Status | Button | Action | Wiring |
|---|---|---|---|
| Save Settings | setCurrencySettings | wired |
FxRates/fxrates
| Status | Button | Action | Wiring |
|---|---|---|---|
| Add Rate | fxRateUpsert | wired | |
| Import CSV | fxRateImportCsv | wired |
RevaluationARAP/revaluationarap
| Status | Button | Action | Wiring |
|---|---|---|---|
| Revalue | revalueOpenItemsARAP | wired |
RevaluationBank/revaluationbank
| Status | Button | Action | Wiring |
|---|---|---|---|
| Revalue | revalueBankBalances | wired |
PeriodLocks/periodlocks
| Status | Button | Action | Wiring |
|---|---|---|---|
| Lock Period | periodLockSet | wired | |
| Unlock Period | periodLockUnlock | wired |
YearEndCloseWizard/yearendclosewizard
| Status | Button | Action | Wiring |
|---|---|---|---|
| Close Year | yearEndClose | wired |
AdminMembers/adminmembers
| Status | Button | Action | Wiring |
|---|---|---|---|
| Invite Member | membersInvite | wired | |
| Update Role | membersUpdateRole | wired |
ImportCentre/importcentre
| Status | Button | Action | Wiring |
|---|---|---|---|
| Create Job | importCreateJob | wired | |
| Commit Import | importCommit | wired |
ExportCentre/exportcentre
| Status | Button | Action | Wiring |
|---|---|---|---|
| Export CSV | exportCsv | wired | |
| Export NDJSON | exportNdjson | wired |
JSON Report
{
"summary": {
"totalPages": 35,
"totalButtons": 51,
"wired": 51,
"stub": 0,
"missing": 0
},
"pageWirings": [
{
"page": "BankingAccounts",
"route": "/bankingaccounts",
"buttons": [
{
"label": "Add Account",
"action": "bankAccountCreate",
"status": "wired"
}
]
},
{
"page": "BankingTransactions",
"route": "/bankingtransactions",
"buttons": [
{
"label": "Import Statement",
"action": "bankImportPreview",
"status": "wired"
},
{
"label": "Commit Import",
"action": "bankImportCommit",
"status": "wired"
}
]
},
{
"page": "BankFeeds",
"route": "/bankfeeds",
"buttons": [
{
"label": "Upload CSV",
"action": "bankImportCsv",
"status": "wired"
},
{
"label": "Upload PDF",
"action": "bankImportPdf",
"status": "wired"
}
]
},
{
"page": "BankReconcile",
"route": "/bankreconcile",
"buttons": [
{
"label": "Start Reconciliation",
"action": "bankReconcileStart",
"status": "wired"
},
{
"label": "Match Transaction",
"action": "bankReconcileMatch",
"status": "wired"
},
{
"label": "Finish Reconciliation",
"action": "bankReconcileFinish",
"status": "wired"
}
]
},
{
"page": "BankMatchRules",
"route": "/bankmatchrules",
"buttons": [
{
"label": "Create Rule",
"action": "bankRulesUpsert",
"status": "wired"
},
{
"label": "Delete Rule",
"action": "bankRulesDelete",
"status": "wired"
},
{
"label": "Simulate Rules",
"action": "bankRulesSimulate",
"status": "wired"
}
]
},
{
"page": "SalesCustomers",
"route": "/salescustomers",
"buttons": [
{
"label": "Add Customer",
"action": "customerCreate",
"status": "wired"
}
]
},
{
"page": "SalesInvoices",
"route": "/salesinvoices",
"buttons": [
{
"label": "Create Invoice",
"action": "invoiceCreate",
"status": "wired"
},
{
"label": "Send Invoice",
"action": "invoiceSendWithPortalLink",
"status": "wired"
}
]
},
{
"page": "SalesEstimates",
"route": "/salesestimates",
"buttons": [
{
"label": "Create Estimate",
"action": "estimateCreate",
"status": "wired"
}
]
},
{
"page": "ReceivePayment",
"route": "/receivepayment",
"buttons": [
{
"label": "Record Payment",
"action": "receivePaymentCreate",
"status": "wired"
}
]
},
{
"page": "CreditNotes",
"route": "/creditnotes",
"buttons": [
{
"label": "Create Credit Note",
"action": "creditnoteCreate",
"status": "wired"
}
]
},
{
"page": "CustomerStatements",
"route": "/customerstatements",
"buttons": [
{
"label": "Generate Statement",
"action": "customerStatement",
"status": "wired"
}
]
},
{
"page": "AgedReceivables",
"route": "/agedreceivables",
"buttons": [
{
"label": "Generate Report",
"action": "reportAgedReceivables",
"status": "wired"
}
]
},
{
"page": "ExpensesSuppliers",
"route": "/expensessuppliers",
"buttons": [
{
"label": "Add Supplier",
"action": "supplierCreate",
"status": "wired"
}
]
},
{
"page": "ExpensesBills",
"route": "/expensesbills",
"buttons": [
{
"label": "Create Bill",
"action": "billCreate",
"status": "wired"
},
{
"label": "Record Payment",
"action": "supplierPaymentCreate",
"status": "wired"
}
]
},
{
"page": "PurchaseOrders",
"route": "/purchaseorders",
"buttons": [
{
"label": "Create PO",
"action": "purchaseOrderCreate",
"status": "wired"
},
{
"label": "Approve PO",
"action": "purchaseOrderApprove",
"status": "wired"
}
]
},
{
"page": "WriteCheque",
"route": "/writecheque",
"buttons": [
{
"label": "Write Cheque",
"action": "writeChequeCreate",
"status": "wired"
}
]
},
{
"page": "Journals",
"route": "/journals",
"buttons": [
{
"label": "Create Journal",
"action": "journalCreate",
"status": "wired"
}
]
},
{
"page": "ChartOfAccounts",
"route": "/chartofaccounts",
"buttons": [
{
"label": "Seed COA",
"action": "coaSeedMinimal",
"status": "wired"
}
]
},
{
"page": "InventoryProducts",
"route": "/inventoryproducts",
"buttons": [
{
"label": "Add Product",
"action": "productCreate",
"status": "wired"
}
]
},
{
"page": "InventoryAdjustments",
"route": "/inventoryadjustments",
"buttons": [
{
"label": "Create Adjustment",
"action": "inventoryAdjustCreate",
"status": "wired"
}
]
},
{
"page": "Stocktakes",
"route": "/stocktakes",
"buttons": [
{
"label": "Create Stocktake",
"action": "stocktakeCreate",
"status": "wired"
},
{
"label": "Post Stocktake",
"action": "stocktakePost",
"status": "wired"
}
]
},
{
"page": "TrialBalance",
"route": "/trialbalance",
"buttons": [
{
"label": "Generate Report",
"action": "reportTrialBalance",
"status": "wired"
}
]
},
{
"page": "ProfitAndLoss",
"route": "/profitandloss",
"buttons": [
{
"label": "Generate Report",
"action": "reportProfitAndLoss",
"status": "wired"
}
]
},
{
"page": "BalanceSheet",
"route": "/balancesheet",
"buttons": [
{
"label": "Generate Report",
"action": "reportBalanceSheet",
"status": "wired"
}
]
},
{
"page": "CashFlowIndirect",
"route": "/cashflowindirect",
"buttons": [
{
"label": "Generate Report",
"action": "reportCashFlowIndirect",
"status": "wired"
}
]
},
{
"page": "CoaMerge",
"route": "/coamerge",
"buttons": [
{
"label": "Preview Merge",
"action": "coaMergePreview",
"status": "wired"
},
{
"label": "Execute Merge",
"action": "coaMergeExecute",
"status": "wired"
}
]
},
{
"page": "CurrencySettings",
"route": "/currencysettings",
"buttons": [
{
"label": "Save Settings",
"action": "setCurrencySettings",
"status": "wired"
}
]
},
{
"page": "FxRates",
"route": "/fxrates",
"buttons": [
{
"label": "Add Rate",
"action": "fxRateUpsert",
"status": "wired"
},
{
"label": "Import CSV",
"action": "fxRateImportCsv",
"status": "wired"
}
]
},
{
"page": "RevaluationARAP",
"route": "/revaluationarap",
"buttons": [
{
"label": "Revalue",
"action": "revalueOpenItemsARAP",
"status": "wired"
}
]
},
{
"page": "RevaluationBank",
"route": "/revaluationbank",
"buttons": [
{
"label": "Revalue",
"action": "revalueBankBalances",
"status": "wired"
}
]
},
{
"page": "PeriodLocks",
"route": "/periodlocks",
"buttons": [
{
"label": "Lock Period",
"action": "periodLockSet",
"status": "wired"
},
{
"label": "Unlock Period",
"action": "periodLockUnlock",
"status": "wired"
}
]
},
{
"page": "YearEndCloseWizard",
"route": "/yearendclosewizard",
"buttons": [
{
"label": "Close Year",
"action": "yearEndClose",
"status": "wired"
}
]
},
{
"page": "AdminMembers",
"route": "/adminmembers",
"buttons": [
{
"label": "Invite Member",
"action": "membersInvite",
"status": "wired"
},
{
"label": "Update Role",
"action": "membersUpdateRole",
"status": "wired"
}
]
},
{
"page": "ImportCentre",
"route": "/importcentre",
"buttons": [
{
"label": "Create Job",
"action": "importCreateJob",
"status": "wired"
},
{
"label": "Commit Import",
"action": "importCommit",
"status": "wired"
}
]
},
{
"page": "ExportCentre",
"route": "/exportcentre",
"buttons": [
{
"label": "Export CSV",
"action": "exportCsv",
"status": "wired"
},
{
"label": "Export NDJSON",
"action": "exportNdjson",
"status": "wired"
}
]
}
]
}