mirror of
https://github.com/InvoiceShelf/InvoiceShelf.git
synced 2026-09-05 23:01:07 +00:00
feat(payments): add customer ledgers and allocations (#744)
This commit is contained in:
@@ -35,6 +35,7 @@ export const API = {
|
||||
CUSTOMERS: '/api/v1/customers',
|
||||
CUSTOMERS_DELETE: '/api/v1/customers/delete',
|
||||
CUSTOMER_STATS: '/api/v1/customers', // append /{id}/stats
|
||||
CUSTOMER_STATEMENT: '/api/v1/customers', // append /{id}/statement
|
||||
|
||||
// Items & Units
|
||||
ITEMS: '/api/v1/items',
|
||||
|
||||
Reference in New Issue
Block a user