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
| enum ECollections { | |
| BUSINESS = 'business', | |
| BUSINESS_LOCATION = 'business_location', | |
| OFFER = 'offer' | |
| } | |
| class BusinessLocation { | |
| id: string; | |
| name: string; | |
| categoryName: string; |
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
| // { | |
| // "workbench.colorTheme": "OM Theme (Default Dracula Italic)", | |
| // "workbench.iconTheme": "material-icon-theme", | |
| // "editor.suggestSelection": "first", | |
| // "vsintellicode.modify.editor.suggestSelection": "automaticallyOverrodeDefaultValue" | |
| // } | |
| { | |
| // Workbench | |
| "workbench.startupEditor": "newUntitledFile", |
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
| Converting to long form: -m cordova -T ios | |
| Build mode........ cordova | |
| Pkg quasar........ v1.5.11 | |
| Pkg @quasar/app... v1.4.3 | |
| Debugging......... no | |
| Publishing........ no | |
| Packaging mode.... cordova | |
| app:quasar-conf Reading quasar.conf.js +0ms |
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
| <xml> | |
| <nome_app>{{app_name}}</nome_app> | |
| <logo>{{logo}}</logo> | |
| </xml> |
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
| empresas:{ | |
| client1:{ | |
| logo: 'caminha_logo.png', | |
| nome_app: 'Fulano de tal' | |
| }, | |
| client1:{ | |
| logo: 'caminha_logo.png', | |
| nome_app: 'Fulano de tal' | |
| } | |
| } |
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
| INCLUIR | |
| Id_A03=0 | |
| versao_A02=4.00 | |
| cUF_B02=41 | |
| cNF_B03=1 | |
| natOp_B04=Venda | |
| mod_B06=55 | |
| serie_B07=3 | |
| nNF_B08=2 | |
| DHEMI_B09=2019-03-29T00:00:00-03:00 |