三陽零件折扣計算

帳單月份: {{ currentYear }} 年 {{ currentMonth }} 月

本月應收款 (特價+打折-退貨)

{{ formatCurrency(finalReceivable) }}

月銷貨總額

{{ formatCurrency(monthSales) }}

打折後 ({{ discountRate % 10 === 0 ? discountRate / 10 : discountRate }}折)

{{ formatCurrency(discounted) }}

銷貨退回總計

{{ formatCurrency(totalReturns) }}
零件加總 {{ formatCurrency(totalParts) }}
特價加總 {{ formatCurrency(totalSpecial) }}
零件(扣退貨) {{ formatCurrency(partsAfterReturn) }}
總筆數 {{ totalCount }} 筆
退貨(非零件) {{ formatCurrency(totalReturnNonParts) }}
退貨(零件) {{ formatCurrency(totalReturnParts) }}

退貨輸入區 字尾加「*」判別為特價零件不折扣 (如 800*或是*800都將判斷為不可折扣)

退貨(零件) 退貨(非零件) (*)

主要輸入區 字尾加「*」判別為特價零件 (如 800*)

一般零件 特價零件 (*)
{{ idx + 1 }}

查詢歷史紀錄

點擊下方紀錄即可將資料載入至畫面 (將覆蓋當前畫面未儲存的內容)

目前還沒有任何儲存的紀錄

{{ rec.year }} 年 {{ rec.month }} 月
儲存時間: {{ new Date(rec.savedAt).toLocaleString() }}
應收款
{{ formatCurrency(rec.finalReceivable) }}

系統設定 - 主料號、型號與折數管理

輸入「70」為 7 折,輸入「65」為 65 折。變更後會自動儲存並套用至計算。
{{ cat.name }}
目前沒有主料號

主料號: {{ selectedCategory.name }} - 型號設定

型號名稱 價格 牌價 操作
{{ mod.name }} {{ mod.price }} {{ mod.listPrice }}
目前沒有型號,請在上方新增
請在左側選擇或新增一個主料號
儲存中... 資料會自動儲存

主料號: {{ activeLookupCategory.name }}

找不到符合「{{ lookupSearchQuery }}」的型號或價格

{{ mod.name }}
價格
{{ mod.price }}
牌價
{{ mod.listPrice }}