文件名称:assets-managemet-system
文件大小:486KB
文件格式:ZIP
更新时间:2024-06-17 23:19:43
JavaScript
Assets Management System 管理店铺的资产。 npm start 在开发模式下运行应用程序。 打开在浏览器中查看。 nodemon nodeServer.js 启动节点服务器 Fetch UserDetails - API : 如果您进行编辑,页面将重新加载。 您还将在控制台中看到任何 lint 错误。 Screenshot of Applications Login Screen Security Question Screen Change Password Screen Product Details Tab Purchase Details Tab
【文件预览】:
assets-managemet-system-master
----reducers()
--------ProductTypeDetailsReducer.js(668B)
--------PurchaseDetailsReducer.js(665B)
--------EmployeeDetailsReducer.js(665B)
--------index.js(1KB)
--------InsertPurchaseDetailsReducer.js(692B)
--------UpdatePasswordReducer.js(652B)
--------SalesDetailsReducer.js(641B)
--------UpdateEmployeeLeaveDetailsReducer.js(735B)
--------InsertProductDetailsReducer.js(684B)
--------UserDetailsReducer.js(609B)
--------InsertEmployeeDetailsReducer.js(692B)
--------InsertSalesDetailsReducer.js(668B)
--------ProductDetailsReducer.js(657B)
----saga()
--------InsertPurchaseDetailsSaga.js(848B)
--------UserDetailsSaga.js(556B)
--------PasswordDetailsSaga.js(646B)
--------EmployeeDetailsSaga.js(624B)
--------InsertSalesDetailsSaga.js(834B)
--------ProductDetailsSaga.js(613B)
--------PurchaseDetailsSaga.js(624B)
--------index.js(1KB)
--------UpdateEmployeeLeaveDetailsSaga.js(786B)
--------SalesDetailsSaga.js(591B)
--------ProductTypeDetailsSaga.js(636B)
--------InsertEmployeeDetailsSaga.js(801B)
--------InsertProductDetailsSaga.js(760B)
----server()
--------nodeServer.js(7KB)
----.babelrc(217B)
----main.less(441B)
----package.json(2KB)
----constants()
--------constants.js(2KB)
----assets()
--------SecurityScreen.png(63KB)
--------ChangePassScreen.png(67KB)
--------Images()
--------assets-login.png(49KB)
--------PurchaseDetails.png(33KB)
--------ProductDetails.png(40KB)
--------LoginScreen.png(64KB)
----_config.yml(28B)
----container()
--------AssetsDetailsContainer.js(2KB)
--------LoginDetailsContainer.js(592B)
----api()
--------api.js(3KB)
----LICENSE(1KB)
----dist()
--------index.html(226B)
----main.js(266B)
----.gitignore(316B)
----components()
--------product-details()
--------loginForm()
--------purchase-details()
--------home.less(9KB)
--------staff-details()
--------common-components()
--------Home.js(5KB)
--------sales-details()
--------HomeTab.js(3KB)
--------staff-attendance-details()
----webpack.config.js(1KB)
----App.js(657B)
----README.md(1KB)
----actions()
--------action.js(2KB)
--------actionTypes.js(3KB)
----utils()
--------transform.js(3KB)
----store()
--------Store.js(392B)