| Line 16... |
Line 16... |
| 16 |
from reportlab.lib.styles import ParagraphStyle, getSampleStyleSheet
|
16 |
from reportlab.lib.styles import ParagraphStyle, getSampleStyleSheet
|
| 17 |
from reportlab.lib.units import inch, mm
|
17 |
from reportlab.lib.units import inch, mm
|
| 18 |
from reportlab.pdfgen.canvas import Canvas
|
18 |
from reportlab.pdfgen.canvas import Canvas
|
| 19 |
from reportlab.platypus import SimpleDocTemplate, Paragraph, Spacer, Image, \
|
19 |
from reportlab.platypus import SimpleDocTemplate, Paragraph, Spacer, Image, \
|
| 20 |
BaseDocTemplate, Frame, PageTemplate, Table, TableStyle
|
20 |
BaseDocTemplate, Frame, PageTemplate, Table, TableStyle
|
| 21 |
from shop2020.clients.AlertClient import AlertClient
|
- |
|
| 22 |
from shop2020.clients.CRMClient import CRMClient
|
21 |
from shop2020.clients.CRMClient import CRMClient
|
| 23 |
from shop2020.clients.CatalogClient import CatalogClient
|
22 |
from shop2020.clients.CatalogClient import CatalogClient
|
| 24 |
from shop2020.clients.HelperClient import HelperClient
|
23 |
from shop2020.clients.HelperClient import HelperClient
|
| 25 |
from shop2020.clients.InventoryClient import InventoryClient
|
24 |
from shop2020.clients.InventoryClient import InventoryClient
|
| 26 |
from shop2020.clients.LogisticsClient import LogisticsClient
|
25 |
from shop2020.clients.LogisticsClient import LogisticsClient
|