This is a experimental project build in ElectronJS. Sole purpose of this project, is to understand ElectronJS.
This is a light weight Desktop Billing Application. Feature list is mentioned below along with the installation guidelines.
- JS.
- NodeJS.
- ElectronJS.
- ReactJS.
npm
node package manager.- nedb for data storage.
- Install node.
- Install **Node Version Manager.
- Clone this repo at desired location.
- From inside the folder run
npm install
. This will install all the required dependecies. - Use
npm start
to run the application.
- Adding, Updating, Removing items in stock.
- Adding, Updating, Removing items from stock to cart.
- Applying taxes (In India we have GST(CGST/SGST)).
- Generating Bills and printing it.
- History, for viewing (SOLD Items, Profit per item, Metrics)
- DashBoard
- Bill generation
- Viewing stocks
- History
- Insights
- Sold Items
- Revenue
Copyright 2019 Neeraj Kumar Mishra
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.