Projekt

Allgemein

Profil

Statistiken
| Zweig: | Markierung: | Revision:
Name Größe
  Helper
  Manager
  MetaSetup
  Object
AccTransaction.pm 3,76 KB
Assembly.pm 543 Bytes
AuthClient.pm 5,14 KB
AuthClientGroup.pm 163 Bytes
AuthClientUser.pm 161 Bytes
AuthGroup.pm 2,61 KB
AuthGroupRight.pm 161 Bytes
AuthUser.pm 1,82 KB
AuthUserConfig.pm 161 Bytes
AuthUserGroup.pm 159 Bytes
BackgroundJob.pm 2,87 KB
BackgroundJobHistory.pm 384 Bytes
BankAccount.pm 1,42 KB
BankTransaction.pm 9,42 KB
Bin.pm 292 Bytes
Buchungsgruppe.pm 3,46 KB
Business.pm 607 Bytes
Chart.pm 5 KB
Contact.pm 1,08 KB
CsvImportProfile.pm 2,48 KB
CsvImportProfileSetting.pm 535 Bytes
CsvImportReport.pm 2,03 KB
CsvImportReportRow.pm 391 Bytes
CsvImportReportStatus.pm 397 Bytes
Currency.pm 140 Bytes
CustomVariable.pm 3,56 KB
CustomVariableConfig.pm 2,75 KB
CustomVariableConfigPartsgroup.pm 349 Bytes
CustomVariableValidity.pm 399 Bytes
Customer.pm 1,33 KB
Datev.pm 365 Bytes
Default.pm 504 Bytes
DeliveryOrder.pm 8,67 KB
DeliveryOrderItem.pm 560 Bytes
DeliveryOrderItemsStock.pm 401 Bytes
DeliveryTerm.pm 486 Bytes
Department.pm 459 Bytes
Draft.pm 365 Bytes
Dunning.pm 369 Bytes
DunningConfig.pm 381 Bytes
Employee.pm 332 Bytes
Exchangerate.pm 379 Bytes
Finanzamt.pm 373 Bytes
FollowUp.pm 564 Bytes
FollowUpAccess.pm 383 Bytes
FollowUpLink.pm 379 Bytes
GLTransaction.pm 962 Bytes
GenericTranslation.pm 391 Bytes
History.pm 369 Bytes
Inventory.pm 433 Bytes
Invoice.pm 15,4 KB
InvoiceItem.pm 988 Bytes
Language.pm 140 Bytes
Letter.pm 367 Bytes
LetterDraft.pm 377 Bytes
MakeModel.pm 464 Bytes
Note.pm 544 Bytes
Object.pm 8,85 KB
Order.pm 6,79 KB
OrderItem.pm 2,43 KB
Part.pm 9,91 KB
PartsGroup.pm 673 Bytes
PaymentTerm.pm 3 KB
PeriodicInvoice.pm 416 Bytes
PeriodicInvoicesConfig.pm 8 KB
Price.pm 365 Bytes
PriceFactor.pm 468 Bytes
PriceRule.pm 4,41 KB
PriceRuleItem.pm 4,67 KB
Pricegroup.pm 252 Bytes
Printer.pm 609 Bytes
Project.pm 3,18 KB
ProjectParticipant.pm 391 Bytes
ProjectPhase.pm 379 Bytes
ProjectPhaseParticipant.pm 401 Bytes
ProjectRole.pm 377 Bytes
ProjectStatus.pm 533 Bytes
ProjectType.pm 525 Bytes
PurchaseInvoice.pm 2,36 KB
ReconciliationLink.pm 313 Bytes
RecordLink.pm 375 Bytes
RequirementSpec.pm 16,5 KB
RequirementSpecAcceptanceStatus.pm 865 Bytes
RequirementSpecComplexity.pm 497 Bytes
RequirementSpecDependency.pm 405 Bytes
RequirementSpecItem.pm 4,45 KB
RequirementSpecOrder.pm 319 Bytes
RequirementSpecPart.pm 205 Bytes
RequirementSpecPicture.pm 3,96 KB
RequirementSpecPredefinedText.pm 643 Bytes
RequirementSpecRisk.pm 479 Bytes
RequirementSpecStatus.pm 780 Bytes
RequirementSpecTextBlock.pm 1,87 KB
RequirementSpecType.pm 479 Bytes
RequirementSpecVersion.pm 508 Bytes
SchemaInfo.pm 375 Bytes
SepaExport.pm 375 Bytes
SepaExportItem.pm 631 Bytes
Shipto.pm 1,21 KB
Status.pm 367 Bytes
Tax.pm 260 Bytes
TaxKey.pm 367 Bytes
TaxZone.pm 590 Bytes
TaxzoneChart.pm 3,48 KB
TodoUserConfig.pm 383 Bytes
TransferType.pm 378 Bytes
Translation.pm 229 Bytes
TriggerInformation.pm 313 Bytes
Unit.pm 1,49 KB
UnitsLanguage.pm 381 Bytes
VC.pm 1,27 KB
Vendor.pm 1,19 KB
Warehouse.pm 490 Bytes

Aktuellste Revisionen

# Datum Autor Kommentar
a9f30fbd 20.07.2015 16:37 Sven Schöling

Rechte: SL::Auth::all_rights() > $::auth>all_rights

a7114646 20.07.2015 11:50 Kivitendo Admin

Einheitliche displayable_name Methode für ar/ap/oe/do Objekte

Bestehend aus Dokumentenname und Dokumentennummer, z.B.
Rechnung 12
Gutschrift 20
Verkaufslieferschein 15b

4f7e0fa9 20.07.2015 11:50 Kivitendo Admin

Einheitliche Methode record_number für ar/ap/oe/do Objekte

entspricht jeweils invnumber/ordnumber/donumber

b3dcf24a 20.07.2015 11:50 Kivitendo Admin

Methode displayable_type auch für Lieferscheine

073ee541 20.07.2015 11:50 Kivitendo Admin

record Aliase für Items

damit man von DeliveryOrderItem, OrderItem und InvoiceItem direkt auf
das entsprechende ar/ap/do/oe Objekte verweisen kann.

Beispiel in console:

die erste Position aus der ersten Rechnung:
my $item = SL::DB::Manager::Invoice->get_first()->items->[0];...

ca808f20 20.07.2015 11:50 Kivitendo Admin

Items in Belegen können durch LinkedRecords angesprochen werden

0e75a632 16.07.2015 17:07 Moritz Bunkus

SL::DB::CustomVariable->value für Typ Nummer auch wirklich Nummer zurückgeben

Da die Spalte number_value in der DB vom Typ numeric() ist, wird das von
Rose als String eingelesen. Das bedeutet, dass ->number_value z.B. der
Wert '0.00000' liefert, was im Booleschen Kontext trueish ist – nicht...

ae87c27e 03.07.2015 10:08 Moritz Bunkus

AttrDuration: Implementation für Spalten, die Dauer in Minuten speichern

62750c33 29.06.2015 10:00 Kivitendo Admin

Typos in Doku

bbb98e03 22.06.2015 12:55 Moritz Bunkus

SL::DB::{Invoice,DeliveryOrder}->new_from: manuelles Filtern von Items via coderef

Revisionen anzeigen

Auch abrufbar als: Atom