Giter Club home page Giter Club logo

account_ar's People

Contributors

abernardi avatar brunovillasanti avatar joac avatar lukio avatar mariomop avatar pokoli avatar smarro avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

account_ar's Issues

Error instalando modulo

buenas!, me esta tirando es error al tratar de instalar el modulo.
Ayuda!

28309 139921063790336 [2020-02-04 16:38:58,640] ERROR trytond.convert Error while parsing xml file:
In tag record model account.account.type.template with id account_ar.account_type_activo.
Traceback (most recent call last):
File "/usr/local/lib/python3.6/dist-packages/trytond/convert.py", line 456, in parse_xmlstream
self.sax_parser.parse(source)
File "/usr/lib/python3.6/xml/sax/expatreader.py", line 111, in parse
xmlreader.IncrementalParser.parse(self, source)
File "/usr/lib/python3.6/xml/sax/xmlreader.py", line 125, in parse
self.feed(buffer)
File "/usr/lib/python3.6/xml/sax/expatreader.py", line 217, in feed
self._parser.Parse(data, isFinal)
File "../Modules/pyexpat.c", line 473, in EndElement
File "/usr/lib/python3.6/xml/sax/expatreader.py", line 336, in end_element
self._cont_handler.endElement(name)
File "/usr/local/lib/python3.6/dist-packages/trytond/convert.py", line 515, in endElement
self.taghandler = self.taghandler.endElement(name)
File "/usr/local/lib/python3.6/dist-packages/trytond/convert.py", line 295, in endElement
self.model.name, self.values, self.xml_id)
File "/usr/local/lib/python3.6/dist-packages/trytond/convert.py", line 691, in import_record
self.create_records(model, [values], [fs_id])
File "/usr/local/lib/python3.6/dist-packages/trytond/convert.py", line 697, in create_records
records = Model.create(vlist)
File "/usr/local/lib/python3.6/dist-packages/trytond/model/modelsql.py", line 159, in wrapper
return func(cls, *args, **kwargs)
File "/usr/local/lib/python3.6/dist-packages/trytond/model/modelsql.py", line 677, in create
cls._validate(sub_records)
File "/usr/local/lib/python3.6/dist-packages/trytond/model/modelstorage.py", line 75, in wrapper
return func(*args, **kwargs)
File "/usr/local/lib/python3.6/dist-packages/trytond/model/modelstorage.py", line 1204, in _validate
field_name, field)
File "/usr/local/lib/python3.6/dist-packages/trytond/model/modelstorage.py", line 1193, in required_test
**cls.names(field_name)))
trytond.model.modelstorage.RequiredValidationError: A value is required for field "Statement" in "Account Type Template". -

Code field must be unique

  • code field at Account model should be unique for every account chart.

I'm thinking if we should register a ticket at the bug tracker of Tryton.

Trytond 4.0 error on install

Traceback (most recent call last):
File "/trytond/wsgi.py", line 47, in dispatch_request
return endpoint(request, *_request.view_args)
File "/trytond/protocols/dispatcher.py", line 59, in rpc
request, database_name, *request.params)
File "/trytond/wsgi.py", line 39, in auth_required
return wrapped(_args, *_kwargs)
File "/trytond/protocols/dispatcher.py", line 40, in wrapper
return func(request, pool, *args, *_kwargs)
File "/trytond/protocols/dispatcher.py", line 201, in _dispatch
result = rpc.result(meth(_c_args, *_c_kwargs))
File "/trytond/wizard/wizard.py", line 275, in execute
return wizard._execute(state_name)
File "/trytond/wizard/wizard.py", line 306, in _execute
result = self._execute(transition())
File "/trytond/ir/module.py", line 570, in transition_upgrade
pool.init(update=update, lang=lang)
File "/trytond/pool.py", line 155, in init
lang=lang)
File "/trytond/modules/init.py", line 434, in load_modules
_load_modules()
File "/trytond/modules/init.py", line 398, in _load_modules
load_module_graph(graph, pool, update, lang)
File "/trytond/modules/init.py", line 266, in load_module_graph
Translation.translation_import(lang2, module, filename)
File "/trytond/ir/translation.py", line 892, in translation_import
translation.type)
ValueError: Unknow translation type: odt

Modelo ModelSingleton para configurar los grupos de impuestos e impuestos especificos

Crear Singleton para poder configurar los grupos de impuestos IVA, Nacional, IIBB, Municipal e Interno.
Configurar los impuestos que usamos en los reportes. IVA 21, 10.5, 0, Percepcion de IIBB, Percepcion de IVA.

Este modelo será utilizado para luego poder crear los reportes de libro iva ventas/compras.
Tambien sera tenido en cuenta para el CITI y para account invoice ar.

Consulta sobre plan de cuentas.

Tengo una duda los muebles y útiles al igual que por ejemplo herramientas se consideran activos, que están así en el plan de cuentas Argentino. Ahora el problema es que si uno realiza una compra de una herramienta no se puede colocar como cuenta de gastos un activo, ¿para qué estaría entonces ésta cuenta en activos?

Module Error on Instalacion

Log error when try to install module using ubuntu 16.04, python 2.7 and trytond 3.8.8

3758 139975098660608 [2016-10-07 17:38:10,778] ERROR trytond.protocols.dispatcher wizard.ir.module.install_upgrade.execute((9, {u'start': {u'module_info': u'account_ar: to install', u'id': -11}}, u'upgrade', {u'date_format': u'%d/%m/%Y', u'language': u'es_AR', u'locale': {u'date': u'%d/%m/%Y', u'thousands_sep': u'.', u'decimal_point': u',', u'grouping': [3, 3, 0]}, u'language_direction': u'ltr', u'company.rec_name': u'Jose Luis Zanotti', u'active_model': u'ir.module', u'groups': [1, 5, 3, 2, 4], u'action_id': 40, u'employee': None, u'active_ids': [8], u'company': 1, u'active_id': 8}), *{}) from [email protected]:57555/tryton38
Traceback (most recent call last):
File "/usr/local/lib/python2.7/dist-packages/trytond/protocols/dispatcher.py", line 162, in dispatch
result = rpc.result(meth(_c_args, *_c_kwargs))
File "/usr/local/lib/python2.7/dist-packages/trytond/wizard/wizard.py", line 275, in execute
return wizard._execute(state_name)
File "/usr/local/lib/python2.7/dist-packages/trytond/wizard/wizard.py", line 306, in _execute
result = self._execute(transition())
File "/usr/local/lib/python2.7/dist-packages/trytond/ir/module.py", line 573, in transition_upgrade
pool.init(update=update, lang=lang)
File "/usr/local/lib/python2.7/dist-packages/trytond/pool.py", line 155, in init
lang=lang)
File "/usr/local/lib/python2.7/dist-packages/trytond/modules/init.py", line 432, in load_modules
_load_modules()
File "/usr/local/lib/python2.7/dist-packages/trytond/modules/init.py", line 394, in _load_modules
load_module_graph(graph, pool, update, lang)
File "/usr/local/lib/python2.7/dist-packages/trytond/modules/init.py", line 263, in load_module_graph
Translation.translation_import(lang2, module, filename)
File "/usr/local/lib/python2.7/dist-packages/trytond/ir/translation.py", line 880, in translation_import
translation.type)
ValueError: Unknow translation type: report

Diario de Libro IVA

Libro de IVA Venta:

  • Operaciones Exentas es cuando tenes un producto que es exento (ejemplo medicamento). Tiene IVA 0%. Mostras el valor de la base.
  • Neto gravado. Todas las lineas que estan gravadas.
  • IVA del 21, 10.5 -> va a salir por la configuracion de los ivas puntuales.
  • Operaciones con lineas que no tienen impuestos. (No gravado)

Tenemos el modulo subdiario, tendriamos que pasar los reportes hacia account_ar.

Forma de manejar No gravado

No gravado:

  • Forma actual. Lo dejamos como esta. Esto significa que los no gravados son la slineas de una factura que no tiene impuestos.
  • Sino, crear un nuevo impuesto de tipo ninguno para que se pueda cargar manualmente el importe (que este en un grupo No Gravado y que sea configurable),y cargarlo de forma manual en la factura (en las lineas de impuestos)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.