Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
chris
repanier
Commits
d7aa065f
Commit
d7aa065f
authored
Jun 27, 2017
by
chris
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
xlsx: fix imports
parent
2b0a1b79
Changes
7
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
9 additions
and
9 deletions
+9
-9
repanier/xlsx/export_tools.py
repanier/xlsx/export_tools.py
+1
-1
repanier/xlsx/xlsx_invoice.py
repanier/xlsx/xlsx_invoice.py
+1
-1
repanier/xlsx/xlsx_offer.py
repanier/xlsx/xlsx_offer.py
+1
-1
repanier/xlsx/xlsx_order.py
repanier/xlsx/xlsx_order.py
+2
-2
repanier/xlsx/xlsx_product.py
repanier/xlsx/xlsx_product.py
+1
-1
repanier/xlsx/xlsx_purchase.py
repanier/xlsx/xlsx_purchase.py
+2
-2
repanier/xlsx/xlsx_stock.py
repanier/xlsx/xlsx_stock.py
+1
-1
No files found.
repanier/xlsx/export_tools.py
View file @
d7aa065f
...
...
@@ -9,7 +9,7 @@ from openpyxl.style import NumberFormat
from
openpyxl.styles
import
Border
from
openpyxl.workbook
import
Workbook
from
const
import
*
from
.
const
import
*
from
repanier.const
import
EMPTY_STRING
from
repanier.models.staff
import
Staff
from
repanier.tools
import
cap
...
...
repanier/xlsx/xlsx_invoice.py
View file @
d7aa065f
...
...
@@ -7,7 +7,7 @@ from django.utils.translation import ugettext_lazy as _
from
openpyxl
import
load_workbook
import
repanier.apps
from
export_tools
import
*
from
repanier.xlsx.
export_tools
import
*
from
repanier.const
import
*
from
repanier.models
import
Configuration
from
repanier.models
import
CustomerInvoice
...
...
repanier/xlsx/xlsx_offer.py
View file @
d7aa065f
...
...
@@ -5,7 +5,7 @@ from django.http import HttpResponse
from
django.utils.translation
import
ugettext_lazy
as
_
import
repanier.apps
from
export_tools
import
*
from
repanier.xlsx.
export_tools
import
*
from
repanier.models.producer
import
Producer
from
repanier.models.offeritem
import
OfferItem
from
repanier.models.product
import
Product
...
...
repanier/xlsx/xlsx_order.py
View file @
d7aa065f
...
...
@@ -7,7 +7,7 @@ from openpyxl.style import Fill
from
openpyxl.styles
import
Color
import
repanier.apps
from
export_tools
import
*
from
repanier.xlsx.
export_tools
import
*
from
repanier.const
import
*
from
repanier.models.configuration
import
Configuration
from
repanier.models.customer
import
Customer
...
...
@@ -20,7 +20,7 @@ from repanier.models.producer import Producer
from
repanier.models.purchase
import
Purchase
from
repanier.models.staff
import
Staff
from
repanier.tools
import
get_base_unit
,
next_row
from
xlsx_stock
import
export_permanence_stock
from
.
xlsx_stock
import
export_permanence_stock
def
next_purchase
(
purchases
):
...
...
repanier/xlsx/xlsx_product.py
View file @
d7aa065f
...
...
@@ -6,7 +6,7 @@ from django.utils import timezone
from
django.utils
import
translation
from
django.utils.translation
import
ugettext_lazy
as
_
from
export_tools
import
*
from
repanier.xlsx.
export_tools
import
*
from
repanier.const
import
*
from
repanier.models.product
import
Product
from
repanier.tools
import
next_row
...
...
repanier/xlsx/xlsx_purchase.py
View file @
d7aa065f
...
...
@@ -8,8 +8,8 @@ from openpyxl import load_workbook
from
openpyxl.style
import
Fill
from
openpyxl.styles
import
Color
from
export_tools
import
*
from
import_tools
import
*
from
repanier.xlsx.
export_tools
import
*
from
repanier.xlsx.
import_tools
import
*
from
repanier.apps
import
REPANIER_SETTINGS_CURRENCY_XLSX
from
repanier.const
import
*
from
repanier.models.offeritem
import
OfferItem
...
...
repanier/xlsx/xlsx_stock.py
View file @
d7aa065f
...
...
@@ -10,7 +10,7 @@ from openpyxl.style import Fill
from
openpyxl.styles
import
Color
import
repanier.apps
from
export_tools
import
*
from
repanier.xlsx.
export_tools
import
*
from
repanier.const
import
*
from
repanier.models.offeritem
import
OfferItem
from
repanier.models.product
import
Product
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment