lp://staging/~vauxoo/openerp/rodolfo-openerp-fiscal-printer-translation
Created by
Rodolfo Alvarez(Vauxoo)
and last modified
- Get this branch:
- bzr branch lp://staging/~vauxoo/openerp/rodolfo-openerp-fiscal-printer-translation
Branch merges
Propose for merging
No branches
dependent on this one.
Ready for review
for merging
into
lp://staging/openerp
- Israel Fermin Montilla: Pending requested
-
Diff: 7967 lines (+7651/-0)55 files modifiedfiscal_printer/__init__.py (+31/-0)
fiscal_printer/__openerp__.py (+53/-0)
fiscal_printer/fiscal_printer.py (+63/-0)
fiscal_printer/fiscal_printer_tax.py (+67/-0)
fiscal_printer/i18n/es_VE.po (+240/-0)
fiscal_printer/product.py (+43/-0)
fiscal_printer/security/fiscal_printer_security.xml (+11/-0)
fiscal_printer/security/ir.model.access.csv (+5/-0)
fiscal_printer/view/fiscal_printer.xml (+53/-0)
fiscal_printer/view/fiscal_printer_tax.xml (+41/-0)
fiscal_printer/view/partner.xml (+18/-0)
fiscal_printer/view/product.xml (+18/-0)
fp_client/examples_cpp/src/Ventas.cpp (+79/-0)
fp_client/examples_cpp/src/lib300fi.cpp (+5058/-0)
fp_client/examples_cpp/src/repZ.cpp (+37/-0)
fp_client/examples_cpp/src/xVentas.cpp (+61/-0)
fp_client/examples_python/reporteZ.py (+5/-0)
fp_client/examples_python/ventas.py (+86/-0)
fp_client/init_taxes.py (+20/-0)
fp_client/openerp-client-gtk-patch/binary.py.patch (+20/-0)
fp_client/pyfiscal.py (+74/-0)
fp_client/pyfiscal.sh (+6/-0)
fp_client/setup_debian.sh (+15/-0)
fp_client/setup_ubuntu.sh (+15/-0)
pos_fp/__init__.py (+29/-0)
pos_fp/__openerp__.py (+45/-0)
pos_fp/i18n/es_VE.po (+167/-0)
pos_fp/pos_order.py (+45/-0)
pos_fp/view/point_of_sale.xml (+18/-0)
pos_fp/view/pos_fp.xml (+21/-0)
pos_fp/wizard/__init__.py (+29/-0)
pos_fp/wizard/pos_fp_config_taxes_view.xml (+24/-0)
pos_fp/wizard/pos_fp_sale.py (+104/-0)
pos_fp/wizard/pos_fp_sale_view.xml (+36/-0)
pos_fp/wizard/pos_fp_xz.py (+67/-0)
pos_fp/wizard/pos_fp_xz_view.xml (+53/-0)
pos_fp_bematech_4000fi/__init__.py (+29/-0)
pos_fp_bematech_4000fi/__openerp__.py (+59/-0)
pos_fp_bematech_4000fi/i18n/es_VE.po (+91/-0)
pos_fp_bematech_4000fi/pos_fp_bematech_4000fi_report.xml (+50/-0)
pos_fp_bematech_4000fi/report/__init__.py (+31/-0)
pos_fp_bematech_4000fi/report/bematech_4000fi_check_taxes.rml (+29/-0)
pos_fp_bematech_4000fi/report/bematech_4000fi_report_x.py (+49/-0)
pos_fp_bematech_4000fi/report/bematech_4000fi_report_x.rml (+19/-0)
pos_fp_bematech_4000fi/report/bematech_4000fi_report_z.py (+49/-0)
pos_fp_bematech_4000fi/report/bematech_4000fi_report_z.rml (+20/-0)
pos_fp_bematech_4000fi/report/bematech_4000fi_sale.py (+68/-0)
pos_fp_bematech_4000fi/report/bematech_4000fi_sale.rml (+65/-0)
pos_fp_bematech_4000fi/report/bematech_4000fi_set_taxes.py (+56/-0)
pos_fp_bematech_4000fi/report/bematech_4000fi_set_taxes.rml (+33/-0)
pos_fp_bematech_4000fi/wizard/__init__.py (+29/-0)
pos_fp_bematech_4000fi/wizard/wizard_pos_fp_bematech_4000fi_sale.py (+66/-0)
pos_fp_bematech_4000fi/wizard/wizard_pos_fp_bematech_4000fi_sale_view.xml (+35/-0)
pos_fp_bematech_4000fi/wizard/wizard_pos_fp_bematech_4000fi_xz.py (+67/-0)
pos_fp_bematech_4000fi/wizard/wizard_pos_fp_bematech_4000fi_xz_view.xml (+49/-0)
Recent revisions
- 222. By <email address hidden>
-
[IMP]es_VE.po files in modules fiscal_printer and pos_fp have been modified to improve the tranlation from english to spanish option
- 221. By Israel Fermin Montilla
-
[MERGE] merged from lp:~vauxoo/openerp-fiscal-printer/israel_adding-fiscal-field-improving-views
- 217. By Israel Fermin Montilla
-
[FIX] fixed the "product description too long" when printing a ticket
truncated the product description value to char[29]
""" - 214. By Israel Fermin Montilla
-
[IMP] moved the report X and Z actions to the Cash Register Management menu
and moved the Printer Tax Config actions (check taxes and config taxes) to the
configuration menu
Branch metadata
- Branch format:
- Branch format 7
- Repository format:
- Bazaar repository format 2a (needs bzr 1.16 or later)
- Stacked on:
- lp://staging/openerp