~unifield-team/unifield-wm/us-826

« back to all changes in this revision

Viewing changes to msf_outgoing/outgoing_sequence.xml

  • Committer: matthieu.choplin at msf
  • Date: 2012-08-30 07:48:00 UTC
  • mto: This revision was merged to the branch mainline in revision 1118.
  • Revision ID: matthieu.choplin@geneva.msf.org-20120830074800-l442bu42mt0yzutn
[uf-1374]- change the write and create by an _sql_constraint on the financing contract check dates

Show diffs side-by-side

added added

removed removed

Lines of Context:
13
13
            <field name="code">picking.ticket</field>
14
14
            <field name="prefix">PICK/</field>
15
15
            <field name="padding">5</field>
16
 
            <field name="implementation">psql</field>
17
16
        </record>
18
17
        
19
18
        <!-- Sequence for ppl -->
27
26
            <field name="code">ppl</field>
28
27
            <field name="prefix">PPLx/</field>
29
28
            <field name="padding">5</field>
30
 
            <field name="implementation">psql</field>
31
29
        </record>
32
30
 
33
31
        <!-- Sequence for shipment -->
41
39
            <field name="code">shipment</field>
42
40
            <field name="prefix">SHIP/</field>
43
41
            <field name="padding">5</field>
44
 
            <field name="implementation">psql</field>
45
42
        </record>
46
43
 
47
44
        </data>