mirror of
https://github.com/HendrikRauh/inventree-app.git
synced 2026-01-13 03:26:24 +00:00
Allow purchase orders to be completed directly from the app (#686)
* Allow purchase orders to be completed directly from the app * Code formatting
This commit is contained in:
parent
7d32bd6d88
commit
a0b8795b27
5 changed files with 44 additions and 1 deletions
5
tasks.py
5
tasks.py
|
|
@ -5,6 +5,11 @@ import sys
|
|||
from invoke import task
|
||||
|
||||
|
||||
@task
|
||||
def format(c):
|
||||
"""Code formatting using dart format."""
|
||||
c.run("fvm dart format lib")
|
||||
|
||||
@task
|
||||
def clean(c):
|
||||
"""Clean flutter build."""
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue