Project

General

Profile

Bug #324

Bug en descarga de solicitud de compra (Excel)

Added by Fiorella Quino almost 9 years ago. Updated over 8 years ago.

Status:
Closed
Priority:
Normal
Assignee:
Fiorella Quino
Category:
-
Target version:
Start date:
12/03/2015
Due date:
12/17/2015
% Done:

100%

Estimated time:
10.00 h
Spent time:

Description

Al descargar alguna solicitud de compra se muestra un error: "'ascii' codec can't decode byte" o "'ascii' codec can't encode character"

History

#1 Updated by Fiorella Quino almost 9 years ago

  • Status changed from New to In progress

#2 Updated by Fiorella Quino almost 9 years ago

  • % Done changed from 0 to 20

#3 Updated by Fiorella Quino almost 9 years ago

  • % Done changed from 20 to 40

Se corrigió error por falta de atributos.

#item.name.encode("utf-8"), 
item.name.encode("utf-8") if hasattr(item, 'name') else item.description.encode("utf-8"),

#item.unit.name.encode("utf-8"),
item.unit.name.encode("utf-8") if hasattr(item, 'reference_price') else u'',

#item.reference_price,
item.reference_price if hasattr(item, 'reference_price') else u'',

#4 Updated by Fiorella Quino almost 9 years ago

  • % Done changed from 40 to 60

Se corrigió el ingreso de información de la solicitud de compra dentro del archivo excel.

#5 Updated by Fiorella Quino almost 9 years ago

  • Target version set to Version 1.0

#6 Updated by Fiorella Quino almost 9 years ago

  • % Done changed from 60 to 90

Se puede descargar documento excel pero las palabras no llevan tilde.

#7 Updated by Fiorella Quino almost 9 years ago

  • Status changed from In progress to Resolved
  • Assignee set to Fiorella Quino
  • % Done changed from 90 to 100

Ya no se presentan bugs.

#8 Updated by Fiorella Quino over 8 years ago

  • Status changed from Resolved to Closed

Also available in: Atom PDF