Giter Site home page Giter Site logo

smpss's People

Watchers

 avatar

smpss's Issues

库存管理能提供排序?

What steps will reproduce the problem?
1. 库存管理能提供排序?例如提供库存为 0 的商品的排序。
2.
3.

What is the expected output? What do you see instead?


What version of the product are you using? On what operating system?


Please provide any additional information below.


Original issue reported on code.google.com by [email protected] on 7 May 2012 at 10:19

价格为负数的商品

What steps will reproduce the problem?
1. 我建立了一个价格为负数的商品并且添加了库存
2. 在 商品出库 的时候,价格为负数的商品添加到 商品销售 
中,价格会显示为 0 。
3.

What is the expected output? What do you see instead?
希望可以统计为负数,因为有时要做免运费或者减零头等操��
�。

What version of the product are you using? On what operating system?
mPSSv1.0 Release for SAE

Please provide any additional information below.


Original issue reported on code.google.com by [email protected] on 7 May 2012 at 10:06

添加自动识别网站安装目录,无论用户是否安装在根目录都能正确运行

问题:添加自动识别网站安装目录,无论用户是否安装在根��
�录都能正确运行。

方案:
1.在 smpss/global.php 其中添加:
define("WEB_ROOT",str_replace("/index.php","",$_SERVER['SCRIPT_NAME'])); 

2.smpss/app/base/Constant.class.php 中 修改配置项:
const ROOT_DIR = ""; //程序相对网站根目录的目录 
为空表示根目录 注意末尾不要加“/“
为:
const ROOT_DIR = WEB_ROOT;

Original issue reported on code.google.com by [email protected] on 25 May 2012 at 3:50

本地测试错误 安装完

安装完的错误:Notice: Undefined index: gid in 
F:\xampp\htdocs\jinxiaocun\smpss\app\base\c.class.php on line 58
Notice: Undefined index: in 
F:\xampp\htdocs\jinxiaocun\smpss\app\base\m.class.php on line 147
Notice: Undefined index: admin_id in 
F:\xampp\htdocs\jinxiaocun\smpss\app\base\c.class.php on line 72
Notice: Undefined index: admin_name in 
F:\xampp\htdocs\jinxiaocun\smpss\app\base\c.class.php on line 73
Notice: Undefined index: key in 
F:\xampp\htdocs\jinxiaocun\smpss\app\base\c.class.php on line 18

登录错误:

Access forbidden!

You don't have permission to access the requested object. It is either 
read-protected or not readable by the server.

If you think this is a server error, please contact the webmaster.

http://127.0.0.1/jinxiaocun/smpss/%3Cbr%20/%3E%3Cb%3EStrict%20Standards%3C/b%3E:
%20%20Non-static%20method%20base_c::createUrl()%20should%20not%20be%20called%20s
tatically%20in%20%3Cb%3EF:/xampp/htdocs/jinxiaocun/smpss/slightPHP/plugins/smart
y/plugins_slightphp/function.get_url.php%3C/b%3E%20on%20line%20%3Cb%3E57%3C/b%3E
%3Cbr%20/%3E/jinxiaocun/smpss/index.php/c/main/index

Constant.class.php 已修改为
const ROOT_DIR = "/jinxiaocun/smpss"

Original issue reported on code.google.com by [email protected] on 8 Aug 2012 at 7:59

页面崩溃

----销售统计部分,在统计的时候会出现页面崩溃,无响应的�
��况。

Original issue reported on code.google.com by [email protected] on 30 Jul 2012 at 2:46

请问能不能修改一下memcache

What steps will reproduce the problem?
1.
2.
3.

What is the expected output? What do you see instead?


What version of the product are you using? On what operating system?


Please provide any additional information below.


Original issue reported on code.google.com by [email protected] on 16 Apr 2013 at 9:03

库存管理 删除时发生错误。

What steps will reproduce the problem?
1. 进货管理 -> 库存管理 删除一个项目。
2. 点击删除,出现一个小警告框 
“只有入库错误的时候才使用,你确认入库错误?”
3. 点击确认后出现以下错误。

What is the expected output? What do you see instead?

SAE_Fatal_error: Call to a member function deleteOne() on a non-object in 
app/c/purchase.page.php on line 79

What version of the product are you using? On what operating system?
SmPSSv1.0 Release for SAE

Please provide any additional information below.

http://abc.sinaapp.com/index.php/c/purchase/purchase-ac-del-gid-16.html


Original issue reported on code.google.com by [email protected] on 3 May 2012 at 3:57

统计管理 部分执行查询会脚本超时

What steps will reproduce the problem?
1. 统计管理 部分执行查询会脚本超时
2.
3.

What is the expected output? What do you see instead?


What version of the product are you using? On what operating system?


Please provide any additional information below.


Original issue reported on code.google.com by [email protected] on 3 May 2012 at 3:28

安装时出现的问题

为什么在每个 链接中,其中都会这样一串字符,<br />
<b>Strict Standards</b>:  Non-static method base_c::createUrl()…b> on line 
<b>57</b><br 
/>,接着就是正确的url,这个应该是在构造的url出错,请问你��
�有这样的bug存在么?

Original issue reported on code.google.com by [email protected] on 13 May 2013 at 7:19

出库的效率问题

每出库一个产品,都要手动点击“加入订单”按钮。能否统��
�将所有条码扫描完后再点击“加入订单”?提高出库效率…�
��

谢谢。

Original issue reported on code.google.com by [email protected] on 16 Feb 2013 at 1:39

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.