问题描述
您好
我正在c#windows中创建应用程序。我正在创建工资单形式。
所有都在公式中给出.Basic Pay [ BP]是固定的,给定为300卢比。
[HR]得到[BP]的公式5% = 1500¥b $ b b b b b b b b b b b b b b b b b b b b b b b b b b <$ strong $ -----------------------------
id 工资名称 &NBSP; 公式 &NBSP; &NBSP;%&NBSP; &NBSP;金额
BP &NBSP;基本工资 -
&NBSP; &NBSP; &NBSP; 30000
CA &NBSP;城市津贴 &NBSP; &NBSP; &NBSP; &NBSP; &NBSP; &NBSP; &NBSP; &NBSP; &NBSP; [BP]鸟&NBSP; &NBSP; &NBSP; 10 NBSP; &NBSP; &NBSP; 3000&NBSP; &NBSP; &NBSP; &NBSP; 10%[BP]
HR 房屋租金津贴 [BP]
&NBSP; &NBSP; &NBSP; 5&NBSP; &NBSP; &NBSP; &NBSP; &NBSP; 1500
5%[BP]
I am creating application in c# windows.I am am creating Pay slip form
All is given in formula.Basic Pay[BP] is fixed it is given as Rs 30000
[HR] has got Formula 5% of [BP] =1500
for example
Earnings
----------------------------------
id salary name Formula % amount
BP Basic Pay - 30000
CA City Allowance [BP] 10 3000 10% of [BP]
HR House rent allowance [BP] 5 1500 5% of [BP]
扣减
--------------------- --------------------------------------
ID&NBSP; &NBSP;工资名称 &NBSP; 公式 &NBSP;
&NBSP; &NBSP; %&NBSP; &NBSP; 金额
EO EPF贡献 [BP] + [CA] + [SA] &NBSP; 10 NBSP; &NBSP; &NBSP; &NBSP; &NBSP; &NBSP; 3300&NBSP; &NBSP; &NBSP;这里[SA]是0
id salary name Formula % amount
EO EPF Contribution [BP]+ [CA] + [SA] 10 3300 here [SA] is 0
[SA]是特殊津贴 如果我们在收入中添加[SA],那么[SA]最初为零,因为它不在收入中
[SA] is special allowance in earnings .[SA] is zero initially because it is not there in in earnings
中,&NBSP;应在[EO] => [BP] + [CA] + [SA]
if we add [SA] in earnings ,the value should be added in [EO]=> [BP]+ [CA] + [SA]
中添加值,例如,如果我们添加 [SA]收入
for example if we add [SA] in earnings
id 工资名称
公式 &NBSP; &NBSP;%&NBSP; &NBSP;金额
BP &NBSP;基本工资 -
&NBSP; &NBSP; &NBSP; 30000
CA &NBSP;城市津贴 &NBSP; &NBSP; &NBSP; &NBSP; &NBSP; &NBSP; &NBSP; &NBSP; &NBSP; [BP]鸟&NBSP; &NBSP; &NBSP; 10 NBSP; &NBSP; &NBSP; 3000&NBSP; &NBSP; &NBSP; &NBSP; 10%[BP]
HR 房屋租金津贴 [BP]
&NBSP; &NBSP; &NBSP; 5&NBSP; &NBSP; &NBSP; &NBSP; 1500
5%[BP]
BP Basic Pay - 30000
CA City Allowance [BP] 10 3000 10% of [BP]
HR House rent allowance [BP] 5 1500 5% of [BP]
SA 特殊津贴 &NBSP; &NBSP; &NBSP; &NBSP; &NBSP; &NBSP; &NBSP; [BP]鸟&NBSP; &NBSP; &NBSP; 15&NBSP; &NBSP; &NBSP; &NBSP; 4500&NBSP; &NBSP; &NBSP; &NBSP; 15%的[BP]
SA special allowance [BP] 15 4500 15% of [BP]
现在支出
id &NBSP;工资名称
公式 &NBSP;
&NBSP; &NBSP; %&NBSP;
金额
EO EPF贡献
[BP] + [CA] + [SA] &NBSP; 10 NBSP; &NBSP; &NBSP; &NBSP; &NBSP; &NBSP; 3750
id salary name Formula % amount
EO EPF Contribution [BP]+ [CA] + [SA] 10 3750
请 帮我搞定公式计算 。这是紧急的
Please help me to get formula calculation .It is urgent one
谢谢和问候
Nr
推荐答案
抱歉,我不明白你想做什么,这个论坛正在讨论并询问有关Windows Form和ClickOnce的问题,是你的与此
相关的问题 主题 ?
Sorry I can not understand what do you want to do, this forum is discussing and asking questions about the Windows Form and ClickOnce, is your question related to thistopic?
我不确定你想做什么,我担心你的描述是 有点令人困惑,所以请提供你问题的更多细节。
I'm not sure what do you want to do, and I'm afraid your description is abit confusing, so please provide more details for your problem.
问候,
Stanly
这篇关于工资单计算的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!