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:
shancheas
2026-08-27 17:43:34 +07:00
parent 133e73a070
commit 15efa358f9
63 changed files with 2020 additions and 51 deletions
@@ -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"
},