This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
void main() { | |
Scheme s = Scheme(); | |
{ | |
// Jedna skupina dokladu ... | |
Group prijemka = Group(); | |
prijemka.name['cs'] = "Příjemka"; | |
prijemka.name['en'] = "The Prijemka"; | |
prijemka.icon = "prijemka.png"; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Future<bool> muzemePokracovat() async { | |
List problemy = await rest("/problemy").get(); | |
return problemy.isEmpty || await app.confirm('Ignorovat nalezene problemy?"); | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<polymer-element name="bavse-daily-tip" attributes="resource"> | |
<template> | |
<div class="place-toolbar"> | |
<h3>Tipy dne</h3> | |
<a _href="#{{myRoute}}/edit"><paper-fab icon="add"></paper-fab></a> | |
</div> | |
<ma-activity | |
form-edit |