Skip to content

Releases: dipu-bd/sales_tracker

Release v1.3.0+8

10 Jun 09:06
Compare
Choose a tag to compare
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.

Release v1.2.4+7

10 Jun 07:58
Compare
Choose a tag to compare
Update UI

- Do not autofocus on filter text box

Release v1.2.3+6

10 Jun 05:46
Compare
Choose a tag to compare
Remove secrets from git

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

Release v1.2.2+5

09 Jun 20:25
Compare
Choose a tag to compare
Improve UX

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

Release v1.2.1+4

09 Jun 19:52
Compare
Choose a tag to compare
Fix some issues with nav drawer, filter box, report pages etc

Release v1.2.0+3

09 Jun 19:08
Compare
Choose a tag to compare
Version 1.2.0+3

Release v1.1.0+2

09 Jun 03:25
Compare
Choose a tag to compare
Fix some issues and view

Release v1.0.0+1

08 Jun 08:39
Compare
Choose a tag to compare
Add key.properties