You've already forked openaccounting-web
forked from cybercinch/openaccounting-web
update /orgs/new
This commit is contained in:
@@ -33,6 +33,14 @@
|
||||
<label for="precision">Decimal Places</label>
|
||||
<input formControlName="precision" type="text" class="form-control" id="precision" placeholder="Decimal Places">
|
||||
</div>
|
||||
<div class="form-group">
|
||||
<label for="timezone">Timezone</label>
|
||||
<select class="form-control" id="timezone" formControlName="timezone">
|
||||
<option *ngFor="let tz of timezones" [value]="tz">
|
||||
{{tz}}
|
||||
</option>
|
||||
</select>
|
||||
</div>
|
||||
<div class="form-group">
|
||||
<label for="createDefaultAccounts">Create default accounts<br>(can be customized later)</label>
|
||||
<input formControlName="createDefaultAccounts" id="createDefaultAccounts" type="checkbox" class="form-control" />
|
||||
|
||||
Reference in New Issue
Block a user