feat: implement sales invoices module with comprehensive functionality
- Introduced a new Sales Invoices module, including routes for creating, editing, and viewing sales invoices. - Added components for invoice forms, detail views, and index pages, enhancing user experience and data management. - Integrated language support for English and Indonesian in the sales invoices module. - Developed remote data services and transformers for handling sales invoice data, ensuring robust data operations. - Implemented unit tests to validate functionality and reliability across the new module. These changes enhance the application by providing a structured approach to sales invoice management, improving user experience and data handling.
This commit is contained in:
@@ -232,6 +232,9 @@
|
||||
"brand": "Brand",
|
||||
"url": "URL",
|
||||
"images": "Images",
|
||||
"salesOrder": "Sales Order",
|
||||
"packingSlip": "Packing Slip",
|
||||
"invoice": "Invoice",
|
||||
"salesRequest": "Sales Request",
|
||||
"lineTotal": "Line Total"
|
||||
},
|
||||
|
||||
@@ -232,6 +232,9 @@
|
||||
"brand": "Merek",
|
||||
"url": "URL",
|
||||
"images": "Gambar",
|
||||
"salesOrder": "Pesanan Penjualan",
|
||||
"packingSlip": "Surat Jalan",
|
||||
"invoice": "Faktur",
|
||||
"salesRequest": "Permintaan Penjualan",
|
||||
"lineTotal": "Total Baris"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user