本文介绍了如何将销售存储到POS系统中的最佳方式是什么?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
您好,我是C#的新手,很抱歉我的简单问题:
我设计的POS(Point Of Sale)我有3个DB的:客户,供应商和产品。
要注册一个销售,我需要选择一个客户和他们需要的产品。
一旦销售可以有很多,我的问题是:如何存储销售的最佳方式?使用数据库或使用文本文件进行每笔销售吗?
最好的问候
Leo
解决方案
Hello, I'm new in C#, so sorry my simple question:
I'm design a POS (Point Of Sale) where I have 3 DB's: Customers, Suppliers and Products.
To register one sale I need to select a Customer and as many Products they need.
Once a sale can have many itens, my question is: how is the best way to store the sale? Using a DB or using a text file for each sale with all itens?
Best Regards
Leo
解决方案
这篇关于如何将销售存储到POS系统中的最佳方式是什么?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!