嘿!想要一个库存样本模块 [英] Hey! Want a sample module for inventory

查看:77
本文介绍了嘿!想要一个库存样本模块的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

研究员我想要一个模块,当生成账单时,所有包含的项目都应从股票中扣除


请帮助!谢谢!

解决方案


我想要一个模块,其中生成账单时所包含的所有项目都应该从股票中扣除 






为什么我觉得这是课程作业?



考虑这个基本逻辑:



int stock_on_hand = 123;

int items_sold = 8;

stock_on_hand - = items_sold;

$
在你的程序中应用这种类型的计算真的很难吗?



如需更详细的帮助,你需要显示到目前为止你编码的内容。 />


说明它是什么类型的应用程序(WinForms等)并且* * * *
具体关于*确切*什么部分的你需要帮助的任务;
$


我们尽量避免在这里编写完整的程序,特别是当它是
看起来像学生的任务时。一个主题的焦点应放在一个特定的问题上,范围有限。



- Wayne


Fellows i want a module in which when a bill is generated all the items included should be deducted from the stock 

kindly Help! Thank you!

解决方案

i want a module in which when a bill is generated all the items included should be deducted from the stock 


Why do I get the feeling that this is for a course assignment?

Consider this rudimentary logic:

int stock_on_hand = 123;
int items_sold = 8;
stock_on_hand -= items_sold;

Is it really that difficult to apply this type of calculation in your program?

For more detailed help, you need to show what you have coded so far.

State what kind of a application it is (WinForms, etc.) and be *very*
specific about *exactly* what part of the task with which you need help;

We try to avoid writing complete programs here, especially when it
looks like a student's task. Focus of a thread should be on one
particular issue, limited in scope.

- Wayne


这篇关于嘿!想要一个库存样本模块的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆