mirror of
https://github.com/HendrikRauh/inventree-app.git
synced 2026-01-13 03:26:24 +00:00
Stock history fix (#320)
* Improves quantity parsing from * Add paginated history widget * Refactor stock history widget as a paginated widget * Allow paginated result list to handle results returned as list - Some API endpoints (older ones most likely) don't paginate results correctly * Fix code layout * Render user information in "history" widget (not quantity) * Hide filter button * Update release notes * remove unused import
This commit is contained in:
parent
01a45568a0
commit
d926686a89
5 changed files with 116 additions and 63 deletions
|
|
@ -1,3 +1,7 @@
|
|||
org.gradle.daemon=true
|
||||
org.gradle.parallel=true
|
||||
org.gradle.configureondemand=true
|
||||
org.gradle.caching=true
|
||||
org.gradle.jvmargs=-Xmx1536M
|
||||
android.enableD8=true
|
||||
android.enableJetifier=true
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue