Skip to content

Tags: dipu-bd/sales_tracker

Tags

v1.3.0+8

Toggle v1.3.0+8's commit message
Keeps initial product quantity unchanged

Previously, the product quantity was being decreased as new sales was being created. But the generated product report required to display the original product quantity.

After this changes, the original product quantity will remain untouched. A new variable will be introduced to track number of units sold.

Available units will be determined on the fly.

While editing product, the price and quantity can not be modified after more than 1 units has been sold.

v1.2.4+7

Toggle v1.2.4+7's commit message
Update UI

- Do not autofocus on filter text box

v1.2.3+6

Toggle v1.2.3+6's commit message
Remove secrets from git

- remove key.properties file and add it to gitignore
- Change the keystore secrets
- Update release-apk workflow
- Update version

v1.2.2+5

Toggle v1.2.2+5's commit message
Improve UX

- Remove filter box focus when tapped outside
- Set product list separator size to 1
- Make background of report pages white

v1.2.1+4

Toggle v1.2.1+4's commit message
Fix some issues with nav drawer, filter box, report pages etc

v1.2.0+3

Toggle v1.2.0+3's commit message
Version 1.2.0+3

v1.1.0+2

Toggle v1.1.0+2's commit message
Fix some issues and view

v1.0.0+1

Toggle v1.0.0+1's commit message
Add key.properties