fiscal.mdfe (md fe)¶
MDFe(status, dh_emis, dh_ini_viagem, emitente, numero, numero_automatico, serie, tp_modal, tp_amb, tp_emit, rntrc, tp_transp, uf_ini, uf_fim, mun_cargas, mun_descargas, percursos, veiculo, reboques, motoristas, lacres, contratantes, pedagios, seguros, peso_bruto, vl_mercadoria, qt_cte, qt_nfe, informacoes_adicionais, informacoes_adicionais_fisco, unidade, x_prod, ncm, cean, cep_carga, cep_descarga, chave, protocolo, xml, documentos, caminho_pdf, tp_carga, record_name, id)
status¶
caption: status
type: CharField
dh_emis¶
caption: Data Emissão
type: DateTimeField
dh_ini_viagem¶
caption: Data Início Viagem
type: DateTimeField
emitente¶
caption: emitente
type: ForeignKey
numero¶
caption: Número
type: IntegerField
numero_automatico¶
Número gerado automaticamente pelo sistema
caption: numero automatico
type: BooleanField
required
serie¶
caption: Série
type: CharField
tp_modal¶
caption: Modal
type: CharField
tp_amb¶
caption: Ambiente
type: CharField
readonly
tp_emit¶
caption: Tipo Emitente
type: CharField
required
rntrc¶
caption: RNTRC
type: CharField
tp_transp¶
caption: Tipo Transportador
type: CharField
uf_ini¶
caption: UF Carregamento
type: ForeignKey
uf_fim¶
caption: UF Descarregamento
type: ForeignKey
mun_cargas¶
caption: Carregamentos
type: OneToManyField
readonly
mun_descargas¶
caption: Descarregamentos
type: OneToManyField
readonly
percursos¶
caption: percursos
type: OneToManyField
readonly
veiculo¶
caption: veiculo
type: ForeignKey
reboques¶
caption: reboques
type: OneToManyField
readonly
motoristas¶
caption: motoristas
type: OneToManyField
readonly
lacres¶
caption: lacres
type: OneToManyField
readonly
contratantes¶
caption: contratantes
type: OneToManyField
readonly
pedagios¶
caption: pedagios
type: OneToManyField
readonly
seguros¶
caption: seguros
type: OneToManyField
readonly
peso_bruto¶
caption: Peso Bruto da Carga
type: DecimalField
required
vl_mercadoria¶
caption: Valor Mercadoria
type: DecimalField
required
qt_cte¶
caption: Quantidade CTe
type: IntegerField
readonly
qt_nfe¶
caption: Quantidade NFe
type: IntegerField
readonly
informacoes_adicionais¶
caption: Informações Adicionais
type: TextField
informacoes_adicionais_fisco¶
caption: Informações Adicionais Fisco
type: TextField
unidade¶
caption: Unidade
type: CharField
x_prod¶
caption: Produto
type: CharField
ncm¶
caption: NCM
type: ForeignKey
cean¶
caption: Codigo EAN
type: CharField
cep_carga¶
caption: CEP Carregamento
type: CharField
cep_descarga¶
caption: CEP Descarregamento
type: CharField
chave¶
caption: chave
type: CharField
readonly
protocolo¶
caption: protocolo
type: CharField
readonly
xml¶
caption: xml
type: TextField
documentos¶
caption: documentos
type: OneToManyField
readonly
caminho_pdf¶
caption: Caminho PDF
type: CharField
tp_carga¶
caption: Tipo Carga
type: CharField
record_name¶
caption: md fe
type: CharField
readonly
id¶
primary key
caption: ID
type: BigAutoField
readonly