Revision 1522aeb7
Von Johannes Grassler vor mehr als 1 Jahr hinzugefügt
SL/XMLInvoice/CrossIndustryInvoice.pm | ||
---|---|---|
package SL::XMLInvoice::CrossIndustryInvoice;
|
||
|
||
use strict;
|
||
use warnings;
|
||
|
||
use parent qw(SL::XMLInvoice);
|
||
|
||
use constant ITEMS_XPATH => '//ram:IncludedSupplyChainTradeLineItem';
|
||
|
||
=head1 NAME
|
||
|
||
SL::XMLInvoice::FakturX - XML parser for UN/CEFACT Cross Industry Invoice
|
||
... | ... | |
|
||
=cut
|
||
|
||
use strict;
|
||
use constant ITEMS_XPATH => '//ram:IncludedSupplyChainTradeLineItem';
|
||
|
||
# XML XPath expressions for global metadata
|
||
sub scalar_xpaths {
|
||
return {
|
||
... | ... | |
push @items, \%line_item;
|
||
}
|
||
|
||
|
||
}
|
||
|
||
1;
|
Auch abrufbar als: Unified diff
Einrueckungen und weitere Stilprobleme repariert