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,44 KB
BankTransaction.pm 9,42 KB
Bin.pm 292 Bytes
Buchungsgruppe.pm 3,84 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,8 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 10,5 KB
DeliveryOrderItem.pm 592 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 16,2 KB
InvoiceItem.pm 1020 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,46 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,76 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 992 Bytes
TaxzoneChart.pm 2,84 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
49b00f2c 14.09.2015 17:01 Bernd Bleßmann

CVar-Helper: Beim Parsen darauf achten, ob unparsed_value ein Objekt enthält.

Um Objekte mit der value-Methode einer CVar vom Typ Customer, Vendor oder Part
zuweisen zu können, muss beim Parsen die Id des Objekts ermittelt werden.

Dieses wird z.B. im Helper (SL::DB::Helper::CustomVariables.pm) verwendet, um...

20118160 08.09.2015 14:05 Jan Büren

Doku: POD für Invoice.pm erweitert

- Invoice anstatt Delivery Order bei new_from
- Beispiel-Code für Benutzung von new_from mit parameter attributes
- TODO angelegt, Controller sollten einige Datenfelder mit Hilfe
von Backend-Funktionen prüfen können - in diesem Fall transdate

cc6d0e60 04.09.2015 13:19 Jan Büren

Merge branch 'mass_convert_delivery_orders_to_invoice'

a7ca8ba2 04.09.2015 11:31 Jan Büren

DeliveryOrder um convert_invoice erweitert

Diesselbe Idee wie bei SalesOrder->convert_invoice. Der ursprüngliche
Lieferschein wird geschlossen und das neue Objekt mittels record_links
verknüpft.
Entsprechend Testfall mitgeliefert.

de86aac7 26.08.2015 15:59 Moritz Bunkus

SL::DB::CVar::value: mit übergebenen DateTime-Objekten klarkommen

Ruft mal value als getter auf, so wird ein DateTime-Objekt
zurückgegeben. Als setter aufgerufen, erwartete die Funktion bisher
aber, dass ein String übergeben wird. Somit war es nicht möglich, eine...

7203ed2f 17.08.2015 11:33 Kivitendo Admin

invoice_type, displayable_type und displayable_name für ap

Bei Einkaufsrechnungen und Kreditorenbuchungen gibt es keine Stornos
oder Gutschriften.

51264c43 10.08.2015 15:52 Kivitendo Admin

DeliveryOrder - Doku und Typos

da6886c7 10.08.2015 15:22 Kivitendo Admin

Typos in Doku

cbb59a58 10.08.2015 15:22 Kivitendo Admin

Typos in Doku

1904d8c6 05.08.2015 17:35 Sven Schöling

RecordItem: unit_muiltiplier Methode

Revisionen anzeigen

Auch abrufbar als: Atom