Sha256: dfb1b27aa27482e36e6ff6529e61538279bf44f41130016f1ab1c08813765335

Contents?: true

Size: 473 Bytes

Versions: 5

Compression:

Stored size: 473 Bytes

Contents

#!/usr/bin/env ruby
# encoding: UTF-8
Encoding.default_external = Encoding::UTF_8

require 'bundler/setup'
require 'africompta'

QooxView::init('entities', 'views')

webrick_port = 3303
dputs(2) { "Starting at port #{webrick_port}" }

# Set default functions to use africompta
ConfigBase.set_functions(%w(accounting accounting_standalone))
Welcome.nologin
Users.create(name:'other', pass:'other')
Users.create(name:'other2', pass:'other2')
QooxView::startWeb(webrick_port)

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
africompta-1.9.1312 test/other.rb
africompta-1.9.13.pre.12 test/other.rb
africompta-1.9.13.pre.11 test/other.rb
africompta-1.9.13.pre.10 test/other.rb
africompta-1.9.11 test/other.rb