Sha256: ea2b92f1b8796e0f421fc2abda10f17f1c5239632717df9e222f576eef8ea463

Contents?: true

Size: 279 Bytes

Versions: 4

Compression:

Stored size: 279 Bytes

Contents

class Skr.Models.IaReason extends Skr.Models.Base


    props:
        id:           {type:"integer"}
        gl_account_id:{type:"integer"}
        code:         {type:"string"}
        description:  {type:"string"}

    associations:
        gl_account: { model: "GlAccount" }

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
stockor-0.5.0 client/skr/models/IaReason.coffee
stockor-0.4.0 client/skr/models/IaReason.coffee
stockor-0.3.0 client/skr/models/IaReason.coffee
stockor-0.2 client/skr/models/IaReason.coffee