为什么 FoxPro 用于 POS 系统?

发布于 2024-08-04 02:13:19 字数 410 浏览 4 评论 0原文

我正在考虑将当前在 FoxPro 中构建的 POS(销售点)项目升级到 .net。规划的架构相当复杂,所选新技术背后有很多理由。其中一些要求包括能够同时拥有桌面和 Web 前端(其中 Web 前端的功能有限)、与外部网站同步数据以及多个客户端在一台服务器上运行的能力。我当前选择的模型是 MVP 模式,以 Sql Server(可能是 Express)作为数据库,并在表示和服务之间使用 WCF 服务层,以允许远程 UI。

我担心的是,在我的研究过程中,我注意到触摸屏 POS 系统之间似乎有一个共同的主题,即在 FoxPro 中构建它们。

对于这个有点主观的问题表示歉意,但是我很想知道这是否有任何特殊原因? FoxPro 是否具有适合此类系统的特定开箱即用功能?我没有使用过 FoxPro,因此在最终确定该项目的技术选择之前,我想确保我不会因为完全排除它而错过任何技巧。

I'm looking at upgrading a POS (Point Of Sale) project which is currently built in FoxPro to .net. The planned architecture is quite complex and there is plenty of rationale behind the new technologies chosen. Some of the requirements include the ability to have both desktop and web front end (where web front end has limited functionality), syncing data with an external website and the ability for multiple clients to run off of 1 server. My current model of choice is an MVP pattern with Sql Server (probably Express) as the DB, and a WCF service layer between the presentation and services in order to allow for remote UIs.

My concern is that during my research I have noticed that there seems to be a common theme amongst touch screen POS systems to build them in FoxPro.

Apologies for the slightly subjective question however I am keen to find out if there is any particular reason for this? Does FoxPro have any particular out of the box functionality that lends itself to this type of system? I have not used FoxPro and so before finalising my choice of technologies for this project would like to make sure I am not missing a trick by ruling it out completely.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(6

情徒 2024-08-11 02:13:19

可能是因为 FoxPro 是一个 POS。

(我开玩笑,我开玩笑。)

Probably because FoxPro is a POS.

(I kid, I kid.)

荒岛晴空 2024-08-11 02:13:19

许可——SQLserver 在客户端操作系统上运行不佳并且价格昂贵。

Foxpro 既便宜又简单。

如果您所做的只是从一个表中检索价格值并更新另一个表中的销售额,那么 SQL 就有点大材小用了。

Licencing - SQLserver didn't run well on client OSes and was expensive.

Foxpro was cheap and easy.

If all you are doing is retrieving price values from one table and updating sales in another, then SQL is rather overkill.

酒与心事 2024-08-11 02:13:19

Foxpro 是一个廉价且快速的数据库。选择它可能是因为它非常符合设计时的要求。

foxpro was an inexpensive and fast database. It was probably chosen because it was a good match for their requirements at the time it was designed.

终遇你 2024-08-11 02:13:19

许多 POS 系统具有独立功能,因此即使与店内服务器的连接中断,商店也可以继续交易。

通常,这意味着用于价格查找等的本地数据库,以及交易数据的本地存储,直到服务器连接再次恢复。

硬件和许可成本需要尽可能低。

因此,几年前,FoxPro 是一个不错的选择,但今天,正确架构的 .NET 应用程序将是一个绝佳的选择。

Many POS systems have a standalone capability so that the store can continue to trade even if the connection to the in-store server(s) is down.

Typically this means a local database for price lookup etc, and local storage of transaction data until the server connection comes back up again.

The hardware and licensing costs need to be as low as possible.

Hence FoxPro was a good choice a few years ago, but a properly architected .NET application would be an excellent choice today.

终遇你 2024-08-11 02:13:19

许多 PoS 系统可以追溯到 SQL 数据库在桌面计算机上流行之前,因此很多人仍然使用 FoxPro 或其他 xBase< /a> 风格的数据库。由于 PoS 系统通常是单用户和单任务,因此通常没有令人信服的理由升级到成熟的 SQL 数据库引擎。

Many PoS systems date back to before SQL databases became popular on desktop machines so very many still use FoxPro or other xBase-style database. As PoS systems are generally single-user and single-tasking, there was very often no compelling reason to upgrade to a fully-fledged SQL database engine.

咽泪装欢 2024-08-11 02:13:19

FoxPro 当时有一些优势。我记得多年来所有新的并发数据库至少都已就位,因此我们一次又一次地选择 FoxPro 作为现在的 POS 解决方案:

  • 一个开箱即用的解决方案
  • 它是完全集成的数据库 - 所以它是 与其他用户相比,它确实便宜(正如其他用户也指出的那样),
  • 它运行在廉价的硬件上 - 尺寸适中(就像大多数客户所需的那样)。
  • 它有一个简单易学且直观的集成环境,因此不需要额外的工具。
  • 当时创建非常好的报告非常非常容易(经理们喜欢它分配,因为他们主要做出决定......:))。
  • FoxPro 是几乎所有 IT 学校的学习课程,因此非常便宜且容易找到 FoxPro 专家。尤其是在东欧国家,其数量仍然巨大(许多POS软件都是外包给那里的)。

仍然存在数量惊人的 FoxPro 遗留应用程序(尤其是中小型公司),因此这不仅仅是 POS 问题。

FoxPro had a few advantages at that time. I can remember that for many many years all the new concurrent DBs laked at least in on place, so we choose FoxPro over and over again for now POS solutions:

  • it was fully integrated database - so an out-of-the box solution
  • it was really cheap compared to the alternatives (as other users have pointed out too)
  • it ran on cheap hardware - for moderate sizes (like most customers required).
  • it had a simple to learn and intuitive integrated environment, so no extra tools were required.
  • it was very very easy to create very nice reports at that time (managers liked it allot, and since they made the decisions mostly... :) ).
  • FoxPro was a learning course in almost all IT schools, so it was very cheap and easy to find FoxPro specialists. Especially in eastern European countries, their number is still huge (many POS software was outsourced there).

There are still an incredible huge number of FoxPro legacy applications (especially in small and medium companies), so this is not just a POS issue.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文