Muestra las diferencias entre dos versiones de la página.
|
paneles_diseno [2024/07/10 17:59] fas |
paneles_diseno [2025/10/08 20:49] (actual) fas |
||
|---|---|---|---|
| Línea 6: | Línea 6: | ||
| ======Panel Menu Principal====== | ======Panel Menu Principal====== | ||
| selection.fxml | selection.fxml | ||
| - | {{botones_menu_principal.jpg}} | + | {{botones_menu_principal1.jpg}} |
| ======Panel de Venta====== | ======Panel de Venta====== | ||
| Línea 21: | Línea 21: | ||
| Para **habilitar** los 2 botones debemos dejarlo asi. | Para **habilitar** los 2 botones debemos dejarlo asi. | ||
| <code> | <code> | ||
| - | <Button id="oneQuick-button" fx:id="oneQuickButton" visible="false" managed="false" mnemonicParsing="false" onAction="#onQuickPaymentOne" prefHeight="80.0" prefWidth="73.0" GridPane.columnIndex="2" /> | + | <Button id="oneQuick-button" fx:id="oneQuickButton" visible="false" managed="false" |
| - | <Button id="card-button" fx:id="twoQuickButton" mnemonicParsing="false" visible="false" managed="false" onAction="#onQuickPaymentTwo" prefHeight="80.0" prefWidth="73.0" GridPane.columnIndex="3" /> | + | mnemonicParsing="false" onAction="#onQuickPaymentOne" prefHeight="80.0" |
| + | prefWidth="73.0" GridPane.columnIndex="2" /> | ||
| + | |||
| + | <Button id="card-button" fx:id="twoQuickButton" mnemonicParsing="false" visible="false" | ||
| + | managed="false" onAction="#onQuickPaymentTwo" prefHeight="80.0" prefWidth="73.0" | ||
| + | GridPane.columnIndex="3" /> | ||
| </code> | </code> | ||
| Línea 32: | Línea 37: | ||
| Para **deshabilitar** los 2 botones, debemos dejarlo asi el codigo del fxml | Para **deshabilitar** los 2 botones, debemos dejarlo asi el codigo del fxml | ||
| <code> | <code> | ||
| - | <!--Button id="oneQuick-button" fx:id="oneQuickButton" visible="false" managed="false" mnemonicParsing="false" onAction="#onQuickPaymentOne" prefHeight="80.0" prefWidth="73.0" GridPane.columnIndex="2" /> | + | <!--Button id="oneQuick-button" fx:id="oneQuickButton" visible="false" managed="false" |
| - | <Button id="card-button" fx:id="twoQuickButton" mnemonicParsing="false" visible="false" managed="false" onAction="#onQuickPaymentTwo" prefHeight="80.0" prefWidth="73.0" GridPane.columnIndex="3" /--> | + | mnemonicParsing="false" onAction="#onQuickPaymentOne" prefHeight="80.0" prefWidth="73.0" |
| + | GridPane.columnIndex="2" /> | ||
| + | |||
| + | <Button id="card-button" fx:id="twoQuickButton" mnemonicParsing="false" visible="false" | ||
| + | managed="false" onAction="#onQuickPaymentTwo" prefHeight="80.0" prefWidth="73.0" | ||
| + | GridPane.columnIndex="3" /--> | ||
| </code> | </code> | ||
| {{botones_rapidos_2.jpg}} | {{botones_rapidos_2.jpg}} | ||
| + | |||
| + | *******Version nueva******* | ||
| + | |||
| + | ##botones rapido efectivo y tarjeta | ||
| + | |||
| + | fxid.twoQuickButton.boolean=false | ||
| + | fxid.twoQuickButton.boolean=false | ||
| + | fxid.twoQuickButton.styleClass.add=hide | ||
| + | id.card-button.boolean=false | ||
| + | id.card-button.boolean=false | ||
| + | id.card-button.styleClass.add=hide | ||
| + | |||
| + | |||
| + | fxid.oneQuickButton.boolean=false | ||
| + | fxid.oneQuickButton.boolean=false | ||
| + | fxid.oneQuickButton.styleClass.add=hide | ||
| + | id.oneQuick-button.boolean=false | ||
| + | id.oneQuick-button.boolean=false | ||
| + | id.oneQuick-button.styleClass.add=hide | ||
| + | |||
| + | |||
| + | =====Formato Pedidos Omni===== | ||
| + | Debe tener la property habilitada en SI, en caso de no usarlo ponerlo en NO. | ||
| + | |||
| + | {{omni_property.jpg}} | ||
| + | |||
| + | Se edita en **General.css** | ||
| + | |||
| - | =====Formato Pedidos Sugerencias===== | ||
| <code> | <code> | ||
| .icon-order-notification{ | .icon-order-notification{ | ||
| Línea 62: | Línea 99: | ||
| </code> | </code> | ||
| - | **Formato de color y diseño - Sugerencia simulador** | + | =====Formato de color y diseño - Sugerencia simulador===== |
| <code> | <code> | ||
| Línea 98: | Línea 135: | ||
| ======Panel No Venta====== | ======Panel No Venta====== | ||
| Se ve en selection, ahi estan los botones de no venta | Se ve en selection, ahi estan los botones de no venta | ||
| + | |||
| + | {{no_venta.jpg}} | ||