SlideShare a Scribd company logo
1 of 1
<?xml version="1.0" encoding="UTF-8"?>
<!--
     Openbravo POS is a point of sales application designed for touch screens.
     Copyright (C) 2008-2009 Openbravo, S.L.
     http://sourceforge.net/projects/openbravopos

    This file is part of Openbravo POS.

    Openbravo POS is free software: you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by
    the Free Software Foundation, either version 3 of the License, or
    (at your option) any later version.

    Openbravo POS is distributed in the hope that it will be useful,
    but WITHOUT ANY WARRANTY; without even the implied warranty of
    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
    GNU General Public License for more details.

    You should have received a copy of the GNU General Public License
    along with Openbravo POS. If not, see <http://www.gnu.org/licenses/>.
 -->
<output>
     <display>
         <line>
             <text align="left" length="10">Total.</text>
             <text align="right" length="10">${ticket.printTotal()}</text>
         </line>
         <line>
            <text align="center" length="20">Gracias.</text>
         </line>
     </display>
</output>

More Related Content

Viewers also liked (12)

Pauta avaliação prática ii 26-06-2014
Pauta avaliação prática ii   26-06-2014Pauta avaliação prática ii   26-06-2014
Pauta avaliação prática ii 26-06-2014
 
社会人でも通える大学 履修証明プログラムのすすめ
社会人でも通える大学 履修証明プログラムのすすめ社会人でも通える大学 履修証明プログラムのすすめ
社会人でも通える大学 履修証明プログラムのすすめ
 
Tut 2
Tut 2Tut 2
Tut 2
 
Introduction to Computer
Introduction to ComputerIntroduction to Computer
Introduction to Computer
 
Informática para transformação
Informática para transformaçãoInformática para transformação
Informática para transformação
 
Website
WebsiteWebsite
Website
 
Animal
Animal Animal
Animal
 
Presentación familiar N° 1
Presentación familiar N° 1Presentación familiar N° 1
Presentación familiar N° 1
 
1 (1)
1 (1)1 (1)
1 (1)
 
Nuevas tecnologías para el cuidado del medio ambiente1
Nuevas tecnologías para el cuidado del medio ambiente1Nuevas tecnologías para el cuidado del medio ambiente1
Nuevas tecnologías para el cuidado del medio ambiente1
 
Social Media Grand Slam: An analysis of #FedererVsDjokovic at Wimbledon!
Social Media Grand Slam: An analysis of #FedererVsDjokovic at Wimbledon!Social Media Grand Slam: An analysis of #FedererVsDjokovic at Wimbledon!
Social Media Grand Slam: An analysis of #FedererVsDjokovic at Wimbledon!
 
Dia do pai
Dia do paiDia do pai
Dia do pai
 

Similar to Printer.ticket total

Db designer4 manual_1.0.42
Db designer4 manual_1.0.42Db designer4 manual_1.0.42
Db designer4 manual_1.0.42
Francisco Carlos
 
83851003 open am-dev-guide
83851003 open am-dev-guide83851003 open am-dev-guide
83851003 open am-dev-guide
Jose R
 
Fluent Ribbon Control Suite Walkthrough
Fluent Ribbon Control Suite WalkthroughFluent Ribbon Control Suite Walkthrough
Fluent Ribbon Control Suite Walkthrough
Daniel Degtyarev
 

Similar to Printer.ticket total (15)

Odoo runbot
Odoo runbotOdoo runbot
Odoo runbot
 
GNU GPL, LGPL, Apache licence Types and Differences
GNU GPL, LGPL, Apache licence Types and DifferencesGNU GPL, LGPL, Apache licence Types and Differences
GNU GPL, LGPL, Apache licence Types and Differences
 
Magento and licensing
Magento and licensingMagento and licensing
Magento and licensing
 
Licenze Open Source, API, interoperabilità, motori di una nuova web economy
Licenze Open Source, API, interoperabilità, motori di una nuova web economyLicenze Open Source, API, interoperabilità, motori di una nuova web economy
Licenze Open Source, API, interoperabilità, motori di una nuova web economy
 
Merged
MergedMerged
Merged
 
Open Source and You
Open Source and YouOpen Source and You
Open Source and You
 
Software libero nella produzione di software proprietario
Software libero nella produzione di software proprietarioSoftware libero nella produzione di software proprietario
Software libero nella produzione di software proprietario
 
Ui patterns
Ui patternsUi patterns
Ui patterns
 
Beautifully Usable, Multiple Screens Too
Beautifully Usable, Multiple Screens TooBeautifully Usable, Multiple Screens Too
Beautifully Usable, Multiple Screens Too
 
Db designer4 manual_1.0.42
Db designer4 manual_1.0.42Db designer4 manual_1.0.42
Db designer4 manual_1.0.42
 
83851003 open am-dev-guide
83851003 open am-dev-guide83851003 open am-dev-guide
83851003 open am-dev-guide
 
Licenze Open Source, API, interoperabilità, motori di una nuova web economy
Licenze Open Source, API, interoperabilità, motori di una nuova web economyLicenze Open Source, API, interoperabilità, motori di una nuova web economy
Licenze Open Source, API, interoperabilità, motori di una nuova web economy
 
Retail web pos user guide openbravo
Retail web pos user guide   openbravoRetail web pos user guide   openbravo
Retail web pos user guide openbravo
 
Fluent Ribbon Control Suite Walkthrough
Fluent Ribbon Control Suite WalkthroughFluent Ribbon Control Suite Walkthrough
Fluent Ribbon Control Suite Walkthrough
 
Azbox me
Azbox meAzbox me
Azbox me
 

Printer.ticket total

  • 1. <?xml version="1.0" encoding="UTF-8"?> <!-- Openbravo POS is a point of sales application designed for touch screens. Copyright (C) 2008-2009 Openbravo, S.L. http://sourceforge.net/projects/openbravopos This file is part of Openbravo POS. Openbravo POS is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. Openbravo POS is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with Openbravo POS. If not, see <http://www.gnu.org/licenses/>. --> <output> <display> <line> <text align="left" length="10">Total.</text> <text align="right" length="10">${ticket.printTotal()}</text> </line> <line> <text align="center" length="20">Gracias.</text> </line> </display> </output>