update invoice
This commit is contained in:
@@ -283,6 +283,18 @@ class ApiConstants {
|
||||
static const String getPaymentDetail =
|
||||
'/building_material.building_material.api.payment.get_detail';
|
||||
|
||||
/// Get invoice list (Frappe API)
|
||||
/// POST /api/method/building_material.building_material.api.invoice.get_list
|
||||
/// Body: { "limit_start": 0, "limit_page_length": 0 }
|
||||
static const String getInvoiceList =
|
||||
'/building_material.building_material.api.invoice.get_list';
|
||||
|
||||
/// Get invoice detail (Frappe API)
|
||||
/// POST /api/method/building_material.building_material.api.invoice.get_detail
|
||||
/// Body: { "name": "ACC-SINV-2025-00041" }
|
||||
static const String getInvoiceDetail =
|
||||
'/building_material.building_material.api.invoice.get_detail';
|
||||
|
||||
// ============================================================================
|
||||
// Project Endpoints (Frappe ERPNext)
|
||||
// ============================================================================
|
||||
|
||||
Reference in New Issue
Block a user