
內容簡介
總結:我們的應用程式充當您的商店與馬來西亞 LHDN 電子發票系統之間的中介軟件。它暫時收集客戶結帳信息,讓客戶填寫任何缺失的細節。一旦數據完整,該應用程式將信息提交給 LHDN 電子發票系統進行驗證,確保符合馬來西亞的稅收法規。
1. 這個外掛連接到以下外部 API,以提供符合馬來西亞 LHDN 要求的電子發票功能:
- E-Invoice App Malaysia API
- 服務供應商:o2o Ecommerce Sdn Bhd
- 目的:
- 生成並提交電子發票至 LHDN。
- 管理 WooCommerce 訂單的發票/備註記錄。
- 發送的數據:
- 訂單詳細信息(總額、稅金、項目、數量)。
- 客戶信息(姓名、電子郵件、帳單地址、稅金)。
- 商店/商戶註冊詳細信息(符合 LHDN 規定)。
- 發送數據時機:
- 管理員/客戶要求電子發票時。
- 管理員建立統一的電子發票時。
- 管理員註冊其商店時。
- 管理員取消電子發票時。
- 管理員創建/取消信用備註時。
- 管理員創建/取消借款備註時。
- 管理員創建/取消退款備註時。
- 端點:https://api.einvoiceapp.my
- 隱私政策:https://www.webceo.my/einvoice-app-for-woocommerce-privacy-policy
2. 開發/腳本 API(可選)
- 服務供應商:o2o Ecommerce Sdn Bhd
- 目的:在開發期間測試電子發票生成。
- 發送的數據:與生產 API 相同(用於測試的虛擬數據)。
- 端點:https://dev-api.einvoiceapp.my
- 註:僅在外掛處於開發模式時激活。
許可證和標誌
- 這個外掛包括以下第三方庫:
- Select 2
- 來源:https://select2.org/
- 許可證 MIT(https://github.com/select2/select2/blob/develop/LICENSE.md)
- QRCode.js
- 來源:https://davidshimjs.github.io/qrcodejs/
- 許可證 MIT(https://github.com/davidshimjs/qrcodejs/blob/master/LICENSE)
- Bootstrap
- 來源:https://getbootstrap.com/
- 許可證 MIT(https://github.com/twbs/bootstrap/blob/main/LICENSE)
- JQuery UI
- 來源:http://jqueryui.com
- 許可證 MIT(https://github.com/jquery/jquery-ui/blob/main/LICENSE.txt)
```html
<ul>
<li>應用程式扮演您的商店與馬來西亞 LHDN 電子發票系統之間的中介角色。</li>
<li>它暫時收集客戶結帳信息,讓客戶方便填寫任何缺失的細節。</li>
<li>數據完成後,該應用程式將信息提交至 LHDN 電子發票系統進行驗證,確保符合馬來西亞的稅收法規。</li>
</ul>
<ul>
<li><strong>外部服務</strong></li>
<li>
<strong>1. E-Invoice App Malaysia API</strong>
<ul>
<li><strong>服務供應商:</strong>o2o Ecommerce Sdn Bhd</li>
<li><strong>目的:</strong>生成並提交電子發票至 LHDN;管理 WooCommerce 訂單的發票/備註記錄。</li>
<li><strong>發送的數據:</strong>訂單詳細信息、客戶信息、商店/商戶註冊詳細信息。</li>
<li><strong>發送數據時機:</strong>管理員/客戶要求電子發票、建立/取消各種備註時。</li>
<li><strong>端點:</strong>https://api.einvoiceapp.my</li>
<li><strong>隱私政策:</strong>https://www.webceo.my/einvoice-app-for-woocommerce-privacy-policy</li>
</ul>
</li>
<li>
<strong>2. Development/Staging API (Optional)</strong>
<ul>
<li><strong>服務供應商:</strong>o2o Ecommerce Sdn Bhd</li>
<li><strong>目的:</strong>在開發期間測試電子發票生成。</li>
<li><strong>發送的數據:</strong>與生產 API 相同。</li>
<li><strong>端點:</strong>https://dev-api.einvoiceapp.my</li>
<li><strong>註:</strong>僅在外掛處於開發模式時激活。</li>
</ul>
</li>
</ul>
<ul>
<li><strong>許可證和標誌</strong></li>
<li>這個外掛包括了第三方庫 Select 2、QRCode.js、Bootstrap 和 JQuery UI。</li>
</ul>
```
外掛標籤
開發者團隊
原文外掛簡介
Our app acts as a middleware between your store and Malaysia’s LHDN e-invoice system. It temporarily collects customer checkout information, allowing customers to fill in any missing details. Once the data is complete, the app submits the information to the LHDN e-invoice system for validation, ensuring compliance with Malaysia’s tax regulations.
Collects customer checkout info and lets them fill in missing details easily.
Submits completed data to Malaysia’s LHDN e-invoice system for validation.
Easily integrates with Woocommerce to streamline the checkout and invoicing process.
External Services
This plugin connects to the following external APIs to provide e-invoice functionality compliant with Malaysia’s LHDN requirements:
1. E-Invoice App Malaysia API
Service Provider: o2o Ecommerce Sdn Bhd
Purpose:
Generates and submits e-invoices to LHDN.
Manages invoice/note records for WooCommerce orders.
Data Sent:
Order details (total, tax, items, quantities).
Customer info (name, email, billing address, tax).
Store/merchant registration details (for LHDN compliance).
When Data is Sent:
When an admin/customer request for e-invoice.
When an admin create the consolidated e-invoice.
When an admin register for their store.
When an admin cancel e-invoice.
When an admin create/cancel credit note.
When an admin create/cancel debit note.
When an admin create/cancel refund note.
Endpoint: https://api.einvoiceapp.my
Privacy Policy: https://www.webceo.my/einvoice-app-for-woocommerce-privacy-policy
2. Development/Staging API (Optional)
Service Provider: o2o Ecommerce Sdn Bhd
Purpose: Testing e-invoice generation during development.
Data Sent: Same as production API (mock data for testing).
Endpoint: https://dev-api.einvoiceapp.my
Note: Only active if plugin is in development mode.
License & Credits
This plugin includes the following third-party libraries:
Select 2
source: https://select2.org/
License MIT (https://github.com/select2/select2/blob/develop/LICENSE.md)
QRCode.js
source: https://davidshimjs.github.io/qrcodejs/
License MIT (https://github.com/davidshimjs/qrcodejs/blob/master/LICENSE)
Bootstrap
source: https://getbootstrap.com/
License MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
JQuery UI
source: http://jqueryui.com
License MIT (https://github.com/jquery/jquery-ui/blob/main/LICENSE.txt)
