I am Brazilian and have developed some projects with django to access
www.webfacflex.com.br User: Password pointl...@gmail.com 1
if you want to hire my service please contact us.
Fabricio castro
2014-04-24 10:10 GMT-03:00 Travis Yeager :
>
>
>
>
>
>
>
>
>
>
&g
how do i django not validate some fields
--
You received this message because you are subscribed to the Google Groups
"Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to django-users+unsubscr...@googlegroups.com.
To post to this group, send e
I have this model
class Pedido(models.Model):
idpedido = models.IntegerField(verbose_name=u'Código',
primary_key=True,default=-1 , blank=True)
idsys_point_cliente = models.CharField(max_length=60, default="-1")
idempresa = models.CharField(max_length=60, default="-1")
dtemissao =
recording gives me this error
My model is thus http://pastebin.com/MDM54gg8
my view http://pastebin.com/HGwkaZCK
when I try to record
v_conta Conta.objects.filter = (= request.user.empresa company.) get (pk = 1
)
v_subconta SubConta.objects.filter = (= request.user.empresa company.) get (
my model
class Caixafaccao(models.Model):
empresa = models.ForeignKey(Empresa, null=True, blank=True)
cliente = models.ForeignKey(Cliente, verbose_name=u'Cliente')
conta = models.ForeignKey(Conta, verbose_name=u'Conta' )
subconta = models.ForeignKey(SubConta, verbose_name=u'Sub
I got the following error
My model http://pastebin.com/2BuE0N0d
my view http://pastebin.com/48xEPvQz
when it reaches this part of the code
gr_caixafaccao = form_caixafaccao.save (commit = False)
gr_caixafaccao the object returns me Unable to get repr is
hence not caught t
I am creating a report and I would like to show me when a message was being
processed in my view http://pastebin.com/RFuefdRu
I'm using blockUI when I click the print button I do not know if this right
way to do thiscode javascript http://pastebin.com/0eRRWybL
if someone can help me
But my process is all done in an application that I use to report and give
fpdf when I click the print button the process is all done there
--
You received this message because you are subscribed to the Google Groups
"Django users" group.
To unsubscribe from this group and stop receiving emails
I am needing to display a wait message while processing perform some
process on the server anyone could help me
--
You received this message because you are subscribed to the Google Groups
"Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to
Can anyone direct me to some tool to report in django using geraldo because
I am and I'm having difficulty and do what I need in the reports.
graciously
fabricio
--
You received this message because you are subscribed to the Google Groups
"Django users" group.
To unsubscribe
I'm with this code in views
form_pedido = PedidoForm(request.POST, instance=v_pedido)
formset_itens = ItensInlineFormSet(request.POST, request.FILES,
instance=v_pedido)
if form_pedido.is_valid() and formset_itens.is_valid():
pedido = form_pedido.save(commit=False)
I have this code
For items in% {%} formset_itens.forms
{}%% If itens.errors
Errors
I need to make this hum breaking point
{% Endif%}
{% Endfor%}
This is how I do.
fabricio.
--
You received this message because you are subscribed to the Google Groups
"Django users"
The following are the changes that could not be resolved:
In model cadastro.Codtributario_itens:
Field 'sai_subsmva' has been added
Field 'sai_uf' has been deleted
CommandError: Your models contain changes that Django Evolution cannot
resolve automatically.
--
You received this message
t; - My GitHub
> page <https://github.com/lgiordani> - My Coderwall
> profile<https://coderwall.com/lgiordani>
>
>
> 2013/10/28 fabricio
>
>>
>> no meu modelo
>> valor_ultimacompra = models.DecimalField(u'Vlr.Ult.Compra',
>> max_digits=18,
no meu modelo
valor_ultimacompra = models.DecimalField(u'Vlr.Ult.Compra', max_digits=18,
decimal_places=2, default=0, blank=True, null=True)
no template
{% extends "base.html" %}
{% load humanize %}
{% load foundation %}
{{form.valor_ultimacompra|foundation| floatformat:2 }}
--
You rec
> does not work
>
--
You received this message because you are subscribed to the Google Groups
"Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to django-users+unsubscr...@googlegroups.com.
To post to this group, send email to django-users@
even through the code {{form.valor_ultimacompra | floatformat: 2}} does not
return
anything.
my model is
valor_ultimacompra = models.DecimalField (u'Vlr. Ult.Compra 'max_digits = 18
, decimal_places = 2, default = 0, blank = True, null = True)
when you step this way}} {{form.valor_ultimacompr
even through the code {{form.valor_ultimacompra | floatformat: 2}} does not
return
anything.
my model is
valor_ultimacompra = models.DecimalField (u'Vlr. Ult.Compra 'max_digits = 18
, decimal_places = 2, default = 0, blank = True, null = True)
when you step this way}} {{form.valor_ultimacomp
Quando uso no meu html {{ form.valor_ultimacompra|foundation }} funciona
mostra o valor mas quando uso
{{ form.valor_ultimacompra|foundation|floatformat:2 }} o valor some
alguem pode me ajudar
--
You received this message because you are subscribed to the Google Groups
"Django users
estou usando no html
{{ form.valor_ultimacompra|foundation }}
quando tendo colocar {{
form.valor_ultimacompra|foundation|floatformat:2 }} o campo some alguem
pode me ajudar?
--
You received this message because you are subscribed to the Google Groups
"Django users" group.
To unsu
20 matches
Mail list logo