All files / source/reports index.js

0% Statements 0/0
0% Branches 0/0
0% Functions 0/0
0% Lines 0/0

Press n or j to go to the next uncovered block, b, p or k for the previous block.

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124                                                                                                                                                                                                                                                       
import company from './company';
import branch from './branch';
import storageAddress from './storageAddress';
import warehouse from './warehouse';
import deposit from './deposit';
import dock from './dock';
import customer from './customer';
import product from './productProducts';
import productsEan from './productsEan';
import productsPacking from './productsPacking';
import supplier from './supplier';
import productBranch from './productBranch';
import customerProducts from './customerProducts';
import unitsMeasure from './productsUnitsMeasure';
import users from './userUsers';
import printer from './printer';
import collector from './collector';
import carrier from './carrier';
import stockAdress from './stockAdress';
import stockBalance from './stockStockBalance';
import stockValuedBalance from './stockStockValuedBalance';
import stockProductsWithoutMovement from './stockProductsWithoutMovement';
import range from './range';
import rangesByUser from './rangesByUser';
import ranges from './ranges';
import priorities from './priorities';
import addressType from './addressType';
import departments from './departments';
import userFunctions from './userFunctions';
import workTurns from './workTurns';
import inboundOrderList from './inboundOrderList';
import inboundOrdersItemsList from './inboundOrdersItemsList';
import inboundInspectedItems from './inboundInspectedItems';
import checkQtyProductsRange from './checkQtyProductsRange';
import movementOutboundOrderList from './movementOutboundOrderList';
import movementOutboundOrdersItemsList from './movementOutboundOrdersItemsList';
import transportEquipment from './transportEquipment';
import indirectTasks from './indirectTasks';
import emptyAddresses from './emptyAddresses';
import allocationAddress from './allocationAddress';
import retail from './retail';
import checkQtyProductsPerCheckerInbound from './checkQtyProductsPerCheckerInbound';
import checkQtyProductsPerCheckerOutbound from './checkQtyProductsPerCheckerOutbound';
import productCurveDivergences from './productCurveDivergences';
import checkQtyProductsStoredPerUser from './checkQtyProductsStoredPerUser';
import qtyProductsSeparatedPerDateAndUser from './qtyProductsSeparatedPerDateAndUser';
import salesOrderStatus from './salesOrderStatus';
import inventoryInventoryCheck from './inventoryInventoryCheck';
import inventoryCount from './inventoryCount';
import volumesDocument from './volumesDocument';
import inboundOrderPreEntry from './inboundOrderPreEntry';
import productsSeparationDate from './productsSeparationDate';
import stockExpiredProducts from './stockExpiredProducts';
import curves from './curves';
import waybillPDF from './waybill';
import resupply from './resupply';
import outboundProductPendingAllocation from './outboundProductPendingAllocation';
import movementOutboundOrderLot from './movementOutboundOrderLot';
import inventoryMonitorSheetLogs from './inventoryMonitorSheetLogs';
import movementOutboundOrdersItemsRangeList from './movementOutboundOrdersItemsRangeList';
 
export default {
  company,
  branch,
  storageAddress,
  warehouse,
  deposit,
  dock,
  customer,
  product,
  productsEan,
  productsPacking,
  supplier,
  productBranch,
  customerProducts,
  unitsMeasure,
  users,
  printer,
  carrier,
  stockAdress,
  stockBalance,
  stockValuedBalance,
  range,
  rangesByUser,
  ranges,
  priorities,
  addressType,
  departments,
  userFunctions,
  workTurns,
  collector,
  inboundOrderList,
  inboundOrdersItemsList,
  inboundInspectedItems,
  checkQtyProductsRange,
  movementOutboundOrderList,
  movementOutboundOrdersItemsList,
  movementOutboundOrderLot,
  transportEquipment,
  indirectTasks,
  emptyAddresses,
  allocationAddress,
  retail,
  checkQtyProductsPerCheckerInbound,
  checkQtyProductsPerCheckerOutbound,
  productCurveDivergences,
  checkQtyProductsStoredPerUser,
  qtyProductsSeparatedPerDateAndUser,
  salesOrderStatus,
  inventoryInventoryCheck,
  inventoryCount,
  volumesDocument,
  inboundOrderPreEntry,
  productsSeparationDate,
  stockExpiredProducts,
  curves,
  waybillPDF,
  resupply,
  outboundProductPendingAllocation,
  inventoryMonitorSheetLogs,
  movementOutboundOrdersItemsRangeList,
  stockProductsWithoutMovement,
};