网上商店发展 [英] Online Store Development

查看:87
本文介绍了网上商店发展的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

你好朋友,

我正在为一家家具店创建在线商店网站.我为此项目做了一些网页设计.现在,我遇到了很多问题.
我在这里列出的问题.

1)如何列出诸如产品图片,描述和价格之类的产品? (是静态的还是使用数据库的?)

2)如何进行网上支付?我听说过贝宝(Paypal),但不知道要花多少钱?还有其他方法吗?

3)如何为用户提供安全连接(HTTPS)?

4)如何跟踪库存,销售产品和其他相关静态数据的记录?

这些问题是针对网站开发的.

现在,如果我为保存交易记录,股票和相关问题记录的公司制作小型ERP,那我该怎么办呢?

我们向客户提供付款,用于(信用,储蓄和签证)帐户的EFTPOS机器以及现金.为了记录,手动编写税收发票.

我想为此类事情制作Web应用程序(例如我们在超市中拥有设施).我该怎么办?

感谢您抽出时间阅读和回答.

谢谢,
Hakoo Desai.

解决方案

这是一个功能完整的项目:
http://ofbiz.apache.org/ [ ^ ]

您所要的内容无法真正得到快速解答".使用OFBiz作为参考实现,因为它提供了可靠的数据模型和实现.
对于C#开发人员来说,Java并不是那么难读-因此,深入研究它可能看起来很复杂,但是出于法律原因,很多事情都必须以这种方式完成.


[更新]
听起来您的项目将要处理货币交易-这意味着您需要了解很多东西.总之,《萨班斯奥克斯利法案》要求公司保持比过去更好的财务记录.它要求公司实际建立内部控制系统,通过该系统进行财务报告.然后,它要求管理人员准备季度报告,以评估这些控制措施的优缺点,并进一步迫使外部会计机构对内部审计控制措施进行独立评估,并报告任何可能表明草率或欺诈的缺陷. —发生的做法.

作为SOX下财务报告的一部分,保持记录是主要的兴趣点.在制定此项立法时,联邦立法者确保要求公司至少保留纸质和电子记录5年.在当今越来越多的交易和报告已实现电子化的时代,Sarbox给IT部门,电子邮件归档专家和Sarbanes Oxley软件开发人员带来了沉重的负担.

Sarbanes–Oxley法案 [巴塞尔协议 [巴塞尔II [巴塞尔III [ http://www.theaccounting.org/sarbanes-oxley.php [ DBA理解萨班斯OxleyPresentation指南 [ ^ ]

http://en.wikipedia.org/wiki/HTTPS [ http: //en.wikipedia.org/wiki/Transport_Layer_Security [ ^ ].)它提供安全的加密通信,包括用户身份验证过程.对于商业应用,这是必须的.如果这只是HTTP,有文化的用户将不会使用您的服务;一位有文化知识的网络犯罪艺术家将窃取您的财产或财产,并赢得客户的信任.问题是:如果您不提供数字签名的证书,它将无法正常工作;并有一个很好的理由:否则-用户如何才能确定这是您的业务,而不是由同一位或另一位网络犯罪艺术家设计的伪造页面以窃取客户的身份?您可以创建并提供此类证书,但是任何人都可以这样做;客户会认为我怎么知道此证书不是伪造的?",因此您需要获得一个经权威签名的证书,这可能会花费您

Hello Friends,

I am creating online store website for one furniture shop. I have made some web designs for this project. Now, I am covered by many questions.
The questions I am listing here.

1) How to do listing of products such Product image, descriptions and price? ( Static or using Database ?)

2) How to do online payment? I have heard of Paypal, but I am not sure how much it costs me? are there any other methods to do it?

3)How to provide secure connections (HTTPS) to users?

4) How to track records of stocks, selling products and other related statics?

These questions are for website development.

Now if I make small ERP for company that keep records of transactions, stocks and related issues, than How Can I do it?

We provide to customer for payment, EFTPOS machine for (Credit,Saving and Visa) account and Cash. And for record, write Tax Invoices manually.

I want to make web application for such things ( Like we have facilities in Supermarket). How can I do that?

Appreciate you for taking time to read and answer.

Thanks,
Hakoo Desai.

解决方案

Here is a feature complete project:
http://ofbiz.apache.org/[^]

What you''re asking for can''t really be given a "Quick answer". Use OFBiz as a reference implementation, as it provides a solid data model and implmentation.
Java isn''t that hard to read for a c# developer - so dive in, it might seem complicated, but a lot of the stuff has to be done that way for legal reasons.


[Update]
It sounds like your project is going to handle monetary transactions - this means that there is a lot of stuff you have to know about. The Sarbanes Oxley Act, in summary, requires that corporations maintain much better financial records than were required in the past. It requires companies to actually establish a system of internal controls by which financial reporting takes place. It then requires managers to prepare quarterly statements assessing the strengths and weaknesses of these controls, and furthermore forces an outside accounting agency to do provide an independent assessment of the in-house auditing controls, and to report any flaws which may indicate sloppy—or fraudulent—practices taking place.

As a part of financial reporting under SOX, record keeping is a major point of interest. When crafting this piece of legislation, federal lawmakers made sure that corporations would be required to maintain records—both paper and electronic—for a minimum of five years. For an age in which an increasing number of transactions and reporting have become electronic, Sarbox has placed a heavy strain on IT departments, email archiving specialists and Sarbanes Oxley software developers.

Sarbanes–Oxley Act[^]
Basel I[^]
Basel II[^]
Basel III[^]
http://www.theaccounting.org/sarbanes-oxley.php[^]

Here is a brief overview:DBA Guide to Understanding Sarbanes OxleyPresentation[^]

Google provides a wealth of links[^] related to this topic, it has become an industry in it''s own right ...

For example: Your system must track all changes related to monetary transactions, what was changed and who did it, and why was it done - simple overwrites of existing records must not be possible - because then you lose track of previous registrations. So change tracking and accountability must be built into your system from the start.

Most countries are implementing similar laws and regulations, and I imagine the requirements for accountable governance and risk assesment will be strengthened over the next years.

Best regards
Espen Harlinn


The most practical immediate advice I can give you is to post a question on the Lounge briefly describing that you are creating an on-line store, and asking for opinions of CP members on what products for .NET they currently use and recommend. I suggest you avoid using any language in this post that mentions the deadline, that you are working alone, asking for help, etc.

If you are unable to define the basic principles of design for a multi-functional project like this with a deadline of only a few months, and you are working alone, and you have no experience in the implementation of the many functional components of the required solution, then I think you should research, evaluate, and purchase, a 3rd. party solution for an on-line store that includes an e-commerce module, CRM functionality, and adapt that to your client''s needs.



  1. Database, of course.
  2. Ask Paypal or any other business you may be interested in (and even Visa).
  3. HTTPS — this is a whole big topic. In brief: this is a protocol combining HTTP with SSL/TLS protocol, implemented by each and every non-nonsense HTTP server. (See http://en.wikipedia.org/wiki/HTTPS[^], http://en.wikipedia.org/wiki/Transport_Layer_Security[^].) It provides safe encrypted communications, including the process of user authentication. For commercial application this is a must; a literate user won''t use your service if this is just HTTP; and a literate cyber-criminal artist will steal your property or property and trust of your customers. The problem is: it won''t work if you do not provide a digitally signed certificate; and for a good reason: otherwise — how a user can be sure this is your business, not a fake page designed by the same or another cyber-criminal artist to steal the customer''s identity? You can create such certificate and provide it, but as anyone can do it; the customer would think "how do I know this certificate is not fake?", so you need to get an authoritatively signed certificate which might cost you US


这篇关于网上商店发展的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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