| ⌘T | go to file |
| ⌘⌃P | go to project |
| ⌘R | go to methods |
| ⌃G | go to line |
| ⌘KB | toggle side bar |
| ⌘⇧P | command prompt |
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
| function activate() { | |
| // build the new customer / contact | |
| vm.customer = Models.Customer.build(_writeManager); | |
| vm.contact = Models.Contact.build(_writeManager); | |
| // fetch the contact and other required values | |
| // todo: switch to Company.currentUser | |
| // https://github.com/BreezeWorks/WebClient/commit/4153a2d0bbd7a787fa763d5c9bdb76c6715ccbbc | |
| // vm.user = Models.Company.currentUser(_readManager); | |
| vm.user = Models.User.find(_readManager, sessionService.getUserId()); |
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
| { | |
| "id": 77412, | |
| "created_at": "2015-02-07T00:16:24.949Z", | |
| "action": "create", | |
| "object": "estimate", | |
| "data": { | |
| "id": 1, | |
| "title": "Replace fence", | |
| "state": "approved", | |
| "number": 1, |