-
Notifications
You must be signed in to change notification settings - Fork 28
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixes item cache, rewords profit viewer error, relocates settings, re…
…moves verified tags * Fix item cache refresh after saving settings. * Fix the unhelpful empty message in transaction profit viewer. * Removed the dead verify account button and *Unverifed text in side bar * Moved the app settings at top
- Loading branch information
1 parent
6f1f52f
commit b1f0004
Showing
6 changed files
with
49 additions
and
60 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,9 @@ | ||
Version 0.9.4 | ||
Version 0.9.41 | ||
|
||
# Book Keeping App | ||
|
||
Features: | ||
* Adds new setting for disabling strict totalStock check. | ||
- The new check box in setting allows users to loosen the check on the stocks | ||
- Let them just use the app for recording the transactions only. | ||
- CP wont be correct and will depend upon latest transaction regardless of the old stock. | ||
- It will give less accurate profit picture but will enable use of app without much investment of counting existing items | ||
|
||
* When strict checking of totalStock is disabled. It is required to give the costprice & markedPrice of item while registering. | ||
- A new cp & mp field will be added in itemEntryForm but only visible when aforementioned setting is applied. | ||
Fixes: | ||
* Fix item cache refresh after saving settings. | ||
* Fix the unhelpful empty message in transaction profit viewer. | ||
* Removed the dead verify account button and *Unverifed text in side bar | ||
* Moved the app settings at top |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,24 @@ | ||
# bk_app | ||
# Inventory management and bookkeeping app | ||
A practical approach to bookeeping in retail or small business. | ||
This app is focused on making the sales entry, stock entry as fast as practically possible. | ||
|
||
A new Flutter project. | ||
![Build](https://github.com/hemanta212/hello_flutter/workflows/Bookkeeping_app/badge.svg) | ||
|
||
## Getting Started | ||
## App overview | ||
|
||
This project is a starting point for a Flutter application. | ||
|
||
A few resources to get you started if this is your first Flutter project: | ||
## Project Installation: | ||
### 1. Building yourself | ||
|
||
- [Lab: Write your first Flutter app](https://flutter.dev/docs/get-started/codelab) | ||
- [Cookbook: Useful Flutter samples](https://flutter.dev/docs/cookbook) | ||
* First Install flutter : [Flutter Installation](https://flutter.dev/docs/get-started/install) | ||
|
||
For help getting started with Flutter, view our | ||
[online documentation](https://flutter.dev/docs), which offers tutorials, | ||
samples, guidance on mobile development, and a full API reference. | ||
``` | ||
$ git clone https://github.com/hemanta212/bookkeeping_app.git | ||
$ cd bookkeeping_app | ||
$ flutter upgrade | ||
$ flutter pub get | ||
$ flutter run | ||
``` | ||
|
||
### 2. Install and try out the apk! | ||
Head over to the release page to try out the apps. [APK Releases](https://github.com/hemanta212/bookkeeping_app/releases/latest) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters