Sha256: c55a3bebf55cc3b5b2e0d48f56419f60e81748c6d93a27194209af7f8b75f0ab
Contents?: true
Size: 540 Bytes
Versions: 4
Compression:
Stored size: 540 Bytes
Contents
class Skr.Models.InventoryAdjustment extends Skr.Models.Base props: id: {type:"integer"} visible_id: {type:"visible_id"} location_id:{type:"integer"} reason_id: {type:"integer"} state: {type:"string"} description:{type:"string"} mixins: [ 'HasVisibleId' ] associations: gl_transaction: { model: "GlTransaction" } location: { model: "Location" } reason: { model: "IaReason" } lines: { collection: "IaLine" }
Version data entries
4 entries across 4 versions & 1 rubygems