store-manage/lang/zh_CN/finance.php

44 lines
1.4 KiB
PHP

<?php
return [
'ledger' => [
'id' => 'ID',
'date' => '日期',
'store' => '门店',
'sales' => '销量',
'expenditure' => '支出',
'new_customers' => '新增客户',
'handover_amount' => '交账金额',
'ledger_amount' => '总账金额',
'ledger_difference' => '总账差异',
'expected_commission' => '预期佣金',
'actual_commission' => '实际佣金',
'expected_income' => '预期收益',
'actual_income' => '实际收益',
'photos' => '上传图片',
'ledger_status' => '状态',
'created_at' => '创建时间',
'updated_at' => '更新时间',
'approval' => '审核',
'approval_result' => '审核结果',
'failed_reason' => '驳回原因',
],
'store_master_commission' => [
'id' => 'ID',
'month' => '月份',
'store' => '门店',
'store_master' => '店长',
'commission' => '佣金',
'daily_expenses' => '日常支出',
'employee_expenses' => '员工支出',
'other_expenses' => '其他支出',
'approval' => '审核',
'approval_status' => '状态',
'approval_result' => '审核结果',
'failed_reason' => '驳回原因',
'created_at' => '创建时间',
'updated_at' => '更新时间',
],
];